Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mac update not works #943

Closed
zh99998 opened this issue Nov 28, 2016 · 4 comments
Closed

mac update not works #943

zh99998 opened this issue Nov 28, 2016 · 4 comments
Labels

Comments

@zh99998
Copy link

zh99998 commented Nov 28, 2016

autoUpdater can get new version, and can download it.
then I run autoUpdater.quitAndInstall(), it will quit app, and will not re-open app.
if i re-open it manually, it still be old version.

@develar develar added the mac label Nov 28, 2016
@develar
Copy link
Member

develar commented Nov 28, 2016

electron-builder doesn't affect this aspect. I can advice only listen all events and log it to inspect. Also, please see messages in the Console (system macOS app). Please see https://github.com/develar/onshape-desktop-shell/blob/master/src/AppUpdater.ts for example.

@develar develar closed this as completed Nov 28, 2016
@zh99998
Copy link
Author

zh99998 commented Dec 10, 2016

sorry for bother again.

I have logged all events, they are all ok. I can get all checking-for-update, update-available, update-downloaded events normally. system console are also normally

the only problem is, then I run autoUpdater.quitAndInstall(), the app is just quit, and not install update.

autoUpdater checking-for-update
autoUpdater update-available
2016-12-10 20:32:01.909 MyCard Helper[83546:3844020] Couldn't set selectedTextBackgroundColor from default ()
2016-12-10 20:32:16.968 MyCard[83543:3843956] Download completed to: file:///Users/zh99998/Library/Caches/com.mycard.mycard.ShipIt/update.vcf2Mh6/MyCard-3.0.1-mac.zip
autoUpdater update-downloaded

and now if I check this directory, I see a MyCard.app here.

➜  ~ cd /Users/zh99998/Library/Caches/com.mycard.mycard.ShipIt/update.vcf2Mh6
➜  update.vcf2Mh6 ls
MyCard.app

this MyCard.app is correct latest version.
but it doesn't copy to /Applications when I call autoUpdater.quitAndInstall().

@develar
Copy link
Member

develar commented Dec 10, 2016

Is your app signed? Do you see any errors in Console (standard mac app, see system / app logs)?

@zh99998
Copy link
Author

zh99998 commented Dec 11, 2016

in Console - reports - /var/log - asl, I find these.
they're repeated many many times seems always trying to start but failed.

00:24:32.023538 +0800	com.apple.xpc.launchd	(com.mycard.mycard.ShipIt[85847]) Service could not initialize: 16B2555: xpcproxy + 11761 [1475][4A173B59-A786-3CBF-9740-CFC693060FEF]: 0xd
00:24:32.023660 +0800	com.apple.xpc.launchd	(com.mycard.mycard.ShipIt) Service only ran for 0 seconds. Pushing respawn out by 2 seconds.
00:24:34.031811 +0800	com.apple.xpc.launchd	(com.mycard.mycard.ShipIt[85863]) Service could not initialize: 16B2555: xpcproxy + 11761 [1475][4A173B59-A786-3CBF-9740-CFC693060FEF]: 0xd
00:24:34.031997 +0800	com.apple.xpc.launchd	(com.mycard.mycard.ShipIt) Service only ran for 0 seconds. Pushing respawn out by 2 seconds.

and find some MyCard CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG in device.

I googled this and seems... does macOS Sierra changed something?
there is another app seems have this problem too: lindegroup/autopkgr#554
Squirrel/Squirrel.Mac#182

默认	10:20:15.868616 +0800	MyCard	subsystem: com.apple.SkyLight, category: default, enable_level: 0, persist_level: 0, default_ttl: 7, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 0, enable_private_data: 0
默认	10:20:15.909539 +0800	MyCard	subsystem: com.apple.libsqlite3, category: logging, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 1, privacy_setting: 2, enable_private_data: 0
默认	10:20:15.910201 +0800	MyCard	subsystem: com.apple.securityd, category: csresource, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:15.910388 +0800	MyCard	subsystem: com.apple.securityd, category: dirval, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:15.910573 +0800	MyCard	subsystem: com.apple.securityd, category: unixio, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:15.910648 +0800	MyCard	subsystem: com.apple.securityd, category: macho, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:15.910748 +0800	MyCard	subsystem: com.apple.securityd, category: machorep, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:15.910845 +0800	MyCard	subsystem: com.apple.securityd, category: cfloadfile, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:15.971453 +0800	MyCard	subsystem: com.apple.SystemConfiguration, category: SCNetworkReachability, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:15.971813 +0800	MyCard	subsystem: com.apple.network, category: , enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:16.056229 +0800	MyCard Helper	subsystem: com.apple.SkyLight, category: default, enable_level: 0, persist_level: 0, default_ttl: 7, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 0, enable_private_data: 0
默认	10:20:16.097859 +0800	MyCard Helper	GVA info: preferred scaler idx 0
默认	10:20:16.148960 +0800	MyCard Helper	subsystem: com.apple.SkyLight, category: default, enable_level: 0, persist_level: 0, default_ttl: 7, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 0, enable_private_data: 0
默认	10:20:16.217083 +0800	MyCard	Faulting in NSHTTPCookieStorage singleton
默认	10:20:16.217113 +0800	MyCard	Faulting in CFHTTPCookieStorage singleton
默认	10:20:16.217129 +0800	MyCard	Creating default cookie storage with process/bundle identifier
默认	10:20:16.219047 +0800	MyCard	subsystem: com.apple.securityd, category: secpref, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:16.219714 +0800	MyCard	subsystem: com.apple.securityd, category: handleobj, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:16.219852 +0800	MyCard	subsystem: com.apple.securityd, category: MDS_Scan, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:16.219985 +0800	MyCard	subsystem: com.apple.securityd, category: MDS_API, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:16.220113 +0800	MyCard	subsystem: com.apple.securityd, category: SSclnt, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:16.220888 +0800	securityd	0x7f9f81d1dd00 client new: pid:571 session:100006 /Applications/MyCard.app taskPort:67591 uid:501 gid:20
默认	10:20:16.221042 +0800	MyCard	subsystem: com.apple.securityd, category: MDS_IO, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:16.221123 +0800	MyCard	subsystem: com.apple.securityd, category: mdslock, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:16.221809 +0800	MyCard	subsystem: com.apple.securityd, category: DBOpen, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:16.221893 +0800	MyCard	subsystem: com.apple.securityd, category: dbsession, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:16.222019 +0800	MyCard	DbOpen of /var/folders/6z/w51w9rgx2z34q5z6jhzps0t40000gn/C//mds/mdsObject.db
默认	10:20:16.222315 +0800	MyCard	subsystem: com.apple.securityd, category: atomicfile, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:16.222355 +0800	MyCard	0x618001469240 opened /var/folders/6z/w51w9rgx2z34q5z6jhzps0t40000gn/C//mds/mdsObject.db: 4636 bytes
默认	10:20:16.222426 +0800	MyCard	0x618001469240 allocated /var/folders/6z/w51w9rgx2z34q5z6jhzps0t40000gn/C//mds/mdsObject.db buffer 0x7fcb898d0c00 size 4636
默认	10:20:16.222465 +0800	MyCard	0x618001469240 closed /var/folders/6z/w51w9rgx2z34q5z6jhzps0t40000gn/C//mds/mdsObject.db
默认	10:20:16.222710 +0800	MyCard	DbOpen of /var/folders/6z/w51w9rgx2z34q5z6jhzps0t40000gn/C//mds/mdsDirectory.db
默认	10:20:16.222792 +0800	MyCard	0x6000002729c0 opened /var/folders/6z/w51w9rgx2z34q5z6jhzps0t40000gn/C//mds/mdsDirectory.db: 50744 bytes
默认	10:20:16.222901 +0800	MyCard	0x6000002729c0 allocated /var/folders/6z/w51w9rgx2z34q5z6jhzps0t40000gn/C//mds/mdsDirectory.db buffer 0x7fcb8c819000 size 50744
默认	10:20:16.222929 +0800	MyCard	0x6000002729c0 closed /var/folders/6z/w51w9rgx2z34q5z6jhzps0t40000gn/C//mds/mdsDirectory.db
默认	10:20:16.224631 +0800	MyCard	0x618001469240 free /var/folders/6z/w51w9rgx2z34q5z6jhzps0t40000gn/C//mds/mdsObject.db buffer 0x7fcb898d0c00
默认	10:20:16.224734 +0800	MyCard	0x6000002729c0 free /var/folders/6z/w51w9rgx2z34q5z6jhzps0t40000gn/C//mds/mdsDirectory.db buffer 0x7fcb8c819000
默认	10:20:16.224781 +0800	MyCard	DbOpen of /var/folders/6z/w51w9rgx2z34q5z6jhzps0t40000gn/C//mds/mdsDirectory.db
默认	10:20:16.224889 +0800	MyCard	0x6000002729c0 opened /var/folders/6z/w51w9rgx2z34q5z6jhzps0t40000gn/C//mds/mdsDirectory.db: 50744 bytes
默认	10:20:16.224995 +0800	MyCard	0x6000002729c0 allocated /var/folders/6z/w51w9rgx2z34q5z6jhzps0t40000gn/C//mds/mdsDirectory.db buffer 0x7fcb8d018a00 size 50744
默认	10:20:16.225050 +0800	MyCard	0x6000002729c0 closed /var/folders/6z/w51w9rgx2z34q5z6jhzps0t40000gn/C//mds/mdsDirectory.db
默认	10:20:16.226750 +0800	MyCard	subsystem: com.apple.securityd, category: dynamic, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:16.226845 +0800	MyCard	subsystem: com.apple.securityd, category: callback, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:16.226962 +0800	MyCard	subsystem: com.apple.securityd, category: cssm, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:16.227140 +0800	MyCard	subsystem: com.apple.securityd, category: integrity, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:16.227174 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:16.227231 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Users/zh99998/.cache/electron_builder_root_certs.keychain (0)
默认	10:20:16.227347 +0800	MyCard	switching to keychain-db: /Users/zh99998/Library/Keychains/login.keychain-db from /Users/zh99998/Library/Keychains/login.keychain (0 1 0 1)
默认	10:20:16.227464 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:16.227509 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:16.227650 +0800	MyCard	DbOpen of /Users/zh99998/.cache/electron_builder_root_certs.keychain
默认	10:20:16.227699 +0800	MyCard	0x600000274100 opened /Users/zh99998/.cache/electron_builder_root_certs.keychain: 31944 bytes
默认	10:20:16.227732 +0800	MyCard	0x600000274100 allocated /Users/zh99998/.cache/electron_builder_root_certs.keychain buffer 0x7fcb898d0c00 size 31944
默认	10:20:16.227756 +0800	MyCard	0x600000274100 closed /Users/zh99998/.cache/electron_builder_root_certs.keychain
默认	10:20:16.228614 +0800	MyCard	loading /Users/zh99998/.cache/electron_builder_root_certs.keychain
默认	10:20:16.230898 +0800	MyCard	subsystem: com.apple.securityd, category: kcreferral, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:16.231085 +0800	MyCard	not attempting migration for /Users/zh99998/.cache/electron_builder_root_certs.keychain version 256 (0 0 0)
默认	10:20:16.231217 +0800	MyCard	DbOpen of /Users/zh99998/Library/Keychains/login.keychain-db
默认	10:20:16.231326 +0800	MyCard	0x610000273ac0 opened /Users/zh99998/Library/Keychains/login.keychain-db: 226304 bytes
默认	10:20:16.231518 +0800	MyCard	0x610000273ac0 allocated /Users/zh99998/Library/Keychains/login.keychain-db buffer 0x10badd000 size 226304
默认	10:20:16.231564 +0800	MyCard	0x610000273ac0 closed /Users/zh99998/Library/Keychains/login.keychain-db
默认	10:20:16.232603 +0800	MyCard	loading /Users/zh99998/Library/Keychains/login.keychain-db
默认	10:20:16.234731 +0800	MyCard	not attempting migration for /Users/zh99998/Library/Keychains/login.keychain-db version 512 (1 1 0)
默认	10:20:16.234810 +0800	MyCard	DbOpen of /Library/Keychains/System.keychain
默认	10:20:16.234893 +0800	MyCard	0x610000273f00 opened /Library/Keychains/System.keychain: 158504 bytes
默认	10:20:16.235076 +0800	MyCard	0x610000273f00 allocated /Library/Keychains/System.keychain buffer 0x111123000 size 158504
默认	10:20:16.235131 +0800	MyCard	0x610000273f00 closed /Library/Keychains/System.keychain
默认	10:20:16.236010 +0800	MyCard	loading /Library/Keychains/System.keychain
默认	10:20:16.238334 +0800	MyCard	not attempting migration for /Library/Keychains/System.keychain version 256 (0 0 1)
默认	10:20:16.238491 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Users/zh99998/.cache/electron_builder_root_certs.keychain (0)
默认	10:20:16.238549 +0800	MyCard	switching to keychain-db: /Users/zh99998/Library/Keychains/login.keychain-db from /Users/zh99998/Library/Keychains/login.keychain (0 1 0 1)
默认	10:20:16.238600 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:16.238632 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:16.238828 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Users/zh99998/.cache/electron_builder_root_certs.keychain (0)
默认	10:20:16.238879 +0800	MyCard	switching to keychain-db: /Users/zh99998/Library/Keychains/login.keychain-db from /Users/zh99998/Library/Keychains/login.keychain (0 1 0 1)
默认	10:20:16.238920 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:16.238945 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:16.239091 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Users/zh99998/.cache/electron_builder_root_certs.keychain (0)
默认	10:20:16.239130 +0800	MyCard	switching to keychain-db: /Users/zh99998/Library/Keychains/login.keychain-db from /Users/zh99998/Library/Keychains/login.keychain (0 1 0 1)
默认	10:20:16.239159 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:16.239184 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:16.239356 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Users/zh99998/.cache/electron_builder_root_certs.keychain (0)
默认	10:20:16.239402 +0800	MyCard	switching to keychain-db: /Users/zh99998/Library/Keychains/login.keychain-db from /Users/zh99998/Library/Keychains/login.keychain (0 1 0 1)
默认	10:20:16.239432 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:16.239459 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:16.239603 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Users/zh99998/.cache/electron_builder_root_certs.keychain (0)
默认	10:20:16.239642 +0800	MyCard	switching to keychain-db: /Users/zh99998/Library/Keychains/login.keychain-db from /Users/zh99998/Library/Keychains/login.keychain (0 1 0 1)
默认	10:20:16.239671 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:16.239698 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:16.240053 +0800	MyCard	TIC TCP Conn Start [1:0x60000019f210]
默认	10:20:16.847509 +0800	MyCard	TIC TCP Conn Event [1:0x60000019f210]: 1 Err(0)
默认	10:20:16.847541 +0800	MyCard	TIC TCP Conn Connected [1:0x60000019f210]: Err(0)
默认	10:20:16.929305 +0800	MyCard	TIC Enabling TLS [1:0x60000019f210]
默认	10:20:16.962565 +0800	MyCard	TIC TLS Event [1:0x60000019f210]: 2, Pending(0)
默认	10:20:16.963308 +0800	MyCard	TIC TLS Event [1:0x60000019f210]: 11, Pending(0)
默认	10:20:16.963527 +0800	MyCard	subsystem: com.apple.securityd, category: dateparse, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:16.963963 +0800	MyCard	subsystem: com.apple.securityd, category: SecImpExp, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:16.964643 +0800	MyCard	TIC TLS Event [1:0x60000019f210]: 12, Pending(0)
默认	10:20:16.964696 +0800	MyCard	TIC TLS Event [1:0x60000019f210]: 14, Pending(0)
默认	10:20:17.001876 +0800	MyCard	TIC TLS Trust Result [1:0x60000019f210]: 0
默认	10:20:17.030893 +0800	MyCard	TIC TLS Event [1:0x60000019f210]: 20, Pending(0)
默认	10:20:17.031356 +0800	MyCard	TIC TCP Conn Event [1:0x60000019f210]: 8 Err(0)
默认	10:20:17.031375 +0800	MyCard	TIC TLS Handshake Complete [1:0x60000019f210]
默认	10:20:17.031583 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Users/zh99998/.cache/electron_builder_root_certs.keychain (0)
默认	10:20:17.031688 +0800	MyCard	switching to keychain-db: /Users/zh99998/Library/Keychains/login.keychain-db from /Users/zh99998/Library/Keychains/login.keychain (0 1 0 1)
默认	10:20:17.031728 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.031777 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.032102 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Users/zh99998/.cache/electron_builder_root_certs.keychain (0)
默认	10:20:17.032163 +0800	MyCard	switching to keychain-db: /Users/zh99998/Library/Keychains/login.keychain-db from /Users/zh99998/Library/Keychains/login.keychain (0 1 0 1)
默认	10:20:17.032212 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.032264 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.032445 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Users/zh99998/.cache/electron_builder_root_certs.keychain (0)
默认	10:20:17.032498 +0800	MyCard	switching to keychain-db: /Users/zh99998/Library/Keychains/login.keychain-db from /Users/zh99998/Library/Keychains/login.keychain (0 1 0 1)
默认	10:20:17.032535 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.032581 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.032742 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Users/zh99998/.cache/electron_builder_root_certs.keychain (0)
默认	10:20:17.032791 +0800	MyCard	switching to keychain-db: /Users/zh99998/Library/Keychains/login.keychain-db from /Users/zh99998/Library/Keychains/login.keychain (0 1 0 1)
默认	10:20:17.032827 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.032862 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.033050 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Users/zh99998/.cache/electron_builder_root_certs.keychain (0)
默认	10:20:17.033103 +0800	MyCard	switching to keychain-db: /Users/zh99998/Library/Keychains/login.keychain-db from /Users/zh99998/Library/Keychains/login.keychain (0 1 0 1)
默认	10:20:17.033140 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.033171 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.033357 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Users/zh99998/.cache/electron_builder_root_certs.keychain (0)
默认	10:20:17.033404 +0800	MyCard	switching to keychain-db: /Users/zh99998/Library/Keychains/login.keychain-db from /Users/zh99998/Library/Keychains/login.keychain (0 1 0 1)
默认	10:20:17.033442 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.033485 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.085227 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Users/zh99998/.cache/electron_builder_root_certs.keychain (0)
默认	10:20:17.085332 +0800	MyCard	switching to keychain-db: /Users/zh99998/Library/Keychains/login.keychain-db from /Users/zh99998/Library/Keychains/login.keychain (0 1 0 1)
默认	10:20:17.085384 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.085443 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.085718 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Users/zh99998/.cache/electron_builder_root_certs.keychain (0)
默认	10:20:17.085773 +0800	MyCard	switching to keychain-db: /Users/zh99998/Library/Keychains/login.keychain-db from /Users/zh99998/Library/Keychains/login.keychain (0 1 0 1)
默认	10:20:17.085811 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.085849 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.086056 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Users/zh99998/.cache/electron_builder_root_certs.keychain (0)
默认	10:20:17.086108 +0800	MyCard	switching to keychain-db: /Users/zh99998/Library/Keychains/login.keychain-db from /Users/zh99998/Library/Keychains/login.keychain (0 1 0 1)
默认	10:20:17.086146 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.086195 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.086425 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Users/zh99998/.cache/electron_builder_root_certs.keychain (0)
默认	10:20:17.086475 +0800	MyCard	switching to keychain-db: /Users/zh99998/Library/Keychains/login.keychain-db from /Users/zh99998/Library/Keychains/login.keychain (0 1 0 1)
默认	10:20:17.086512 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.086543 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.086700 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Users/zh99998/.cache/electron_builder_root_certs.keychain (0)
默认	10:20:17.086754 +0800	MyCard	switching to keychain-db: /Users/zh99998/Library/Keychains/login.keychain-db from /Users/zh99998/Library/Keychains/login.keychain (0 1 0 1)
默认	10:20:17.086822 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:17.086867 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /Library/Keychains/System.keychain (0)
默认	10:20:18.087093 +0800	MyCard	0x600000274100 free /Users/zh99998/.cache/electron_builder_root_certs.keychain buffer 0x7fcb898d0c00
默认	10:20:18.337909 +0800	MyCard Helper	subsystem: com.apple.network, category: , enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:18.549948 +0800	MyCard Helper	subsystem: com.apple.SkyLight, category: default, enable_level: 0, persist_level: 0, default_ttl: 7, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 0, enable_private_data: 0
默认	10:20:18.749459 +0800	MyCard Helper	subsystem: com.apple.SkyLight, category: default, enable_level: 0, persist_level: 0, default_ttl: 7, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 0, enable_private_data: 0
默认	10:20:18.807342 +0800	MyCard	subsystem: com.apple.securityd, category: policy, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:18.816717 +0800	MyCard	subsystem: com.apple.securityd, category: trustSettings, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:18.822335 +0800	MyCard	subsystem: com.apple.securityd, category: trustSettingsEval, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:18.827157 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /System/Library/Keychains/SystemRootCertificates.keychain (0)
默认	10:20:18.827265 +0800	MyCard	not switching as we're not in ~/Library/Keychains/: /System/Library/Keychains/SystemRootCertificates.keychain (0)
默认	10:20:18.827384 +0800	MyCard	skipping upgrade for /System/Library/Keychains/SystemRootCertificates.keychain
默认	10:20:18.827512 +0800	MyCard	DbOpen of /System/Library/Keychains/SystemRootCertificates.keychain
默认	10:20:18.827595 +0800	MyCard	0x608000a74dc0 opened /System/Library/Keychains/SystemRootCertificates.keychain: 394084 bytes
默认	10:20:18.827859 +0800	MyCard	0x608000a74dc0 allocated /System/Library/Keychains/SystemRootCertificates.keychain buffer 0x10bb1f000 size 394084
默认	10:20:18.827893 +0800	MyCard	0x608000a74dc0 closed /System/Library/Keychains/SystemRootCertificates.keychain
默认	10:20:18.829396 +0800	MyCard	loading /System/Library/Keychains/SystemRootCertificates.keychain
默认	10:20:20.246572 +0800	MyCard	0x608000a74dc0 free /System/Library/Keychains/SystemRootCertificates.keychain buffer 0x10bb1f000
默认	10:20:22.087213 +0800	MyCard	0x610000273ac0 free /Users/zh99998/Library/Keychains/login.keychain-db buffer 0x10badd000
默认	10:20:22.087551 +0800	MyCard	0x610000273f00 free /Library/Keychains/System.keychain buffer 0x111123000
默认	10:20:32.838554 +0800	MyCard	subsystem: com.apple.securityd, category: keyDate, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:32.840823 +0800	trustd	asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (MyCard[571])
默认	10:20:32.841089 +0800	trustd	asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (MyCard[571])
默认	10:20:32.848497 +0800	MyCard	subsystem: com.apple.securityd, category: bundle, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:32.851549 +0800	MyCard	subsystem: com.apple.securityd, category: security_exception, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:32.851585 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.851638 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.851691 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.851722 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.851843 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.851907 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.851963 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.852005 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.852060 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.852108 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.852198 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.852249 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.852426 +0800	MyCard	subsystem: com.apple.securityd, category: codedir, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:32.852707 +0800	MyCard	subsystem: com.apple.securityd, category: staticCode, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:32.852767 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.852832 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.852879 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.852924 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.853923 +0800	MyCard	subsystem: com.apple.securityd, category: rdirenum, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:32.854108 +0800	MyCard	subsystem: com.apple.securityd, category: rscan, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
默认	10:20:32.866700 +0800	trustd	asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (MyCard[571])
默认	10:20:32.866772 +0800	trustd	asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (MyCard[571])
默认	10:20:32.867196 +0800	trustd	asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (MyCard[571])
默认	10:20:32.867359 +0800	trustd	asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (MyCard[571])
默认	10:20:32.867520 +0800	trustd	asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (MyCard[571])
默认	10:20:32.872629 +0800	trustd	asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (MyCard[571])
默认	10:20:32.872767 +0800	trustd	asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (MyCard[571])
默认	10:20:32.872885 +0800	trustd	asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (MyCard[571])
默认	10:20:32.872982 +0800	trustd	asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (MyCard[571])
默认	10:20:32.873113 +0800	trustd	asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (MyCard[571])
默认	10:20:32.876197 +0800	trustd	asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (MyCard[571])
默认	10:20:32.876237 +0800	trustd	asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (MyCard[571])
默认	10:20:32.876409 +0800	trustd	asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (MyCard[571])
默认	10:20:32.879117 +0800	trustd	asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (MyCard[571])
默认	10:20:32.890502 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.890566 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.890617 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.890663 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.890832 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.890898 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.890992 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.891067 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.891158 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.891215 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.891291 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.891346 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.891765 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.891838 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.891908 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.891964 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.895997 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.896057 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.896136 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.896189 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.896330 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.896350 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.896394 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.896401 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.896596 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.896607 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.896652 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.896669 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.896731 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.896784 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.896805 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.896896 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.896903 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.896962 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.896972 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.897021 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.897094 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.897148 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.897225 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.897280 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.897295 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.897346 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.897409 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.897463 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.897599 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.897657 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.897729 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.897796 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.908677 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.908763 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.908852 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.908950 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.908968 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.908983 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909066 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909078 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909102 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909158 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909208 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909224 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909250 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909311 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909326 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909404 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909418 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909473 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909519 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909533 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909556 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909574 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909585 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909622 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909689 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909709 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909723 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909754 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909772 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909780 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909828 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909885 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909900 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.909986 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.910000 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.910047 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.910216 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.910262 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.910332 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.910375 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.910428 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.910445 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.910510 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.910533 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.910580 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.910603 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.910634 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.910651 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.912882 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.912953 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.913040 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.913096 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.913234 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.913291 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.913353 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.913403 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.913560 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.913648 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.913728 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.913783 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.914267 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.914336 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.914420 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:32.914482 +0800	MyCard	CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
默认	10:20:33.064696 +0800	MyCard	Claim 13E74659-A2C8-4AFB-9FC5-5D366BEE6F60 granted in client
默认	10:20:33.064725 +0800	MyCard	Claim 13E74659-A2C8-4AFB-9FC5-5D366BEE6F60 invoked in client
默认	10:20:33.133786 +0800	MyCard Helper	subsystem: com.apple.SkyLight, category: default, enable_level: 0, persist_level: 0, default_ttl: 7, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 0, enable_private_data: 0
默认	10:20:34.384161 +0800	MyCard	Claim B5B09070-B6C4-475A-8F52-E21323EA1B85 granted in client
默认	10:20:34.384191 +0800	MyCard	Claim B5B09070-B6C4-475A-8F52-E21323EA1B85 invoked in client
默认	10:20:34.386138 +0800	MyCard	Claim 63AF8A8A-F34F-4526-BC36-8FC6ED7DB80F granted in client
默认	10:20:34.386166 +0800	MyCard	Claim 63AF8A8A-F34F-4526-BC36-8FC6ED7DB80F invoked in client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants