Skip to content

Instantly share code, notes, and snippets.

@uterator
Last active August 19, 2021 13:10
Show Gist options
  • Save uterator/31e0c023c5816f524092e665fd86fa2c to your computer and use it in GitHub Desktop.
Save uterator/31e0c023c5816f524092e665fd86fa2c to your computer and use it in GitHub Desktop.
2021-02-11 10:18:44:062 - [Appium] Welcome to Appium v1.20.0
2021-02-11 10:18:44:063 - [Appium] Non-default server args:
2021-02-11 10:18:44:063 - [Appium] address: 127.0.0.1
2021-02-11 10:18:44:064 - [Appium] port: 3204
2021-02-11 10:18:44:064 - [Appium] sessionOverride: true
2021-02-11 10:18:44:064 - [Appium] logTimestamp: true
2021-02-11 10:18:44:064 - [Appium] localTimezone: true
2021-02-11 10:18:44:065 - [Appium] logNoColors: true
2021-02-11 10:18:44:086 - [Appium] Appium REST http interface listener started on 127.0.0.1:3204
2021-02-11 10:18:44:403 - [HTTP] --> GET /wd/hub/status
2021-02-11 10:18:44:403 - [HTTP] {}
2021-02-11 10:18:44:404 - [debug] [GENERIC] Calling AppiumDriver.getStatus() with args: []
2021-02-11 10:18:44:405 - [debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.20.0"}}
2021-02-11 10:18:44:410 - [HTTP] <-- GET /wd/hub/status 200 5 ms - 68
2021-02-11 10:18:44:410 - [HTTP]
2021-02-11 10:18:50:794 - [HTTP] --> GET /wd/hub/status
2021-02-11 10:18:50:795 - [HTTP] {}
2021-02-11 10:18:50:795 - [debug] [GENERIC] Calling AppiumDriver.getStatus() with args: []
2021-02-11 10:18:50:795 - [debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.20.0"}}
2021-02-11 10:18:50:796 - [HTTP] <-- GET /wd/hub/status 200 2 ms - 68
2021-02-11 10:18:50:796 - [HTTP]
2021-02-11 10:18:51:494 - [HTTP] --> POST /wd/hub/session
2021-02-11 10:18:51:495 - [HTTP] {"desiredCapabilities":{"app":"ipa","appium:waitForQuiescence":false,"simpleIsVisibleCheck":true,"deviceName":"iphone7","launchTimeout":300000,"usePrebuiltWDA":true,"wdaLocalPort":8106,"showIOSLog":true,"newCommandTimeout":600,"appium:wdaEventloopIdleDelay":3,"platformVersion":"14.3","automationName":"XCuiTest","useNewWDA":false,"wdaStartupRetries":10,"platformName":"iOS","udid":"udid","wdaConnectionTimeout":240000,"autoAcceptAlerts":false},"capabilities":{"firstMatch":[{"appium:app":"ipa","appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":3,"appium:autoAcceptAlerts":false,"appium:automationName":"XCuiTest","appium:deviceName":"iphone7","appium:launchTimeout":300000,"appium:newCommandTimeout":600,"platformName":"ios","appium:platformVersion":"14.3","appium:showIOSLog":true,"appium:simpleIsVisibleCheck":true,"appium:udid":"ba...
2021-02-11 10:18:51:495 - [debug] [W3C] Calling AppiumDriver.createSession() with args: [{"app":"ipa","appium:waitForQuiescence":false,"simpleIsVisibleCheck":true,"deviceName":"iphone7","launchTimeout":300000,"usePrebuiltWDA":true,"wdaLocalPort":8106,"showIOSLog":true,"newCommandTimeout":600,"appium:wdaEventloopIdleDelay":3,"platformVersion":"14.3","automationName":"XCuiTest","useNewWDA":false,"wdaStartupRetries":10,"platformName":"iOS","udid":"udid","wdaConnectionTimeout":240000,"autoAcceptAlerts":false},null,{"firstMatch":[{"appium:app":"ipa","appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":3,"appium:autoAcceptAlerts":false,"appium:automationName":"XCuiTest","appium:deviceName":"iphone7","appium:launchTimeout":300000,"appium:newCommandTimeout":600,"platformName":"ios","appium:platformVersion":"14.3","appium:showIOSLog":true,"appium:simpleIsVisibleCheck":true,"appium:udid":"udid...
2021-02-11 10:18:51:496 - [debug] [BaseDriver] Event 'newSessionRequested' logged at 1613024331495 (10:18:51 GMT+0400 (Mars Standard Time))
2021-02-11 10:18:52:353 - [Appium] Appium v1.20.0 creating new XCUITestDriver (v3.33.1) session
2021-02-11 10:18:52:354 - [debug] [Appium] There are no active sessions for cleanup
2021-02-11 10:18:52:356 - [debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided
2021-02-11 10:18:52:356 - [debug] [BaseDriver] Creating session with W3C capabilities: {
2021-02-11 10:18:52:356 - [debug] [BaseDriver] "alwaysMatch": {
2021-02-11 10:18:52:356 - [debug] [BaseDriver] "platformName": "ios",
2021-02-11 10:18:52:356 - [debug] [BaseDriver] "appium:app": "ipa",
2021-02-11 10:18:52:357 - [debug] [BaseDriver] "appium:waitForQuiescence": false,
2021-02-11 10:18:52:357 - [debug] [BaseDriver] "appium:wdaEventloopIdleDelay": 3,
2021-02-11 10:18:52:357 - [debug] [BaseDriver] "appium:autoAcceptAlerts": false,
2021-02-11 10:18:52:357 - [debug] [BaseDriver] "appium:automationName": "XCuiTest",
2021-02-11 10:18:52:357 - [debug] [BaseDriver] "appium:deviceName": "iphone7",
2021-02-11 10:18:52:357 - [debug] [BaseDriver] "appium:launchTimeout": 300000,
2021-02-11 10:18:52:357 - [debug] [BaseDriver] "appium:newCommandTimeout": 600,
2021-02-11 10:18:52:357 - [debug] [BaseDriver] "appium:platformVersion": "14.3",
2021-02-11 10:18:52:357 - [debug] [BaseDriver] "appium:showIOSLog": true,
2021-02-11 10:18:52:357 - [debug] [BaseDriver] "appium:simpleIsVisibleCheck": true,
2021-02-11 10:18:52:357 - [debug] [BaseDriver] "appium:udid": "udid",
2021-02-11 10:18:52:357 - [debug] [BaseDriver] "appium:useNewWDA": false,
2021-02-11 10:18:52:357 - [debug] [BaseDriver] "appium:usePrebuiltWDA": true,
2021-02-11 10:18:52:357 - [debug] [BaseDriver] "appium:wdaConnectionTimeout": 240000,
2021-02-11 10:18:52:357 - [debug] [BaseDriver] "appium:wdaLocalPort": 8106,
2021-02-11 10:18:52:358 - [debug] [BaseDriver] "appium:wdaStartupRetries": 10
2021-02-11 10:18:52:358 - [debug] [BaseDriver] },
2021-02-11 10:18:52:358 - [debug] [BaseDriver] "firstMatch": [
2021-02-11 10:18:52:358 - [debug] [BaseDriver] {}
2021-02-11 10:18:52:358 - [debug] [BaseDriver] ]
2021-02-11 10:18:52:358 - [debug] [BaseDriver] }
2021-02-11 10:18:52:366 - [BaseDriver] Session created with session id: 1ec6dfed-adba-4119-aba7-7fc6f1567949
2021-02-11 10:18:52:398 - [debug] [XCUITest] Current user: 'user'
2021-02-11 10:18:52:416 - [debug] [XCUITest] Available devices: udid
2021-02-11 10:18:52:416 - [debug] [XCUITest] Creating iDevice object with udid 'udid'
2021-02-11 10:18:52:416 - [XCUITest] Determining device to run tests on: udid: 'udid', real device: true
2021-02-11 10:18:52:480 - [debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1613024332480 (10:18:52 GMT+0400 (Mars Standard Time))
2021-02-11 10:18:52:483 - [BaseDriver] Using local app 'ipa'
2021-02-11 10:18:52:604 - [debug] [BaseDriver] Unzipping 'ipa'
2021-02-11 10:18:52:605 - [debug] [BaseDriver] Enforcing UTF-8 encoding on the extracted file names for 'ipa'
2021-02-11 10:18:53:985 - [debug] [BaseDriver] Extracted 402 items from 'ipa' in 1339ms
2021-02-11 10:18:53:988 - [debug] [BaseDriver] Matched 1 item in the extracted archive. Assuming 'Payload/app' is the correct bundle
2021-02-11 10:18:53:992 - [BaseDriver] Unzipped local app to '/var/folders/ln/tk4trzln4qv0gb3xylqlpdzh0000gn/T/2021111-15985-6y6wl5.y52pd/app'
2021-02-11 10:18:53:993 - [debug] [BaseDriver] Event 'appConfigured' logged at 1613024333993 (10:18:53 GMT+0400 (Mars Standard Time))
2021-02-11 10:18:53:993 - [debug] [XCUITest] Checking whether app '/var/folders/ln/tk4trzln4qv0gb3xylqlpdzh0000gn/T/2021111-15985-6y6wl5.y52pd/app' is actually present on file system
2021-02-11 10:18:53:994 - [debug] [XCUITest] App is present
2021-02-11 10:18:53:997 - [debug] [iOS] Getting bundle ID from app '/var/folders/ln/tk4trzln4qv0gb3xylqlpdzh0000gn/T/2021111-15985-6y6wl5.y52pd/app': 'appname'
2021-02-11 10:18:53:998 - [debug] [BaseDriver] Event 'resetStarted' logged at 1613024333998 (10:18:53 GMT+0400 (Mars Standard Time))
2021-02-11 10:18:53:998 - [debug] [XCUITest] Reset: running ios real device reset flow
2021-02-11 10:18:53:998 - [debug] [BaseDriver] Event 'resetComplete' logged at 1613024333998 (10:18:53 GMT+0400 (Mars Standard Time))
2021-02-11 10:18:53:999 - [WebDriverAgent] Using WDA path: '/Users/user/.npm-global/lib/node_modules/appium/node_modules/appium-webdriveragent'
2021-02-11 10:18:53:999 - [WebDriverAgent] Using WDA agent: '/Users/user/.npm-global/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
2021-02-11 10:18:54:276 - [debug] [XCUITest] Crash reports root '/Users/user/Library/Logs/CrashReporter/MobileDevice/userer���s iPhone' does not exist. Got nothing to gather.
2021-02-11 10:18:54:277 - [debug] [BaseDriver] Event 'logCaptureStarted' logged at 1613024334276 (10:18:54 GMT+0400 (Mars Standard Time))
2021-02-11 10:18:54:277 - [XCUITest] Setting up real device
2021-02-11 10:18:54:277 - [debug] [XCUITest] Verifying application platform
2021-02-11 10:18:54:279 - [debug] [XCUITest] CFBundleSupportedPlatforms: ["iPhoneOS"]
2021-02-11 10:18:54:371 - [IOSDeviceLog] Feb 11 10:18:54 mydevice trustd[144] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0
2021-02-11 10:18:54:371 - [IOSDeviceLog] Feb 11 10:18:54 mydevice trustd[144] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0
2021-02-11 10:18:54:379 - [IOSDeviceLog] Feb 11 10:18:54 mydevice lockdownd[70] <Notice>: handle_start_service: <private>
2021-02-11 10:18:54:383 - [IOSDeviceLog] Feb 11 10:18:54 mydevice lockdownd[70] <Notice>: spawn_xpc_service: <private>
2021-02-11 10:18:54:405 - [IOSDeviceLog] Feb 11 10:18:54 mydevice lockdownd[70] <Notice>: spawn_xpc_service_block_invoke: <private>
2021-02-11 10:18:54:405 - [IOSDeviceLog] Feb 11 10:18:54 mydevice lockdownd[70] <Notice>: spawn_xpc_service_block_invoke: <private>
2021-02-11 10:18:54:458 - [debug] [XCUITest] Reset requested. Removing app with id 'appname' from the device
2021-02-11 10:18:54:574 - [IOSDeviceLog] Feb 11 10:18:54 mydevice trustd[144] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0
2021-02-11 10:18:54:574 - [IOSDeviceLog] Feb 11 10:18:54 mydevice trustd[144] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0
2021-02-11 10:18:54:586 - [IOSDeviceLog] Feb 11 10:18:54 mydevice lockdownd[70] <Notice>: handle_start_service: <private>
2021-02-11 10:18:54:590 - [IOSDeviceLog] Feb 11 10:18:54 mydevice lockdownd[70] <Notice>: spawn_xpc_service: <private>
2021-02-11 10:18:54:639 - [IOSDeviceLog] Feb 11 10:18:54 mydevice lockdownd[70] <Notice>: spawn_xpc_service_block_invoke: <private>
2021-02-11 10:18:54:641 - [IOSDeviceLog] Feb 11 10:18:54 mydevice lockdownd[70] <Notice>: spawn_xpc_service_block_invoke: <private>
2021-02-11 10:18:54:641 - [IOSDeviceLog] Feb 11 10:18:54 mydevice mobile_installation_proxy(MobileInstallation)[277] <Notice>: appname:5:3:1:1:Beginning uninstall for appname with options (null)
2021-02-11 10:18:54:642 - [IOSDeviceLog] Feb 11 10:18:54 mydevice mobile_installation_proxy(CoreServices)[277] <Notice>: setting operationType to LSOperationTypeUninstallApplication from options (null)
2021-02-11 10:18:54:643 - [IOSDeviceLog] Feb 11 10:18:54 mydevice mobile_installation_proxy(CoreServices)[277] <Notice>: created clientUninstaller for type UninstallPlaceholder
2021-02-11 10:18:54:644 - [IOSDeviceLog] Feb 11 10:18:54 mydevice lsd(MobileInstallation)[2060] <Notice>: appname:5:3:1:1:Kicking off uninstall: appname type 8 with options (null)
2021-02-11 10:18:54:646 - [IOSDeviceLog] Feb 11 10:18:54 mydevice lsd(CoreServices)[2060] <Notice>: install choke: after enqueueing operation, got role 1
2021-02-11 10:18:54:646 - [IOSDeviceLog] Feb 11 10:18:54 mydevice lsd(CoreServices)[2060] <Notice>: void _LSDatabaseCreateRecoveryFile(NSURL *__strong): Successfully created recovery file /private/var/containers/Data/System/DFC0EE15-78FC-4633-BF96-9F2A203A6EAD/Library/Caches/com.apple.LaunchServices.dirty
2021-02-11 10:18:54:647 - [IOSDeviceLog] Feb 11 10:18:54 mydevice lsd(MobileInstallation)[2060] <Notice>: appname:5:3:1:1:Proceeding with uninstall: appname type 8 with options (null)
2021-02-11 10:18:54:651 - [IOSDeviceLog] Feb 11 10:18:54 mydevice lsd(CoreServices)[2060] <Notice>: Sending applicationsWillUninstall: for <private>
2021-02-11 10:18:54:661 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(MobileSystemServices)[256] <Notice>: 0x16ba5f000 -[MIClientConnection uninstallIdentifiers:withOptions:completion:]: Uninstall requested by lsd (pid 2060 (501/501)) for identifier appname with options: (null)
2021-02-11 10:18:54:671 - [IOSDeviceLog] Feb 11 10:18:54 mydevice callservicesd(CoreServices)[92] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:676 - [IOSDeviceLog] Feb 11 10:18:54 mydevice clipserviced(CoreServices)[282] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:680 - [IOSDeviceLog] Feb 11 10:18:54 mydevice watchlistd(CoreServices)[183] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:686 - [IOSDeviceLog] Feb 11 10:18:54 mydevice atc(CoreServices)[43] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:694 - [IOSDeviceLog] Feb 11 10:18:54 mydevice appstored(CoreServices)[186] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:697 - [IOSDeviceLog] Feb 11 10:18:54 mydevice AppSSODaemon(CoreServices)[247] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:698 - [IOSDeviceLog] Feb 11 10:18:54 mydevice backboardd(CoreServices)[62] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:701 - [IOSDeviceLog] Feb 11 10:18:54 mydevice homed(CoreServices)[179] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:705 - [IOSDeviceLog] Feb 11 10:18:54 mydevice profiled(CoreServices)[96] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:707 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(MobileStorage)[256] <Notice>: Failed to retrieve the IO service matching the device node for <private>.
2021-02-11 10:18:54:708 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(MobileStorage)[256] <Notice>: Failed to retrieve the IO service matching the device node for <private>.
2021-02-11 10:18:54:713 - [IOSDeviceLog] Feb 11 10:18:54 mydevice nsurlsessiond(CoreServices)[107] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:714 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(DiskImages2)[256] <Notice>: +[DIAttachedDeviceInfo copyImageURLFromDevice:error:]: <~~~>
2021-02-11 10:18:54:714 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(DiskImages2)[256] <Notice>: +[DIAttachedDeviceInfo copyImageURLFromDevice:error:]: <~~~>
2021-02-11 10:18:54:717 - [IOSDeviceLog] Feb 11 10:18:54 mydevice UserEventAgent(CoreServices)[29] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:723 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(CoreServices)[63] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:742 - [IOSDeviceLog] Feb 11 10:18:54 mydevice runningboardd(RunningBoard)[32] <Notice>: Received termination request from [daemon<com.apple.mobile.installd>:256] on <RBSProcessPredicate <RBSProcessBundleIdentifierPredicate "appname">> with context <RBSTerminateContext| code:0xDEAD6502 explanation:FBSApplicationTerminationAssertion reportType:None maxTerminationResistance:Interactive attrs:[
2021-02-11 10:18:54:742 - [IOSDeviceLog] <RBSPreventLaunchLimitation| <RBSProcessPredicate <RBSProcessBundleIdentifierPredicate "appname">>>
2021-02-11 10:18:54:742 - [IOSDeviceLog] ]>
2021-02-11 10:18:54:743 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(CoreServices)[59] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:745 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(FrontBoardServices)[59] <Notice>: -[FBSApplicationLibrary applicationsWillUninstall:] appname
2021-02-11 10:18:54:745 - [IOSDeviceLog] Feb 11 10:18:54 mydevice fileproviderd(CoreServices)[209] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:745 - [IOSDeviceLog] Feb 11 10:18:54 mydevice aggregated(CoreServices)[10011] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:745 - [IOSDeviceLog] Feb 11 10:18:54 mydevice runningboardd(PlugInKit)[32] <Notice>: <PKManager:0x1029286e0> hold request for [<private>] with flags: 0x4
2021-02-11 10:18:54:746 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(CoreServices)[149] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:747 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: forced termination complete; hold request granted token: 372BE21B-8421-49B5-8D23-21677580CF76
2021-02-11 10:18:54:747 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x1051cb280>.
2021-02-11 10:18:54:747 - [IOSDeviceLog] Feb 11 10:18:54 mydevice callservicesd(PlugInKit)[92] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x102c56f50>.
2021-02-11 10:18:54:747 - [IOSDeviceLog] Feb 11 10:18:54 mydevice callservicesd(PlugInKit)[92] <Notice>: [d <private>] <PKHost:0x102da0910> Beginning discovery for flags: 0, point: com.apple.callkit.call-directory
2021-02-11 10:18:54:748 - [IOSDeviceLog] Feb 11 10:18:54 mydevice runningboardd(PlugInKit)[32] <Notice>: <PKManager:0x1029286e0> hold request for [<private>] with flags: 0x4 completed with hold token: [372BE21B-8421-49B5-8D23-21677580CF76]
2021-02-11 10:18:54:748 - [IOSDeviceLog] Feb 11 10:18:54 mydevice runningboardd(RunningBoard)[32] <Notice>: Acquiring assertion targeting system from originator [daemon<com.apple.mobile.installd>:256] with description <RBSAssertionDescriptor| "FBSApplicationTerminationAssertion" ID:32-256-182894 target:system attributes:[
2021-02-11 10:18:54:750 - [IOSDeviceLog] <RBSPreventLaunchLimitation| <RBSProcessPredicate <RBSProcessBundleIdentifierPredicate "appname">>>
2021-02-11 10:18:54:750 - [IOSDeviceLog] ]>
2021-02-11 10:18:54:750 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(CoreServices)[149] <Notice>: No plugins found to match query <private>
2021-02-11 10:18:54:750 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x10507fa40>.
2021-02-11 10:18:54:750 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:54:750 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x1051851c0>.
2021-02-11 10:18:54:752 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:54:752 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x1051c9a20>.
2021-02-11 10:18:54:752 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:54:752 - [IOSDeviceLog] Feb 11 10:18:54 mydevice callservicesd(PlugInKit)[92] <Notice>: [d <private>] <PKHost:0x102da0910> Completed discovery. Final # of matches: 0
2021-02-11 10:18:54:753 - [IOSDeviceLog] Feb 11 10:18:54 mydevice callservicesd(PlugInKit)[92] <Notice>: <PKDiscoveryDriver:0x102c56da0> delivering update to host (0 plugins)
2021-02-11 10:18:54:753 - [IOSDeviceLog] Feb 11 10:18:54 mydevice callservicesd[92] <Notice>: Beginning transaction for <private>. Transaction count is now 0. Added transaction: <private>
2021-02-11 10:18:54:753 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:54:754 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x1051caf50>.
2021-02-11 10:18:54:754 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:54:754 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x105193010>.
2021-02-11 10:18:54:755 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:54:755 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 0
2021-02-11 10:18:54:755 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(CoreServices)[149] <Notice>: No plugins found to match query <private>
2021-02-11 10:18:54:755 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 0
2021-02-11 10:18:54:756 - [IOSDeviceLog] Feb 11 10:18:54 mydevice com.apple.CallKit.CallDirectoryMaintenance(CallKit)[7015] <Notice>:
2021-02-11 10:18:54:756 - [IOSDeviceLog] Feb 11 10:18:54 mydevice com.apple.CallKit.CallDirectoryMaintenance[7015] <Notice>: requested to synchronize extensions
2021-02-11 10:18:54:756 - [IOSDeviceLog] Feb 11 10:18:54 mydevice com.apple.CallKit.CallDirectoryMaintenance(PlugInKit)[7015] <Notice>: [d <private>] <PKHost:0x102817480> Beginning discovery for flags: 0, point: com.apple.callkit.call-directory
2021-02-11 10:18:54:756 - [IOSDeviceLog] Feb 11 10:18:54 mydevice com.apple.CallKit.CallDirectoryMaintenance(PlugInKit)[7015] <Notice>: [d <private>] <PKHost:0x102817480> Completed discovery. Final # of matches: 0
2021-02-11 10:18:54:756 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x1051cb300>.
2021-02-11 10:18:54:757 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:54:757 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x10515c1b0>.
2021-02-11 10:18:54:757 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:54:757 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x1051842f0>.
2021-02-11 10:18:54:757 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x1051c1c90>.
2021-02-11 10:18:54:758 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:54:758 - [IOSDeviceLog] Feb 11 10:18:54 mydevice callservicesd[92] <Notice>: Successfully synchronized call directory extensions
2021-02-11 10:18:54:758 - [IOSDeviceLog] Feb 11 10:18:54 mydevice callservicesd[92] <Notice>: Ending transaction for <private>. Transaction count is now 0. Ended transaction: <private>
2021-02-11 10:18:54:758 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x1051d6500>.
2021-02-11 10:18:54:759 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:54:759 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:54:759 - [IOSDeviceLog] Feb 11 10:18:54 mydevice runningboardd(RunningBoard)[32] <Notice>: Assertion 32-256-182894 (target:system) will be created as active
2021-02-11 10:18:54:759 - [IOSDeviceLog] Feb 11 10:18:54 mydevice runningboardd(RunningBoard)[32] <Notice>: Finished acquiring assertion 32-256-182894 (target:system)
2021-02-11 10:18:54:759 - [IOSDeviceLog] Feb 11 10:18:54 mydevice runningboardd(RunningBoard)[32] <Notice>: Executing termination request for: <RBSProcessPredicate <RBSProcessBundleIdentifierPredicate "appname">>
2021-02-11 10:18:54:760 - [IOSDeviceLog] Feb 11 10:18:54 mydevice runningboardd(RunningBoard)[32] <Notice>: [daemon<com.apple.SpringBoard>:59] handle lookup could not find a matching process
2021-02-11 10:18:54:760 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x28053ec70>.
2021-02-11 10:18:54:760 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: [d <private>] <PKHost:0x281ed5800> Beginning discovery for flags: 0, point: com.apple.widget-extension
2021-02-11 10:18:54:760 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x2804c2310>.
2021-02-11 10:18:54:760 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: [d <private>] <PKHost:0x281ed5800> Beginning discovery for flags: 0, point: com.apple.usernotifications.service
2021-02-11 10:18:54:760 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x2804c00c0>.
2021-02-11 10:18:54:761 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: [d <private>] <PKHost:0x281ed5800> Beginning discovery for flags: 0, point: com.apple.usernotifications.content-extension
2021-02-11 10:18:54:761 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: [d <private>] <PKHost:0x281ed5800> Completed discovery. Final # of matches: 0
2021-02-11 10:18:54:762 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: <PKDiscoveryDriver:0x282f78540> delivering update to host (0 plugins)
2021-02-11 10:18:54:762 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(CoreServices)[149] <Notice>: No plugins found to match query <private>
2021-02-11 10:18:54:762 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 0
2021-02-11 10:18:54:762 - [IOSDeviceLog] Feb 11 10:18:54 mydevice chronod(PlugInKit)[163] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x102a12eb0>.
2021-02-11 10:18:54:762 - [IOSDeviceLog] Feb 11 10:18:54 mydevice chronod(PlugInKit)[163] <Notice>: [d <private>] <PKHost:0x102a120e0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:54:762 - [IOSDeviceLog] Feb 11 10:18:54 mydevice navd(CoreServices)[77] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:764 - [IOSDeviceLog] Feb 11 10:18:54 mydevice bluetoothd(CoreServices)[82] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:768 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 9ECEC52E-46FA-469E-BDD6-D7B42750D367] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:772 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 1
2021-02-11 10:18:54:772 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: [d <private>] <PKHost:0x281ed5800> Completed discovery. Final # of matches: 1
2021-02-11 10:18:54:772 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: <PKDiscoveryDriver:0x282f30b40> delivering update to host (1 plugins)
2021-02-11 10:18:54:774 - [IOSDeviceLog] Feb 11 10:18:54 mydevice runningboardd(CoreServices)[32] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:777 - [IOSDeviceLog] Feb 11 10:18:54 mydevice contextstored(CoreServices)[9112] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:779 - [IOSDeviceLog] Feb 11 10:18:54 mydevice nanotimekitcompaniond(CoreServices)[146] <Notice>: LaunchServices observer: Will uninstall <private>
2021-02-11 10:18:54:783 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 5695B45D-5B7B-4135-A1E0-B65A9059E211] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:783 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u BDBBA6AC-3069-4ADC-AD83-93CC6A209386] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:783 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 097EDCB8-EEDA-418E-BB14-F6BC776C75AC] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:783 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 38738E1C-BEF0-438D-959E-189D2B74A4BB] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:796 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(MobileStorage)[256] <Notice>: Failed to retrieve the IO service matching the device node for <private>.
2021-02-11 10:18:54:796 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(MobileStorage)[256] <Notice>: Failed to retrieve the IO service matching the device node for <private>.
2021-02-11 10:18:54:796 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(DiskImages2)[256] <Notice>: +[DIAttachedDeviceInfo copyImageURLFromDevice:error:]: <~~~>
2021-02-11 10:18:54:797 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(DiskImages2)[256] <Notice>: +[DIAttachedDeviceInfo copyImageURLFromDevice:error:]: <~~~>
2021-02-11 10:18:54:797 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(MobileInstallation)[256] <Notice>: appname:7:11:1:1:Start : Uninstall (Application)
2021-02-11 10:18:54:797 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: Requesting container lookup; class = 1, identifier = <private>, temp = 0, create = 0, euid = 33, uid = 33, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:54:801 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(SpringBoard)[59] <Notice>: termination assertion efficacy for appname changed to 3
2021-02-11 10:18:54:802 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: 0x282476a00-SBApplicationIcon Data source did change: <private> (SBApplication)
2021-02-11 10:18:54:802 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: 0x2825ff600-SBApplicationIcon Data source did change: <private> (SBApplication)
2021-02-11 10:18:54:804 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:54:804 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:54:804 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 2A940DF9-29D4-4F1B-BBD6-F126718F79DE] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:805 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 6F866A71-87FF-419C-89F4-445BEC9C772E] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:808 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 2F1B93EB-9E7A-4138-9F82-4DBA886712A4] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:810 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u DEE7FF35-49EA-48E7-8B3B-A9BF6B099ED4] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:811 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u C84F3547-B2F7-4805-ACF9-D7CEE57C7150] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:811 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 2532B00D-63AB-4E38-8C0B-4949E04E0138] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:811 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(libsystem_containermanager.dylib)[149] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 0, uid = 0, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:54:811 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u EA4FCBEB-BBC5-4463-83CB-12AFBA76BE84] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:814 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 17408639-342A-4CDA-A539-8167D3541300] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:814 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 6D2D40EA-2C5F-42B5-9102-AB15DF9CE0DB] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:815 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(libsystem_containermanager.dylib)[149] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:54:816 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 34B3793E-83DF-4BA1-A42B-3D27369728D1] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:817 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u EA0E368E-3DB0-4113-80A1-70F5471ABD76] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:817 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u D8AA34C9-77B2-49CD-A560-71437AD7109A] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:817 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 9D15F4E8-1B5E-4D3C-8B90-1F913299377B] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:818 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:54:819 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<com.apple.pluginkit.pkd, u=<501/501/~~/2/1000>, uid=0, pid=149, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:54:819 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 9A094FFD-073D-4C80-B52A-840FC3F0DAD7] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:819 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 8C91DDB9-A01A-4948-BD5D-B1FEB4A638B5] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:820 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 8C1B35C4-EBAB-4100-946A-DFC7A8344669] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:820 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 6E2FFA65-F571-40B0-8E27-1980B05C5730] [com.apple.mobileslideshow.StreamShareService(<private>)] Created plugin
2021-02-11 10:18:54:820 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u C26A3F00-0B16-4DF2-8E9A-75B0D37AA5A2] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:821 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u C16CF0B0-1433-46ED-9014-70FDF7E7E90C] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:821 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 7452DF8F-7358-455B-A690-7DCE6F6CB1F5] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:822 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 43C86819-B186-4FD1-94BF-901D9979099B] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:822 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 1C9978B4-0F93-4A80-A63F-EEE989BE25AC] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:823 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 382C2888-7034-4F87-8F91-1082F25C5AFC] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:824 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 7576A109-D8DD-48E5-AA22-234073F044D9] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:824 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u C98AF1D5-4695-43B1-BB17-12062E6D320E] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:825 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u FCB01A67-7C51-4155-8BFB-452F4722C69C] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:825 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 3E3C213B-CA22-402C-9D7B-DD489432E702] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:825 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u A176727E-EC8A-421D-89B6-8E9E99C47870] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:826 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u DF6AC435-F6E8-465C-A818-77724B7BF396] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:826 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(libsystem_containermanager.dylib)[149] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 0, uid = 0, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:54:826 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u E321A10F-93C6-4C3E-AC39-021BBA371782] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:826 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(libsystem_containermanager.dylib)[149] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:54:826 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u FE6BF4C4-031B-4715-82E4-1D98F3EB3F7D] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:826 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:54:826 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<com.apple.pluginkit.pkd, u=<501/501/~~/2/1000>, uid=0, pid=149, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:54:827 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u BA8CE7C7-D208-494B-9F09-D579AF198D17] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:827 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 6AE94EA0-28B8-4325-B041-37BBE7C1490D] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:827 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 08F32463-91E8-40DC-A471-14FA2496B370] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:828 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 9927995D-7A87-4943-A3A2-43E71C93AF6E] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:828 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 9FBAB86D-37C5-4B02-BDAA-3E56C46497F3] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:829 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u D25F5133-8872-41B3-9941-033D59B422FF] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:829 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 83140A82-F0B5-4FB3-A8C7-8B01EC946299] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:831 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 2BF2391C-623F-4F8B-B4AB-2623D1E259FC] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:831 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 61D0B903-32E1-42CA-A0DE-90C210EA9183] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:831 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 13
2021-02-11 10:18:54:833 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 55071782-FEF6-4C1C-8EED-E86EF84C809D] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:833 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u F00427D8-6182-48AD-9FBA-FB7E03DE9F36] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:834 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u C6650FB0-AC84-4BC7-84E2-2DF67307B4DB] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:837 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u DBB137F6-2C9E-417A-9523-B5A709364CC2] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:842 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 933D27F8-F0DD-4F8E-88F1-232343B33FB0] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:843 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 7BF05B53-5560-4573-972F-585DC511C002] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:843 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 3BA8B7BE-AB2F-41C9-BB7C-784341C54AFF] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:843 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u DC4BDBF8-AF64-4D57-B7A9-AEB2336AD747] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:843 - [IOSDeviceLog] Feb 11 10:18:54 mydevice chronod(PlugInKit)[163] <Notice>: [d <private>] <PKHost:0x102a120e0> Completed discovery. Final # of matches: 13
2021-02-11 10:18:54:844 - [IOSDeviceLog] Feb 11 10:18:54 mydevice chronod(PlugInKit)[163] <Notice>: <PKDiscoveryDriver:0x102a12c30> delivering update to host (13 plugins)
2021-02-11 10:18:54:844 - [IOSDeviceLog] Feb 11 10:18:54 mydevice chronod(ChronoKit)[163] <Notice>: Received new extension list.
2021-02-11 10:18:54:844 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 0A190253-4FE0-462B-B5D2-7E0CC9BEE8C3] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:845 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 3C4733EB-4E9F-4F2A-AE0F-6C883D16B14E] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:850 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 5D67C3E8-C753-47F0-B9F0-A7B225FFDA20] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:850 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 5C2664C7-C8BF-4501-A909-135A2EAC0696] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:850 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 3CEA1ADE-BA96-4BDB-AD34-0C635F1EDBBA] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:850 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 34
2021-02-11 10:18:54:851 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: [d <private>] <PKHost:0x281ed5800> Completed discovery. Final # of matches: 34
2021-02-11 10:18:54:851 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: <PKDiscoveryDriver:0x282f2d200> delivering update to host (34 plugins)
2021-02-11 10:18:54:851 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.ScreenTimeUI.ScreenTimeNotificationContentExtension for categories [ com.apple.screentime.weekly-usage-report ] with attributes: {
2021-02-11 10:18:54:851 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:852 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:852 - [IOSDeviceLog] NSExtensionVersion = "3.0";
2021-02-11 10:18:54:852 - [IOSDeviceLog] UNNotificationExtensionCategory = "com.apple.screentime.weekly-usage-report";
2021-02-11 10:18:54:852 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.ScreenTimeNotifications";
2021-02-11 10:18:54:852 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:853 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = 1;
2021-02-11 10:18:54:853 - [IOSDeviceLog] }
2021-02-11 10:18:54:853 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.ShazamKit.ShazamNotificationContentExtension for categories [ com.apple.ShazamNotifications.category.actionable ] with attributes: {
2021-02-11 10:18:54:853 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:853 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:853 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:853 - [IOSDeviceLog] UNNotificationExtensionCategory = "com.apple.ShazamNotifications.category.actionable";
2021-02-11 10:18:54:853 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.ShazamNotifications";
2021-02-11 10:18:54:854 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = 1;
2021-02-11 10:18:54:854 - [IOSDeviceLog] }
2021-02-11 10:18:54:854 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.MobileSMS.MessagesNotificationExtension for categories [ MessageExtension, MessageExtension-AudioRaise, MessageExtension-Madrid, MessageExtension-MadridGroup, MessageExtension-SMS ] with attributes: {
2021-02-11 10:18:54:854 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:854 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:854 - [IOSDeviceLog] NSExtensionVersion = "14.0";
2021-02-11 10:18:54:854 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:854 - [IOSDeviceLog] MessageExtension,
2021-02-11 10:18:54:855 - [IOSDeviceLog] "MessageExtension-AudioRaise",
2021-02-11 10:18:54:855 - [IOSDeviceLog] "MessageExtension-Madrid",
2021-02-11 10:18:54:855 - [IOSDeviceLog] "MessageExtension-MadridGroup",
2021-02-11 10:18:54:855 - [IOSDeviceLog] "MessageExtension-SMS"
2021-02-11 10:18:54:855 - [IOSDeviceLog] );
2021-02-11 10:18:54:855 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:855 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.7";
2021-02-11 10:18:54:855 - [IOSDeviceLog] UNNotificationExtensionOverridesDefaultTitle = 1;
2021-02-11 10:18:54:856 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:54:856 - [IOSDeviceLog] }
2021-02-11 10:18:54:856 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.Music.MusicNotificationContentExtension for categories [ music-notification-default ] with attributes: {
2021-02-11 10:18:54:856 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:856 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:856 - [IOSDeviceLog] NSExtensionVersion = "3.1";
2021-02-11 10:18:54:856 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:856 - [IOSDeviceLog] "music-notification-default"
2021-02-11 10:18:54:856 - [IOSDeviceLog] );
2021-02-11 10:18:54:857 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.Music";
2021-02-11 10:18:54:857 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:857 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.1";
2021-02-11 10:18:54:857 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:54:857 - [IOSDeviceLog] }
2021-02-11 10:18:54:857 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.podcasts.PodcastsAnnouncementsNotificationExtension for categories [ com.apple.podcasts.announcement ] with attributes: {
2021-02-11 10:18:54:857 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:857 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:857 - [IOSDeviceLog] NSExtensionVersion = "3.9";
2021-02-11 10:18:54:857 - [IOSDeviceLog] UNNotificationExtensionCategory = "com.apple.podcasts.announcement";
2021-02-11 10:18:54:858 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:858 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.1";
2021-02-11 10:18:54:858 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:54:858 - [IOSDeviceLog] }
2021-02-11 10:18:54:858 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.tips.TipsNotificationExtension for categories [ tip-notification-extension ] with attributes: {
2021-02-11 10:18:54:858 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:858 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:858 - [IOSDeviceLog] NSExtensionVersion = "7.0";
2021-02-11 10:18:54:858 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:859 - [IOSDeviceLog] "tip-notification-extension"
2021-02-11 10:18:54:859 - [IOSDeviceLog] );
2021-02-11 10:18:54:859 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:859 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "1.25";
2021-02-11 10:18:54:859 - [IOSDeviceLog] }
2021-02-11 10:18:54:859 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.SeymourServices.SeymourNotifications for categories [ fitcored-engagement-category ] with attributes: {
2021-02-11 10:18:54:860 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:860 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:860 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:860 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:861 - [IOSDeviceLog] "fitcored-engagement-category"
2021-02-11 10:18:54:861 - [IOSDeviceLog] );
2021-02-11 10:18:54:861 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.Fitness";
2021-02-11 10:18:54:861 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:861 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.1";
2021-02-11 10:18:54:862 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:54:862 - [IOSDeviceLog] }
2021-02-11 10:18:54:862 - [IOSDeviceLog] Feb 11 10:18:54 mydevice chronod(libsystem_containermanager.dylib)[163] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 501, uid = 501, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:54:862 - [IOSDeviceLog] Feb 11 10:18:54 mydevice chronod(libsystem_containermanager.dylib)[163] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:54:862 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u B75D34EE-AEE7-47E6-972C-665D0D8DA8B7] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:863 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u AB5199D3-600A-4BB9-957C-0E48EA13778D] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:863 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 2
2021-02-11 10:18:54:863 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(CoreServices)[149] <Notice>: No plugins found to match query <private>
2021-02-11 10:18:54:863 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 0
2021-02-11 10:18:54:864 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(CoreServices)[149] <Notice>: No plugins found to match query <private>
2021-02-11 10:18:54:864 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 0
2021-02-11 10:18:54:864 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u E6459D78-F8AF-49C6-A2DF-12C0A6D2BEAE] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:864 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.Sharing.continuityRemote for categories [ continuityRemoteCategory ] with attributes: {
2021-02-11 10:18:54:865 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:865 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:865 - [IOSDeviceLog] NSExtensionVersion = "1575.1";
2021-02-11 10:18:54:866 - [IOSDeviceLog] UNNotificationExtensionCategory = continuityRemoteCategory;
2021-02-11 10:18:54:866 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = (
2021-02-11 10:18:54:866 - [IOSDeviceLog] "com.apple.Sharing.TVRemoteNotifications",
2021-02-11 10:18:54:867 - [IOSDeviceLog] "com.apple.Sharing.WatchRemoteNotifications"
2021-02-11 10:18:54:867 - [IOSDeviceLog] );
2021-02-11 10:18:54:867 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:868 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.3";
2021-02-11 10:18:54:868 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:54:868 - [IOSDeviceLog] }
2021-02-11 10:18:54:868 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.Home.HomeNotification for categories [ HomeAppBulletinCategory, HMDBulletinCategoryProvideCameraRecordingFeedback ] with attributes: {
2021-02-11 10:18:54:869 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:869 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:870 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:870 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:870 - [IOSDeviceLog] HomeAppBulletinCategory,
2021-02-11 10:18:54:871 - [IOSDeviceLog] HMDBulletinCategoryProvideCameraRecordingFeedback
2021-02-11 10:18:54:871 - [IOSDeviceLog] );
2021-02-11 10:18:54:872 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 0;
2021-02-11 10:18:54:872 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.5625";
2021-02-11 10:18:54:872 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:54:872 - [IOSDeviceLog] }
2021-02-11 10:18:54:873 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.mobileslideshow.photosmemoriesnotificationupdates for categories [ memoriesUpdates ] with attributes: {
2021-02-11 10:18:54:873 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:873 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:873 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:873 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:873 - [IOSDeviceLog] memoriesUpdates
2021-02-11 10:18:54:874 - [IOSDeviceLog] );
2021-02-11 10:18:54:874 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = 1;
2021-02-11 10:18:54:874 - [IOSDeviceLog] }
2021-02-11 10:18:54:874 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.BarcodeSupport.BarcodeNotificationExtension2 for categories [ barcodeNotificationDefaultViewCategory ] with attributes: {
2021-02-11 10:18:54:874 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:874 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:874 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:874 - [IOSDeviceLog] UNNotificationExtensionCategory = barcodeNotificationDefaultViewCategory;
2021-02-11 10:18:54:875 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = (
2021-02-11 10:18:54:875 - [IOSDeviceLog] "com.apple.barcodesupport.qrcode",
2021-02-11 10:18:54:875 - [IOSDeviceLog] "com.apple.barcodesupport.nfc"
2021-02-11 10:18:54:875 - [IOSDeviceLog] );
2021-02-11 10:18:54:875 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 0;
2021-02-11 10:18:54:875 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.0001";
2021-02-11 10:18:54:875 - [IOSDeviceLog] }
2021-02-11 10:18:54:876 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.findmy.FindMyNotificationsContentExtension for categories [ GEOFENCE_TRIGGER, GEOFENCE, GEOFENCE_RECEIVE ] with attributes: {
2021-02-11 10:18:54:876 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:876 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:876 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:876 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:876 - [IOSDeviceLog] "GEOFENCE_TRIGGER",
2021-02-11 10:18:54:876 - [IOSDeviceLog] GEOFENCE,
2021-02-11 10:18:54:876 - [IOSDeviceLog] "GEOFENCE_RECEIVE"
2021-02-11 10:18:54:877 - [IOSDeviceLog] );
2021-02-11 10:18:54:877 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:877 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.75";
2021-02-11 10:18:54:877 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:54:877 - [IOSDeviceLog] }
2021-02-11 10:18:54:877 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.podcasts.PodcastsNotificationExtension for categories [ com.apple.podcasts.newEpisodesAvailable ] with attributes: {
2021-02-11 10:18:54:877 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:877 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:878 - [IOSDeviceLog] NSExtensionVersion = "3.9";
2021-02-11 10:18:54:878 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:878 - [IOSDeviceLog] "com.apple.podcasts.newEpisodesAvailable"
2021-02-11 10:18:54:878 - [IOSDeviceLog] );
2021-02-11 10:18:54:878 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:878 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.6";
2021-02-11 10:18:54:878 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:54:878 - [IOSDeviceLog] }
2021-02-11 10:18:54:878 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:54:878 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=501, pid=163, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:54:879 - [IOSDeviceLog] Feb 11 10:18:54 mydevice appstored(PlugInKit)[186] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x15a808800>.
2021-02-11 10:18:54:879 - [IOSDeviceLog] Feb 11 10:18:54 mydevice appstored(PlugInKit)[186] <Notice>: [d <private>] <PKHost:0x159e24940> Beginning discovery for flags: 0, point: com.apple.appstored-services.testflight
2021-02-11 10:18:54:879 - [IOSDeviceLog] Feb 11 10:18:54 mydevice appstored(PlugInKit)[186] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x159e72e10>.
2021-02-11 10:18:54:879 - [IOSDeviceLog] Feb 11 10:18:54 mydevice appstored(PlugInKit)[186] <Notice>: [d <private>] <PKHost:0x159e24940> Beginning discovery for flags: 0, point: com.apple.appstored-services.testflight
2021-02-11 10:18:54:879 - [IOSDeviceLog] Feb 11 10:18:54 mydevice fileproviderd(PlugInKit)[209] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x103314140>.
2021-02-11 10:18:54:879 - [IOSDeviceLog] Feb 11 10:18:54 mydevice fileproviderd(PlugInKit)[209] <Notice>: [d <private>] <PKHost:0x10300c7a0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:54:879 - [IOSDeviceLog] Feb 11 10:18:54 mydevice AppSSODaemon(PlugInKit)[247] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x111e0ea80>.
2021-02-11 10:18:54:879 - [IOSDeviceLog] Feb 11 10:18:54 mydevice AppSSODaemon(PlugInKit)[247] <Notice>: [d <private>] <PKHost:0x111e0e2d0> Beginning discovery for flags: 0, point: com.apple.AppSSO.idp-extension
2021-02-11 10:18:54:879 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.reminderkit.NotificationContentExtension for categories [ com.apple.remindd.reminderAlarm.thisAfternoon.weekend, com.apple.remindd.reminderAlarm.nextMorning.weekend, com.apple.remindd.reminderAlarm.tonight.weekend, com.apple.remindd.reminderAlarm.tonight, com.apple.remindd.reminderAlarm.thisAfternoon, com.apple.remindd.reminderAlarm.nextMorning ] with attributes: {
2021-02-11 10:18:54:880 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:880 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:880 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:880 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:880 - [IOSDeviceLog] "com.apple.remindd.reminderAlarm.thisAfternoon.weekend",
2021-02-11 10:18:54:880 - [IOSDeviceLog] "com.apple.remindd.reminderAlarm.nextMorning.weekend",
2021-02-11 10:18:54:880 - [IOSDeviceLog] "com.apple.remindd.reminderAlarm.tonight.weekend",
2021-02-11 10:18:54:880 - [IOSDeviceLog] "com.apple.remindd.reminderAlarm.tonight",
2021-02-11 10:18:54:880 - [IOSDeviceLog] "com.apple.remindd.reminderAlarm.thisAfternoon",
2021-02-11 10:18:54:880 - [IOSDeviceLog] "com.apple.remindd.reminderAlarm.nextMorning"
2021-02-11 10:18:54:881 - [IOSDeviceLog] );
2021-02-11 10:18:54:881 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.reminders";
2021-02-11 10:18:54:881 - [IOSDeviceLog] UNNotificationExtensionDefaultConten
2021-02-11 10:18:54:881 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u EA8033A1-7DFF-4060-AF4C-8B2072D5FCEE] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:881 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 5BF0617C-88B5-4DE8-A6C2-57A1AB28AA51] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:881 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 4C752282-104B-46D9-B4E5-3A91B5EC5D83] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:881 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 7B437419-96DA-48CF-844E-0BF4889A6A75] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:881 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 5
2021-02-11 10:18:54:881 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.SleepHealthUI.SleepNotificationContentExtension for categories [ BedtimeReminderCategory, WindDownReminderCategory ] with attributes: {
2021-02-11 10:18:54:882 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:882 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:882 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:882 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:883 - [IOSDeviceLog] BedtimeReminderCategory,
2021-02-11 10:18:54:883 - [IOSDeviceLog] WindDownReminderCategory
2021-02-11 10:18:54:883 - [IOSDeviceLog] );
2021-02-11 10:18:54:883 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.Health";
2021-02-11 10:18:54:885 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.001";
2021-02-11 10:18:54:886 - [IOSDeviceLog] }
2021-02-11 10:18:54:887 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.mobileslideshow.photosnotifications-updates for categories [ updates, updatesLiked, updatesCommented, invitations, invitationsWithJunkReport, suggestedCMMs, expiringCMMs, readyToViewInvitationCMM ] with attributes: {
2021-02-11 10:18:54:887 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:887 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:888 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:889 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:889 - [IOSDeviceLog] updates,
2021-02-11 10:18:54:889 - [IOSDeviceLog] updatesLiked,
2021-02-11 10:18:54:889 - [IOSDeviceLog] updatesCommented,
2021-02-11 10:18:54:889 - [IOSDeviceLog] invitations,
2021-02-11 10:18:54:889 - [IOSDeviceLog] invitationsWithJunkReport,
2021-02-11 10:18:54:890 - [IOSDeviceLog] suggestedCMMs,
2021-02-11 10:18:54:890 - [IOSDeviceLog] expiringCMMs,
2021-02-11 10:18:54:899 - [IOSDeviceLog] readyToViewInvitationCMM
2021-02-11 10:18:54:916 - [IOSDeviceLog] );
2021-02-11 10:18:54:916 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.02";
2021-02-11 10:18:54:916 - [IOSDeviceLog] }
2021-02-11 10:18:54:917 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.AppStoreDaemon.ASDUserNotificationExtension for categories [ asd-notification-default ] with attributes: {
2021-02-11 10:18:54:917 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:917 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:917 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:917 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:917 - [IOSDeviceLog] "asd-notification-default"
2021-02-11 10:18:54:918 - [IOSDeviceLog] );
2021-02-11 10:18:54:918 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.AppStore";
2021-02-11 10:18:54:918 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:919 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.1";
2021-02-11 10:18:54:919 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:54:919 - [IOSDeviceLog] }
2021-02-11 10:18:54:920 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.CalendarNotification.CalendarContentExtension for categories [ com.apple.calendar.notifications.TriggeredEvent, com.apple.calendar.notifications.TriggeredEvent.Snooze, com.apple.calendar.notifications.TriggeredEvent.Directions, com.apple.calendar.notifications.TriggeredEvent.Directions.Snooze, com.apple.calendar.notifications.TriggeredEvent.ConferenceCall.Snooze, com.apple.calendar.notifications.TriggeredEvent.Directions.ConferenceCall, com.apple.calendar.notifications.TriggeredEvent.Directions.ConferenceCall.Snooze, EventInvitation.CanRespond, EventInvitation.CouldBeJunk ] with attributes: {
2021-02-11 10:18:54:920 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:920 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:920 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:920 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:920 - [IOSDeviceLog] "com.apple.calendar.notifications.TriggeredEvent",
2021-02-11 10:18:54:920 - [IOSDeviceLog] "com.apple.calendar.notifications.TriggeredEvent.Snooze",
2021-02-11 10:18:54:921 - [IOSDeviceLog] "com.apple.calendar.notifications.TriggeredEvent.Directions",
2021-02-11 10:18:54:921 - [IOSDeviceLog] "com.apple.calendar.notifications.Tri
2021-02-11 10:18:54:921 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.MobileStore.MusicStoreNotificationContentPlugin for categories [ mst-notification-category ] with attributes: {
2021-02-11 10:18:54:921 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:922 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:922 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:922 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:922 - [IOSDeviceLog] "mst-notification-category"
2021-02-11 10:18:54:922 - [IOSDeviceLog] );
2021-02-11 10:18:54:922 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:922 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.1";
2021-02-11 10:18:54:922 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:54:922 - [IOSDeviceLog] }
2021-02-11 10:18:54:923 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.Passbook.NotificationContentExtension for categories [ PKPaymentTransactionNotificationCategory, PKTransitPaymentTransactionNotificationCategory, PDUserNotificationTypePassTransitRelevancy ] with attributes: {
2021-02-11 10:18:54:923 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:923 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:923 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:924 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:926 - [IOSDeviceLog] PKPaymentTransactionNotificationCategory,
2021-02-11 10:18:54:932 - [IOSDeviceLog] PKTransitPaymentTransactionNotificationCategory,
2021-02-11 10:18:54:932 - [IOSDeviceLog] PDUserNotificationTypePassTransitRelevancy
2021-02-11 10:18:54:933 - [IOSDeviceLog] );
2021-02-11 10:18:54:933 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:933 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.5";
2021-02-11 10:18:54:933 - [IOSDeviceLog] }
2021-02-11 10:18:54:934 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.coreaudio.haenotifications.HAENotificationContentExtension for categories [ hae.loud.ios, hae.weekly.ios ] with attributes: {
2021-02-11 10:18:54:934 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:934 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:934 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:936 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:936 - [IOSDeviceLog] "hae.loud.ios",
2021-02-11 10:18:54:941 - [IOSDeviceLog] "hae.weekly.ios"
2021-02-11 10:18:54:941 - [IOSDeviceLog] );
2021-02-11 10:18:54:941 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.coreaudio.adam.hae";
2021-02-11 10:18:54:941 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:941 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.1";
2021-02-11 10:18:54:942 - [IOSDeviceLog] "UNNotificationExtensionUserInteractionEnabled " = 1;
2021-02-11 10:18:54:942 - [IOSDeviceLog] }
2021-02-11 10:18:54:942 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.mobilemail.MailNotificationContentExtension for categories [ mail-message ] with attributes: {
2021-02-11 10:18:54:943 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:943 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:943 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:943 - [IOSDeviceLog] UNNotificationExtensionCategory = "mail-message";
2021-02-11 10:18:54:943 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:943 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.5";
2021-02-11 10:18:54:944 - [IOSDeviceLog] UNNotificationExtensionOverridesDefaultTitle = 0;
2021-02-11 10:18:54:944 - [IOSDeviceLog] }
2021-02-11 10:18:54:944 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Error>: Invalid value for UNNotificationExtensionCategory in Info.plist
2021-02-11 10:18:54:944 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.UserNotificationsUIKit.DefaultUIExtension for categories [ ] with attributes: {
2021-02-11 10:18:54:944 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:944 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:944 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:945 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = 0;
2021-02-11 10:18:54:946 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:54:946 - [IOSDeviceLog] }
2021-02-11 10:18:54:946 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Error>: Invalid value for UNNotificationExtensionCategory in Info.plist
2021-02-11 10:18:54:947 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Error>: Invalid value for UNNotificationExtensionCustomSectionIdentifier in Info.plist
2021-02-11 10:18:54:947 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.mobilephone.extension.VoicemailMessageNotificationExtension for categories [ VoicemailMessageNotificationExtensionCategory, new-voicemail, new-voicemail-no-caller-id, new-voicemail-no-visual-voicemail ] with attributes: {
2021-02-11 10:18:54:948 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:948 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:948 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:948 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:948 - [IOSDeviceLog] VoicemailMessageNotificationExtensionCategory,
2021-02-11 10:18:54:949 - [IOSDeviceLog] "new-voicemail",
2021-02-11 10:18:54:949 - [IOSDeviceLog] "new-voicemail-no-caller-id",
2021-02-11 10:18:54:949 - [IOSDeviceLog] "new-voicemail-no-visual-voicemail"
2021-02-11 10:18:54:949 - [IOSDeviceLog] );
2021-02-11 10:18:54:949 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:949 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = 1;
2021-02-11 10:18:54:949 - [IOSDeviceLog] }
2021-02-11 10:18:54:949 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 4A32D52D-F323-4364-9272-2EB3FC524A1F] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:950 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.mobiletimer.MobileTimerNotificationExtension for categories [ AlarmSnoozeCountdown ] with attributes: {
2021-02-11 10:18:54:950 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:950 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:950 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:952 - [IOSDeviceLog] UNNotificationExtensionCategory = AlarmSnoozeCountdown;
2021-02-11 10:18:54:953 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:953 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.7";
2021-02-11 10:18:54:953 - [IOSDeviceLog] }
2021-02-11 10:18:54:954 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.AppPredictionWidget.Siri.ActionPredictionNotificationContent for categories [ actionNSUA ] with attributes: {
2021-02-11 10:18:54:954 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:954 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:954 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:965 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:966 - [IOSDeviceLog] actionNSUA
2021-02-11 10:18:54:969 - [IOSDeviceLog] );
2021-02-11 10:18:54:969 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.Siri.ActionPredictionNotifications";
2021-02-11 10:18:54:969 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:970 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.2";
2021-02-11 10:18:54:971 - [IOSDeviceLog] }
2021-02-11 10:18:54:971 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.iBooks.BooksNotificationContentExtension for categories [ books-notification-extension ] with attributes: {
2021-02-11 10:18:54:971 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:971 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:974 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:978 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:978 - [IOSDeviceLog] "books-notification-extension"
2021-02-11 10:18:54:978 - [IOSDeviceLog] );
2021-02-11 10:18:54:978 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.iBooks";
2021-02-11 10:18:54:978 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:978 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.1";
2021-02-11 10:18:54:978 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:54:979 - [IOSDeviceLog] }
2021-02-11 10:18:54:979 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.Home.HomeUtilNotification for categories [ HomeAnnounceCategory, RoomAnnounceCategory, ANAnnouncement ] with attributes: {
2021-02-11 10:18:54:979 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:979 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:980 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:981 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:981 - [IOSDeviceLog] HomeAnnounceCategory,
2021-02-11 10:18:54:982 - [IOSDeviceLog] RoomAnnounceCategory,
2021-02-11 10:18:54:982 - [IOSDeviceLog] ANAnnouncement
2021-02-11 10:18:54:982 - [IOSDeviceLog] );
2021-02-11 10:18:54:982 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:982 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = 1;
2021-02-11 10:18:54:982 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:54:982 - [IOSDeviceLog] }
2021-02-11 10:18:54:982 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 699FD6BE-B0F1-4E1B-A3EF-43A862B55724] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:982 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 348586CC-4524-4A10-85DC-FA116A442D86] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:983 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u C3F2E664-2050-40BE-B8C0-0F44EB56A04F] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:986 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u F8809FFF-627C-4C73-8586-87B00517377B] [<private>(<private>)] Created plugin
2021-02-11 10:18:54:987 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.BarcodeSupport.BarcodeNotificationExtension for categories [ barcodeNotificationCategory ] with attributes: {
2021-02-11 10:18:54:987 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:988 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:989 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:989 - [IOSDeviceLog] UNNotificationExtensionCategory = barcodeNotificationCategory;
2021-02-11 10:18:54:990 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = (
2021-02-11 10:18:54:990 - [IOSDeviceLog] "com.apple.barcodesupport.qrcode",
2021-02-11 10:18:54:991 - [IOSDeviceLog] "com.apple.barcodesupport.nfc"
2021-02-11 10:18:54:991 - [IOSDeviceLog] );
2021-02-11 10:18:54:991 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:991 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = 1;
2021-02-11 10:18:54:992 - [IOSDeviceLog] }
2021-02-11 10:18:54:992 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.accessibility.RTTUI.RTTNotifications for categories [ com.apple.RTTNotifications.message ] with attributes: {
2021-02-11 10:18:54:993 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:993 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:993 - [IOSDeviceLog] NSExtensionVersion = 1;
2021-02-11 10:18:54:994 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:995 - [IOSDeviceLog] "com.apple.RTTNotifications.message"
2021-02-11 10:18:54:995 - [IOSDeviceLog] );
2021-02-11 10:18:54:995 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.RTTNotifications";
2021-02-11 10:18:54:995 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:995 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = 1;
2021-02-11 10:18:54:995 - [IOSDeviceLog] UNNotificationExtensionOverridesDefaultTitle = 1;
2021-02-11 10:18:54:995 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:54:996 - [IOSDeviceLog] }
2021-02-11 10:18:54:997 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.AppPredictionWidget.Siri.ActionPredictionNotificationContentIntents for categories [ actionIntent ] with attributes: {
2021-02-11 10:18:54:997 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:54:997 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:54:997 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:54:997 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:54:997 - [IOSDeviceLog] actionIntent
2021-02-11 10:18:54:997 - [IOSDeviceLog] );
2021-02-11 10:18:54:997 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.Siri.ActionPredictionNotifications";
2021-02-11 10:18:54:997 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:54:998 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.2";
2021-02-11 10:18:54:998 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:54:998 - [IOSDeviceLog] }
2021-02-11 10:18:54:999 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.shortcuts.AutomationNotificationContent for categories [ triggerPromptCategory ] with attributes: {
2021-02-11 10:18:55:000 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:000 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:000 - [IOSDeviceLog] NSExtensionVersion = "3.0";
2021-02-11 10:18:55:000 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:000 - [IOSDeviceLog] triggerPromptCategory
2021-02-11 10:18:55:001 - [IOSDeviceLog] );
2021-02-11 10:18:55:001 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:001 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.25";
2021-02-11 10:18:55:002 - [IOSDeviceLog] }
2021-02-11 10:18:55:002 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.tv.TVNotificationContentExtension for categories [ com.apple.tv-default ] with attributes: {
2021-02-11 10:18:55:003 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:005 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:006 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:007 - [IOSDeviceLog] UNNotificationExtensionCategory = "com.apple.tv-default";
2021-02-11 10:18:55:007 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:008 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.1";
2021-02-11 10:18:55:008 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:55:008 - [IOSDeviceLog] }
2021-02-11 10:18:55:008 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 5F839BD1-D1ED-4A6D-8886-FA2FC1682096] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:008 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.HealthMenstrualCyclesUI.NotificationContentExtension for categories [ MenstrualCyclesAppPlugin.AfterPeriodStart, MenstrualCyclesAppPlugin.AfterLoggedPeriodEnd ] with attributes: {
2021-02-11 10:18:55:009 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:009 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:009 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:009 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:009 - [IOSDeviceLog] "MenstrualCyclesAppPlugin.AfterPeriodStart",
2021-02-11 10:18:55:009 - [IOSDeviceLog] "MenstrualCyclesAppPlugin.AfterLoggedPeriodEnd"
2021-02-11 10:18:55:010 - [IOSDeviceLog] );
2021-02-11 10:18:55:010 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.Health";
2021-02-11 10:18:55:010 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.001";
2021-02-11 10:18:55:010 - [IOSDeviceLog] }
2021-02-11 10:18:55:010 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_create_or_lookup_for_platform: success
2021-02-11 10:18:55:010 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_copy_path: success
2021-02-11 10:18:55:011 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u BD8AE449-FE99-4DC0-B531-6A73DE136ABD] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:011 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:55:011 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: [0] command=7, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:55:011 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_is_transient: success
2021-02-11 10:18:55:011 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 76DBA8B5-E42E-48CE-90E4-6E07AD656899] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:011 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:55:011 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: [0] command=7, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:55:012 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u B127D9B4-C89F-43CC-8CC2-90B627055ED0] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:012 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_copy_info: success
2021-02-11 10:18:55:012 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 5D406613-205A-4B50-9F99-337503D7C8C0] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:012 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(libsystem_containermanager.dylib)[149] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 0, uid = 0, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:55:012 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:55:012 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<com.apple.pluginkit.pkd, u=<501/501/~~/2/1000>, uid=0, pid=149, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:55:013 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(libsystem_containermanager.dylib)[149] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:55:013 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] [u 48F2D780-15F9-41BF-B89E-5B7A672B5BBD] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:013 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:013 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:013 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 4
2021-02-11 10:18:55:013 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 4
2021-02-11 10:18:55:014 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x1050227c0> delivering update to host (4 plugins)
2021-02-11 10:18:55:014 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 4 new extensions from NSExtension for cache key = [com.apple.avfoundation.urlasset|com.apple.quicktime-movie/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:014 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(MobileStorage)[256] <Notice>: Failed to retrieve the IO service matching the device node for <private>.
2021-02-11 10:18:55:014 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(MobileStorage)[256] <Notice>: Failed to retrieve the IO service matching the device node for <private>.
2021-02-11 10:18:55:014 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(DiskImages2)[256] <Notice>: +[DIAttachedDeviceInfo copyImageURLFromDevice:error:]: <~~~>
2021-02-11 10:18:55:014 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(DiskImages2)[256] <Notice>: +[DIAttachedDeviceInfo copyImageURLFromDevice:error:]: <~~~>
2021-02-11 10:18:55:015 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: Requesting container lookup; class = 2, identifier = <private>, temp = 0, create = 0, euid = 33, uid = 33, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:55:015 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:55:015 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:55:015 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_create_or_lookup_for_platform: success
2021-02-11 10:18:55:015 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_copy_path: success
2021-02-11 10:18:55:015 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:55:016 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: [0] command=7, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:55:016 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_is_transient: success
2021-02-11 10:18:55:016 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:55:016 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: [0] command=7, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:55:016 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_copy_info: success
2021-02-11 10:18:55:016 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(MobileSystemServices)[256] <Notice>: 0x16ba5f000 -[MIUninstaller _uninstallBundleWithIdentifier:waitForDeletion:error:]: Uninstalling identifier appname
2021-02-11 10:18:55:016 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(MobileSystemServices)[256] <Notice>: 0x16ba5f000 -[MIUninstallNotifier performRemovalWithCompletionBlock:]: Destroying container with identifier appname at /private/var/containers/Bundle/Application/2D0ECA3F-47AD-4994-AAE7-CF6DA47374ED
2021-02-11 10:18:55:017 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(MobileSystemServices)[256] <Notice>: 0x16ba5f000 -[MIUninstallNotifier performRemovalWithCompletionBlock:]: Destroying container with identifier appname at /private/var/mobile/Containers/Data/Application/5117BFE8-1F3B-42C7-8332-3BE484959C04
2021-02-11 10:18:55:017 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:55:017 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: Pushed user: 501, itemType: 1, identifier <private>, class: 2, persona id: 1000, path: (null)
2021-02-11 10:18:55:017 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:55:017 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: Reconciled; old app groups: (null), new app groups: (null), old system groups: (null), new system groups: (null)
2021-02-11 10:18:55:017 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: Deleted Code Signing Mapping for ID: <private>
2021-02-11 10:18:55:017 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: [0] command=3, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:55:017 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_delete_array_of_containers: success
2021-02-11 10:18:55:018 - [IOSDeviceLog] Feb 11 10:18:54 mydevice containermanagerd[67] <Notice>: [0] command=4, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:55:018 - [IOSDeviceLog] Feb 11 10:18:54 mydevice installd(MobileInstallation)[256] <Notice>: appname:7:11:2:1:Success (End) : Uninstall (Application)
2021-02-11 10:18:55:018 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:018 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:018 - [IOSDeviceLog] Feb 11 10:18:54 mydevice runningboardd(RunningBoard)[32] <Notice>: Invalidating assertion 32-256-182894 (target:system) from originator [daemon<com.apple.mobile.installd>:256]
2021-02-11 10:18:55:018 - [IOSDeviceLog] Feb 11 10:18:54 mydevice runningboardd(RunningBoard)[32] <Notice>: [daemon<com.apple.SpringBoard>:59] handle lookup could not find a matching process
2021-02-11 10:18:55:018 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: releasing plugin hold 372BE21B-8421-49B5-8D23-21677580CF76 at client's request
2021-02-11 10:18:55:019 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 6
2021-02-11 10:18:55:019 - [IOSDeviceLog] Feb 11 10:18:54 mydevice callservicesd(PlugInKit)[92] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x102c56f50>.
2021-02-11 10:18:55:019 - [IOSDeviceLog] Feb 11 10:18:54 mydevice callservicesd(PlugInKit)[92] <Notice>: [d <private>] <PKHost:0x102da0910> Beginning discovery for flags: 0, point: com.apple.callkit.call-directory
2021-02-11 10:18:55:019 - [IOSDeviceLog] Feb 11 10:18:54 mydevice runningboardd(PlugInKit)[32] <Notice>: <PKManager:0x1029286e0> released hold [372BE21B-8421-49B5-8D23-21677580CF76]
2021-02-11 10:18:55:019 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(CoreServices)[149] <Notice>: No plugins found to match query <private>
2021-02-11 10:18:55:019 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 0
2021-02-11 10:18:55:019 - [IOSDeviceLog] Feb 11 10:18:54 mydevice callservicesd(PlugInKit)[92] <Notice>: [d <private>] <PKHost:0x102da0910> Completed discovery. Final # of matches: 0
2021-02-11 10:18:55:019 - [IOSDeviceLog] Feb 11 10:18:54 mydevice callservicesd(PlugInKit)[92] <Notice>: <PKDiscoveryDriver:0x102c56da0> delivering update to host (0 plugins)
2021-02-11 10:18:55:019 - [IOSDeviceLog] Feb 11 10:18:54 mydevice callservicesd[92] <Notice>: Beginning transaction for <private>. Transaction count is now 0. Added transaction: <private>
2021-02-11 10:18:55:020 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x1051cb280>.
2021-02-11 10:18:55:020 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:55:020 - [IOSDeviceLog] Feb 11 10:18:54 mydevice com.apple.CallKit.CallDirectoryMaintenance(CallKit)[7015] <Notice>:
2021-02-11 10:18:55:020 - [IOSDeviceLog] Feb 11 10:18:54 mydevice com.apple.CallKit.CallDirectoryMaintenance[7015] <Notice>: requested to synchronize extensions
2021-02-11 10:18:55:020 - [IOSDeviceLog] Feb 11 10:18:54 mydevice com.apple.CallKit.CallDirectoryMaintenance(PlugInKit)[7015] <Notice>: [d <private>] <PKHost:0x102817480> Beginning discovery for flags: 0, point: com.apple.callkit.call-directory
2021-02-11 10:18:55:020 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x10507fa40>.
2021-02-11 10:18:55:020 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(CoreServices)[149] <Notice>: No plugins found to match query <private>
2021-02-11 10:18:55:020 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 0
2021-02-11 10:18:55:020 - [IOSDeviceLog] Feb 11 10:18:54 mydevice com.apple.CallKit.CallDirectoryMaintenance(PlugInKit)[7015] <Notice>: [d <private>] <PKHost:0x102817480> Completed discovery. Final # of matches: 0
2021-02-11 10:18:55:021 - [IOSDeviceLog] Feb 11 10:18:54 mydevice callservicesd[92] <Notice>: Successfully synchronized call directory extensions
2021-02-11 10:18:55:021 - [IOSDeviceLog] Feb 11 10:18:54 mydevice callservicesd[92] <Notice>: Ending transaction for <private>. Transaction count is now 0. Ended transaction: <private>
2021-02-11 10:18:55:021 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x10515c1b0>.
2021-02-11 10:18:55:021 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:55:021 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x1051851c0>.
2021-02-11 10:18:55:021 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:55:022 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 6
2021-02-11 10:18:55:022 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x1051c9a20>.
2021-02-11 10:18:55:022 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:55:022 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x1051cb300>.
2021-02-11 10:18:55:023 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:55:023 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x1051b35b0> delivering update to host (6 plugins)
2021-02-11 10:18:55:023 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 6 new extensions from NSExtension for cache key = [com.apple.live-photo|public.heic|public.jpeg/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:023 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x1051c1c90>.
2021-02-11 10:18:55:024 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:55:025 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x1051d6500>.
2021-02-11 10:18:55:025 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:55:025 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:55:025 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x1051842f0>.
2021-02-11 10:18:55:025 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:55:025 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x105193010>.
2021-02-11 10:18:55:025 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:55:026 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x1051caf50>.
2021-02-11 10:18:55:026 - [IOSDeviceLog] Feb 11 10:18:54 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:55:026 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x28053ec70>.
2021-02-11 10:18:55:026 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: [d <private>] <PKHost:0x281ed5800> Beginning discovery for flags: 0, point: com.apple.widget-extension
2021-02-11 10:18:55:026 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x2804c2310>.
2021-02-11 10:18:55:027 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: [d <private>] <PKHost:0x281ed5800> Beginning discovery for flags: 0, point: com.apple.usernotifications.service
2021-02-11 10:18:55:028 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x2804c00c0>.
2021-02-11 10:18:55:028 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: [d <private>] <PKHost:0x281ed5800> Beginning discovery for flags: 0, point: com.apple.usernotifications.content-extension
2021-02-11 10:18:55:028 - [IOSDeviceLog] Feb 11 10:18:54 mydevice chronod(PlugInKit)[163] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x102a12eb0>.
2021-02-11 10:18:55:029 - [IOSDeviceLog] Feb 11 10:18:54 mydevice chronod(PlugInKit)[163] <Notice>: [d <private>] <PKHost:0x102a120e0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:55:029 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd(CoreServices)[149] <Notice>: No plugins found to match query <private>
2021-02-11 10:18:55:029 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 0
2021-02-11 10:18:55:030 - [IOSDeviceLog] Feb 11 10:18:54 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 1
2021-02-11 10:18:55:030 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: [d <private>] <PKHost:0x281ed5800> Completed discovery. Final # of matches: 0
2021-02-11 10:18:55:030 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: [d <private>] <PKHost:0x281ed5800> Completed discovery. Final # of matches: 1
2021-02-11 10:18:55:030 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: <PKDiscoveryDriver:0x282f78540> delivering update to host (0 plugins)
2021-02-11 10:18:55:030 - [IOSDeviceLog] Feb 11 10:18:54 mydevice SpringBoard(PlugInKit)[59] <Notice>: <PKDiscoveryDriver:0x282f30b40> delivering update to host (1 plugins)
2021-02-11 10:18:55:032 - [IOSDeviceLog] Feb 11 10:18:54 mydevice lsd(MobileInstallation)[2060] <Notice>: appname:5:6:1:1:Unregister bundles - Start
2021-02-11 10:18:55:032 - [IOSDeviceLog] Feb 11 10:18:54 mydevice lsd(CoreServices)[2060] <Notice>: LaunchServices: unregistering app <private>
2021-02-11 10:18:55:032 - [IOSDeviceLog] Feb 11 10:18:55 mydevice lsd(MobileInstallation)[2060] <Notice>: appname:5:6:1:1:Beginning _LSUnregisterAppWithBundleID
2021-02-11 10:18:55:032 - [IOSDeviceLog] Feb 11 10:18:55 mydevice lsd(CoreServices)[2060] <Notice>: No placeholder to remove for <private>
2021-02-11 10:18:55:039 - [IOSDeviceLog] Feb 11 10:18:55 mydevice lsd(CoreServices)[2060] <Notice>: Found app to remove for <private>
2021-02-11 10:18:55:039 - [IOSDeviceLog] Feb 11 10:18:55 mydevice lsd(CoreServices)[2060] <Notice>: _LSUnregisterBundle(<private>) returned 1 for app
2021-02-11 10:18:55:040 - [IOSDeviceLog] Feb 11 10:18:55 mydevice lsd(CoreServices)[2060] <Notice>: Clearing icon cache entries for <private>
2021-02-11 10:18:55:040 - [IOSDeviceLog] Feb 11 10:18:55 mydevice lsd(CoreServices)[2060] <Notice>: Asking to clear identifiers for vendor <private>/bundle <private>
2021-02-11 10:18:55:040 - [IOSDeviceLog] Feb 11 10:18:55 mydevice lsd(CoreServices)[2060] <Notice>: clearAlternateNameForBundleIdentifier: <private>
2021-02-11 10:18:55:040 - [IOSDeviceLog] Feb 11 10:18:55 mydevice lsd(CoreServices)[2060] <Notice>: Clearing alternateIcon for <private>
2021-02-11 10:18:55:040 - [IOSDeviceLog] Feb 11 10:18:55 mydevice lsd(MobileInstallation)[2060] <Notice>: appname:5:6:2:1:Finished _LSUnregisterAppWithBundleID
2021-02-11 10:18:55:040 - [IOSDeviceLog] Feb 11 10:18:55 mydevice lsd(MobileInstallation)[2060] <Notice>: appname:5:6:2:1:Unregister bundles - End
2021-02-11 10:18:55:040 - [IOSDeviceLog] Feb 11 10:18:55 mydevice lsd(CoreServices)[2060] <Notice>: install choke: after attempting to perform one operation, got role 2
2021-02-11 10:18:55:042 - [IOSDeviceLog] Feb 11 10:18:55 mydevice lsd(CoreServices)[2060] <Notice>: Sending applicationsDidUninstall: for <private>
2021-02-11 10:18:55:043 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored(PlugInKit)[186] <Notice>: [d <private>] <PKHost:0x159e24940> Completed discovery. Final # of matches: 0
2021-02-11 10:18:55:043 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored(PlugInKit)[186] <Notice>: [d <private>] <PKHost:0x159e24940> Completed discovery. Final # of matches: 0
2021-02-11 10:18:55:044 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored(PlugInKit)[186] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x159e72e10>.
2021-02-11 10:18:55:044 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored(PlugInKit)[186] <Notice>: [d <private>] <PKHost:0x159e24940> Beginning discovery for flags: 0, point: com.apple.appstored-services.testflight
2021-02-11 10:18:55:044 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored(PlugInKit)[186] <Notice>: <PKDiscoveryDriver:0x159e7dfb0> delivering update to host (0 plugins)
2021-02-11 10:18:55:044 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored(PlugInKit)[186] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x15a808800>.
2021-02-11 10:18:55:045 - [IOSDeviceLog] Feb 11 10:18:55 mydevice callservicesd(CoreServices)[92] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:045 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(CoreServices)[149] <Notice>: No plugins found to match query <private>
2021-02-11 10:18:55:045 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 0
2021-02-11 10:18:55:045 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(CoreServices)[183] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:045 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(WatchListKit)[183] <Notice>: WLKAppLibrary - Invalidating: App uninstalled
2021-02-11 10:18:55:045 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(WatchListKit)[183] <Notice>: [WLKTransactionScope] 0x13de10090 "WLKAppLibrary.refresh": Started transaction
2021-02-11 10:18:55:045 - [IOSDeviceLog] Feb 11 10:18:55 mydevice atc(CoreServices)[43] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:045 - [IOSDeviceLog] Feb 11 10:18:55 mydevice AppSSODaemon(PlugInKit)[247] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x111e0ea80>.
2021-02-11 10:18:55:046 - [IOSDeviceLog] Feb 11 10:18:55 mydevice AppSSODaemon(PlugInKit)[247] <Notice>: [d <private>] <PKHost:0x111e0e2d0> Beginning discovery for flags: 0, point: com.apple.AppSSO.idp-extension
2021-02-11 10:18:55:046 - [IOSDeviceLog] Feb 11 10:18:55 mydevice AppSSODaemon(PlugInKit)[247] <Notice>: [d <private>] <PKHost:0x111e0e2d0> Completed discovery. Final # of matches: 2
2021-02-11 10:18:55:046 - [IOSDeviceLog] Feb 11 10:18:55 mydevice AppSSODaemon(CoreServices)[247] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:046 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(CoreServices)[149] <Notice>: No plugins found to match query <private>
2021-02-11 10:18:55:046 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 0
2021-02-11 10:18:55:046 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored(PlugInKit)[186] <Notice>: [d <private>] <PKHost:0x159e24940> Beginning discovery for flags: 0, point: com.apple.appstored-services.testflight
2021-02-11 10:18:55:046 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored(PlugInKit)[186] <Notice>: <PKDiscoveryDriver:0x15a8088d0> delivering update to host (0 plugins)
2021-02-11 10:18:55:046 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored(PlugInKit)[186] <Notice>: [d <private>] <PKHost:0x159e24940> Completed discovery. Final # of matches: 0
2021-02-11 10:18:55:046 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored(PlugInKit)[186] <Notice>: <PKDiscoveryDriver:0x159e7dfb0> delivering update to host (0 plugins)
2021-02-11 10:18:55:047 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored(PlugInKit)[186] <Notice>: [d <private>] <PKHost:0x159e24940> Completed discovery. Final # of matches: 0
2021-02-11 10:18:55:048 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored(PlugInKit)[186] <Notice>: <PKDiscoveryDriver:0x15a8088d0> delivering update to host (0 plugins)
2021-02-11 10:18:55:049 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored(CoreServices)[186] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:049 - [IOSDeviceLog] Feb 11 10:18:55 mydevice clipserviced(CoreServices)[282] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:049 - [IOSDeviceLog] Feb 11 10:18:55 mydevice homed(CoreServices)[179] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:049 - [IOSDeviceLog] Feb 11 10:18:55 mydevice profiled(CoreServices)[96] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:049 - [IOSDeviceLog] Feb 11 10:18:55 mydevice mobile_installation_proxy(MobileInstallation)[277] <Notice>: appname:5:3:2:1:_LSInstallationManager uninstall:withCompletionBlock finished with error (null)
2021-02-11 10:18:55:049 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u B75D34EE-AEE7-47E6-972C-665D0D8DA8B7] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:049 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u AB5199D3-600A-4BB9-957C-0E48EA13778D] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:050 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 2
2021-02-11 10:18:55:050 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 2A940DF9-29D4-4F1B-BBD6-F126718F79DE] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:050 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 9A094FFD-073D-4C80-B52A-840FC3F0DAD7] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:051 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u C84F3547-B2F7-4805-ACF9-D7CEE57C7150] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:054 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 8C1B35C4-EBAB-4100-946A-DFC7A8344669] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:060 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 7452DF8F-7358-455B-A690-7DCE6F6CB1F5] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:060 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u EA4FCBEB-BBC5-4463-83CB-12AFBA76BE84] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:061 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 382C2888-7034-4F87-8F91-1082F25C5AFC] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:061 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 7576A109-D8DD-48E5-AA22-234073F044D9] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:061 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u FCB01A67-7C51-4155-8BFB-452F4722C69C] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:062 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 34B3793E-83DF-4BA1-A42B-3D27369728D1] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:062 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 3E3C213B-CA22-402C-9D7B-DD489432E702] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:063 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u DF6AC435-F6E8-465C-A818-77724B7BF396] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:063 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u E321A10F-93C6-4C3E-AC39-021BBA371782] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:063 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 9D15F4E8-1B5E-4D3C-8B90-1F913299377B] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:064 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u FE6BF4C4-031B-4715-82E4-1D98F3EB3F7D] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:064 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 8C91DDB9-A01A-4948-BD5D-B1FEB4A638B5] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:064 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 6AE94EA0-28B8-4325-B041-37BBE7C1490D] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:064 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 1C9978B4-0F93-4A80-A63F-EEE989BE25AC] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:064 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 9927995D-7A87-4943-A3A2-43E71C93AF6E] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:064 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u C98AF1D5-4695-43B1-BB17-12062E6D320E] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:064 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 9FBAB86D-37C5-4B02-BDAA-3E56C46497F3] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:065 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u A176727E-EC8A-421D-89B6-8E9E99C47870] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:065 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 83140A82-F0B5-4FB3-A8C7-8B01EC946299] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:065 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(libsystem_containermanager.dylib)[149] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 0, uid = 0, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:55:065 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(libsystem_containermanager.dylib)[149] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:55:065 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 2BF2391C-623F-4F8B-B4AB-2623D1E259FC] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:065 - [IOSDeviceLog] Feb 11 10:18:55 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:55:065 - [IOSDeviceLog] Feb 11 10:18:55 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<com.apple.pluginkit.pkd, u=<501/501/~~/2/1000>, uid=0, pid=149, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:55:066 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u BA8CE7C7-D208-494B-9F09-D579AF198D17] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:066 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 61D0B903-32E1-42CA-A0DE-90C210EA9183] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:066 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 08F32463-91E8-40DC-A471-14FA2496B370] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:066 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 55071782-FEF6-4C1C-8EED-E86EF84C809D] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:066 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u F00427D8-6182-48AD-9FBA-FB7E03DE9F36] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:066 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u C6650FB0-AC84-4BC7-84E2-2DF67307B4DB] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:067 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u D25F5133-8872-41B3-9941-033D59B422FF] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:067 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u DBB137F6-2C9E-417A-9523-B5A709364CC2] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:067 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 933D27F8-F0DD-4F8E-88F1-232343B33FB0] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:067 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 7BF05B53-5560-4573-972F-585DC511C002] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:067 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 13
2021-02-11 10:18:55:068 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 3BA8B7BE-AB2F-41C9-BB7C-784341C54AFF] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:068 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u DC4BDBF8-AF64-4D57-B7A9-AEB2336AD747] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:068 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 0A190253-4FE0-462B-B5D2-7E0CC9BEE8C3] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:069 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(PlugInKit)[163] <Notice>: [d <private>] <PKHost:0x102a120e0> Completed discovery. Final # of matches: 13
2021-02-11 10:18:55:069 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(PlugInKit)[163] <Notice>: <PKDiscoveryDriver:0x102a12c30> delivering update to host (13 plugins)
2021-02-11 10:18:55:069 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(ChronoKit)[163] <Notice>: Received new extension list.
2021-02-11 10:18:55:069 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpringBoard)[59] <Notice>: termination assertion efficacy for appname changed to 0
2021-02-11 10:18:55:069 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: 0x282476a00-SBApplicationIcon Data source did change: <private> (SBApplication)
2021-02-11 10:18:55:069 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: 0x2825ff600-SBApplicationIcon Data source did change: <private> (SBApplication)
2021-02-11 10:18:55:070 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(PlugInKit)[59] <Notice>: [d <private>] <PKHost:0x281ed5800> Completed discovery. Final # of matches: 34
2021-02-11 10:18:55:070 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(PlugInKit)[59] <Notice>: <PKDiscoveryDriver:0x282f2d200> delivering update to host (34 plugins)
2021-02-11 10:18:55:070 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.ScreenTimeUI.ScreenTimeNotificationContentExtension for categories [ com.apple.screentime.weekly-usage-report ] with attributes: {
2021-02-11 10:18:55:071 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:071 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:071 - [IOSDeviceLog] NSExtensionVersion = "3.0";
2021-02-11 10:18:55:071 - [IOSDeviceLog] UNNotificationExtensionCategory = "com.apple.screentime.weekly-usage-report";
2021-02-11 10:18:55:071 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.ScreenTimeNotifications";
2021-02-11 10:18:55:071 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:071 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = 1;
2021-02-11 10:18:55:071 - [IOSDeviceLog] }
2021-02-11 10:18:55:071 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 3C4733EB-4E9F-4F2A-AE0F-6C883D16B14E] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:071 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 5D67C3E8-C753-47F0-B9F0-A7B225FFDA20] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:072 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 5C2664C7-C8BF-4501-A909-135A2EAC0696] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:072 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 3CEA1ADE-BA96-4BDB-AD34-0C635F1EDBBA] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:072 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 34
2021-02-11 10:18:55:072 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(libsystem_containermanager.dylib)[163] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 501, uid = 501, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:55:072 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(libsystem_containermanager.dylib)[163] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:55:073 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.ShazamKit.ShazamNotificationContentExtension for categories [ com.apple.ShazamNotifications.category.actionable ] with attributes: {
2021-02-11 10:18:55:074 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:075 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:075 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:075 - [IOSDeviceLog] UNNotificationExtensionCategory = "com.apple.ShazamNotifications.category.actionable";
2021-02-11 10:18:55:076 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.ShazamNotifications";
2021-02-11 10:18:55:076 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = 1;
2021-02-11 10:18:55:076 - [IOSDeviceLog] }
2021-02-11 10:18:55:076 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.MobileSMS.MessagesNotificationExtension for categories [ MessageExtension, MessageExtension-AudioRaise, MessageExtension-Madrid, MessageExtension-MadridGroup, MessageExtension-SMS ] with attributes: {
2021-02-11 10:18:55:076 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:076 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:077 - [IOSDeviceLog] NSExtensionVersion = "14.0";
2021-02-11 10:18:55:077 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:077 - [IOSDeviceLog] MessageExtension,
2021-02-11 10:18:55:077 - [IOSDeviceLog] "MessageExtension-AudioRaise",
2021-02-11 10:18:55:077 - [IOSDeviceLog] "MessageExtension-Madrid",
2021-02-11 10:18:55:078 - [IOSDeviceLog] "MessageExtension-MadridGroup",
2021-02-11 10:18:55:078 - [IOSDeviceLog] "MessageExtension-SMS"
2021-02-11 10:18:55:078 - [IOSDeviceLog] );
2021-02-11 10:18:55:078 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:078 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.7";
2021-02-11 10:18:55:078 - [IOSDeviceLog] UNNotificationExtensionOverridesDefaultTitle = 1;
2021-02-11 10:18:55:078 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:55:079 - [IOSDeviceLog] }
2021-02-11 10:18:55:080 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.Music.MusicNotificationContentExtension for categories [ music-notification-default ] with attributes: {
2021-02-11 10:18:55:080 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:080 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:081 - [IOSDeviceLog] NSExtensionVersion = "3.1";
2021-02-11 10:18:55:081 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:082 - [IOSDeviceLog] "music-notification-default"
2021-02-11 10:18:55:082 - [IOSDeviceLog] );
2021-02-11 10:18:55:082 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.Music";
2021-02-11 10:18:55:082 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:082 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.1";
2021-02-11 10:18:55:082 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:55:082 - [IOSDeviceLog] }
2021-02-11 10:18:55:082 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.podcasts.PodcastsAnnouncementsNotificationExtension for categories [ com.apple.podcasts.announcement ] with attributes: {
2021-02-11 10:18:55:083 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:083 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:083 - [IOSDeviceLog] NSExtensionVersion = "3.9";
2021-02-11 10:18:55:083 - [IOSDeviceLog] UNNotificationExtensionCategory = "com.apple.podcasts.announcement";
2021-02-11 10:18:55:083 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:083 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.1";
2021-02-11 10:18:55:083 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:55:083 - [IOSDeviceLog] }
2021-02-11 10:18:55:083 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.tips.TipsNotificationExtension for categories [ tip-notification-extension ] with attributes: {
2021-02-11 10:18:55:083 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:083 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:084 - [IOSDeviceLog] NSExtensionVersion = "7.0";
2021-02-11 10:18:55:084 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:084 - [IOSDeviceLog] "tip-notification-extension"
2021-02-11 10:18:55:084 - [IOSDeviceLog] );
2021-02-11 10:18:55:084 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:085 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "1.25";
2021-02-11 10:18:55:085 - [IOSDeviceLog] }
2021-02-11 10:18:55:092 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.SeymourServices.SeymourNotifications for categories [ fitcored-engagement-category ] with attributes: {
2021-02-11 10:18:55:092 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:092 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:095 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:095 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:095 - [IOSDeviceLog] "fitcored-engagement-category"
2021-02-11 10:18:55:095 - [IOSDeviceLog] );
2021-02-11 10:18:55:095 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.Fitness";
2021-02-11 10:18:55:097 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:097 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.1";
2021-02-11 10:18:55:097 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:55:097 - [IOSDeviceLog] }
2021-02-11 10:18:55:097 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.Sharing.continuityRemote for categories [ continuityRemoteCategory ] with attributes: {
2021-02-11 10:18:55:097 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:097 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:097 - [IOSDeviceLog] NSExtensionVersion = "1575.1";
2021-02-11 10:18:55:097 - [IOSDeviceLog] UNNotificationExtensionCategory = continuityRemoteCategory;
2021-02-11 10:18:55:097 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = (
2021-02-11 10:18:55:098 - [IOSDeviceLog] "com.apple.Sharing.TVRemoteNotifications",
2021-02-11 10:18:55:098 - [IOSDeviceLog] "com.apple.Sharing.WatchRemoteNotifications"
2021-02-11 10:18:55:098 - [IOSDeviceLog] );
2021-02-11 10:18:55:098 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:098 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.3";
2021-02-11 10:18:55:098 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:55:098 - [IOSDeviceLog] }
2021-02-11 10:18:55:099 - [IOSDeviceLog] Feb 11 10:18:55 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:55:099 - [IOSDeviceLog] Feb 11 10:18:55 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=501, pid=163, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:55:099 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.Home.HomeNotification for categories [ HomeAppBulletinCategory, HMDBulletinCategoryProvideCameraRecordingFeedback ] with attributes: {
2021-02-11 10:18:55:100 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:100 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:102 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:105 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:106 - [IOSDeviceLog] HomeAppBulletinCategory,
2021-02-11 10:18:55:106 - [IOSDeviceLog] HMDBulletinCategoryProvideCameraRecordingFeedback
2021-02-11 10:18:55:106 - [IOSDeviceLog] );
2021-02-11 10:18:55:107 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 0;
2021-02-11 10:18:55:107 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.5625";
2021-02-11 10:18:55:107 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:55:107 - [IOSDeviceLog] }
2021-02-11 10:18:55:107 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.mobileslideshow.photosmemoriesnotificationupdates for categories [ memoriesUpdates ] with attributes: {
2021-02-11 10:18:55:107 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:108 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:108 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:108 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:109 - [IOSDeviceLog] memoriesUpdates
2021-02-11 10:18:55:110 - [IOSDeviceLog] );
2021-02-11 10:18:55:111 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = 1;
2021-02-11 10:18:55:111 - [IOSDeviceLog] }
2021-02-11 10:18:55:111 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.BarcodeSupport.BarcodeNotificationExtension2 for categories [ barcodeNotificationDefaultViewCategory ] with attributes: {
2021-02-11 10:18:55:111 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:111 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:111 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:112 - [IOSDeviceLog] UNNotificationExtensionCategory = barcodeNotificationDefaultViewCategory;
2021-02-11 10:18:55:112 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = (
2021-02-11 10:18:55:112 - [IOSDeviceLog] "com.apple.barcodesupport.qrcode",
2021-02-11 10:18:55:112 - [IOSDeviceLog] "com.apple.barcodesupport.nfc"
2021-02-11 10:18:55:112 - [IOSDeviceLog] );
2021-02-11 10:18:55:112 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 0;
2021-02-11 10:18:55:112 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.0001";
2021-02-11 10:18:55:112 - [IOSDeviceLog] }
2021-02-11 10:18:55:112 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.findmy.FindMyNotificationsContentExtension for categories [ GEOFENCE_TRIGGER, GEOFENCE, GEOFENCE_RECEIVE ] with attributes: {
2021-02-11 10:18:55:112 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:112 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:112 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:113 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:113 - [IOSDeviceLog] "GEOFENCE_TRIGGER",
2021-02-11 10:18:55:113 - [IOSDeviceLog] GEOFENCE,
2021-02-11 10:18:55:113 - [IOSDeviceLog] "GEOFENCE_RECEIVE"
2021-02-11 10:18:55:113 - [IOSDeviceLog] );
2021-02-11 10:18:55:113 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:113 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.75";
2021-02-11 10:18:55:113 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:55:113 - [IOSDeviceLog] }
2021-02-11 10:18:55:113 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u C16CF0B0-1433-46ED-9014-70FDF7E7E90C] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:113 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 43C86819-B186-4FD1-94BF-901D9979099B] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:113 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 4A32D52D-F323-4364-9272-2EB3FC524A1F] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:113 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.podcasts.PodcastsNotificationExtension for categories [ com.apple.podcasts.newEpisodesAvailable ] with attributes: {
2021-02-11 10:18:55:114 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:114 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:114 - [IOSDeviceLog] NSExtensionVersion = "3.9";
2021-02-11 10:18:55:114 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:114 - [IOSDeviceLog] "com.apple.podcasts.newEpisodesAvailable"
2021-02-11 10:18:55:114 - [IOSDeviceLog] );
2021-02-11 10:18:55:114 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:114 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.6";
2021-02-11 10:18:55:114 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:55:114 - [IOSDeviceLog] }
2021-02-11 10:18:55:114 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.reminderkit.NotificationContentExtension for categories [ com.apple.remindd.reminderAlarm.thisAfternoon.weekend, com.apple.remindd.reminderAlarm.nextMorning.weekend, com.apple.remindd.reminderAlarm.tonight.weekend, com.apple.remindd.reminderAlarm.tonight, com.apple.remindd.reminderAlarm.thisAfternoon, com.apple.remindd.reminderAlarm.nextMorning ] with attributes: {
2021-02-11 10:18:55:114 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:115 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:115 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:115 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:115 - [IOSDeviceLog] "com.apple.remindd.reminderAlarm.thisAfternoon.weekend",
2021-02-11 10:18:55:115 - [IOSDeviceLog] "com.apple.remindd.reminderAlarm.nextMorning.weekend",
2021-02-11 10:18:55:115 - [IOSDeviceLog] "com.apple.remindd.reminderAlarm.tonight.weekend",
2021-02-11 10:18:55:115 - [IOSDeviceLog] "com.apple.remindd.reminderAlarm.tonight",
2021-02-11 10:18:55:115 - [IOSDeviceLog] "com.apple.remindd.reminderAlarm.thisAfternoon",
2021-02-11 10:18:55:115 - [IOSDeviceLog] "com.apple.remindd.reminderAlarm.nextMorning"
2021-02-11 10:18:55:115 - [IOSDeviceLog] );
2021-02-11 10:18:55:115 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.reminders";
2021-02-11 10:18:55:115 - [IOSDeviceLog] UNNotificationExtensionDefaultConten
2021-02-11 10:18:55:116 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.SleepHealthUI.SleepNotificationContentExtension for categories [ BedtimeReminderCategory, WindDownReminderCategory ] with attributes: {
2021-02-11 10:18:55:116 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:116 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:116 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:116 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:116 - [IOSDeviceLog] BedtimeReminderCategory,
2021-02-11 10:18:55:116 - [IOSDeviceLog] WindDownReminderCategory
2021-02-11 10:18:55:116 - [IOSDeviceLog] );
2021-02-11 10:18:55:117 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.Health";
2021-02-11 10:18:55:117 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.001";
2021-02-11 10:18:55:117 - [IOSDeviceLog] }
2021-02-11 10:18:55:117 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.mobileslideshow.photosnotifications-updates for categories [ updates, updatesLiked, updatesCommented, invitations, invitationsWithJunkReport, suggestedCMMs, expiringCMMs, readyToViewInvitationCMM ] with attributes: {
2021-02-11 10:18:55:117 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:117 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:118 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:118 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:118 - [IOSDeviceLog] updates,
2021-02-11 10:18:55:119 - [IOSDeviceLog] updatesLiked,
2021-02-11 10:18:55:119 - [IOSDeviceLog] updatesCommented,
2021-02-11 10:18:55:119 - [IOSDeviceLog] invitations,
2021-02-11 10:18:55:119 - [IOSDeviceLog] invitationsWithJunkReport,
2021-02-11 10:18:55:122 - [IOSDeviceLog] suggestedCMMs,
2021-02-11 10:18:55:124 - [IOSDeviceLog] expiringCMMs,
2021-02-11 10:18:55:124 - [IOSDeviceLog] readyToViewInvitationCMM
2021-02-11 10:18:55:124 - [IOSDeviceLog] );
2021-02-11 10:18:55:124 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.02";
2021-02-11 10:18:55:124 - [IOSDeviceLog] }
2021-02-11 10:18:55:124 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.AppStoreDaemon.ASDUserNotificationExtension for categories [ asd-notification-default ] with attributes: {
2021-02-11 10:18:55:124 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:124 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:124 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:125 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:125 - [IOSDeviceLog] "asd-notification-default"
2021-02-11 10:18:55:125 - [IOSDeviceLog] );
2021-02-11 10:18:55:125 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.AppStore";
2021-02-11 10:18:55:125 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:125 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.1";
2021-02-11 10:18:55:125 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:55:125 - [IOSDeviceLog] }
2021-02-11 10:18:55:126 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.CalendarNotification.CalendarContentExtension for categories [ com.apple.calendar.notifications.TriggeredEvent, com.apple.calendar.notifications.TriggeredEvent.Snooze, com.apple.calendar.notifications.TriggeredEvent.Directions, com.apple.calendar.notifications.TriggeredEvent.Directions.Snooze, com.apple.calendar.notifications.TriggeredEvent.ConferenceCall.Snooze, com.apple.calendar.notifications.TriggeredEvent.Directions.ConferenceCall, com.apple.calendar.notifications.TriggeredEvent.Directions.ConferenceCall.Snooze, EventInvitation.CanRespond, EventInvitation.CouldBeJunk ] with attributes: {
2021-02-11 10:18:55:126 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:126 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:126 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:126 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:127 - [IOSDeviceLog] "com.apple.calendar.notifications.TriggeredEvent",
2021-02-11 10:18:55:129 - [IOSDeviceLog] "com.apple.calendar.notifications.TriggeredEvent.Snooze",
2021-02-11 10:18:55:129 - [IOSDeviceLog] "com.apple.calendar.notifications.TriggeredEvent.Directions",
2021-02-11 10:18:55:129 - [IOSDeviceLog] "com.apple.calendar.notifications.Tri
2021-02-11 10:18:55:130 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.MobileStore.MusicStoreNotificationContentPlugin for categories [ mst-notification-category ] with attributes: {
2021-02-11 10:18:55:130 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:130 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:130 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:130 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:130 - [IOSDeviceLog] "mst-notification-category"
2021-02-11 10:18:55:130 - [IOSDeviceLog] );
2021-02-11 10:18:55:130 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:130 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.1";
2021-02-11 10:18:55:130 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:55:130 - [IOSDeviceLog] }
2021-02-11 10:18:55:130 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 699FD6BE-B0F1-4E1B-A3EF-43A862B55724] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:131 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 348586CC-4524-4A10-85DC-FA116A442D86] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:131 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u C3F2E664-2050-40BE-B8C0-0F44EB56A04F] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:131 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.Passbook.NotificationContentExtension for categories [ PKPaymentTransactionNotificationCategory, PKTransitPaymentTransactionNotificationCategory, PDUserNotificationTypePassTransitRelevancy ] with attributes: {
2021-02-11 10:18:55:131 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:132 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:132 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:132 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:132 - [IOSDeviceLog] PKPaymentTransactionNotificationCategory,
2021-02-11 10:18:55:132 - [IOSDeviceLog] PKTransitPaymentTransactionNotificationCategory,
2021-02-11 10:18:55:132 - [IOSDeviceLog] PDUserNotificationTypePassTransitRelevancy
2021-02-11 10:18:55:132 - [IOSDeviceLog] );
2021-02-11 10:18:55:133 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:133 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.5";
2021-02-11 10:18:55:133 - [IOSDeviceLog] }
2021-02-11 10:18:55:133 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u F8809FFF-627C-4C73-8586-87B00517377B] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:133 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.coreaudio.haenotifications.HAENotificationContentExtension for categories [ hae.loud.ios, hae.weekly.ios ] with attributes: {
2021-02-11 10:18:55:133 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:133 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:134 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:134 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:134 - [IOSDeviceLog] "hae.loud.ios",
2021-02-11 10:18:55:135 - [IOSDeviceLog] "hae.weekly.ios"
2021-02-11 10:18:55:135 - [IOSDeviceLog] );
2021-02-11 10:18:55:135 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.coreaudio.adam.hae";
2021-02-11 10:18:55:135 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:136 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.1";
2021-02-11 10:18:55:136 - [IOSDeviceLog] "UNNotificationExtensionUserInteractionEnabled " = 1;
2021-02-11 10:18:55:136 - [IOSDeviceLog] }
2021-02-11 10:18:55:136 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.mobilemail.MailNotificationContentExtension for categories [ mail-message ] with attributes: {
2021-02-11 10:18:55:137 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:137 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:137 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:137 - [IOSDeviceLog] UNNotificationExtensionCategory = "mail-message";
2021-02-11 10:18:55:137 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:137 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.5";
2021-02-11 10:18:55:138 - [IOSDeviceLog] UNNotificationExtensionOverridesDefaultTitle = 0;
2021-02-11 10:18:55:138 - [IOSDeviceLog] }
2021-02-11 10:18:55:138 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Error>: Invalid value for UNNotificationExtensionCategory in Info.plist
2021-02-11 10:18:55:138 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.UserNotificationsUIKit.DefaultUIExtension for categories [ ] with attributes: {
2021-02-11 10:18:55:138 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:138 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:144 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:145 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = 0;
2021-02-11 10:18:55:146 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:55:146 - [IOSDeviceLog] }
2021-02-11 10:18:55:146 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Error>: Invalid value for UNNotificationExtensionCategory in Info.plist
2021-02-11 10:18:55:146 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Error>: Invalid value for UNNotificationExtensionCustomSectionIdentifier in Info.plist
2021-02-11 10:18:55:146 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.mobilephone.extension.VoicemailMessageNotificationExtension for categories [ VoicemailMessageNotificationExtensionCategory, new-voicemail, new-voicemail-no-caller-id, new-voicemail-no-visual-voicemail ] with attributes: {
2021-02-11 10:18:55:146 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:147 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:147 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:147 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:148 - [IOSDeviceLog] VoicemailMessageNotificationExtensionCategory,
2021-02-11 10:18:55:148 - [IOSDeviceLog] "new-voicemail",
2021-02-11 10:18:55:148 - [IOSDeviceLog] "new-voicemail-no-caller-id",
2021-02-11 10:18:55:148 - [IOSDeviceLog] "new-voicemail-no-visual-voicemail"
2021-02-11 10:18:55:148 - [IOSDeviceLog] );
2021-02-11 10:18:55:148 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:149 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = 1;
2021-02-11 10:18:55:149 - [IOSDeviceLog] }
2021-02-11 10:18:55:149 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.mobiletimer.MobileTimerNotificationExtension for categories [ AlarmSnoozeCountdown ] with attributes: {
2021-02-11 10:18:55:149 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:149 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:149 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:150 - [IOSDeviceLog] UNNotificationExtensionCategory = AlarmSnoozeCountdown;
2021-02-11 10:18:55:150 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:150 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.7";
2021-02-11 10:18:55:150 - [IOSDeviceLog] }
2021-02-11 10:18:55:150 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 5F839BD1-D1ED-4A6D-8886-FA2FC1682096] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:151 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u BD8AE449-FE99-4DC0-B531-6A73DE136ABD] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:151 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.AppPredictionWidget.Siri.ActionPredictionNotificationContent for categories [ actionNSUA ] with attributes: {
2021-02-11 10:18:55:151 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:151 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:152 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:152 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:153 - [IOSDeviceLog] actionNSUA
2021-02-11 10:18:55:153 - [IOSDeviceLog] );
2021-02-11 10:18:55:153 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.Siri.ActionPredictionNotifications";
2021-02-11 10:18:55:153 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:154 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.2";
2021-02-11 10:18:55:154 - [IOSDeviceLog] }
2021-02-11 10:18:55:154 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.iBooks.BooksNotificationContentExtension for categories [ books-notification-extension ] with attributes: {
2021-02-11 10:18:55:154 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:155 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:155 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:155 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:156 - [IOSDeviceLog] "books-notification-extension"
2021-02-11 10:18:55:156 - [IOSDeviceLog] );
2021-02-11 10:18:55:156 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.iBooks";
2021-02-11 10:18:55:156 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:156 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.1";
2021-02-11 10:18:55:156 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:55:156 - [IOSDeviceLog] }
2021-02-11 10:18:55:156 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.Home.HomeUtilNotification for categories [ HomeAnnounceCategory, RoomAnnounceCategory, ANAnnouncement ] with attributes: {
2021-02-11 10:18:55:156 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:157 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:157 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:157 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:157 - [IOSDeviceLog] HomeAnnounceCategory,
2021-02-11 10:18:55:157 - [IOSDeviceLog] RoomAnnounceCategory,
2021-02-11 10:18:55:158 - [IOSDeviceLog] ANAnnouncement
2021-02-11 10:18:55:158 - [IOSDeviceLog] );
2021-02-11 10:18:55:159 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:159 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = 1;
2021-02-11 10:18:55:160 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:55:160 - [IOSDeviceLog] }
2021-02-11 10:18:55:160 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.BarcodeSupport.BarcodeNotificationExtension for categories [ barcodeNotificationCategory ] with attributes: {
2021-02-11 10:18:55:161 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:161 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:161 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:161 - [IOSDeviceLog] UNNotificationExtensionCategory = barcodeNotificationCategory;
2021-02-11 10:18:55:162 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = (
2021-02-11 10:18:55:162 - [IOSDeviceLog] "com.apple.barcodesupport.qrcode",
2021-02-11 10:18:55:162 - [IOSDeviceLog] "com.apple.barcodesupport.nfc"
2021-02-11 10:18:55:163 - [IOSDeviceLog] );
2021-02-11 10:18:55:163 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:163 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = 1;
2021-02-11 10:18:55:163 - [IOSDeviceLog] }
2021-02-11 10:18:55:163 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 76DBA8B5-E42E-48CE-90E4-6E07AD656899] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:165 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.accessibility.RTTUI.RTTNotifications for categories [ com.apple.RTTNotifications.message ] with attributes: {
2021-02-11 10:18:55:165 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:165 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:165 - [IOSDeviceLog] NSExtensionVersion = 1;
2021-02-11 10:18:55:165 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:165 - [IOSDeviceLog] "com.apple.RTTNotifications.message"
2021-02-11 10:18:55:165 - [IOSDeviceLog] );
2021-02-11 10:18:55:165 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.RTTNotifications";
2021-02-11 10:18:55:166 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:166 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = 1;
2021-02-11 10:18:55:166 - [IOSDeviceLog] UNNotificationExtensionOverridesDefaultTitle = 1;
2021-02-11 10:18:55:166 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:55:166 - [IOSDeviceLog] }
2021-02-11 10:18:55:169 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.AppPredictionWidget.Siri.ActionPredictionNotificationContentIntents for categories [ actionIntent ] with attributes: {
2021-02-11 10:18:55:173 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:175 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:175 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:175 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:176 - [IOSDeviceLog] actionIntent
2021-02-11 10:18:55:176 - [IOSDeviceLog] );
2021-02-11 10:18:55:176 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.Siri.ActionPredictionNotifications";
2021-02-11 10:18:55:176 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:176 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.2";
2021-02-11 10:18:55:176 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:55:177 - [IOSDeviceLog] }
2021-02-11 10:18:55:177 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u B127D9B4-C89F-43CC-8CC2-90B627055ED0] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:177 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.shortcuts.AutomationNotificationContent for categories [ triggerPromptCategory ] with attributes: {
2021-02-11 10:18:55:177 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:177 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:177 - [IOSDeviceLog] NSExtensionVersion = "3.0";
2021-02-11 10:18:55:177 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:177 - [IOSDeviceLog] triggerPromptCategory
2021-02-11 10:18:55:177 - [IOSDeviceLog] );
2021-02-11 10:18:55:178 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:178 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.25";
2021-02-11 10:18:55:178 - [IOSDeviceLog] }
2021-02-11 10:18:55:178 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 5D406613-205A-4B50-9F99-337503D7C8C0] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:178 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(libsystem_containermanager.dylib)[149] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 0, uid = 0, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:55:178 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.tv.TVNotificationContentExtension for categories [ com.apple.tv-default ] with attributes: {
2021-02-11 10:18:55:179 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:179 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:179 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:179 - [IOSDeviceLog] UNNotificationExtensionCategory = "com.apple.tv-default";
2021-02-11 10:18:55:179 - [IOSDeviceLog] UNNotificationExtensionDefaultContentHidden = 1;
2021-02-11 10:18:55:179 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.1";
2021-02-11 10:18:55:179 - [IOSDeviceLog] UNNotificationExtensionUserInteractionEnabled = 1;
2021-02-11 10:18:55:179 - [IOSDeviceLog] }
2021-02-11 10:18:55:179 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsUIKit)[59] <Notice>: Loaded extension com.apple.HealthMenstrualCyclesUI.NotificationContentExtension for categories [ MenstrualCyclesAppPlugin.AfterPeriodStart, MenstrualCyclesAppPlugin.AfterLoggedPeriodEnd ] with attributes: {
2021-02-11 10:18:55:180 - [IOSDeviceLog] NSExtensionPointName = "com.apple.usernotifications.content-extension";
2021-02-11 10:18:55:180 - [IOSDeviceLog] NSExtensionPointVersion = "1.0";
2021-02-11 10:18:55:181 - [IOSDeviceLog] NSExtensionVersion = "1.0";
2021-02-11 10:18:55:181 - [IOSDeviceLog] UNNotificationExtensionCategory = (
2021-02-11 10:18:55:181 - [IOSDeviceLog] "MenstrualCyclesAppPlugin.AfterPeriodStart",
2021-02-11 10:18:55:181 - [IOSDeviceLog] "MenstrualCyclesAppPlugin.AfterLoggedPeriodEnd"
2021-02-11 10:18:55:182 - [IOSDeviceLog] );
2021-02-11 10:18:55:183 - [IOSDeviceLog] UNNotificationExtensionCustomSectionIdentifier = "com.apple.Health";
2021-02-11 10:18:55:183 - [IOSDeviceLog] UNNotificationExtensionInitialContentSizeRatio = "0.001";
2021-02-11 10:18:55:183 - [IOSDeviceLog] }
2021-02-11 10:18:55:184 - [IOSDeviceLog] Feb 11 10:18:55 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:55:184 - [IOSDeviceLog] Feb 11 10:18:55 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<com.apple.pluginkit.pkd, u=<501/501/~~/2/1000>, uid=0, pid=149, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:55:184 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(libsystem_containermanager.dylib)[149] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:55:184 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 48F2D780-15F9-41BF-B89E-5B7A672B5BBD] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:184 - [IOSDeviceLog] Feb 11 10:18:55 mydevice clipserviced(BusinessChatService)[282] <Notice>: -[BCSBusinessQueryService clearCachesForLinkItemsAssociatedWithBundleID:completion:] - connection:<private> remoteObjectProxy:<private>
2021-02-11 10:18:55:184 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:184 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:184 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 4
2021-02-11 10:18:55:185 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 4
2021-02-11 10:18:55:186 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x1051a2f60> delivering update to host (4 plugins)
2021-02-11 10:18:55:186 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 4 new extensions from NSExtension for cache key = [public.plain-text/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:186 - [IOSDeviceLog] Feb 11 10:18:55 mydevice backboardd(CoreServices)[62] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:187 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nsurlsessiond(CoreServices)[107] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:188 - [IOSDeviceLog] Feb 11 10:18:55 mydevice fileproviderd(PlugInKit)[209] <Notice>: [d <private>] <PKHost:0x10300c7a0> Completed discovery. Final # of matches: 5
2021-02-11 10:18:55:188 - [IOSDeviceLog] Feb 11 10:18:55 mydevice fileproviderd(PlugInKit)[209] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x103314140>.
2021-02-11 10:18:55:189 - [IOSDeviceLog] Feb 11 10:18:55 mydevice fileproviderd(PlugInKit)[209] <Notice>: [d <private>] <PKHost:0x10300c7a0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:55:189 - [IOSDeviceLog] Feb 11 10:18:55 mydevice fileproviderd(PlugInKit)[209] <Notice>: <PKDiscoveryDriver:0x103313cf0> delivering update to host (5 plugins)
2021-02-11 10:18:55:189 - [IOSDeviceLog] Feb 11 10:18:55 mydevice fileproviderd(CoreServices)[209] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:192 - [IOSDeviceLog] Feb 11 10:18:55 mydevice aggregated(CoreServices)[10011] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:192 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(CoreServices)[29] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:192 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(CoreServices)[63] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:201 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u E6459D78-F8AF-49C6-A2DF-12C0A6D2BEAE] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:202 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 5695B45D-5B7B-4135-A1E0-B65A9059E211] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:202 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u EA8033A1-7DFF-4060-AF4C-8B2072D5FCEE] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:202 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u BDBBA6AC-3069-4ADC-AD83-93CC6A209386] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:203 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 097EDCB8-EEDA-418E-BB14-F6BC776C75AC] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:203 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 5BF0617C-88B5-4DE8-A6C2-57A1AB28AA51] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:203 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 4C752282-104B-46D9-B4E5-3A91B5EC5D83] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:205 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 7B437419-96DA-48CF-844E-0BF4889A6A75] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:207 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 5
2021-02-11 10:18:55:207 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(CoreServices)[59] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:207 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(FrontBoardServices)[59] <Notice>: -[FBSApplicationLibrary applicationsDidUninstall:] appname
2021-02-11 10:18:55:207 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(MobileInstallation)[59] <Notice>: appname:10:12:3:1:Application removed for reason: Removed from the system.
2021-02-11 10:18:55:207 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpringBoard)[59] <Notice>: SBWorkspaceTerminateApplication: appname: "uninstalling app"
2021-02-11 10:18:55:207 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 17408639-342A-4CDA-A539-8167D3541300] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:208 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 6D2D40EA-2C5F-42B5-9102-AB15DF9CE0DB] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:208 - [IOSDeviceLog] Feb 11 10:18:55 mydevice deleted(PlugInKit)[167] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x102e14700>.
2021-02-11 10:18:55:208 - [IOSDeviceLog] Feb 11 10:18:55 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 1, fsNode: (null)
2021-02-11 10:18:55:208 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: No intent configuration data found stored for data source: <private>
2021-02-11 10:18:55:208 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: No intent configuration data found stored for data source: <private>
2021-02-11 10:18:55:208 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: No intent configuration data found stored for data source: <private>
2021-02-11 10:18:55:208 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: No intent configuration data found stored for data source: <private>
2021-02-11 10:18:55:209 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: No intent configuration data found stored for data source: <private>
2021-02-11 10:18:55:209 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: No intent configuration data found stored for data source: <private>
2021-02-11 10:18:55:209 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpringBoard)[59] <Notice>: appname: Updating app shortcut store...
2021-02-11 10:18:55:209 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpringBoard)[59] <Notice>: Installed apps did change.
2021-02-11 10:18:55:209 - [IOSDeviceLog] Added: {(
2021-02-11 10:18:55:209 - [IOSDeviceLog] )}
2021-02-11 10:18:55:209 - [IOSDeviceLog] Removed: {(
2021-02-11 10:18:55:209 - [IOSDeviceLog] "appname"
2021-02-11 10:18:55:209 - [IOSDeviceLog] )}
2021-02-11 10:18:55:209 - [IOSDeviceLog] Replaced: {(
2021-02-11 10:18:55:209 - [IOSDeviceLog] )}
2021-02-11 10:18:55:209 - [IOSDeviceLog] Updated: (null)
2021-02-11 10:18:55:210 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpringBoard)[59] <Notice>: FBSApplicationLibrary removed applications. Removing launch images for (
2021-02-11 10:18:55:210 - [IOSDeviceLog] "appname"
2021-02-11 10:18:55:210 - [IOSDeviceLog] )
2021-02-11 10:18:55:210 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SplashBoard)[59] <Notice>: _removeLaunchImagesMatchingPredicate:forApplications:forgettingApps: called
2021-02-11 10:18:55:210 - [IOSDeviceLog] forgettingApps: 1
2021-02-11 10:18:55:210 - [IOSDeviceLog] predicate:
2021-02-11 10:18:55:210 - [IOSDeviceLog] <XBApplicationSnapshotPredicate: 0x28093ff00> {
2021-02-11 10:18:55:211 - [IOSDeviceLog] contentTypeMask = GeneratedDefault;
2021-02-11 10:18:55:211 - [IOSDeviceLog] }
2021-02-11 10:18:55:211 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SplashBoard)[59] <Notice>: <XBApplicationSnapshotManifestImpl: 0x28244eb80> [appname] Deleting snapshots: (
2021-02-11 10:18:55:211 - [IOSDeviceLog] "<XBApplicationSnapshot: 0x107442790; identifier: A625C04F-2CF6-45A1-BE55-13782FB966B9; launchInterfaceIdentifier: __from_UILaunchStoryboardName__; contentType: GeneratedDefault; referenceSize: {375, 667}; interfaceOrientation: Portrait; userInterfaceStyle: Light>",
2021-02-11 10:18:55:211 - [IOSDeviceLog] "<XBApplicationSnapshot: 0x1075fcba0; identifier: 3BD59758-73B5-477C-9A87-54774511AE4C; launchInterfaceIdentifier: __from_UILaunchStoryboardName__; contentType: GeneratedDefault; referenceSize: {375, 667}; interfaceOrientation: Portrait; userInterfaceStyle: Dark>"
2021-02-11 10:18:55:211 - [IOSDeviceLog] ) matching predicate: <private>
2021-02-11 10:18:55:212 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SplashBoard)[59] <Notice>: <XBApplicationSnapshotManifestImpl: 0x28244eb80> [appname] Deleting snapshot <XBApplicationSnapshot: 0x107442790; ���13782FB966B9> [appname] for reason: _contentType: GeneratedDefault(1)
2021-02-11 10:18:55:213 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SplashBoard)[59] <Notice>: <XBApplicationSnapshotManifestImpl: 0x28244eb80> [appname] Deleting snapshot <XBApplicationSnapshot: 0x1075fcba0; ���54774511AE4C> [appname] for reason: _contentType: GeneratedDefault(1)
2021-02-11 10:18:55:213 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SplashBoard)[59] <Notice>: <XBApplicationSnapshotManifestImpl: 0x28244eb80> [appname] Deleting paths: <private>
2021-02-11 10:18:55:213 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u EA0E368E-3DB0-4113-80A1-70F5471ABD76] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:214 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpringBoard)[59] <Notice>: appname: Saving...
2021-02-11 10:18:55:214 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpringBoard)[59] <Notice>: appname: SBApplicationShortcutStore doesn't need truncation (truncation reason: <private>); there are 0 application shortcut items.
2021-02-11 10:18:55:214 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsServer)[59] <Notice>: [appname] Application uninstalled using default data provider
2021-02-11 10:18:55:214 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsServer)[59] <Notice>: [appname] Remove data provider
2021-02-11 10:18:55:214 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsServer)[59] <Notice>: Removing all attachments for bundle '<private>'
2021-02-11 10:18:55:239 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsServer)[59] <Notice>: No unique identifier for bundleID appname found; adding a mapping to 2E6BD84F-A73F-4938-9F8E-6C5A8645903C
2021-02-11 10:18:55:241 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsServer)[59] <Notice>: Saving file at /var/mobile/Library/UserNotificationsServer/Library.plist with 208 items
2021-02-11 10:18:55:241 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(BulletinBoard)[59] <Notice>: BBRemoteDataProviderConnection Asked to remove a data provider ((null)) without a sectionID. Ignoring.
2021-02-11 10:18:55:242 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(AppPredictionClient)[59] <Notice>: -[ATXDefaultHomeScreenItemManager fetchDefaultStacksOfGridSize:withCompletionHandler:]_block_invoke: Fetched add widget defaults: <private>
2021-02-11 10:18:55:242 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(AppPredictionClient)[59] <Notice>: -[ATXDefaultHomeScreenItemManager _fetchSmartStackOfVariant:localObserver:withCompletionHandler:]_block_invoke: fetched smart stack of variant 0: <private>
2021-02-11 10:18:55:242 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(AppPredictionClient)[59] <Notice>: ATXHomeScreenSuggestionClient: No widget or stack changes, not updating default home screen items
2021-02-11 10:18:55:248 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 6E2FFA65-F571-40B0-8E27-1980B05C5730] [com.apple.mobileslideshow.StreamShareService(<private>)] Created plugin
2021-02-11 10:18:55:248 - [IOSDeviceLog] Feb 11 10:18:55 mydevice navd(CoreServices)[77] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:248 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u C26A3F00-0B16-4DF2-8E9A-75B0D37AA5A2] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:248 - [IOSDeviceLog] Feb 11 10:18:55 mydevice bluetoothd(CoreServices)[82] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:249 - [IOSDeviceLog] Feb 11 10:18:55 mydevice bluetoothd[82] <Notice>: appname (null) <private>
2021-02-11 10:18:55:249 - [IOSDeviceLog] Feb 11 10:18:55 mydevice bluetoothd[82] <Notice>: Unable To Uninstall appname, AppInfo Not Found
2021-02-11 10:18:55:249 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsServer)[59] <Error>: No data found at /var/mobile/Library/UserNotifications/2E6BD84F-A73F-4938-9F8E-6C5A8645903C/AttachmentsList.plist
2021-02-11 10:18:55:249 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsServer)[59] <Error>: [appname] Push registration with a nil environment was encountered, will not invalidate token
2021-02-11 10:18:55:249 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsServer)[59] <Notice>: Setting topics for environment production:
2021-02-11 10:18:55:252 - [IOSDeviceLog] enabled: (
2021-02-11 10:18:55:253 - [IOSDeviceLog] )
2021-02-11 10:18:55:253 - [IOSDeviceLog] ignored: (
2021-02-11 10:18:55:253 - [IOSDeviceLog] )
2021-02-11 10:18:55:253 - [IOSDeviceLog] opportunistic:(
2021-02-11 10:18:55:253 - [IOSDeviceLog] "com.apple.Maps",
2021-02-11 10:18:55:253 - [IOSDeviceLog] "com.apple.icloud-container.com.apple.Maps",
2021-02-11 10:18:55:253 - [IOSDeviceLog] "com.apple.findmy",
2021-02-11 10:18:55:253 - [IOSDeviceLog] "com.apple.icloud-container.com.apple.findmy"
2021-02-11 10:18:55:253 - [IOSDeviceLog] )
2021-02-11 10:18:55:254 - [IOSDeviceLog] nonWakingOpportunistic:(
2021-02-11 10:18:55:254 - [IOSDeviceLog] )
2021-02-11 10:18:55:254 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsServer)[59] <Notice>: [appname] Remove all pending notification dictionaries
2021-02-11 10:18:55:254 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(ApplePushService)[59] <Notice>: <private> setEnabledTopics <private> ignoredTopics <private> opportunisticTopics <private> nonWakingTopics <private> sendToDaemon: YES completion: (null)
2021-02-11 10:18:55:254 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsServer)[59] <Notice>: Removing library mapping for appname
2021-02-11 10:18:55:254 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(UserNotificationsServer)[59] <Notice>: Saving file at /var/mobile/Library/UserNotificationsServer/Library.plist with 207 items
2021-02-11 10:18:55:255 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(ApplePushService)[59] <Notice>: <private> setEnabledTopics <private> ignoredTopics <private> opportunisticTopics <private> nonWakingTopics <private> sendToDaemon: NO completion: (null)
2021-02-11 10:18:55:255 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: Looking up connection on peer: 19fc1f50 found <private>
2021-02-11 10:18:55:255 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:255 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(WatchListKit)[183] <Notice>: WLKAppLibraryCore - enumerate apps elapsed time: 0.13151
2021-02-11 10:18:55:255 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: +[VSSubscriptionSource subscriptionSourceForAppWithBundleID:]: com.apple.Music
2021-02-11 10:18:55:256 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: +[VSSubscriptionSource subscriptionSourceForAppWithBundleID:]: <private>
2021-02-11 10:18:55:256 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Entering -[VSSubscriptionRegistrationCenter fetchActiveSubscriptionsWithOptions:completionHandler:]
2021-02-11 10:18:55:257 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: No allowed hash modifiers.
2021-02-11 10:18:55:258 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Will return cached subscriptions: <private>
2021-02-11 10:18:55:258 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:258 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 6
2021-02-11 10:18:55:258 - [IOSDeviceLog] Feb 11 10:18:55 mydevice businesschatd[7019] <Notice>: Incoming XPC connection {newConnection: <private>}
2021-02-11 10:18:55:258 - [IOSDeviceLog] Feb 11 10:18:55 mydevice businesschatd(BusinessChatService)[7019] <Notice>: -[BCSBusinessQueryController clearCachesForLinkItemsAssociatedWithBundleID:completion:]
2021-02-11 10:18:55:259 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 6
2021-02-11 10:18:55:259 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x1051b2a80> delivering update to host (6 plugins)
2021-02-11 10:18:55:261 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 6 new extensions from NSExtension for cache key = [public.heic|public.jpeg/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:261 - [IOSDeviceLog] Feb 11 10:18:55 mydevice lsd(CoreServices)[2060] <Notice>: Sent distributed notification com.apple.LaunchServices.applicationUnregistered with payload <private>
2021-02-11 10:18:55:261 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(CoreServices)[9112] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:262 - [IOSDeviceLog] Feb 11 10:18:55 mydevice fileproviderd(PlugInKit)[209] <Notice>: [d <private>] <PKHost:0x10300c7a0> Completed discovery. Final # of matches: 5
2021-02-11 10:18:55:262 - [IOSDeviceLog] Feb 11 10:18:55 mydevice runningboardd(CoreServices)[32] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:262 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nanotimekitcompaniond(CoreServices)[146] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:262 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nanotimekitcompaniond[146] <Notice>: applicationsDidUninstall will rewrite available data sources to NPS
2021-02-11 10:18:55:263 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:263 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:263 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 3
2021-02-11 10:18:55:263 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 3
2021-02-11 10:18:55:263 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x105192f70> delivering update to host (3 plugins)
2021-02-11 10:18:55:263 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 3 new extensions from NSExtension for cache key = [public.url/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:264 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(CoreServices)[149] <Notice>: LaunchServices observer: Uninstalled <private>
2021-02-11 10:18:55:264 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Notice>: Received connection request for BMFileAccessService from pid 9112
2021-02-11 10:18:55:265 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:265 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I Apps uninstalled from the device: appname
2021-02-11 10:18:55:265 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I Removing rules for apps: appname
2021-02-11 10:18:55:265 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I Performing save operation on ne configuration: com.apple.commcenter.ne.cellularusage
2021-02-11 10:18:55:266 - [IOSDeviceLog] Feb 11 10:18:55 mydevice coreauthd(DaemonUtils)[405] <Notice>: -[InstalledAppsCache _removeApplicationFromCache:] >>> entered at: 1613024335.161 on <private>
2021-02-11 10:18:55:266 - [IOSDeviceLog] Feb 11 10:18:55 mydevice coreauthd(DaemonUtils)[405] <Notice>: -[InstalledAppsCache _removeApplicationFromCache:] <<< left at: 1613024335.171 (total: 0.010) on <private>
2021-02-11 10:18:55:266 - [IOSDeviceLog] Feb 11 10:18:55 mydevice coreauthd(DaemonUtils)[405] <Notice>: Cache updated. App cache 115 entries, plugin cache 110 entries, name cache 113 entries, Siri extensions: 14.
2021-02-11 10:18:55:266 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:266 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:266 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 2
2021-02-11 10:18:55:266 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 2
2021-02-11 10:18:55:266 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x1051ce980> delivering update to host (2 plugins)
2021-02-11 10:18:55:266 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 2 new extensions from NSExtension for cache key = [public.vcard/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:267 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:268 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter(NetworkExtension)[86] <Notice>: Saving configuration com.apple.commcenter.ne.cellularusage with existing signature {length = 20, bytes = 0x2f1d4c2daefc9527d1b60f3fe037aee3d0ab8ab3}
2021-02-11 10:18:55:268 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter(NetworkExtension)[86] <Notice>: Adding 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A to the loaded configurations
2021-02-11 10:18:55:268 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: Deleting entry for <private>
2021-02-11 10:18:55:269 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: {"msg":"removing client entry", "client":"appname"}
2021-02-11 10:18:55:269 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: Removing all alarms for client: <private>.
2021-02-11 10:18:55:269 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:269 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:269 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Notice>: Received connection request for BMFileAccessService from pid 9112
2021-02-11 10:18:55:269 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 3
2021-02-11 10:18:55:269 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:269 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 3
2021-02-11 10:18:55:269 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x1051a8960> delivering update to host (3 plugins)
2021-02-11 10:18:55:270 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 3 new extensions from NSExtension for cache key = [com.apple.mapkit.map-item|public.plain-text|public.url|public.vcard/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:271 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: {"msg":"reduceFreePages", "path":"\134/var\134/root\134/Library\134/Caches\134/locationd\134/consolidated.db", "page_count":13, "freelist_count":0, "loadFactor":"1.000000"}
2021-02-11 10:18:55:271 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: {"msg":"reduceFreePages", "event":"elapsed", "begin_mach":49460857275053, "end_mach":49460857276842, "elapsed_s":"0.000074542"}
2021-02-11 10:18:55:272 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: {"msg":"iB: Removed all fences for bundle", "bundle":"appname"}
2021-02-11 10:18:55:274 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: {"msg":"#authsync Dropping delete auth sync request - no watch"}
2021-02-11 10:18:55:274 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: {"msg":"reduceFreePages", "path":"\134/var\134/root\134/Library\134/Caches\134/locationd\134/consolidated.db", "page_count":13, "freelist_count":0, "loadFactor":"1.000000"}
2021-02-11 10:18:55:274 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: {"msg":"reduceFreePages", "event":"elapsed", "begin_mach":49460857284058, "end_mach":49460857285018, "elapsed_s":"0.000040000"}
2021-02-11 10:18:55:274 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStorage)[9112] <Notice>: Successfully mapped file: 628825882282863
2021-02-11 10:18:55:274 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStorage)[9112] <Notice>: Successfully mapped file: 628825882282863
2021-02-11 10:18:55:274 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStorage)[9112] <Notice>: Successfully mapped file: 628825882282863
2021-02-11 10:18:55:274 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStorage)[9112] <Notice>: Successfully mapped file: 628825882282863
2021-02-11 10:18:55:274 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:274 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:274 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:275 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 3
2021-02-11 10:18:55:275 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 3
2021-02-11 10:18:55:275 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x10515f9a0> delivering update to host (3 plugins)
2021-02-11 10:18:55:275 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 3 new extensions from NSExtension for cache key = [com.apple.active-webpage|public.url/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:275 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:275 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Notice>: Received connection request for BMFileAccessService from pid 9112
2021-02-11 10:18:55:275 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper(NetworkExtension)[122] <Notice>: Adding 0768FF29-AEFD-4578-91AB-4656833C5E47 to the loaded configurations
2021-02-11 10:18:55:275 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper(NetworkExtension)[122] <Notice>: Adding 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A to the loaded configurations
2021-02-11 10:18:55:276 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper(NetworkExtension)[122] <Notice>: Successfully posted generation 48722
2021-02-11 10:18:55:276 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper(NetworkExtension)[122] <Notice>: Path Controller is enabled
2021-02-11 10:18:55:276 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter(NetworkExtension)[86] <Notice>: Successfully saved configuration com.apple.commcenter.ne.cellularusage
2021-02-11 10:18:55:276 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(libnetwork.dylib)[59] <Notice>: nw_path_evaluator_start [D98607AF-D67C-442E-8FF0-31829C4C023D <NULL> generic, indefinite]
2021-02-11 10:18:55:276 - [IOSDeviceLog] path: unsatisfied (No network route), ipv4
2021-02-11 10:18:55:276 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Notice>: No entitlement for stream AppIntent
2021-02-11 10:18:55:276 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Notice>: Failed entlement check, will not issue access token
2021-02-11 10:18:55:276 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:276 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:277 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 6
2021-02-11 10:18:55:277 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 6
2021-02-11 10:18:55:277 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x1051c2670> delivering update to host (6 plugins)
2021-02-11 10:18:55:277 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 6 new extensions from NSExtension for cache key = [public.image/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:277 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:277 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter(NetworkExtension)[86] <Notice>: Clearing 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A from the loaded configurations
2021-02-11 10:18:55:277 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter(NetworkExtension)[86] <Notice>: Clearing 0768FF29-AEFD-4578-91AB-4656833C5E47 from the loaded configurations
2021-02-11 10:18:55:277 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Error>: Failed to extend sandbox read-write extension class for Biome public stream 2 with error Error Domain=BMStreamsAccessErrorDomain Code=-1 UserInfo={NSLocalizedDescription=<private>}
2021-02-11 10:18:55:278 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Fault>: Write access denied to stream during pruning: AppIntent
2021-02-11 10:18:55:278 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:278 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: MotionCoprocessor,startTime,634717135.347794,motionType,1,youthType,0,youthTypeReason,0
2021-02-11 10:18:55:278 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter(NetworkExtension)[86] <Notice>: Adding 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A to the loaded configurations
2021-02-11 10:18:55:278 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter(NetworkExtension)[86] <Notice>: Adding 0768FF29-AEFD-4578-91AB-4656833C5E47 to the loaded configurations
2021-02-11 10:18:55:278 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter(NetworkExtension)[86] <Notice>: Reload from disk complete
2021-02-11 10:18:55:279 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter(NetworkExtension)[86] <Notice>: Received a com.apple.neconfigurationchanged notification with token 111
2021-02-11 10:18:55:279 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I Reloaded network extension configuration: com.apple.commcenter.ne.cellularusage
2021-02-11 10:18:55:279 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I Loaded configuration due to save operation result: true
2021-02-11 10:18:55:279 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I Successfully deleted rules for app: appname
2021-02-11 10:18:55:279 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I Handling ne configuration change
2021-02-11 10:18:55:279 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(ChronoCore)[163] <Notice>: Received CT notification that network access policy has changed.
2021-02-11 10:18:55:279 - [IOSDeviceLog] Feb 11 10:18:55 mydevice callservicesd(FTServices)[92] <Notice>: Received kCTPerAppNetworkDataAccessPolicyChangedNotification so nuking cached values
2021-02-11 10:18:55:279 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I --------------> kCTPerAppNetworkDataAccessPolicyChangedEvent (165) sent to 7 (of 62) clients.
2021-02-11 10:18:55:279 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:55:279 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:55:279 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:55:280 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Notice>: Received connection request for BMFileAccessService from pid 9112
2021-02-11 10:18:55:280 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Notice>: No entitlement for stream TestStream
2021-02-11 10:18:55:280 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Notice>: Failed entlement check, will not issue access token
2021-02-11 10:18:55:280 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:280 - [IOSDeviceLog] Feb 11 10:18:55 mydevice remindd(DADaemonSupport)[10067] <Notice>: DADAgentManager: Fetching active agents. count = 0, agents = (null)
2021-02-11 10:18:55:280 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudphotod(libcupolicy.dylib)[232] <Notice>: Received msg from server: <private>
2021-02-11 10:18:55:280 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudphotod(libcupolicy.dylib)[232] <Notice>: Received new data usage policy list
2021-02-11 10:18:55:280 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Error>: Failed to extend sandbox read-write extension class for Biome public stream 3 with error Error Domain=BMStreamsAccessErrorDomain Code=-1 UserInfo={NSLocalizedDescription=<private>}
2021-02-11 10:18:55:280 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Fault>: Write access denied to stream during pruning: TestStream
2021-02-11 10:18:55:280 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:280 - [IOSDeviceLog] Feb 11 10:18:55 mydevice mobiletimerd(MobileTimer)[7016] <Notice>: <MTAgentNotificationManager: 0x119e26830> received notification Application Uninstalled
2021-02-11 10:18:55:280 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:281 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudphotod(CloudPhotoLibrary)[232] <Notice>: Updated cellular policy for <private>: not restricted
2021-02-11 10:18:55:281 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:281 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Notice>: Received connection request for BMFileAccessService from pid 9112
2021-02-11 10:18:55:281 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 3
2021-02-11 10:18:55:281 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Notice>: No entitlement for stream POICategory
2021-02-11 10:18:55:281 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Notice>: Failed entlement check, will not issue access token
2021-02-11 10:18:55:282 - [IOSDeviceLog] Feb 11 10:18:55 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiDeviceManagerMonitor24GHzInfraNetworkTraffic: SNR 24.3, CCA 42.8, Tx bandwidth 32222.1 (kbps), Rx bandwidth 32222.1, Tx data rate 0.0 (kbps), Rx data rate 0.0, Tx air time 0.000 %, Rx air time 0.000 %, Good background traffic ? No
2021-02-11 10:18:55:282 - [IOSDeviceLog] Feb 11 10:18:55 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiDeviceManagerEvaluate24GHzInfraNetworkState:isConnected Yes, isTimeSensitiveAppRunning No, isThereTrafficNow No
2021-02-11 10:18:55:282 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:283 - [IOSDeviceLog] Feb 11 10:18:55 mydevice itunescloudd[185] <Notice>: Received distributed notification: com.apple.LaunchServices.applicationUnregistered
2021-02-11 10:18:55:283 - [IOSDeviceLog] Feb 11 10:18:55 mydevice itunescloudd[185] <Notice>: ICDServer 0x102e07dd0 - Processing notification [Application install/removal]
2021-02-11 10:18:55:283 - [IOSDeviceLog] Feb 11 10:18:55 mydevice itunescloudd[185] <Notice>: Handling app install changed notification - apps={(
2021-02-11 10:18:55:283 - [IOSDeviceLog] "appname"
2021-02-11 10:18:55:283 - [IOSDeviceLog] )}, registration=uninstalled
2021-02-11 10:18:55:283 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper(NetworkExtension)[122] <Notice>: Received a com.apple.neconfigurationchanged notification with token 11
2021-02-11 10:18:55:283 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Error>: Failed to extend sandbox read-write extension class for Biome public stream 4 with error Error Domain=BMStreamsAccessErrorDomain Code=-1 UserInfo={NSLocalizedDescription=<private>}
2021-02-11 10:18:55:283 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Fault>: Write access denied to stream during pruning: POICategory
2021-02-11 10:18:55:283 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 3
2021-02-11 10:18:55:283 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x105149ae0> delivering update to host (3 plugins)
2021-02-11 10:18:55:283 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:284 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 3 new extensions from NSExtension for cache key = [public.image|public.plain-text|public.url/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:284 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Notice>: Received connection request for BMFileAccessService from pid 9112
2021-02-11 10:18:55:284 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Notice>: No entitlement for stream ContextualActions
2021-02-11 10:18:55:284 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Notice>: Failed entlement check, will not issue access token
2021-02-11 10:18:55:285 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Error>: Failed to extend sandbox read-write extension class for Biome public stream 5 with error Error Domain=BMStreamsAccessErrorDomain Code=-1 UserInfo={NSLocalizedDescription=<private>}
2021-02-11 10:18:55:285 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Fault>: Write access denied to stream during pruning: ContextualActions
2021-02-11 10:18:55:285 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:285 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sleepd(SleepDaemon)[7017] <Notice>: [HDSPNotificationListener] received notification Application Uninstalled, taking assertion
2021-02-11 10:18:55:285 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:55:285 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.networkextension)[29] <Notice>: Received notification com.apple.neconfigurationchanged
2021-02-11 10:18:55:286 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Notice>: Received connection request for BMFileAccessService from pid 9112
2021-02-11 10:18:55:286 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Notice>: No entitlement for stream AppClipLaunch
2021-02-11 10:18:55:286 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Notice>: Failed entlement check, will not issue access token
2021-02-11 10:18:55:286 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:286 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sleepd(SleepDaemon)[7017] <Notice>: [HDSPAssertionManager] Taking assertion with identifier Application Uninstalled
2021-02-11 10:18:55:287 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sleepd(SleepDaemon)[7017] <Notice>: [HDSPAssertionManager] Releasing assertion with identifier Application Uninstalled
2021-02-11 10:18:55:287 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Error>: Failed to extend sandbox read-write extension class for Biome public stream 6 with error Error Domain=BMStreamsAccessErrorDomain Code=-1 UserInfo={NSLocalizedDescription=<private>}
2021-02-11 10:18:55:287 - [IOSDeviceLog] Feb 11 10:18:55 mydevice contextstored(BiomeStreams)[9112] <Fault>: Write access denied to stream during pruning: AppClipLaunch
2021-02-11 10:18:55:287 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:287 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:288 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:55:289 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:55:290 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:55:290 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:55:290 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:290 - [IOSDeviceLog] Feb 11 10:18:55 mydevice itunescloudd(iTunesCloud)[185] <Notice>: Music restrict cellular data: 0
2021-02-11 10:18:55:291 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.tv = allowed (wifi=true, cellular=true)
2021-02-11 10:18:55:291 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:55:291 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:291 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:55:291 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:291 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.reminders = allowed (wifi=true, cellular=true)
2021-02-11 10:18:55:291 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:55:291 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:55:291 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:292 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.mobilecal = allowed (wifi=true, cellular=true)
2021-02-11 10:18:55:292 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:55:292 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:55:292 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:292 - [IOSDeviceLog] Feb 11 10:18:55 mydevice callservicesd[92] <Notice>: Launched by application uninstalled notification
2021-02-11 10:18:55:292 - [IOSDeviceLog] Feb 11 10:18:55 mydevice callservicesd[92] <Notice>: Handling <private>
2021-02-11 10:18:55:292 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.tips = allowed (wifi=true, cellular=true)
2021-02-11 10:18:55:292 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:55:294 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:55:295 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:295 - [IOSDeviceLog] Feb 11 10:18:55 mydevice callservicesd[92] <Error>: Attempt to retrieve application record for bundle identifier <private> failed with error: Error Domain=NSOSStatusErrorDomain Code=-10814 UserInfo={_LSLine=1483, _LSFunction=<private>}
2021-02-11 10:18:55:295 - [IOSDeviceLog] Feb 11 10:18:55 mydevice callservicesd[92] <Notice>: Unregistering application <private> from PushKit VoIP in environment (null)
2021-02-11 10:18:55:295 - [IOSDeviceLog] Feb 11 10:18:55 mydevice callservicesd[92] <Notice>: [WARN] No APS connection found for environment (null)
2021-02-11 10:18:55:295 - [IOSDeviceLog] Feb 11 10:18:55 mydevice callservicesd[92] <Notice>: Disabling topic <private> and invalidating its token for all connections
2021-02-11 10:18:55:295 - [IOSDeviceLog] Feb 11 10:18:55 mydevice callservicesd(ApplePushService)[92] <Notice>: <private> invalidateTokenForTopic: <private> identifier
2021-02-11 10:18:55:295 - [IOSDeviceLog] Feb 11 10:18:55 mydevice callservicesd(ApplePushService)[92] <Notice>: <private> invalidateTokenForTopic: <private> identifier
2021-02-11 10:18:55:296 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:296 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: Looking up connection on peer: 19fc2800 found <private>
2021-02-11 10:18:55:296 - [IOSDeviceLog] Feb 11 10:18:55 mydevice callservicesd(ApplePushService)[92] <Notice>: <private> setEnabledTopics <private> ignoredTopics <private> opportunisticTopics <private> nonWakingTopics <private> sendToDaemon: YES completion: (null)
2021-02-11 10:18:55:296 - [IOSDeviceLog] Feb 11 10:18:55 mydevice callservicesd(ApplePushService)[92] <Notice>: <private> setEnabledTopics <private> ignoredTopics <private> opportunisticTopics <private> nonWakingTopics <private> sendToDaemon: YES completion: (null)
2021-02-11 10:18:55:296 - [IOSDeviceLog] Feb 11 10:18:55 mydevice callservicesd(ApplePushService)[92] <Notice>: <private> got all nil topics, considering this as a change to flush any cached topics in apsd for named ports.
2021-02-11 10:18:55:296 - [IOSDeviceLog] Feb 11 10:18:55 mydevice callservicesd(ApplePushService)[92] <Notice>: <private> setEnabledTopics <private> ignoredTopics <private> opportunisticTopics <private> nonWakingTopics <private> sendToDaemon: NO completion: (null)
2021-02-11 10:18:55:296 - [IOSDeviceLog] Feb 11 10:18:55 mydevice callservicesd(ApplePushService)[92] <Notice>: <private> got all nil topics, considering this as a change to flush any cached topics in apsd for named ports.
2021-02-11 10:18:55:296 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: Looking up connection on peer: 19fc2800 found <private>
2021-02-11 10:18:55:297 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:297 - [IOSDeviceLog] Feb 11 10:18:55 mydevice callservicesd(ApplePushService)[92] <Notice>: <private> got all nil topics, considering this as a change to flush any cached topics in apsd for named ports.
2021-02-11 10:18:55:297 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.Maps = allowed (wifi=true, cellular=true)
2021-02-11 10:18:55:297 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:55:297 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:55:297 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:18:55:297 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 4
2021-02-11 10:18:55:297 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: <private> asked by <private> to invalidate token for topic <private> identifier
2021-02-11 10:18:55:298 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 4
2021-02-11 10:18:55:298 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x1051d3310> delivering update to host (4 plugins)
2021-02-11 10:18:55:298 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 4 new extensions from NSExtension for cache key = [public.plain-text|public.plain-text|public.plain-text|public.rtf/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:298 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: <private> Deleting token for appSpecificIdentifier <private>
2021-02-11 10:18:55:298 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: setTokenForDomain sandbox.push.apple.com token (null) appSpecificIdentifier <private>
2021-02-11 10:18:55:298 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.ScreenTimeWidgetApplication = allowed (wifi=true, cellular=true)
2021-02-11 10:18:55:298 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:55:298 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:55:298 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Error>: SecItemDelete() failed: -25300 - setTokenForDomain
2021-02-11 10:18:55:298 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: Looking up connection on peer: 19f95b60 found <private>
2021-02-11 10:18:55:298 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: Looking up connection on peer: 19f95b60 found <private>
2021-02-11 10:18:55:299 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: <private> asked by <private> to invalidate token for topic <private> identifier
2021-02-11 10:18:55:299 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: <private> Deleting token for appSpecificIdentifier <private>
2021-02-11 10:18:55:299 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: setTokenForDomain push.apple.com token (null) appSpecificIdentifier <private>
2021-02-11 10:18:55:299 - [IOSDeviceLog] Feb 11 10:18:55 mydevice callservicesd(ApplePushService)[92] <Notice>: <private> setEnabledTopics <private> ignoredTopics <private> opportunisticTopics <private> nonWakingTopics <private> sendToDaemon: NO completion: (null)
2021-02-11 10:18:55:299 - [IOSDeviceLog] Feb 11 10:18:55 mydevice callservicesd(ApplePushService)[92] <Notice>: <private> got all nil topics, considering this as a change to flush any cached topics in apsd for named ports.
2021-02-11 10:18:55:299 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.stocks = allowed (wifi=true, cellular=true)
2021-02-11 10:18:55:300 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:55:300 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:55:300 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.podcasts = allowed (wifi=true, cellular=true)
2021-02-11 10:18:55:300 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:55:300 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:55:300 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.weather = allowed (wifi=true, cellular=true)
2021-02-11 10:18:55:300 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:55:300 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:55:301 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Error>: SecItemDelete() failed: -25300 - setTokenForDomain
2021-02-11 10:18:55:301 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.Music = allowed (wifi=true, cellular=true)
2021-02-11 10:18:55:301 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:55:301 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:55:301 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.mobilenotes = allowed (wifi=true, cellular=true)
2021-02-11 10:18:55:301 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:55:301 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:55:301 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.mobileslideshow = allowed (wifi=true, cellular=true)
2021-02-11 10:18:55:301 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:55:302 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:55:302 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.mobiletimer = allowed (wifi=true, cellular=true)
2021-02-11 10:18:55:302 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:302 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:302 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 6
2021-02-11 10:18:55:302 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 6
2021-02-11 10:18:55:302 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x1051b2a80> delivering update to host (6 plugins)
2021-02-11 10:18:55:302 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 6 new extensions from NSExtension for cache key = [public.heic|public.jpeg/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:303 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpotlightUI)[59] <Notice>: Apps Source fired data:2
2021-02-11 10:18:55:303 - [IOSDeviceLog] Feb 11 10:18:55 mydevice AppSSODaemon(PlugInKit)[247] <Notice>: <PKDiscoveryDriver:0x111e19a20> delivering update to host (2 plugins)
2021-02-11 10:18:55:303 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I Setting total disabled bundles count to: 0
2021-02-11 10:18:55:303 - [IOSDeviceLog] Feb 11 10:18:55 mydevice AppSSODaemon(PlugInKit)[247] <Notice>: [d <private>] <PKHost:0x111e0e2d0> Completed discovery. Final # of matches: 2
2021-02-11 10:18:55:303 - [IOSDeviceLog] Feb 11 10:18:55 mydevice AppSSODaemon(PlugInKit)[247] <Notice>: <PKDiscoveryDriver:0x111e19a20> delivering update to host (2 plugins)
2021-02-11 10:18:55:303 - [IOSDeviceLog] Feb 11 10:18:55 mydevice AppSSODaemon(AppSSO)[247] <Notice>: beginMatchingExtensionsWithCompletion: (
2021-02-11 10:18:55:303 - [IOSDeviceLog] "<SOExtension:0x111e33130, bundleID=com.apple.AuthKitUI.AKAppSSOExtension, path=/System/Library/PrivateFrameworks/AuthKitUI.framework/PlugIns/AKAppSSOExtension.appex, associatedDomains=(null)>",
2021-02-11 10:18:55:303 - [IOSDeviceLog] "<SOExtension:0x111e284a0, bundleID=com.apple.AppSSOKerberos.KerberosExtension, path=/System/Library/PrivateFrameworks/AppSSOKerberos.framework/PlugIns/KerberosExtension.appex, associatedDomains=(null)>"
2021-02-11 10:18:55:303 - [IOSDeviceLog] ), error: (null)
2021-02-11 10:18:55:304 - [IOSDeviceLog] Feb 11 10:18:55 mydevice AppSSODaemon(AppSSO)[247] <Notice>: beginMatchingExtensionsWithCompletion: (
2021-02-11 10:18:55:304 - [IOSDeviceLog] "<SOExtension:0x111e25d60, bundleID=com.apple.AuthKitUI.AKAppSSOExtension, path=/System/Library/PrivateFrameworks/AuthKitUI.framework/PlugIns/AKAppSSOExtension.appex, associatedDomains=(null)>",
2021-02-11 10:18:55:304 - [IOSDeviceLog] "<SOExtension:0x111e28520, bundleID=com.apple.AppSSOKerberos.KerberosExtension, path=/System/Library/PrivateFrameworks/AppSSOKerberos.framework/PlugIns/KerberosExtension.appex, associatedDomains=(null)>"
2021-02-11 10:18:55:304 - [IOSDeviceLog] ), error: (null)
2021-02-11 10:18:55:304 - [IOSDeviceLog] Feb 11 10:18:55 mydevice AppSSODaemon(AppSSO)[247] <Notice>: +[SOExtensionManager _sendNotificationsLoadedExtensions:new:removed:] extensions: (
2021-02-11 10:18:55:304 - [IOSDeviceLog] "<SOExtension:0x111e33130, bundleID=com.apple.AuthKitUI.AKAppSSOExtension, path=/System/Library/PrivateFrameworks/AuthKitUI.framework/PlugIns/AKAppSSOExtension.appex, associatedDomains=(null)>",
2021-02-11 10:18:55:304 - [IOSDeviceLog] "<SOExtension:0x111e284a0, bundleID=com.apple.AppSSOKerberos.KerberosExtension, path=/System/Library/PrivateFrameworks/AppSSOKerberos.framework/PlugIns/KerberosExtension.appex, associatedDomains=(null)>"
2021-02-11 10:18:55:304 - [IOSDeviceLog] ), new: (
2021-02-11 10:18:55:304 - [IOSDeviceLog] ), removed: (
2021-02-11 10:18:55:304 - [IOSDeviceLog] ) on SOExtensionManager
2021-02-11 10:18:55:304 - [IOSDeviceLog] Feb 11 10:18:55 mydevice AppSSODaemon(AppSSO)[247] <Notice>: -[SOConfigurationHost _extensionsLoaded:] on <private>
2021-02-11 10:18:55:305 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:305 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:305 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 3
2021-02-11 10:18:55:305 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 3
2021-02-11 10:18:55:305 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x10515f9a0> delivering update to host (3 plugins)
2021-02-11 10:18:55:305 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 3 new extensions from NSExtension for cache key = [com.apple.active-webpage|public.url/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:305 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:305 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:305 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 6
2021-02-11 10:18:55:305 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 6
2021-02-11 10:18:55:306 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x1051b35b0> delivering update to host (6 plugins)
2021-02-11 10:18:55:306 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 6 new extensions from NSExtension for cache key = [com.apple.live-photo|public.heic|public.jpeg/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:311 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:312 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:312 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 4
2021-02-11 10:18:55:312 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 4
2021-02-11 10:18:55:312 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x1051a2f60> delivering update to host (4 plugins)
2021-02-11 10:18:55:312 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 4 new extensions from NSExtension for cache key = [public.plain-text/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:312 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:313 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.networkextension)[29] <Notice>: Generating a configuration changed event
2021-02-11 10:18:55:313 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager[160] <Notice>: Received a configuration changed event
2021-02-11 10:18:55:313 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Received a com.apple.neconfigurationchanged notification with token 23
2021-02-11 10:18:55:313 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Clearing 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A from the loaded configurations
2021-02-11 10:18:55:313 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Clearing 0768FF29-AEFD-4578-91AB-4656833C5E47 from the loaded configurations
2021-02-11 10:18:55:314 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:314 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Adding 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A to the loaded configurations
2021-02-11 10:18:55:314 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Adding 0768FF29-AEFD-4578-91AB-4656833C5E47 to the loaded configurations
2021-02-11 10:18:55:314 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Reload from disk complete
2021-02-11 10:18:55:314 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 3
2021-02-11 10:18:55:314 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nanotimekitcompaniond(NanoTimeKitCompanion)[146] <Notice>: Setting data sources for SiriDefaultsPhoneThirdPartyDataSources - <private>
2021-02-11 10:18:55:314 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: -[NPSDomainAccessor initWithDomain:]: domain: (com.apple.NanoTimeKit)
2021-02-11 10:18:55:315 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: Failed to resolve pairing ID ((null)) or data store ((null)) for active device
2021-02-11 10:18:55:315 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: -[NPSDomainAccessor initWithDomain:queue:]: domain: (com.apple.NanoTimeKit) pairingID: ((null)); pairingDataStort: ((null))
2021-02-11 10:18:55:315 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: -[NPSDomainAccessor initWithDomain:queue:]: Unable to create domain accessor. No pairing ID or data store.
2021-02-11 10:18:55:315 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: self: (0x102d58d40)
2021-02-11 10:18:55:315 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: -[NPSDomainAccessor initWithDomain:]: domain: (com.apple.NanoTimeKit)
2021-02-11 10:18:55:315 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: Failed to resolve pairing ID ((null)) or data store ((null)) for active device
2021-02-11 10:18:55:317 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: -[NPSDomainAccessor initWithDomain:queue:]: domain: (com.apple.NanoTimeKit) pairingID: ((null)); pairingDataStort: ((null))
2021-02-11 10:18:55:317 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: -[NPSDomainAccessor initWithDomain:queue:]: Unable to create domain accessor. No pairing ID or data store.
2021-02-11 10:18:55:318 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: self: (0x102d58d40)
2021-02-11 10:18:55:318 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: self: (0x102d67d90)
2021-02-11 10:18:55:318 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: -[NPSManager synchronizeNanoDomain:keys:cloudEnabled:]: (com.apple.NanoTimeKit); keys: (<private>)
2021-02-11 10:18:55:319 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: -[NPSManager connection]: Can't get xpcConnection- either there's a daemon failure or the daemon can't be launched because no watches are paired
2021-02-11 10:18:55:320 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: self: (0x102d67d90)
2021-02-11 10:18:55:321 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nanotimekitcompaniond(NanoTimeKitCompanion)[146] <Notice>: Siri defaults did change. Posting notification
2021-02-11 10:18:55:321 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 3
2021-02-11 10:18:55:321 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x1051a8960> delivering update to host (3 plugins)
2021-02-11 10:18:55:321 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 3 new extensions from NSExtension for cache key = [com.apple.mapkit.map-item|public.plain-text|public.url|public.vcard/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:321 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager[160] <Notice>: Got a configuration change callback with configuration IDs (
2021-02-11 10:18:55:321 - [IOSDeviceLog] "75CF4C47-FBB5-4D90-BE0E-803AEEB0693A"
2021-02-11 10:18:55:321 - [IOSDeviceLog] )
2021-02-11 10:18:55:321 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:321 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:321 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 6
2021-02-11 10:18:55:322 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 6
2021-02-11 10:18:55:322 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x1051c2670> delivering update to host (6 plugins)
2021-02-11 10:18:55:322 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 6 new extensions from NSExtension for cache key = [public.image/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:322 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager[160] <Notice>: NESMPathControllerSession[com.apple.preferences.networkprivacy:0768FF29-AEFD-4578-91AB-4656833C5E47]: Received a start command from nesessionmanager[160]
2021-02-11 10:18:55:322 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager[160] <Notice>: NESMPathControllerSession[com.apple.preferences.networkprivacy:0768FF29-AEFD-4578-91AB-4656833C5E47]: Skip a start command from nesessionmanager[160]: session in state connected
2021-02-11 10:18:55:322 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:322 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:322 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 3
2021-02-11 10:18:55:323 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 3
2021-02-11 10:18:55:323 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x105149ae0> delivering update to host (3 plugins)
2021-02-11 10:18:55:324 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 3 new extensions from NSExtension for cache key = [public.image|public.plain-text|public.url/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:324 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager[160] <Notice>: NESMPathControllerSession[com.apple.preferences.networkprivacy:0768FF29-AEFD-4578-91AB-4656833C5E47]: Received a start command from nesessionmanager[160]
2021-02-11 10:18:55:324 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager[160] <Notice>: NESMPathControllerSession[com.apple.preferences.networkprivacy:0768FF29-AEFD-4578-91AB-4656833C5E47]: Skip a start command from nesessionmanager[160]: session in state connected
2021-02-11 10:18:55:324 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager[160] <Notice>: NESMPathControllerSession[com.apple.commcenter.ne.cellularusage:75CF4C47-FBB5-4D90-BE0E-803AEEB0693A]: Resetting VPN On Demand
2021-02-11 10:18:55:324 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager[160] <Notice>: <NESMServer: 0x10220a2d0>: Request to install session: NESMPathControllerSession[com.apple.commcenter.ne.cellularusage:75CF4C47-FBB5-4D90-BE0E-803AEEB0693A]
2021-02-11 10:18:55:324 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(NetworkExtension)[29] <Notice>: Current file handles for com.apple.networkextension.file-descriptor-maintainer: (
2021-02-11 10:18:55:325 - [IOSDeviceLog] "Network Agent Registration socket (93) 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A 40666C6B-B552-4953-8C75-75D4FA048128 5 (null) agent flags 0x2",
2021-02-11 10:18:55:325 - [IOSDeviceLog] "Network Agent Registration socket (189) 0768FF29-AEFD-4578-91AB-4656833C5E47 1FD07E13-38AA-4202-91D8-B2217F74C6FB 5 (null) agent flags 0x3",
2021-02-11 10:18:55:325 - [IOSDeviceLog] "Policy Session MasterSession socket (192)",
2021-02-11 10:18:55:325 - [IOSDeviceLog] "Policy Session LowPrioritySession socket (193)"
2021-02-11 10:18:55:325 - [IOSDeviceLog] )
2021-02-11 10:18:55:326 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.networkextension)[29] <Notice>: File Handle Maintainer listening for readable events on Network Agent Registration socket (93) 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A 40666C6B-B552-4953-8C75-75D4FA048128 5 (null) agent flags 0x2
2021-02-11 10:18:55:326 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.networkextension)[29] <Notice>: File Handle Maintainer listening for readable events on Network Agent Registration socket (189) 0768FF29-AEFD-4578-91AB-4656833C5E47 1FD07E13-38AA-4202-91D8-B2217F74C6FB 5 (null) agent flags 0x3
2021-02-11 10:18:55:326 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache generation changed from 124077 to 124078
2021-02-11 10:18:55:326 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache miss for com.apple.MobileReplayer
2021-02-11 10:18:55:326 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper[122] <Notice>: Handling an apps uninstalled notification with bundle IDs (
2021-02-11 10:18:55:326 - [IOSDeviceLog] "appname"
2021-02-11 10:18:55:326 - [IOSDeviceLog] )
2021-02-11 10:18:55:326 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper[122] <Notice>: Removing configurations for apps with bundle IDs (
2021-02-11 10:18:55:326 - [IOSDeviceLog] "appname"
2021-02-11 10:18:55:326 - [IOSDeviceLog] )
2021-02-11 10:18:55:326 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper(libsystem_networkextension.dylib)[122] <Notice>: UUID cache generation changed from 124077 to 124078
2021-02-11 10:18:55:327 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:327 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:327 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 4
2021-02-11 10:18:55:327 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 4
2021-02-11 10:18:55:327 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x1050227c0> delivering update to host (4 plugins)
2021-02-11 10:18:55:327 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 4 new extensions from NSExtension for cache key = [com.apple.avfoundation.urlasset|com.apple.quicktime-movie/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:327 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper(NetworkExtension)[122] <Notice>: Saving configuration com.apple.preferences.networkprivacy with existing signature {length = 20, bytes = 0x1dc52cf2e1b73965fc2ff63360e63a40e5ca623b}
2021-02-11 10:18:55:327 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper(NetworkExtension)[122] <Notice>: Adding 0768FF29-AEFD-4578-91AB-4656833C5E47 to the loaded configurations
2021-02-11 10:18:55:327 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper[122] <Notice>: Setting UUID cache generation to 124079
2021-02-11 10:18:55:327 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper(libsystem_networkextension.dylib)[122] <Notice>: UUID cache generation changed from 124078 to 124079
2021-02-11 10:18:55:327 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper(NetworkExtension)[122] <Notice>: Failed to find com.apple.MobileReplayer in LaunchServices
2021-02-11 10:18:55:328 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper(NetworkExtension)[122] <Notice>: Adding 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A to the loaded configurations
2021-02-11 10:18:55:328 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper[122] <Notice>: Setting UUID cache generation to 124080
2021-02-11 10:18:55:329 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper(NetworkExtension)[122] <Notice>: Adding 0768FF29-AEFD-4578-91AB-4656833C5E47 to the loaded configurations
2021-02-11 10:18:55:329 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper(NetworkExtension)[122] <Notice>: Successfully posted generation 48723
2021-02-11 10:18:55:329 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper(NetworkExtension)[122] <Notice>: Path Controller is enabled
2021-02-11 10:18:55:330 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Received a com.apple.neconfigurationchanged notification with token 23
2021-02-11 10:18:55:330 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter(NetworkExtension)[86] <Notice>: Received a com.apple.neconfigurationchanged notification with token 111
2021-02-11 10:18:55:330 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(libnetwork.dylib)[59] <Notice>: nw_path_evaluator_start [CDE14579-3270-4D33-97D4-9A82D1257E9F <NULL> generic, indefinite]
2021-02-11 10:18:55:330 - [IOSDeviceLog] path: unsatisfied (No network route), ipv4
2021-02-11 10:18:55:330 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Clearing 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A from the loaded configurations
2021-02-11 10:18:55:330 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Clearing 0768FF29-AEFD-4578-91AB-4656833C5E47 from the loaded configurations
2021-02-11 10:18:55:331 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter(NetworkExtension)[86] <Notice>: Clearing 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A from the loaded configurations
2021-02-11 10:18:55:331 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter(NetworkExtension)[86] <Notice>: Clearing 0768FF29-AEFD-4578-91AB-4656833C5E47 from the loaded configurations
2021-02-11 10:18:55:331 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter(NetworkExtension)[86] <Notice>: Adding 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A to the loaded configurations
2021-02-11 10:18:55:331 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter(NetworkExtension)[86] <Notice>: Adding 0768FF29-AEFD-4578-91AB-4656833C5E47 to the loaded configurations
2021-02-11 10:18:55:331 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter(NetworkExtension)[86] <Notice>: Reload from disk complete
2021-02-11 10:18:55:331 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Adding 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A to the loaded configurations
2021-02-11 10:18:55:331 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Adding 0768FF29-AEFD-4578-91AB-4656833C5E47 to the loaded configurations
2021-02-11 10:18:55:331 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Reload from disk complete
2021-02-11 10:18:55:332 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager[160] <Notice>: Got a configuration change callback with configuration IDs (
2021-02-11 10:18:55:332 - [IOSDeviceLog] "0768FF29-AEFD-4578-91AB-4656833C5E47"
2021-02-11 10:18:55:332 - [IOSDeviceLog] )
2021-02-11 10:18:55:332 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager[160] <Notice>: NESMPathControllerSession[com.apple.preferences.networkprivacy:0768FF29-AEFD-4578-91AB-4656833C5E47]: Resetting VPN On Demand
2021-02-11 10:18:55:332 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager[160] <Notice>: <NESMServer: 0x10220a2d0>: Request to install session: NESMPathControllerSession[com.apple.preferences.networkprivacy:0768FF29-AEFD-4578-91AB-4656833C5E47]
2021-02-11 10:18:55:332 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache generation changed from 124078 to 124080
2021-02-11 10:18:55:332 - [debug] [XCUITest] Installing '/var/folders/ln/tk4trzln4qv0gb3xylqlpdzh0000gn/T/2021111-15985-6y6wl5.y52pd/app' on device with UUID 'udid'...
2021-02-11 10:18:55:340 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache miss for com.apple.MTLReplayer
2021-02-11 10:18:55:341 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper(NetworkExtension)[122] <Notice>: Received a com.apple.neconfigurationchanged notification with token 11
2021-02-11 10:18:55:341 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper(NetworkExtension)[122] <Notice>: Successfully saved configuration com.apple.preferences.networkprivacy
2021-02-11 10:18:55:341 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.networkextension)[29] <Notice>: Received notification com.apple.neconfigurationchanged
2021-02-11 10:18:55:341 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(NetworkExtension)[29] <Notice>: Current file handles for com.apple.networkextension.file-descriptor-maintainer: (
2021-02-11 10:18:55:341 - [IOSDeviceLog] "Network Agent Registration socket (93) 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A 40666C6B-B552-4953-8C75-75D4FA048128 5 (null) agent flags 0x2",
2021-02-11 10:18:55:342 - [IOSDeviceLog] "Network Agent Registration socket (189) 0768FF29-AEFD-4578-91AB-4656833C5E47 1FD07E13-38AA-4202-91D8-B2217F74C6FB 5 (null) agent flags 0x3",
2021-02-11 10:18:55:342 - [IOSDeviceLog] "Policy Session MasterSession socket (192)",
2021-02-11 10:18:55:342 - [IOSDeviceLog] "Policy Session LowPrioritySession socket (193)"
2021-02-11 10:18:55:342 - [IOSDeviceLog] )
2021-02-11 10:18:55:342 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.networkextension)[29] <Notice>: File Handle Maintainer listening for readable events on Network Agent Registration socket (93) 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A 40666C6B-B552-4953-8C75-75D4FA048128 5 (null) agent flags 0x2
2021-02-11 10:18:55:342 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.networkextension)[29] <Notice>: File Handle Maintainer listening for readable events on Network Agent Registration socket (189) 0768FF29-AEFD-4578-91AB-4656833C5E47 1FD07E13-38AA-4202-91D8-B2217F74C6FB 5 (null) agent flags 0x3
2021-02-11 10:18:55:342 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(NetworkExtension)[29] <Notice>: Current file handles for com.apple.networkextension.file-descriptor-maintainer: (
2021-02-11 10:18:55:343 - [IOSDeviceLog] "Network Agent Registration socket (194) 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A 40666C6B-B552-4953-8C75-75D4FA048128 5 (null) agent flags 0x2",
2021-02-11 10:18:55:343 - [IOSDeviceLog] "Network Agent Registration socket (195) 0768FF29-AEFD-4578-91AB-4656833C5E47 1FD07E13-38AA-4202-91D8-B2217F74C6FB 5 (null) agent flags 0x3",
2021-02-11 10:18:55:343 - [IOSDeviceLog] "Policy Session MasterSession socket (196)",
2021-02-11 10:18:55:343 - [IOSDeviceLog] "Policy Session LowPrioritySession socket (197)"
2021-02-11 10:18:55:343 - [IOSDeviceLog] )
2021-02-11 10:18:55:343 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.networkextension)[29] <Notice>: File Handle Maintainer listening for readable events on Network Agent Registration socket (194) 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A 40666C6B-B552-4953-8C75-75D4FA048128 5 (null) agent flags 0x2
2021-02-11 10:18:55:343 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.networkextension)[29] <Notice>: File Handle Maintainer listening for readable events on Network Agent Registration socket (195) 0768FF29-AEFD-4578-91AB-4656833C5E47 1FD07E13-38AA-4202-91D8-B2217F74C6FB 5 (null) agent flags 0x3
2021-02-11 10:18:55:343 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:343 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.networkextension)[29] <Notice>: Generating a configuration changed event
2021-02-11 10:18:55:343 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper(libsystem_networkextension.dylib)[122] <Notice>: UUID cache generation changed from 124079 to 124080
2021-02-11 10:18:55:343 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:343 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager[160] <Notice>: Received a configuration changed event
2021-02-11 10:18:55:344 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 4
2021-02-11 10:18:55:344 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 4
2021-02-11 10:18:55:344 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x1051d3310> delivering update to host (4 plugins)
2021-02-11 10:18:55:344 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 4 new extensions from NSExtension for cache key = [public.plain-text|public.plain-text|public.plain-text|public.rtf/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:344 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper(NetworkExtension)[122] <Notice>: Failed to find com.apple.MTLReplayer in LaunchServices
2021-02-11 10:18:55:344 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper[122] <Notice>: Setting UUID cache generation to 124081
2021-02-11 10:18:55:344 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache miss for com.facebook.WebDriverAgentRunner-jhdty3235f.xctrunner
2021-02-11 10:18:55:344 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:344 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:344 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 2
2021-02-11 10:18:55:344 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 2
2021-02-11 10:18:55:344 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x1051ce980> delivering update to host (2 plugins)
2021-02-11 10:18:55:344 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 2 new extensions from NSExtension for cache key = [public.vcard/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:344 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nehelper[122] <Notice>: Setting UUID cache generation to 124082
2021-02-11 10:18:55:345 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache generation changed from 124080 to 124082
2021-02-11 10:18:55:345 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager[160] <Notice>: NESMPathControllerSession[com.apple.preferences.networkprivacy:0768FF29-AEFD-4578-91AB-4656833C5E47]: Received a start command from nesessionmanager[160]
2021-02-11 10:18:55:345 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager[160] <Notice>: NESMPathControllerSession[com.apple.preferences.networkprivacy:0768FF29-AEFD-4578-91AB-4656833C5E47]: Skip a start command from nesessionmanager[160]: session in state connected
2021-02-11 10:18:55:345 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager[160] <Notice>: NESMPathControllerSession[com.apple.preferences.networkprivacy:0768FF29-AEFD-4578-91AB-4656833C5E47]: Received a start command from nesessionmanager[160]
2021-02-11 10:18:55:345 - [IOSDeviceLog] Feb 11 10:18:55 mydevice nesessionmanager[160] <Notice>: NESMPathControllerSession[com.apple.preferences.networkprivacy:0768FF29-AEFD-4578-91AB-4656833C5E47]: Skip a start command from nesessionmanager[160]: session in state connected
2021-02-11 10:18:55:349 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:349 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(ExtensionKit)[149] <Notice>: Use of NSTruePredicate is forbidden: TRUEPREDICATE
2021-02-11 10:18:55:349 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 3
2021-02-11 10:18:55:349 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: [d <private>] <PKHost:0x1050059f0> Completed discovery. Final # of matches: 3
2021-02-11 10:18:55:349 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(PlugInKit)[63] <Notice>: <PKDiscoveryDriver:0x105192f70> delivering update to host (3 plugins)
2021-02-11 10:18:55:350 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sharingd(ShareSheet)[63] <Notice>: ExtensionsCache: 3 new extensions from NSExtension for cache key = [public.url/com.apple.services|com.apple.share-services|com.apple.ui-services], error = (null)
2021-02-11 10:18:55:350 - [IOSDeviceLog] Feb 11 10:18:55 mydevice containermanagerd[67] <Notice>: removefile([<private>]) succeeded
2021-02-11 10:18:55:371 - [IOSDeviceLog] Feb 11 10:18:55 mydevice deleted(PlugInKit)[167] <Notice>: [d <private>] <PKHost:0x102f152b0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:55:371 - [IOSDeviceLog] Feb 11 10:18:55 mydevice clipserviced(ClipServices)[282] <Notice>: CPSClipCleanupManager: Post notification with name: <private>, userInfo: (null)
2021-02-11 10:18:55:377 - [IOSDeviceLog] Feb 11 10:18:55 mydevice videosubscriptionsd[229] <Notice>: Received distnoted matching event.
2021-02-11 10:18:55:377 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpotlightUI)[59] <Notice>: Unknown bundle type for app:<private>, bundleType:<private> - skipping
2021-02-11 10:18:55:377 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored[186] <Notice>: All maintenance operations should now be complete.
2021-02-11 10:18:55:378 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(PlugInKit)[2148] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x11e8082a0>.
2021-02-11 10:18:55:379 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpotlightUI)[59] <Notice>: Finished getting 37 applications, took 0.164587 seconds updateApps ? YES
2021-02-11 10:18:55:379 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 90FB2D65-9958-4D2C-B9D4-E79B56994E9D] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:379 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 1
2021-02-11 10:18:55:383 - [IOSDeviceLog] Feb 11 10:18:55 mydevice AppSSODaemon(AppSSO)[247] <Notice>: +[SOExtensionManager _sendNotificationsLoadedExtensions:new:removed:] extensions: (
2021-02-11 10:18:55:384 - [IOSDeviceLog] "<SOExtension:0x111e25d60, bundleID=com.apple.AuthKitUI.AKAppSSOExtension, path=/System/Library/PrivateFrameworks/AuthKitUI.framework/PlugIns/AKAppSSOExtension.appex, associatedDomains=(null)>",
2021-02-11 10:18:55:384 - [IOSDeviceLog] "<SOExtension:0x111e28520, bundleID=com.apple.AppSSOKerberos.KerberosExtension, path=/System/Library/PrivateFrameworks/AppSSOKerberos.framework/PlugIns/KerberosExtension.appex, associatedDomains=(null)>"
2021-02-11 10:18:55:384 - [IOSDeviceLog] ), new: (
2021-02-11 10:18:55:385 - [IOSDeviceLog] ), removed: (
2021-02-11 10:18:55:385 - [IOSDeviceLog] ) on SOExtensionManager
2021-02-11 10:18:55:385 - [IOSDeviceLog] Feb 11 10:18:55 mydevice AppSSODaemon(AppSSO)[247] <Notice>: -[SOConfigurationHost _extensionsLoaded:] on <private>
2021-02-11 10:18:55:387 - [IOSDeviceLog] Feb 11 10:18:55 mydevice SpringBoard(SpotlightUI)[59] <Notice>: Send apps:37 hidden:2
2021-02-11 10:18:55:387 - [IOSDeviceLog] Feb 11 10:18:55 mydevice duetexpertd[138] <Notice>: Received notifyd notification: <private>
2021-02-11 10:18:55:389 - [IOSDeviceLog] Feb 11 10:18:55 mydevice duetexpertd[138] <Notice>: Received notifyd notification: <private>
2021-02-11 10:18:55:389 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(PlugInKit)[2148] <Notice>: [d <private>] <PKHost:0x11e832f10> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:55:389 - [IOSDeviceLog] Feb 11 10:18:55 mydevice deleted(PlugInKit)[167] <Notice>: [d <private>] <PKHost:0x102f152b0> Completed discovery. Final # of matches: 1
2021-02-11 10:18:55:390 - [IOSDeviceLog] Feb 11 10:18:55 mydevice duetexpertd(ActionPredictionHeuristicsInternal)[138] <Notice>: ATXInformationHeuristicRefreshNotitifcationTrigger (0x1006edef0): Received distributed notification: <private>. Triggering heuristics refresh.
2021-02-11 10:18:55:390 - [IOSDeviceLog] Feb 11 10:18:55 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: BlendingRefresh: Refreshing after launch
2021-02-11 10:18:55:390 - [IOSDeviceLog] Feb 11 10:18:55 mydevice duetexpertd[138] <Notice>: --- handled event com.apple.duetexpertd.clientModelRefreshBlendingLayer ---
2021-02-11 10:18:55:390 - [IOSDeviceLog] Feb 11 10:18:55 mydevice deleted(PlugInKit)[167] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x102e14700>.
2021-02-11 10:18:55:390 - [IOSDeviceLog] Feb 11 10:18:55 mydevice duetexpertd[138] <Notice>: Received notifyd notification: <private>
2021-02-11 10:18:55:394 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(PlugInKit)[2148] <Notice>: Annotations changed, re-performing query for continuous discovery, report block = <0x11e8082a0>.
2021-02-11 10:18:55:394 - [IOSDeviceLog] Feb 11 10:18:55 mydevice deleted(PlugInKit)[167] <Notice>: [d <private>] <PKHost:0x102f152b0> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:55:395 - [IOSDeviceLog] Feb 11 10:18:55 mydevice fileproviderd(PlugInKit)[209] <Notice>: <PKDiscoveryDriver:0x103313cf0> delivering update to host (5 plugins)
2021-02-11 10:18:55:403 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(PlugInKit)[2148] <Notice>: [d <private>] <PKHost:0x11e832f10> Beginning discovery for flags: 0, point: multiple
2021-02-11 10:18:55:403 - [IOSDeviceLog] Feb 11 10:18:55 mydevice deleted(PlugInKit)[167] <Notice>: <PKDiscoveryDriver:0x102e12cd0> delivering update to host (1 plugins)
2021-02-11 10:18:55:403 - [IOSDeviceLog] Feb 11 10:18:55 mydevice notification_proxy(MobileSystemServices)[10038] <Notice>: 0x16b2ef000 notification_callback: No listeners for com.apple.mobile.application_uninstalled
2021-02-11 10:18:55:403 - [IOSDeviceLog] Feb 11 10:18:55 mydevice duetexpertd(ActionPredictionHeuristicsInternal)[138] <Notice>: ATXInformationHeuristicRefreshNotitifcationTrigger (0x1006edf20): Received distributed notification: <private>. Triggering heuristics refresh.
2021-02-11 10:18:55:403 - [IOSDeviceLog] Feb 11 10:18:55 mydevice deleted[167] <Notice>: beginMatchingExtensionsWithAttributes:: got Plugins: <private>
2021-02-11 10:18:55:404 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 1
2021-02-11 10:18:55:404 - [IOSDeviceLog] Feb 11 10:18:55 mydevice notification_proxy(MobileSystemServices)[10038] <Notice>: 0x16b2ef000 notification_callback: No listeners for com.apple.mobile.application_uninstalled
2021-02-11 10:18:55:405 - [IOSDeviceLog] Feb 11 10:18:55 mydevice notification_proxy(MobileSystemServices)[10038] <Notice>: 0x16b2ef000 notification_callback: No listeners for com.apple.mobile.application_uninstalled
2021-02-11 10:18:55:405 - [IOSDeviceLog] Feb 11 10:18:55 mydevice notification_proxy(MobileSystemServices)[10038] <Notice>: 0x16b2ef000 notification_callback: No listeners for com.apple.mobile.application_uninstalled
2021-02-11 10:18:55:405 - [IOSDeviceLog] Feb 11 10:18:55 mydevice notification_proxy(MobileSystemServices)[10038] <Notice>: 0x16b2ef000 notification_callback: No listeners for com.apple.mobile.application_uninstalled
2021-02-11 10:18:55:405 - [IOSDeviceLog] Feb 11 10:18:55 mydevice notification_proxy(MobileSystemServices)[10038] <Notice>: 0x16b2ef000 notification_callback: No listeners for com.apple.mobile.application_uninstalled
2021-02-11 10:18:55:405 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd[2148] <Notice>: Got apps from com.apple.springboard
2021-02-11 10:18:55:405 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(libsystem_containermanager.dylib)[149] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 0, uid = 0, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:55:405 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd[2148] <Notice>: Accepting apps from com.apple.springboard
2021-02-11 10:18:55:405 - [IOSDeviceLog] Feb 11 10:18:55 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:55:406 - [IOSDeviceLog] Feb 11 10:18:55 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<com.apple.pluginkit.pkd, u=<501/501/~~/2/1000>, uid=0, pid=149, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:55:406 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(libsystem_containermanager.dylib)[149] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:55:406 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 222E58D3-31B4-4D2F-8D1E-BE9B0640E500] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:406 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(Search)[2148] <Notice>: Setting apps 37 existing __fastApps 38
2021-02-11 10:18:55:406 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 7645DB61-6813-49F8-8075-98C293937ED7] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:406 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(libsystem_containermanager.dylib)[149] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 0, uid = 0, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:55:406 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd[2148] <Notice>: Apps changed: <private>
2021-02-11 10:18:55:406 - [IOSDeviceLog] Feb 11 10:18:55 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:55:406 - [IOSDeviceLog] Feb 11 10:18:55 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<com.apple.pluginkit.pkd, u=<501/501/~~/2/1000>, uid=0, pid=149, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:55:407 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(libsystem_containermanager.dylib)[149] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:55:407 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 658B9FBA-2F5A-48F8-8228-0D251C6A379D] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:407 - [IOSDeviceLog] Feb 11 10:18:55 mydevice deleted(PlugInKit)[167] <Notice>: [d <private>] <PKHost:0x102f152b0> Completed discovery. Final # of matches: 1
2021-02-11 10:18:55:407 - [IOSDeviceLog] Feb 11 10:18:55 mydevice clipserviced(ClipServices)[282] <Notice>: CPSClipCleanupManager: Received app registered (non-placeholder) notification
2021-02-11 10:18:55:408 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 71E37FDC-AF14-4509-A74F-3CC4D7824236] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:409 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u BED86FAC-8A41-4822-B39D-DE789BCBA0B4] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:411 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Entering -[VSSubscriptionRegistrationCenter fetchActiveSubscriptionsWithOptions:completionHandler:]
2021-02-11 10:18:55:411 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: No allowed hash modifiers.
2021-02-11 10:18:55:412 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Entering -[VSSubscriptionRegistrationCenter fetchActiveSubscriptionsWithOptions:completionHandler:]
2021-02-11 10:18:55:412 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: No allowed hash modifiers.
2021-02-11 10:18:55:412 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Will fetch fresh subscriptions.
2021-02-11 10:18:55:412 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Will fetch fresh subscriptions.
2021-02-11 10:18:55:413 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 67C70911-C6FE-485B-8589-155BCE4863A1] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:413 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 1948CA7E-E2A4-47C1-A842-38652EAF4975] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:413 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u C93A4C2A-7170-49D1-9FB2-AD6DD2E45BF3] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:413 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 4FD059E2-7D8E-4FFF-9C16-1C6522654165] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:413 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 74D05212-0DE5-47EE-ADD9-08AC15D8D331] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:413 - [IOSDeviceLog] Feb 11 10:18:55 mydevice videosubscriptionsd(VideoSubscriberAccount)[229] <Notice>: Entering -[VSSubscriptionRegistry fetchActiveSubscriptionsWithOptions:completionHandler:]
2021-02-11 10:18:55:413 - [IOSDeviceLog] Feb 11 10:18:55 mydevice videosubscriptionsd(VideoSubscriberAccount)[229] <Notice>: Successfully obtained context.
2021-02-11 10:18:55:414 - [IOSDeviceLog] Feb 11 10:18:55 mydevice videosubscriptionsd(VideoSubscriberAccount)[229] <Notice>: Will execute fetch request
2021-02-11 10:18:55:414 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u BAC14587-904D-415E-9465-564E2CFBBA37] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:414 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(libsystem_containermanager.dylib)[149] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 0, uid = 0, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:55:431 - [IOSDeviceLog] Feb 11 10:18:55 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:55:431 - [IOSDeviceLog] Feb 11 10:18:55 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<com.apple.pluginkit.pkd, u=<501/501/~~/2/1000>, uid=0, pid=149, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:55:432 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd(libsystem_containermanager.dylib)[149] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:55:433 - [IOSDeviceLog] Feb 11 10:18:55 mydevice videosubscriptionsd(VideoSubscriberAccount)[229] <Notice>: Entering -[VSSubscriptionRegistry fetchActiveSubscriptionsWithOptions:completionHandler:]
2021-02-11 10:18:55:433 - [IOSDeviceLog] Feb 11 10:18:55 mydevice videosubscriptionsd(VideoSubscriberAccount)[229] <Notice>: Will return matching subscriptions: <private>
2021-02-11 10:18:55:433 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Fetched subscriptions: <private>
2021-02-11 10:18:55:433 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Will call registration center fetch completion handler with subscriptions <private> or error (null).
2021-02-11 10:18:55:433 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Did call registration center fetch completion handler with subscriptions <private> or error (null).
2021-02-11 10:18:55:433 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 769669F5-1E24-4080-B6B1-03C795F57369] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:433 - [IOSDeviceLog] Feb 11 10:18:55 mydevice videosubscriptionsd(VideoSubscriberAccount)[229] <Notice>: Successfully obtained context.
2021-02-11 10:18:55:433 - [IOSDeviceLog] Feb 11 10:18:55 mydevice videosubscriptionsd(VideoSubscriberAccount)[229] <Notice>: Will execute fetch request
2021-02-11 10:18:55:435 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 77E6973B-56DE-4FAB-81B5-1DAAD1417A6C] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:435 - [IOSDeviceLog] Feb 11 10:18:55 mydevice videosubscriptionsd(VideoSubscriberAccount)[229] <Notice>: Will return matching subscriptions: <private>
2021-02-11 10:18:55:435 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Fetched subscriptions: <private>
2021-02-11 10:18:55:435 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Will call registration center fetch completion handler with subscriptions <private> or error (null).
2021-02-11 10:18:55:436 - [IOSDeviceLog] Feb 11 10:18:55 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Did call registration center fetch completion handler with subscriptions <private> or error (null).
2021-02-11 10:18:55:436 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 193483D6-438D-4BBF-B45C-C45130856767] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:436 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] [u 8C4829E8-CC42-4AE7-991B-E65619BCD1C9] [<private>(<private>)] Created plugin
2021-02-11 10:18:55:436 - [IOSDeviceLog] Feb 11 10:18:55 mydevice deleted(PlugInKit)[167] <Notice>: <PKDiscoveryDriver:0x102e12cd0> delivering update to host (1 plugins)
2021-02-11 10:18:55:437 - [IOSDeviceLog] Feb 11 10:18:55 mydevice clipserviced(ClipServices)[282] <Error>: CPSClipCleanupManager: Failed to find launched app's bundleID in XPC event
2021-02-11 10:18:55:437 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 20
2021-02-11 10:18:55:437 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Rescoring all 378 activities [<private>]
2021-02-11 10:18:55:442 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(MobileSpotlightIndex)[2148] <Notice>: sort 1 flat pages: 0.000001 seconds
2021-02-11 10:18:55:442 - [IOSDeviceLog] Feb 11 10:18:55 mydevice deleted[167] <Notice>: beginMatchingExtensionsWithAttributes:: got Plugins: <private>
2021-02-11 10:18:55:443 - [IOSDeviceLog] Feb 11 10:18:55 mydevice pkd[149] <Notice>: [d <private>] Final plugin count: 20
2021-02-11 10:18:55:443 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.locationd.Mobility.ProcessBouts:21F3A2:[
2021-02-11 10:18:55:443 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 10.000, response: {Decision: Can Proceed, Score: 0.52}}
2021-02-11 10:18:55:443 - [IOSDeviceLog] ] sumScores:32.686667, denominator:37.520000, FinalDecision: Can Proceed FinalScore: 0.871180}
2021-02-11 10:18:55:443 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: 'com.apple.locationd.Mobility.ProcessBouts:21F3A2' CurrentScore: 0.871180, ThresholdScore: 0.323120 DecisionToRun:1
2021-02-11 10:18:55:443 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: With <private> ...Tasks pre-running in group [com.apple.dasd.default] are 1!
2021-02-11 10:18:55:443 - [IOSDeviceLog] Feb 11 10:18:55 mydevice deleted[167] <Notice>: <private> servicesProvided: <private>
2021-02-11 10:18:55:443 - [IOSDeviceLog] Feb 11 10:18:55 mydevice deleted[167] <Notice>: <private> doesPurge: YES
2021-02-11 10:18:55:443 - [IOSDeviceLog] Feb 11 10:18:55 mydevice deleted[167] <Notice>: <private> servicesProvided: <private>
2021-02-11 10:18:55:443 - [IOSDeviceLog] Feb 11 10:18:55 mydevice deleted[167] <Notice>: <private> doesPurge: YES
2021-02-11 10:18:55:453 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(PlugInKit)[2148] <Notice>: [d <private>] <PKHost:0x11e832f10> Completed discovery. Final # of matches: 20
2021-02-11 10:18:55:455 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.suggestions.harvest:844342:[
2021-02-11 10:18:55:455 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:456 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:456 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.routined.learnedLocationEngine.train:09FCA7:[
2021-02-11 10:18:55:457 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:462 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:462 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Handling Application Uninstalled event for {
2021-02-11 10:18:55:463 - [IOSDeviceLog] bundleIDs = (
2021-02-11 10:18:55:463 - [IOSDeviceLog] "appname"
2021-02-11 10:18:55:463 - [IOSDeviceLog] );
2021-02-11 10:18:55:463 - [IOSDeviceLog] isPlaceholder = 0;
2021-02-11 10:18:55:463 - [IOSDeviceLog] }.
2021-02-11 10:18:55:463 - [IOSDeviceLog] Feb 11 10:18:55 mydevice trustd[144] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0
2021-02-11 10:18:55:463 - [IOSDeviceLog] Feb 11 10:18:55 mydevice trustd[144] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0
2021-02-11 10:18:55:463 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(PlugInKit)[2148] <Notice>: <PKDiscoveryDriver:0x11e83d530> delivering update to host (20 plugins)
2021-02-11 10:18:55:463 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.mediaanalysisd.fullanalysis:99F5E9:[
2021-02-11 10:18:55:463 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:463 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:464 - [IOSDeviceLog] Feb 11 10:18:55 mydevice syncdefaultsd[10089] <Notice>: Refreshing LaunchServices Cache. Cache (<private>, 8772), LS (<private>, 8773)
2021-02-11 10:18:55:464 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.mediaanalysisd.photos.face:FD3B23:[
2021-02-11 10:18:55:464 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:464 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:464 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.photoanalysisd.backgroundanalysis:402884:[
2021-02-11 10:18:55:464 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:466 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:467 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.mediaanalysisd.photosanalysis:5CD3CF:[
2021-02-11 10:18:55:471 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:471 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:471 - [IOSDeviceLog] Feb 11 10:18:55 mydevice lockdownd[70] <Notice>: handle_start_service: <private>
2021-02-11 10:18:55:472 - [IOSDeviceLog] Feb 11 10:18:55 mydevice lockdownd[70] <Notice>: spawn_xpc_service: <private>
2021-02-11 10:18:55:472 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dataaccessd(DADaemonSupport)[298] <Notice>: DADAgentManager: Fetching active agents. count = 3, agents = <private>
2021-02-11 10:18:55:472 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:55:473 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.mediaanalysisd.home.maintenance:3DB33E:[
2021-02-11 10:18:55:474 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:474 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:474 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored[186] <Notice>: Handling application un-installation: {bundleID = appname; version = (null); shortVersion = (null); variantID = (null)}
2021-02-11 10:18:55:474 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.widget.com.apple.stocks.widget::overview::medium::6831538298694013486::{321.0-148.0}::20.2:1FA3BB:[
2021-02-11 10:18:55:474 - [IOSDeviceLog] {name: WidgetRefreshPolicy, policyWeight: 0.010, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{IndividualBalance == -2147483648}]}}
2021-02-11 10:18:55:474 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:474 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored[186] <Notice>: Cancelled download requests for: appname
2021-02-11 10:18:55:475 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:55:475 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored[186] <Notice>: Received request to cancel download requests for appname - (null)
2021-02-11 10:18:55:475 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.widget.com.apple.ScreenTimeWidgetApplication.ScreenTimeWidgetExtension::com.apple.ScreenTimeWidgetApplication::large::{321.0-324.0}::20.2:E64920:[
2021-02-11 10:18:55:475 - [IOSDeviceLog] {name: WidgetRefreshPolicy, policyWeight: 0.010, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{IndividualBalance == -2147483648}]}}
2021-02-11 10:18:55:475 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:475 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(SpotlightDaemon)[2148] <Notice>: Received "com.apple.distnoted.matching" notification for keyName:<private>
2021-02-11 10:18:55:475 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.webbookmarksd.xpc.backupActivity:25EE03:[
2021-02-11 10:18:55:475 - [IOSDeviceLog] {name: UserRequestedBackup, policyWeight: 0.100, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{eligibleForRunning == 0}]}}
2021-02-11 10:18:55:476 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:476 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd[2148] <Notice>: Received a notification for name:"<private>", userInfo:<private>, bundleIDs:<private>
2021-02-11 10:18:55:476 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.shortcuts.Production.Private.user-requested-backup:BE400F:[
2021-02-11 10:18:55:476 - [IOSDeviceLog] {name: UserRequestedBackup, policyWeight: 0.100, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{eligibleForRunning == 0}]}}
2021-02-11 10:18:55:476 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:478 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.cloudkit.metadata-com.apple.photos.cloud.Production.Private.user-requested-backup:5D8458:[
2021-02-11 10:18:55:478 - [IOSDeviceLog] {name: UserRequestedBackup, policyWeight: 0.100, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{eligibleForRunning == 0}]}}
2021-02-11 10:18:55:480 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:480 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.widget.com.apple.tips.TipsSwift::com.apple.tips::medium::{321.0-148.0}::20.2:E25AE2:[
2021-02-11 10:18:55:480 - [IOSDeviceLog] {name: WidgetRefreshPolicy, policyWeight: 0.010, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{IndividualBalance == -2147483648}]}}
2021-02-11 10:18:55:481 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:482 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.KeyValueService.EndToEndEncrypted.Production.Private.user-requested-backup.E0F7EDFD-4053-4A84-BC6C-CD673A4BCA16:F4A44D:[
2021-02-11 10:18:55:482 - [IOSDeviceLog] {name: UserRequestedBackup, policyWeight: 0.100, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{eligibleForRunning == 0}]}}
2021-02-11 10:18:55:483 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:483 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.widget.com.apple.tips.TipsSwift::com.apple.tips::small::{148.0-148.0}::20.2:59F49B:[
2021-02-11 10:18:55:483 - [IOSDeviceLog] {name: WidgetRefreshPolicy, policyWeight: 0.010, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{IndividualBalance == -1}]}}
2021-02-11 10:18:55:483 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:483 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(Search)[2148] <Notice>: Build apps: uninitialized
2021-02-11 10:18:55:484 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.widget.com.apple.Maps.GeneralMapsWidget::com.apple.Maps::medium::{321.0-148.0}::20.2:921365:[
2021-02-11 10:18:55:484 - [IOSDeviceLog] {name: WidgetRefreshPolicy, policyWeight: 0.010, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{IndividualBalance == -1}]}}
2021-02-11 10:18:55:487 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:488 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd[2148] <Notice>: Deleting all the items for bundleIDs:<private>, pcs:<private>
2021-02-11 10:18:55:488 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd[2148] <Notice>: Deleting all items for bundleID:<private>
2021-02-11 10:18:55:488 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.widget.com.apple.weather.widget::com.apple.weather::small::6411509055493089571::{148.0-148.0}::20.2:3BDF65:[
2021-02-11 10:18:55:490 - [IOSDeviceLog] {name: WidgetRefreshPolicy, policyWeight: 0.010, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{IndividualBalance == -1}]}}
2021-02-11 10:18:55:491 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:491 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.widget.com.apple.mobileslideshow.PhotosReliveWidget::com.apple.mobileslideshow.PhotosReliveWidget::medium::{321.0-148.0}::20.2:977DD1:[
2021-02-11 10:18:55:491 - [IOSDeviceLog] {name: WidgetRefreshPolicy, policyWeight: 0.010, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{IndividualBalance == -1}]}}
2021-02-11 10:18:55:491 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:492 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(PlugInKit)[2148] <Notice>: [d <private>] <PKHost:0x11e832f10> Completed discovery. Final # of matches: 20
2021-02-11 10:18:55:492 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.messages.spotlightIndexing:A83397:[
2021-02-11 10:18:55:494 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:494 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:494 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.itunesstored.MetricsController.Duet:0C953D:[
2021-02-11 10:18:55:494 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:495 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:495 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(PlugInKit)[2148] <Notice>: <PKDiscoveryDriver:0x11e83d530> delivering update to host (20 plugins)
2021-02-11 10:18:55:495 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(MobileSpotlightIndex)[2148] <Notice>: <private>
2021-02-11 10:18:55:495 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.messages.messageSyncing:606899:[
2021-02-11 10:18:55:495 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:495 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:495 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(Search)[2148] <Notice>: Apps Source fired data:1
2021-02-11 10:18:55:495 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.keyboard.analytics.scheduledEventsActivity:DFB850:[
2021-02-11 10:18:55:495 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:495 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:496 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.textinput.keyboardmaintenance:E4A7D5:[
2021-02-11 10:18:55:496 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:496 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:496 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.appstored.Daily:159B8C:[
2021-02-11 10:18:55:496 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:496 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:497 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.appstored.AutoUpdates:D950E2:[
2021-02-11 10:18:55:497 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:497 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:497 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.routined.persistence.mirroring.backup:409F56:[
2021-02-11 10:18:55:497 - [IOSDeviceLog] {name: UserRequestedBackup, policyWeight: 0.100, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{eligibleForRunning == 0}]}}
2021-02-11 10:18:55:497 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:497 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.duetexpertd.atxbackupnow:877016:[
2021-02-11 10:18:55:497 - [IOSDeviceLog] {name: UserRequestedBackup, policyWeight: 0.100, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{eligibleForRunning == 0}]}}
2021-02-11 10:18:55:497 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:497 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: UserRequestedBackupTask:3AF99D:[
2021-02-11 10:18:55:497 - [IOSDeviceLog] {name: UserRequestedBackup, policyWeight: 0.100, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{eligibleForRunning == 0}]}}
2021-02-11 10:18:55:497 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:498 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.sensorkit.syncCompanionStateToGizmo:C84C46:[
2021-02-11 10:18:55:498 - [IOSDeviceLog] {name: DefaultPairedNearbyPolicy, policyWeight: 1.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{defaultPairedIsNearby == 0}]}}
2021-02-11 10:18:55:498 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:498 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.coremedia.aps.calibration:6E3AE4:[
2021-02-11 10:18:55:498 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:499 - [IOSDeviceLog] {name: ChargerPluggedInPolicy, policyWeight: 10.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{hasMagneticSensitivity == 1 AND isPluggedIn == 1}]}}
2021-02-11 10:18:55:499 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:499 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.assetsd.curatedlibraryprocessing:5EDEC0:[
2021-02-11 10:18:55:499 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:499 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:499 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.MobileMail.pushPurgeableSpaceUpdate:819F97:[
2021-02-11 10:18:55:499 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:499 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:499 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Unconstrained Available=1
2021-02-11 10:18:55:499 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.mobilemail.powernapFetches:31ED98:[
2021-02-11 10:18:55:499 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:499 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:499 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.memory-maintenance.compress:E6B114:[
2021-02-11 10:18:55:500 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:500 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:500 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.coreduetd.people:4DE9A5:[
2021-02-11 10:18:55:500 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:500 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:500 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.FileProvider.cache-delete.push:0548C3:[
2021-02-11 10:18:55:500 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:500 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:504 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.session.schedule:74DE49:[
2021-02-11 10:18:55:504 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:504 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:504 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.coreduetd.monitor.MotionState:394D18:[
2021-02-11 10:18:55:506 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:506 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:507 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.coreduetd.monitor.CalendarEvent:82B237:[
2021-02-11 10:18:55:507 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:507 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:507 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.revisiond.CacheDelete.purgeable-xpc:A009FE:[
2021-02-11 10:18:55:507 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:507 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:508 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.bird.cache-delete.push:A5D533:[
2021-02-11 10:18:55:508 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:508 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:509 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Unconstrained Available=1
2021-02-11 10:18:55:509 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.diagnosticpipeline.cloudkit_report_stats:BF031A:[
2021-02-11 10:18:55:509 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:509 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:510 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Unconstrained Available=1
2021-02-11 10:18:55:512 - [IOSDeviceLog] Feb 11 10:18:55 mydevice lockdownd[70] <Notice>: spawn_xpc_service_block_invoke: <private>
2021-02-11 10:18:55:512 - [IOSDeviceLog] Feb 11 10:18:55 mydevice lockdownd[70] <Notice>: spawn_xpc_service_block_invoke: <private>
2021-02-11 10:18:55:514 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(Search)[2148] <Notice>: Unknown bundle type for app:<private>, bundleType:<private> - skipping
2021-02-11 10:18:55:529 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:55:529 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:55:531 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(SpotlightDaemon)[2148] <Notice>: (<private>) deleteAllSearchableItemsWithBundleID, protectionClass:NSFileProtectionCompleteUntilFirstUserAuthentication, shouldGC:YES, options:0x0, qos:0x11
2021-02-11 10:18:55:533 - [IOSDeviceLog] Feb 11 10:18:55 mydevice fontservicesd(FontServices)[164] <Notice>: <private>
2021-02-11 10:18:55:536 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.diagnosticpipeline.cloudkit_activity:B92B20:[
2021-02-11 10:18:55:536 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:536 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:537 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.DifferentialPrivacy.PrivacyBudgetMaintenance:74B408:[
2021-02-11 10:18:55:537 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:538 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:538 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(SpotlightDaemon)[2148] <Notice>: deleteAllSearchableItemsForBundleID, bundleID:<private>, protectionClass:NSFileProtectionCompleteUntilFirstUserAuthentication, shouldGC:YES
2021-02-11 10:18:55:539 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.DifferentialPrivacy.StorageMaintenance:EB86C5:[
2021-02-11 10:18:55:539 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:539 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:541 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.calendar.daemon.changetablecleanup:9F932B:[
2021-02-11 10:18:55:541 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:541 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:542 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.tipsd.analytics-maintenance:644429:[
2021-02-11 10:18:55:542 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:542 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:544 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=211, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=211.40047
2021-02-11 10:18:55:547 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.siri.xpc_activity.context-collector-reelection:A1C7BD:[
2021-02-11 10:18:55:547 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:547 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:549 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored[186] <Notice>: [EB325D5A] Cleaning up following removal of apps: [appname]
2021-02-11 10:18:55:549 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored[186] <Notice>: Cleaning up updates
2021-02-11 10:18:55:549 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.siri.xpc_activity.announce-messages-eligibility:C288F1:[
2021-02-11 10:18:55:549 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:549 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:552 - [IOSDeviceLog] Feb 11 10:18:55 mydevice suggestd(CoreSuggestionsInternals)[210] <Notice>: SGDSpotlightReceiver: deleting entire bundle identifier <private>
2021-02-11 10:18:55:552 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.signpost.signpost_reporter_activity:E183EA:[
2021-02-11 10:18:55:553 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:553 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:555 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored[186] <Notice>: [CleanupManager]: Application: <private> has no item ID: 0
2021-02-11 10:18:55:556 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.widgetRefresh.historyDeletion:4FF7AD:[
2021-02-11 10:18:55:556 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:556 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:556 - [IOSDeviceLog] Feb 11 10:18:55 mydevice healthd(HealthDaemon)[39] <Notice>: Received distnoted notification "<private>"
2021-02-11 10:18:55:557 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=211.40047
2021-02-11 10:18:55:559 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Unconstrained Available=1
2021-02-11 10:18:55:560 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=211, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=211.40048
2021-02-11 10:18:55:562 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.DifferentialPrivacy.PrioReporter:12D936:[
2021-02-11 10:18:55:563 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:563 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:565 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.DifferentialPrivacy.ReportGenerator:FF5F14:[
2021-02-11 10:18:55:566 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:566 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:567 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.ClipServices.clipserviced.xpc.cleanupActivity:1FA65D:[
2021-02-11 10:18:55:568 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:572 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:575 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(Search)[2148] <Notice>: Finished getting 37 applications, took 0.081438 seconds updateApps ? YES
2021-02-11 10:18:55:575 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd[2148] <Notice>: Apps changed: <private>
2021-02-11 10:18:55:575 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Unconstrained Available=1
2021-02-11 10:18:55:576 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.mobilemail.compactingFetches:193611:[
2021-02-11 10:18:55:576 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:576 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:576 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.contactsd.VerifyCoreSpotlightService:91D73A:[
2021-02-11 10:18:55:577 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:577 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:577 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.contactsd.BackupConfigurationService:928333:[
2021-02-11 10:18:55:577 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:577 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:577 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.calendar.daemon.databasecleanup:BA2737:[
2021-02-11 10:18:55:577 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:577 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:577 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.calendar.daemon.attachmentcleanup:8C07F1:[
2021-02-11 10:18:55:577 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:578 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:578 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.bird.db-integrity-check:768F5B:[
2021-02-11 10:18:55:578 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}}
2021-02-11 10:18:55:578 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:579 - [IOSDeviceLog] Feb 11 10:18:55 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Removing data for uninstalled app(s): <private> and app clip(s): <private>
2021-02-11 10:18:55:579 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.cloudphotod.backup:0192FE:[
2021-02-11 10:18:55:579 - [IOSDeviceLog] {name: UserRequestedBackup, policyWeight: 0.100, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{eligibleForRunning == 0}]}}
2021-02-11 10:18:55:579 - [IOSDeviceLog] ], FinalDecision: Must Not Proceed}
2021-02-11 10:18:55:579 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Running activities : <private>
2021-02-11 10:18:55:579 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Activity <private> has delayed start
2021-02-11 10:18:55:579 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: REQUESTING START: <private>
2021-02-11 10:18:55:581 - [IOSDeviceLog] Feb 11 10:18:55 mydevice coreduetd(CoreDuet)[118] <Notice>: Deleting searchable items with bundleID: <private>
2021-02-11 10:18:55:582 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Setting timer (isWaking=1, activityRequiresWaking=0) between <private> and <private> for <private>
2021-02-11 10:18:55:590 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored[186] <Notice>: Removed manifest for appname: YES
2021-02-11 10:18:55:590 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(MobileSpotlightIndex)[2148] <Notice>: sort 1 flat pages: 0.000002 seconds
2021-02-11 10:18:55:590 - [IOSDeviceLog] Feb 11 10:18:55 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: Requesting container lookup; class = 2, identifier = <private>, temp = 0, create = 1, euid = 501, uid = 501, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:55:592 - [IOSDeviceLog] Feb 11 10:18:55 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:55:592 - [IOSDeviceLog] Feb 11 10:18:55 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=501, pid=10089, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:55:593 - [IOSDeviceLog] Feb 11 10:18:55 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: ATXIntentMetadataCacheInvalidationMonitor received _ATXInternalUninstallNotification
2021-02-11 10:18:55:593 - [IOSDeviceLog] Feb 11 10:18:55 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: ATXIntentMetadataCache invalidating intents due to app uninstall for bundleId <private>
2021-02-11 10:18:55:593 - [IOSDeviceLog] Feb 11 10:18:55 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: _ATXAppInfoManager: Uninstall occurred for <private> - Deleting appInfo and action data related to it.
2021-02-11 10:18:55:601 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored[186] <Notice>: [Crossfire] Apps deleted: [appname]
2021-02-11 10:18:55:601 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored[186] <Notice>: [Crossfire] Not creating app event for non-candidate bundleID: appname with type: Uninstall hasMetadata: 1
2021-02-11 10:18:55:601 - [IOSDeviceLog] Feb 11 10:18:55 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: _ATXDataStore: Removing appInfo for bundleId: <private>
2021-02-11 10:18:55:604 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=211.40048
2021-02-11 10:18:55:608 - [IOSDeviceLog] Feb 11 10:18:55 mydevice accountsd(AccountsDaemon)[130] <Notice>: "<private> (<private>) received"
2021-02-11 10:18:55:610 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored[186] <Notice>: [Crossfire] Looking for launch events from: 2021-02-11 10:17:06 to: 2021-02-11 10:18:55 for: 0 apps(s)
2021-02-11 10:18:55:611 - [IOSDeviceLog] Feb 11 10:18:55 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Deleting actions with bundleId: <private>
2021-02-11 10:18:55:611 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=211, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=211.40049
2021-02-11 10:18:55:613 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=211.40049
2021-02-11 10:18:55:621 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=211, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=211.40050
2021-02-11 10:18:55:621 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=211.40050
2021-02-11 10:18:55:621 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored[186] <Notice>: Update clean up complete with 0 changes
2021-02-11 10:18:55:628 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=211, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=211.40051
2021-02-11 10:18:55:629 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=211.40051
2021-02-11 10:18:55:634 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=211, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=211.40052
2021-02-11 10:18:55:636 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=211.40052
2021-02-11 10:18:55:640 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=211, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=211.40053
2021-02-11 10:18:55:641 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=211.40053
2021-02-11 10:18:55:642 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored[186] <Error>: [ManageSubscriptionsPrompter]: No active account `op
2021-02-11 10:18:55:642 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored[186] <Notice>: Canceling progress for bundleID: appname
2021-02-11 10:18:55:643 - [IOSDeviceLog] Feb 11 10:18:55 mydevice appstored[186] <Notice>: [Crossfire]: Recorded launches start interval as: 2021-02-11 10:18:55
2021-02-11 10:18:55:646 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=211, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=211.40054
2021-02-11 10:18:55:647 - [IOSDeviceLog] Feb 11 10:18:55 mydevice suggestd(CoreSuggestionsInternals)[210] <Notice>: SGNamedEntityExtractionPlugin: deleting all named entities and locations from <private>
2021-02-11 10:18:55:649 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=211.40054
2021-02-11 10:18:55:654 - [IOSDeviceLog] Feb 11 10:18:55 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:55:655 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Deleted entries for appname
2021-02-11 10:18:55:655 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(ChronoCore)[163] <Notice>: [appAuth:<private>] tcc access changed
2021-02-11 10:18:55:656 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(TCC)[163] <Notice>: disposing: 0x102a54630(<private>)
2021-02-11 10:18:55:656 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(TCC)[163] <Notice>: disposing: 0x102a6b260(<private>)
2021-02-11 10:18:55:656 - [IOSDeviceLog] Feb 11 10:18:55 mydevice chronod(TCC)[163] <Notice>: In tcc_identity_dispose
2021-02-11 10:18:55:656 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=211, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=211.40055
2021-02-11 10:18:55:658 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=211.40055
2021-02-11 10:18:55:662 - [IOSDeviceLog] Feb 11 10:18:55 mydevice assetsd(TCC)[133] <Notice>: disposing: 0x321ecf120(<private>)
2021-02-11 10:18:55:663 - [IOSDeviceLog] Feb 11 10:18:55 mydevice assetsd(TCC)[133] <Notice>: disposing: 0x321eba380(<private>)
2021-02-11 10:18:55:663 - [IOSDeviceLog] Feb 11 10:18:55 mydevice assetsd(TCC)[133] <Notice>: In tcc_identity_dispose
2021-02-11 10:18:55:664 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Initiating XPC Activity: com.apple.locationd.Mobility.ProcessBouts (0x11ffd6440)
2021-02-11 10:18:55:664 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(libxpc.dylib)[9076] <Notice>: _xpc_activity_dispatch: beginning dispatch, activity name com.apple.locationd.Mobility.ProcessBouts, seqno 1
2021-02-11 10:18:55:665 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(libxpc.dylib)[9076] <Notice>: _xpc_activity_dispatch: com.apple.locationd.Mobility.ProcessBouts (0x105432c00): found an activity with matching seqno 1
2021-02-11 10:18:55:665 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(libxpc.dylib)[9076] <Notice>: _xpc_activity_dispatch: lower half, activity name com.apple.locationd.Mobility.ProcessBouts (0x105432c00), seqno from top half was 1
2021-02-11 10:18:55:665 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(libxpc.dylib)[9076] <Notice>: _xpc_activity_set_state: com.apple.locationd.Mobility.ProcessBouts (0x105432c00), 2
2021-02-11 10:18:55:665 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(libxpc.dylib)[9076] <Notice>: _xpc_activity_set_state: send new state to CTS: com.apple.locationd.Mobility.ProcessBouts (0x105432c00), 2
2021-02-11 10:18:55:666 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Running XPC Activity (PID 9076): com.apple.locationd.Mobility.ProcessBouts (0x11ffd6440)
2021-02-11 10:18:55:666 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: STARTING: <private>
2021-02-11 10:18:55:666 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:666 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(libxpc.dylib)[9076] <Notice>: _xpc_activity_set_state_from_cts: com.apple.locationd.Mobility.ProcessBouts (0x105432c00), set activity state to 2
2021-02-11 10:18:55:667 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(libxpc.dylib)[9076] <Notice>: __XPC_ACTIVITY_CALLING_HANDLER__: com.apple.locationd.Mobility.ProcessBouts (0x105432c00), current state 2, pending state 0
2021-02-11 10:18:55:667 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: STARTING activity com.apple.locationd.Mobility.ProcessBouts:21F3A2 <private>!
2021-02-11 10:18:55:667 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(libxpc.dylib)[9076] <Notice>: _xpc_activity_set_state: com.apple.locationd.Mobility.ProcessBouts (0x105432c00), 4
2021-02-11 10:18:55:667 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(libxpc.dylib)[9076] <Notice>: __XPC_ACTIVITY_CALLING_HANDLER__ returned from handler: com.apple.locationd.Mobility.ProcessBouts (0x105432c00), current state 2, pending state 4
2021-02-11 10:18:55:667 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(libxpc.dylib)[9076] <Notice>: _xpc_activity_set_state: send new state to CTS: com.apple.locationd.Mobility.ProcessBouts (0x105432c00), 4
2021-02-11 10:18:55:668 - [IOSDeviceLog] Feb 11 10:18:55 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: SymptomAnalytics ServiceImpl: FAE perform query for dasd (pid 116) on LiveUsage predicate hasProcess.procName == $targetname sort (null) actions {
2021-02-11 10:18:55:668 - [IOSDeviceLog] "<null>" = "<null>";
2021-02-11 10:18:55:668 - [IOSDeviceLog] refreshUsage = refreshUsage;
2021-02-11 10:18:55:668 - [IOSDeviceLog] "hasProcess.firstTimeStamp" = copyRelationship;
2021-02-11 10:18:55:668 - [IOSDeviceLog] "hasProcess.bundleName" = copyRelationship;
2021-02-11 10:18:55:669 - [IOSDeviceLog] nameChain = locationd;
2021-02-11 10:18:55:669 - [IOSDeviceLog] "hasProcess.procName" = copyRelationship;
2021-02-11 10:18:55:669 - [IOSDeviceLog] }
2021-02-11 10:18:55:669 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(libxpc.dylib)[9076] <Notice>: _xpc_activity_set_state: com.apple.locationd.Mobility.ProcessBouts (0x105432c00), 5
2021-02-11 10:18:55:669 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(libxpc.dylib)[9076] <Notice>: _xpc_activity_set_state: send new state to CTS: com.apple.locationd.Mobility.ProcessBouts (0x105432c00), 5
2021-02-11 10:18:55:670 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Completed XPC Activity: com.apple.locationd.Mobility.ProcessBouts (0x11ffd6440)
2021-02-11 10:18:55:670 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:670 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:670 - [IOSDeviceLog] Feb 11 10:18:55 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: SymptomAnalytics ServiceImpl: FAE performQueryOnEntity outcome array after refresh:
2021-02-11 10:18:55:670 - [IOSDeviceLog] Feb 11 10:18:55 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: entry: Name Type WiFiIn WiFiOut CellIn CellOut Tag Kind
2021-02-11 10:18:55:670 - [IOSDeviceLog] Feb 11 10:18:55 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: entry: Tue Dec 17 16:47:33 2019 locationd (proc) 1017883406 75116359 0 0 0 0
2021-02-11 10:18:55:671 - [IOSDeviceLog] Feb 11 10:18:55 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: SymptomAnalytics ServiceImpl: FAE end of outcome array
2021-02-11 10:18:55:671 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Rescheduling XPC Activity: com.apple.locationd.Mobility.ProcessBouts (0x11ffd6440)
2021-02-11 10:18:55:671 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: SUBMITTING: <private>
2021-02-11 10:18:55:672 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:672 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: With <private> ...Tasks running in group [com.apple.dasd.default] are 1!
2021-02-11 10:18:55:672 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Not tracking activity: <private>
2021-02-11 10:18:55:672 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(libxpc.dylib)[9076] <Notice>: _xpc_activity_set_state_from_cts: com.apple.locationd.Mobility.ProcessBouts (0x105432c00), set activity state to 1
2021-02-11 10:18:55:672 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=211, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=211.40056
2021-02-11 10:18:55:673 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.locationd.Mobility.ProcessBouts:21F3A2:[
2021-02-11 10:18:55:673 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 10.000, response: {Decision: Can Proceed, Score: 0.52}}
2021-02-11 10:18:55:673 - [IOSDeviceLog] ] sumScores:32.686667, denominator:37.520000, FinalDecision: Can Proceed FinalScore: 0.871180}
2021-02-11 10:18:55:673 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: COMPLETED com.apple.locationd.Mobility.ProcessBouts:21F3A2 at priority 5 <private>!
2021-02-11 10:18:55:673 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: NO LONGER RUNNING com.apple.locationd.Mobility.ProcessBouts:21F3A2 ...Tasks running in group [com.apple.dasd.default] are 0!
2021-02-11 10:18:55:676 - [IOSDeviceLog] Feb 11 10:18:55 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: SymptomAnalytics ServiceImpl: FAE perform query for dasd (pid 116) on LiveUsage predicate hasProcess.procName == $targetname sort (null) actions {
2021-02-11 10:18:55:676 - [IOSDeviceLog] "<null>" = "<null>";
2021-02-11 10:18:55:676 - [IOSDeviceLog] refreshUsage = refreshUsage;
2021-02-11 10:18:55:677 - [IOSDeviceLog] "hasProcess.firstTimeStamp" = copyRelationship;
2021-02-11 10:18:55:677 - [IOSDeviceLog] "hasProcess.bundleName" = copyRelationship;
2021-02-11 10:18:55:677 - [IOSDeviceLog] nameChain = locationd;
2021-02-11 10:18:55:677 - [IOSDeviceLog] "hasProcess.procName" = copyRelationship;
2021-02-11 10:18:55:677 - [IOSDeviceLog] }
2021-02-11 10:18:55:677 - [IOSDeviceLog] Feb 11 10:18:55 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: SymptomAnalytics ServiceImpl: FAE performQueryOnEntity outcome array after refresh:
2021-02-11 10:18:55:677 - [IOSDeviceLog] Feb 11 10:18:55 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: entry: Name Type WiFiIn WiFiOut CellIn CellOut Tag Kind
2021-02-11 10:18:55:677 - [IOSDeviceLog] Feb 11 10:18:55 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: entry: Tue Dec 17 16:47:33 2019 locationd (proc) 1017883406 75116359 0 0 0 0
2021-02-11 10:18:55:678 - [IOSDeviceLog] Feb 11 10:18:55 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: SymptomAnalytics ServiceImpl: FAE end of outcome array
2021-02-11 10:18:55:678 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Submitted Activity: com.apple.locationd.Mobility.ProcessBouts:CDA1A4 at priority 5 with interval 600 <private>
2021-02-11 10:18:55:678 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Activity <private>: Optimal Score 0.9210 at <private> (Valid Until: <private>)
2021-02-11 10:18:55:678 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(MobileSpotlightIndex)[2148] <Notice>: <private>
2021-02-11 10:18:55:678 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=211.40056
2021-02-11 10:18:55:681 - [IOSDeviceLog] Feb 11 10:18:55 mydevice bird(CloudDocsDaemon)[206] <Notice>: [NOTICE] evicting everything in <private> because the app was removed
2021-02-11 10:18:55:684 - [IOSDeviceLog] Feb 11 10:18:55 mydevice bird(ApplePushService)[206] <Notice>: <private> setting delegate <private>
2021-02-11 10:18:55:684 - [IOSDeviceLog] Feb 11 10:18:55 mydevice bird(ApplePushService)[206] <Notice>: <private> setEnabledTopics <private> ignoredTopics <private> opportunisticTopics <private> nonWakingTopics <private> sendToDaemon: YES completion: (null)
2021-02-11 10:18:55:686 - [IOSDeviceLog] Feb 11 10:18:55 mydevice bird(ApplePushService)[206] <Notice>: <private> Delivering queued delegate calls: 0
2021-02-11 10:18:55:686 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: Looking up connection on peer: 19fa5a20 found <private>
2021-02-11 10:18:55:687 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: <private>: connection set opportunistic topics from <private> to <private>
2021-02-11 10:18:55:688 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: <private> received topic update for UsesALS pretend NO but there is no change.
2021-02-11 10:18:55:688 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: <private> flush any pending work that ALS told us to queue for its managed topics <private>, processMode systemToken
2021-02-11 10:18:55:689 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: <private> flush any pending work that ALS told us to queue for its managed topics <private>, processMode userToken
2021-02-11 10:18:55:689 - [IOSDeviceLog] Feb 11 10:18:55 mydevice bird(ApplePushService)[206] <Notice>: <private> _setEnableStatusNotifications NO sendToDaemon YES
2021-02-11 10:18:55:690 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: <private> setEnabledTopics:<private> ignoredTopics:<private> opportunisticTopics:<private> nonWakingTopics:<private> forCategory Normal pretend NO change NewlyRemoved
2021-02-11 10:18:55:690 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: <private> cancelling any pending filter updates
2021-02-11 10:18:55:691 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: <private> setEnabledTopics:<private> ignoredTopics:<private> opportunisticTopics:<private> nonWakingTopics:<private> forCategory Server pretend YES change NewlyRemoved
2021-02-11 10:18:55:691 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: <private> asked to schedule an update withTimer? YES
2021-02-11 10:18:55:691 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd(PersistentConnection)[143] <Notice>: <PCPersistentTimer: 0x119f90010> created <PCSimpleTimer: 0x11b3cf100>
2021-02-11 10:18:55:691 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd(PersistentConnection)[143] <Notice>: Started simple timer <PCSimpleTimer: 0x11b3cf100> with fire date [2021-02-11 10:23:55 +0400]
2021-02-11 10:18:55:691 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd(PersistentConnection)[143] <Notice>: <PCSimpleTimer: 0x11b3cf100> created preventSleepTimer <PCDispatchTimer: 0x119fd0f30> and fireTimer <PCDispatchTimer: 0x119f76ab0> on queue <OS_dispatch_queue_serial: PCSimpleTimer-timerQ>
2021-02-11 10:18:55:691 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd(PersistentConnection)[143] <Notice>: <PCSimpleTimer: 0x11b3cf100> Existing wake at (null) re-scheduling to 2021-02-11 10:23:40 +0400 with leeway of 0
2021-02-11 10:18:55:692 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd(PersistentConnection)[143] <Notice>: Enabling power monitoring for <PCSimpleTimer: 0x11b3cf100> - 4 timers
2021-02-11 10:18:55:692 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd(PersistentConnection)[143] <Notice>: Request to schedule wake 1 date 2021-02-11 10:23:40 +0400 leeway 0 service identifier APSTopicManager unique identifier <PCSimpleTimer: 0x11b3cf100>
2021-02-11 10:18:55:692 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd(PersistentConnection)[143] <Notice>: <PCPersistentTimer: 0x119f90010> calculating _earlyFireDate. powerStateDetectionSupported = NO = (detectionSupported(YES) && (wwanIsUp(NO) || ! internetReachable(YES)))
2021-02-11 10:18:55:692 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd(PersistentConnection)[143] <Notice>: <PCPersistentTimer: 0x119f90010> Device is plugged in, overriding earlyFireProportion to be 1.0
2021-02-11 10:18:55:692 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd(PersistentConnection)[143] <Notice>: <PCPersistentTimer: 0x119f90010> Calculated minimum fire date [2021-02-11 10:23:55 +0400] (100%) with fire date [2021-02-11 10:23:55 +0400], start date [2021-02-11 10:18:55 +0400], minimum early fire proportion 1, power state detection supported: no, in high power state: no, early fire constant interval 0.000000
2021-02-11 10:18:55:692 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd[143] <Notice>: <private> scheduling a pending filter timer with interval 300.000000.
2021-02-11 10:18:55:692 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd(PersistentConnection)[143] <Notice>: Scheduling a wake for date <private> leeway 0 wake identifier <private>
2021-02-11 10:18:55:692 - [IOSDeviceLog] Feb 11 10:18:55 mydevice apsd(PersistentConnection)[143] <Notice>: Wake schedule for '<private>'(<private>) completed for [<private>] (took 0.001 seconds; result code 0)
2021-02-11 10:18:55:692 - [IOSDeviceLog] Feb 11 10:18:55 mydevice bird(ApplePushService)[206] <Notice>: <private> setEnabledTopics <private> ignoredTopics <private> opportunisticTopics <private> nonWakingTopics <private> sendToDaemon: NO completion: (null)
2021-02-11 10:18:55:693 - [IOSDeviceLog] Feb 11 10:18:55 mydevice com.apple.CloudDocs.MobileDocumentsFileProvider(FileProvider)[213] <Notice>: [NOTICE] [spotlight] fileproviderd ask us to index one batch for <private>
2021-02-11 10:18:55:693 - [IOSDeviceLog] Feb 11 10:18:55 mydevice com.apple.CloudDocs.MobileDocumentsFileProvider(FileProvider)[213] <Notice>: [NOTICE] [spotlight] index one batch: done (responding to fileproviderd)
2021-02-11 10:18:55:693 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(DuetActivityScheduler)[2148] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:693 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Adding related apps: <private>
2021-02-11 10:18:55:694 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Started tracking activity for bundleIDs <private>
2021-02-11 10:18:55:696 - [IOSDeviceLog] Feb 11 10:18:55 mydevice suggestd(CoreSuggestionsInternals)[210] <Notice>: SGTopicExtractionPlugin: deleting all topics from <private>
2021-02-11 10:18:55:712 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=82, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=82.11084
2021-02-11 10:18:55:718 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=82.11084
2021-02-11 10:18:55:719 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=82, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=82.11085
2021-02-11 10:18:55:719 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=82.11085
2021-02-11 10:18:55:720 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16187
2021-02-11 10:18:55:720 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=82, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformation, msgID=82.11086
2021-02-11 10:18:55:721 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16187
2021-02-11 10:18:55:722 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessGetOverride, msgID=9076.16188
2021-02-11 10:18:55:722 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=151.88837
2021-02-11 10:18:55:723 - [IOSDeviceLog] Feb 11 10:18:55 mydevice bluetoothd[82] <Notice>: TCC changed, lets figure out if one of our sessions needs to be removed
2021-02-11 10:18:55:723 - [IOSDeviceLog] Feb 11 10:18:55 mydevice bluetoothd[82] <Notice>: bundle ID's not allowed to use bluetooth <private>
2021-02-11 10:18:55:725 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformation, msgID=82.11086
2021-02-11 10:18:55:725 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=151.88837, function=<private>, service=kTCCServiceLiverpool, preflight=yes, query=1,
2021-02-11 10:18:55:725 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=151.88837, attribution={accessing={identifier=com.apple.kbd, pid=265, auid=501, euid=501, binary_path=/System/Library/TextInput/kbd}, requesting={identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd}, },
2021-02-11 10:18:55:725 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd is checking access for accessor identifier=com.apple.kbd, pid=265, auid=501, euid=501, binary_path=/System/Library/TextInput/kbd
2021-02-11 10:18:55:725 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.kbd, pid=265, auid=501, euid=501, binary_path=/System/Library/TextInput/kbd access to kTCCServiceLiverpool via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:55:725 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=151.88837, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:55:726 - [IOSDeviceLog] Feb 11 10:18:55 mydevice accountsd(AccountsDaemon)[130] <Notice>: "<private> (<private>) received"
2021-02-11 10:18:55:726 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=151.88837
2021-02-11 10:18:55:726 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16189
2021-02-11 10:18:55:726 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16189
2021-02-11 10:18:55:726 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=9076.16188
2021-02-11 10:18:55:726 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessGetOverride, msgID=9076.16190
2021-02-11 10:18:55:726 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=9076.16190
2021-02-11 10:18:55:726 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=151.88838
2021-02-11 10:18:55:727 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: #Warning Spectator subscriptions expired
2021-02-11 10:18:55:727 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: coarse elevation src,enable,<private>,elevationSpectator,<private>,fitnessTracking,<private>
2021-02-11 10:18:55:727 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: IDS connection update,status,<private>,prevDisconnection,<private>,modelID,<private>,uniqueIDOverride,<private>,localDeviceID,<private>
2021-02-11 10:18:55:727 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: PCSIdentitySetCreate: (null) {
2021-02-11 10:18:55:727 - [IOSDeviceLog] kPCSSetupDSID = "<<VALUE>>";
2021-02-11 10:18:55:727 - [IOSDeviceLog] }
2021-02-11 10:18:55:727 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): keychain: -25300
2021-02-11 10:18:55:727 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): status: off
2021-02-11 10:18:55:727 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: PCSIdentitySetCreate: (null) {
2021-02-11 10:18:55:727 - [IOSDeviceLog] kPCSSetupDSID = "<<VALUE>>";
2021-02-11 10:18:55:727 - [IOSDeviceLog] }
2021-02-11 10:18:55:727 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): keychain: -25300
2021-02-11 10:18:55:728 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): status: off
2021-02-11 10:18:55:728 - [IOSDeviceLog] Feb 11 10:18:55 mydevice accountsd(AccountsDaemon)[130] <Notice>: "<private> (<private>) received"
2021-02-11 10:18:55:728 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitMessageUsage, overridden false, (
2021-02-11 10:18:55:728 - [IOSDeviceLog] )
2021-02-11 10:18:55:728 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitMessageUsage, overridden false, (
2021-02-11 10:18:55:728 - [IOSDeviceLog] )
2021-02-11 10:18:55:728 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: @ClxLink, Nearby, 0
2021-02-11 10:18:55:728 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: TileCell, unexpected, companion, 5
2021-02-11 10:18:55:728 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: MotionOdometer, action, Unregistration, client, <CLIntersiloProxyToInitiator: peer silo:CLCompanionNotifierSilo(CLLocationProviderWorkloop), peer name:<REDACTED>>, notification, 2, notificationClientCount, 0, notificationString, Cycling
2021-02-11 10:18:55:728 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: MotionOdometer, action, Unregistration, client, <CLIntersiloProxyToInitiator: peer silo:CLCompanionNotifierSilo(CLLocationProviderWorkloop), peer name:<REDACTED>>, notification, 4, notificationClientCount, 2, notificationString, CyclingSpectator
2021-02-11 10:18:55:728 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: MotionOdometer, action, Unregistration, client, <CLIntersiloProxyToInitiator: peer silo:CLCompanionNotifierSilo(CLLocationProviderWorkloop), peer name:<REDACTED>>, notification, 3, notificationClientCount, 0, notificationString, Elevation
2021-02-11 10:18:55:728 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: MotionOdometer, action, Unregistration, client, <CLIntersiloProxyToInitiator: peer silo:CLCompanionNotifierSilo(CLLocationProviderWorkloop), peer name:<REDACTED>>, notification, 7, notificationClientCount, 2, notificationString, ElevationSpectator
2021-02-11 10:18:55:728 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd[9076] <Notice>: MotionOdometer, action, Unregistration, client, <CLIntersiloProxyToInitiator: peer silo:CLCompanionNotifierSilo(CLLocationProviderWorkloop), peer name:<REDACTED>>, notification, 5, notificationClientCount, 1, notificationString, CoarseElevation
2021-02-11 10:18:55:728 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=151.88838, function=<private>, service=kTCCServiceLiverpool, preflight=yes, query=1,
2021-02-11 10:18:55:728 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=151.88838, attribution={accessing={identifier=com.apple.assistantd, pid=31, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd}, requesting={identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd}, },
2021-02-11 10:18:55:729 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd is checking access for accessor identifier=com.apple.assistantd, pid=31, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd
2021-02-11 10:18:55:729 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.assistantd, pid=31, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd access to kTCCServiceLiverpool via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:55:729 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=151.88838, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:55:729 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=151.88838
2021-02-11 10:18:55:729 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16191
2021-02-11 10:18:55:730 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=151.88839
2021-02-11 10:18:55:730 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16191
2021-02-11 10:18:55:730 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16192
2021-02-11 10:18:55:730 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=151.88839, function=<private>, service=kTCCServiceLiverpool, preflight=yes, query=1,
2021-02-11 10:18:55:730 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16192
2021-02-11 10:18:55:730 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=151.88839, attribution={accessing={identifier=com.apple.coretelephony, pid=86, auid=25, euid=25, binary_path=/System/Library/Frameworks/CoreTelephony.framework/Support/CommCenter}, requesting={identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd}, },
2021-02-11 10:18:55:730 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd is checking access for accessor identifier=com.apple.coretelephony, pid=86, auid=25, euid=25, binary_path=/System/Library/Frameworks/CoreTelephony.framework/Support/CommCenter
2021-02-11 10:18:55:730 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.coretelephony, pid=86, auid=25, euid=25, binary_path=/System/Library/Frameworks/CoreTelephony.framework/Support/CommCenter access to kTCCServiceLiverpool via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:55:731 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=151.88839, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:55:731 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=151.88839
2021-02-11 10:18:55:731 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessGetOverride, msgID=9076.16193
2021-02-11 10:18:55:733 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=9076.16193
2021-02-11 10:18:55:733 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16194
2021-02-11 10:18:55:733 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16194
2021-02-11 10:18:55:733 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16195
2021-02-11 10:18:55:733 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16195
2021-02-11 10:18:55:733 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessGetOverride, msgID=9076.16196
2021-02-11 10:18:55:733 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=151.88840
2021-02-11 10:18:55:733 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=9076.16196
2021-02-11 10:18:55:734 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16197
2021-02-11 10:18:55:734 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=151.88840, function=<private>, service=kTCCServiceLiverpool, preflight=yes, query=1,
2021-02-11 10:18:55:734 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=151.88840, attribution={accessing={identifier=com.apple.kbd, pid=265, auid=501, euid=501, binary_path=/System/Library/TextInput/kbd}, requesting={identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd}, },
2021-02-11 10:18:55:734 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: PCSIdentitySetCreate: (null) {
2021-02-11 10:18:55:734 - [IOSDeviceLog] kPCSSetupDSID = "<<VALUE>>";
2021-02-11 10:18:55:734 - [IOSDeviceLog] }
2021-02-11 10:18:55:734 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): keychain: -25300
2021-02-11 10:18:55:734 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): status: off
2021-02-11 10:18:55:734 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd is checking access for accessor identifier=com.apple.kbd, pid=265, auid=501, euid=501, binary_path=/System/Library/TextInput/kbd
2021-02-11 10:18:55:736 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.kbd, pid=265, auid=501, euid=501, binary_path=/System/Library/TextInput/kbd access to kTCCServiceLiverpool via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:55:736 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=151.88840, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:55:736 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=151.88840
2021-02-11 10:18:55:738 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16197
2021-02-11 10:18:55:739 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16198
2021-02-11 10:18:55:739 - [IOSDeviceLog] Feb 11 10:18:55 mydevice CommCenter[86] <Notice>: #I CK account status no change, signedInWithEncryption: 0.
2021-02-11 10:18:55:739 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitWatchHeartRate, overridden false, (
2021-02-11 10:18:55:739 - [IOSDeviceLog] )
2021-02-11 10:18:55:739 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitWatchHeartRate, overridden false, (
2021-02-11 10:18:55:740 - [IOSDeviceLog] )
2021-02-11 10:18:55:740 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitKeyboardMetrics, overridden false, (
2021-02-11 10:18:55:740 - [IOSDeviceLog] )
2021-02-11 10:18:55:740 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitKeyboardMetrics, overridden false, (
2021-02-11 10:18:55:740 - [IOSDeviceLog] )
2021-02-11 10:18:55:740 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: PCSIdentitySetCreate: (null) {
2021-02-11 10:18:55:740 - [IOSDeviceLog] kPCSSetupDSID = "<<VALUE>>";
2021-02-11 10:18:55:741 - [IOSDeviceLog] }
2021-02-11 10:18:55:741 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): keychain: -25300
2021-02-11 10:18:55:741 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): status: off
2021-02-11 10:18:55:741 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitMotionHeartRate, overridden false, (
2021-02-11 10:18:55:741 - [IOSDeviceLog] )
2021-02-11 10:18:55:741 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitMotionHeartRate, overridden false, (
2021-02-11 10:18:55:741 - [IOSDeviceLog] )
2021-02-11 10:18:55:741 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16198
2021-02-11 10:18:55:741 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessGetOverride, msgID=9076.16199
2021-02-11 10:18:55:741 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=9076.16199
2021-02-11 10:18:55:742 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=151.88841
2021-02-11 10:18:55:742 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=151.88841, function=<private>, service=kTCCServiceLiverpool, preflight=yes, query=1,
2021-02-11 10:18:55:742 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=151.88841, attribution={accessing={identifier=com.apple.securityd, pid=109, auid=64, euid=64, binary_path=/usr/libexec/securityd}, requesting={identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd}, },
2021-02-11 10:18:55:742 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd is checking access for accessor identifier=com.apple.securityd, pid=109, auid=64, euid=64, binary_path=/usr/libexec/securityd
2021-02-11 10:18:55:742 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16200
2021-02-11 10:18:55:742 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.securityd, pid=109, auid=64, euid=64, binary_path=/usr/libexec/securityd access to kTCCServiceLiverpool via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:55:743 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=151.88841, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:55:743 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=151.88841
2021-02-11 10:18:55:743 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16200
2021-02-11 10:18:55:743 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16201
2021-02-11 10:18:55:743 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16201
2021-02-11 10:18:55:743 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessGetOverride, msgID=9076.16202
2021-02-11 10:18:55:743 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=9076.16202
2021-02-11 10:18:55:744 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=151.88842
2021-02-11 10:18:55:745 - [IOSDeviceLog] Feb 11 10:18:55 mydevice securityd(CoreFoundation)[109] <Error>: attempt to set <private> for key in <private> in non-persistent preferences domain CFPrefsPlistSource<0x10281aa20> (Domain: securityd, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: Yes)
2021-02-11 10:18:55:745 - [IOSDeviceLog] Feb 11 10:18:55 mydevice securityd[109] <Notice>: received CK Account info: <CKAccountInfo: accountStatus=Available, accountPartition=Prod, deviceToDeviceEncryptionAvailability=(none), hasValidCredentials=YES>
2021-02-11 10:18:55:745 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: PCSIdentitySetCreate: (null) {
2021-02-11 10:18:55:745 - [IOSDeviceLog] kPCSSetupDSID = "<<VALUE>>";
2021-02-11 10:18:55:745 - [IOSDeviceLog] }
2021-02-11 10:18:55:745 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): keychain: -25300
2021-02-11 10:18:55:745 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): status: off
2021-02-11 10:18:55:747 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(CloudKitDaemon)[151] <Notice>: [Operation 0x14d8c0c20] Initialized with context 0x14d22a9c0. Background: 0, cellular: 1, QOS: 0x11
2021-02-11 10:18:55:747 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16203
2021-02-11 10:18:55:747 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=151.88842, function=<private>, service=kTCCServiceLiverpool, preflight=yes, query=1,
2021-02-11 10:18:55:748 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=151.88842, attribution={accessing={identifier=com.apple.imagent, pid=68, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/IMCore.framework/imagent.app/imagent}, requesting={identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd}, },
2021-02-11 10:18:55:748 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd is checking access for accessor identifier=com.apple.imagent, pid=68, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/IMCore.framework/imagent.app/imagent
2021-02-11 10:18:55:748 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.imagent, pid=68, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/IMCore.framework/imagent.app/imagent access to kTCCServiceLiverpool via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:55:748 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=151.88842, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:55:748 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=151.88842
2021-02-11 10:18:55:748 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16203
2021-02-11 10:18:55:748 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitMotion, overridden false, (
2021-02-11 10:18:55:748 - [IOSDeviceLog] )
2021-02-11 10:18:55:748 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitMotion, overridden false, (
2021-02-11 10:18:55:748 - [IOSDeviceLog] )
2021-02-11 10:18:55:749 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16204
2021-02-11 10:18:55:749 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16204
2021-02-11 10:18:55:749 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessGetOverride, msgID=9076.16205
2021-02-11 10:18:55:749 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=9076.16205
2021-02-11 10:18:55:749 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16206
2021-02-11 10:18:55:749 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16206
2021-02-11 10:18:55:749 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16207
2021-02-11 10:18:55:749 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: PCSIdentitySetCreate: (null) {
2021-02-11 10:18:55:749 - [IOSDeviceLog] kPCSSetupDSID = "<<VALUE>>";
2021-02-11 10:18:55:749 - [IOSDeviceLog] }
2021-02-11 10:18:55:749 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): keychain: -25300
2021-02-11 10:18:55:749 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): status: off
2021-02-11 10:18:55:750 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(CloudKitDaemon)[151] <Notice>: [Operation 0x14beb6e80] Initialized with context 0x14bf23c80. Background: 0, cellular: 1, QOS: 0x11
2021-02-11 10:18:55:750 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitOdometer, overridden false, (
2021-02-11 10:18:55:750 - [IOSDeviceLog] )
2021-02-11 10:18:55:750 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitOdometer, overridden false, (
2021-02-11 10:18:55:750 - [IOSDeviceLog] )
2021-02-11 10:18:55:750 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16207
2021-02-11 10:18:55:750 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessGetOverride, msgID=9076.16208
2021-02-11 10:18:55:750 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=9076.16208
2021-02-11 10:18:55:750 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitDeviceUsage, overridden false, (
2021-02-11 10:18:55:750 - [IOSDeviceLog] )
2021-02-11 10:18:55:751 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitDeviceUsage, overridden false, (
2021-02-11 10:18:55:751 - [IOSDeviceLog] )
2021-02-11 10:18:55:751 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16209
2021-02-11 10:18:55:751 - [IOSDeviceLog] Feb 11 10:18:55 mydevice kbd(KeyboardServices)[265] <Error>: -[_KSUserWordsSynchroniser accountDidChange:]_block_invoke Disabling syncing if necessary as account found is not supported
2021-02-11 10:18:55:751 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16209
2021-02-11 10:18:55:752 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16210
2021-02-11 10:18:55:752 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16210
2021-02-11 10:18:55:752 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessGetOverride, msgID=9076.16211
2021-02-11 10:18:55:752 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=9076.16211
2021-02-11 10:18:55:753 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitWatchOnWristState, overridden false, (
2021-02-11 10:18:55:753 - [IOSDeviceLog] )
2021-02-11 10:18:55:753 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitWatchOnWristState, overridden false, (
2021-02-11 10:18:55:754 - [IOSDeviceLog] )
2021-02-11 10:18:55:754 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16212
2021-02-11 10:18:55:754 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16212
2021-02-11 10:18:55:754 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16213
2021-02-11 10:18:55:755 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16213
2021-02-11 10:18:55:756 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessGetOverride, msgID=9076.16214
2021-02-11 10:18:55:757 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=9076.16214
2021-02-11 10:18:55:757 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitWatchFallStats, overridden false, (
2021-02-11 10:18:55:757 - [IOSDeviceLog] )
2021-02-11 10:18:55:757 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitWatchFallStats, overridden false, (
2021-02-11 10:18:55:757 - [IOSDeviceLog] )
2021-02-11 10:18:55:758 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16215
2021-02-11 10:18:55:758 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16215
2021-02-11 10:18:55:758 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16216
2021-02-11 10:18:55:758 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16216
2021-02-11 10:18:55:758 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessGetOverride, msgID=9076.16217
2021-02-11 10:18:55:758 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=9076.16217
2021-02-11 10:18:55:758 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitPedometer, overridden false, (
2021-02-11 10:18:55:759 - [IOSDeviceLog] )
2021-02-11 10:18:55:759 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitPedometer, overridden false, (
2021-02-11 10:18:55:759 - [IOSDeviceLog] )
2021-02-11 10:18:55:759 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16218
2021-02-11 10:18:55:759 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16218
2021-02-11 10:18:55:759 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16219
2021-02-11 10:18:55:759 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16219
2021-02-11 10:18:55:760 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessGetOverride, msgID=9076.16220
2021-02-11 10:18:55:760 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=9076.16220
2021-02-11 10:18:55:760 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitLocationMetrics, overridden false, (
2021-02-11 10:18:55:760 - [IOSDeviceLog] )
2021-02-11 10:18:55:760 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitLocationMetrics, overridden false, (
2021-02-11 10:18:55:760 - [IOSDeviceLog] )
2021-02-11 10:18:55:760 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16221
2021-02-11 10:18:55:760 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16221
2021-02-11 10:18:55:760 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16222
2021-02-11 10:18:55:761 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16222
2021-02-11 10:18:55:761 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessGetOverride, msgID=9076.16223
2021-02-11 10:18:55:762 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=9076.16223
2021-02-11 10:18:55:762 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitStrideCalibration, overridden false, (
2021-02-11 10:18:55:762 - [IOSDeviceLog] )
2021-02-11 10:18:55:762 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitStrideCalibration, overridden false, (
2021-02-11 10:18:55:762 - [IOSDeviceLog] )
2021-02-11 10:18:55:762 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16224
2021-02-11 10:18:55:763 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16224
2021-02-11 10:18:55:763 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=39, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=39.30761
2021-02-11 10:18:55:764 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16225
2021-02-11 10:18:55:764 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16225
2021-02-11 10:18:55:768 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessGetOverride, msgID=9076.16226
2021-02-11 10:18:55:771 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=9076.16226
2021-02-11 10:18:55:771 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitSpeechMetrics, overridden false, (
2021-02-11 10:18:55:773 - [IOSDeviceLog] )
2021-02-11 10:18:55:773 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitSpeechMetrics, overridden false, (
2021-02-11 10:18:55:773 - [IOSDeviceLog] )
2021-02-11 10:18:55:773 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16227
2021-02-11 10:18:55:773 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=39.30761
2021-02-11 10:18:55:774 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16227
2021-02-11 10:18:55:774 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16228
2021-02-11 10:18:55:774 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16228
2021-02-11 10:18:55:774 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessGetOverride, msgID=9076.16229
2021-02-11 10:18:55:774 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=9076.16229
2021-02-11 10:18:55:774 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitElevation, overridden false, (
2021-02-11 10:18:55:774 - [IOSDeviceLog] )
2021-02-11 10:18:55:774 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitElevation, overridden false, (
2021-02-11 10:18:55:774 - [IOSDeviceLog] )
2021-02-11 10:18:55:774 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16230
2021-02-11 10:18:55:774 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(DuetActivityScheduler)[2148] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:774 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16230
2021-02-11 10:18:55:775 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16231
2021-02-11 10:18:55:775 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48309
2021-02-11 10:18:55:775 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16231
2021-02-11 10:18:55:775 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessGetOverride, msgID=9076.16232
2021-02-11 10:18:55:775 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48309
2021-02-11 10:18:55:775 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=9076.16232
2021-02-11 10:18:55:775 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitFacialMetrics, overridden false, (
2021-02-11 10:18:55:781 - [IOSDeviceLog] )
2021-02-11 10:18:55:781 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitFacialMetrics, overridden false, (
2021-02-11 10:18:55:781 - [IOSDeviceLog] )
2021-02-11 10:18:55:781 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16233
2021-02-11 10:18:55:782 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16233
2021-02-11 10:18:55:782 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16234
2021-02-11 10:18:55:782 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16234
2021-02-11 10:18:55:782 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessGetOverride, msgID=9076.16235
2021-02-11 10:18:55:782 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=9076.16235
2021-02-11 10:18:55:782 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitPhoneUsage, overridden false, (
2021-02-11 10:18:55:782 - [IOSDeviceLog] )
2021-02-11 10:18:55:783 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitPhoneUsage, overridden false, (
2021-02-11 10:18:55:783 - [IOSDeviceLog] )
2021-02-11 10:18:55:783 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16236
2021-02-11 10:18:55:783 - [IOSDeviceLog] Feb 11 10:18:55 mydevice fmfd[182] <Notice>: -[FMFCloudKitManager bootstrapAccountWithReason:]: Not retrying bootstrapping after: inf
2021-02-11 10:18:55:783 - [IOSDeviceLog] Feb 11 10:18:55 mydevice itunescloudd[185] <Notice>: Received darwin notification com.apple.tcc.access.changed
2021-02-11 10:18:55:783 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=9076.16236
2021-02-11 10:18:55:783 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16237
2021-02-11 10:18:55:783 - [IOSDeviceLog] Feb 11 10:18:55 mydevice remindd[10067] <Notice>: CloudKit account status may have changed
2021-02-11 10:18:55:783 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=9076.16237
2021-02-11 10:18:55:784 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessGetOverride, msgID=9076.16238
2021-02-11 10:18:55:784 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=9076.16238
2021-02-11 10:18:55:784 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitAmbientLightSensor, overridden false, (
2021-02-11 10:18:55:784 - [IOSDeviceLog] )
2021-02-11 10:18:55:784 - [IOSDeviceLog] Feb 11 10:18:55 mydevice locationd(SensorKit)[9076] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitAmbientLightSensor, overridden false, (
2021-02-11 10:18:55:784 - [IOSDeviceLog] )
2021-02-11 10:18:55:784 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=9076, sender_uid=0, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=9076.16239
2021-02-11 10:18:55:784 - [IOSDeviceLog] Feb 11 10:18:55 mydevice itunescloudd[185] <Error>: Received unsupported darwin notification com.apple.tcc.access.changed
2021-02-11 10:18:55:784 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Error>: -[TCCDAccessIdentity initWithMessage:]: self.bundle=0x0, bundle:(null); for: com.apple.sensorkit.dummy-bundle-id
2021-02-11 10:18:55:785 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=9076.16239
2021-02-11 10:18:55:785 - [IOSDeviceLog] Feb 11 10:18:55 mydevice remindd[10067] <Notice>: Updating CloudKit account status
2021-02-11 10:18:55:785 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd[9006] <Notice>: AMSDCloudKitDataSource: [6AEC52AB] The CloudKit account changed.
2021-02-11 10:18:55:785 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd[9006] <Notice>: AMSDMultiUserController: [6AEC52AB] Cloud data manager changed.
2021-02-11 10:18:55:785 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd[9006] <Notice>: AMSDMultiUserController: [6AEC52AB] Queuing a new Multi-User refresh. options = <AMSDRefreshMultiUserOptions: 0x10283b9d0> {
2021-02-11 10:18:55:785 - [IOSDeviceLog] ignoreThrottling = false
2021-02-11 10:18:55:785 - [IOSDeviceLog] reason = Cloud data manager changed.
2021-02-11 10:18:55:785 - [IOSDeviceLog] schedulingInterval = 0.000000
2021-02-11 10:18:55:785 - [IOSDeviceLog] shouldUseCloudData = true
2021-02-11 10:18:55:785 - [IOSDeviceLog] throttlingInterval = 0.000000
2021-02-11 10:18:55:786 - [IOSDeviceLog] }
2021-02-11 10:18:55:786 - [IOSDeviceLog] Feb 11 10:18:55 mydevice accountsd(AccountsDaemon)[130] <Notice>: "<private> (<private>) received"
2021-02-11 10:18:55:786 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=185, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformation, msgID=185.5221
2021-02-11 10:18:55:786 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=151.88843
2021-02-11 10:18:55:786 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformation, msgID=185.5221
2021-02-11 10:18:55:786 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=151.88843, function=<private>, service=kTCCServiceLiverpool, preflight=yes, query=1,
2021-02-11 10:18:55:786 - [IOSDeviceLog] Feb 11 10:18:55 mydevice accountsd(AccountsDaemon)[130] <Notice>: "<private> (<private>) received"
2021-02-11 10:18:55:786 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=151.88843, attribution={accessing={identifier=com.apple.remindd, pid=10067, auid=501, euid=501, binary_path=/usr/libexec/remindd}, requesting={identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd}, },
2021-02-11 10:18:55:786 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd is checking access for accessor identifier=com.apple.remindd, pid=10067, auid=501, euid=501, binary_path=/usr/libexec/remindd
2021-02-11 10:18:55:787 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.remindd, pid=10067, auid=501, euid=501, binary_path=/usr/libexec/remindd access to kTCCServiceLiverpool via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:55:787 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=151.88843, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:55:787 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=151.88843
2021-02-11 10:18:55:787 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: PCSIdentitySetCreate: (null) {
2021-02-11 10:18:55:787 - [IOSDeviceLog] kPCSSetupDSID = "<<VALUE>>";
2021-02-11 10:18:55:787 - [IOSDeviceLog] }
2021-02-11 10:18:55:787 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd[9006] <Error>: CKContainer: [6AEC52AB] accountInfo.accountStatus == CKAccountStatusCouldNotDetermine
2021-02-11 10:18:55:787 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): keychain: -25300
2021-02-11 10:18:55:787 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): status: off
2021-02-11 10:18:55:787 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird[66] <Notice>: accountStatusDidChange calling accountStatusWithCompletionHandler
2021-02-11 10:18:55:787 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird[66] <Notice>: CKAccountChanged notification received
2021-02-11 10:18:55:787 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=151.88844
2021-02-11 10:18:55:788 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=151.88844, function=<private>, service=kTCCServiceLiverpool, preflight=yes, query=1,
2021-02-11 10:18:55:788 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=151.88844, attribution={accessing={identifier=com.apple.cloudpaird, pid=66, auid=501, euid=501, binary_path=/usr/libexec/cloudpaird}, requesting={identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd}, },
2021-02-11 10:18:55:789 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd is checking access for accessor identifier=com.apple.cloudpaird, pid=66, auid=501, euid=501, binary_path=/usr/libexec/cloudpaird
2021-02-11 10:18:55:789 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.cloudpaird, pid=66, auid=501, euid=501, binary_path=/usr/libexec/cloudpaird access to kTCCServiceLiverpool via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:55:789 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=151.88844, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:55:790 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=151.88844
2021-02-11 10:18:55:790 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: PCSIdentitySetCreate: (null) {
2021-02-11 10:18:55:790 - [IOSDeviceLog] kPCSSetupDSID = "<<VALUE>>";
2021-02-11 10:18:55:790 - [IOSDeviceLog] }
2021-02-11 10:18:55:795 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): keychain: -25300
2021-02-11 10:18:55:795 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): status: off
2021-02-11 10:18:55:795 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48310
2021-02-11 10:18:55:796 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=260, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=260.3695
2021-02-11 10:18:55:796 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48310
2021-02-11 10:18:55:796 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=151.88845
2021-02-11 10:18:55:796 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=151.88845, function=<private>, service=kTCCServiceLiverpool, preflight=yes, query=1,
2021-02-11 10:18:55:797 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=151.88845, attribution={accessing={identifier=com.apple.cloudpaird, pid=66, auid=501, euid=501, binary_path=/usr/libexec/cloudpaird}, requesting={identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd}, },
2021-02-11 10:18:55:797 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=260.3695
2021-02-11 10:18:55:797 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=39, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=39.30762
2021-02-11 10:18:55:797 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd is checking access for accessor identifier=com.apple.cloudpaird, pid=66, auid=501, euid=501, binary_path=/usr/libexec/cloudpaird
2021-02-11 10:18:55:797 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.cloudpaird, pid=66, auid=501, euid=501, binary_path=/usr/libexec/cloudpaird access to kTCCServiceLiverpool via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:55:797 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=151.88845, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:55:797 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=39.30762
2021-02-11 10:18:55:797 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=151.88845
2021-02-11 10:18:55:797 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: PCSIdentitySetCreate: (null) {
2021-02-11 10:18:55:797 - [IOSDeviceLog] kPCSSetupDSID = "<<VALUE>>";
2021-02-11 10:18:55:797 - [IOSDeviceLog] }
2021-02-11 10:18:55:797 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchpartyd[129] <Notice>: CKAccountChanged notification received
2021-02-11 10:18:55:798 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): keychain: -25300
2021-02-11 10:18:55:798 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): status: off
2021-02-11 10:18:55:798 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=151.88846
2021-02-11 10:18:55:798 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=151.88846, function=<private>, service=kTCCServiceLiverpool, preflight=yes, query=1,
2021-02-11 10:18:55:798 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=151.88846, attribution={accessing={identifier=com.apple.icloud.searchpartyd, pid=129, auid=501, euid=501, binary_path=/usr/libexec/searchpartyd}, requesting={identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd}, },
2021-02-11 10:18:55:798 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd is checking access for accessor identifier=com.apple.icloud.searchpartyd, pid=129, auid=501, euid=501, binary_path=/usr/libexec/searchpartyd
2021-02-11 10:18:55:799 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.icloud.searchpartyd, pid=129, auid=501, euid=501, binary_path=/usr/libexec/searchpartyd access to kTCCServiceLiverpool via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:55:799 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=151.88846, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:55:799 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=151.88846
2021-02-11 10:18:55:799 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: PCSIdentitySetCreate: (null) {
2021-02-11 10:18:55:799 - [IOSDeviceLog] kPCSSetupDSID = "<<VALUE>>";
2021-02-11 10:18:55:799 - [IOSDeviceLog] }
2021-02-11 10:18:55:799 - [IOSDeviceLog] Feb 11 10:18:55 mydevice passd[94] <Notice>: Received CKAccountChangedNotification.
2021-02-11 10:18:55:799 - [IOSDeviceLog] Feb 11 10:18:55 mydevice healthd(HealthDaemon)[39] <Notice>: Access to fitness data granted.
2021-02-11 10:18:55:799 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): keychain: -25300
2021-02-11 10:18:55:799 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): status: off
2021-02-11 10:18:55:800 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=151.88847
2021-02-11 10:18:55:800 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=151.88847, function=<private>, service=kTCCServiceLiverpool, preflight=yes, query=1,
2021-02-11 10:18:55:800 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=151.88847, attribution={accessing={identifier=com.apple.syncdefaultsd, pid=10089, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd}, requesting={identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd}, },
2021-02-11 10:18:55:800 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd is checking access for accessor identifier=com.apple.syncdefaultsd, pid=10089, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd
2021-02-11 10:18:55:800 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.syncdefaultsd, pid=10089, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd access to kTCCServiceLiverpool via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:55:800 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=151.88847, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:55:800 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=151.88847
2021-02-11 10:18:55:801 - [IOSDeviceLog] Feb 11 10:18:55 mydevice passd[94] <Notice>: Received CKAccountChangedNotification.
2021-02-11 10:18:55:801 - [IOSDeviceLog] Feb 11 10:18:55 mydevice passd[94] <Notice>: Received CKAccountChangedNotification in PDApplePayCloudStoreContainer. Fetching latest account information.
2021-02-11 10:18:55:803 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=7270.48311
2021-02-11 10:18:55:803 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=151.88848
2021-02-11 10:18:55:803 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=7270.48311
2021-02-11 10:18:55:803 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=151.88848, function=<private>, service=kTCCServiceLiverpool, preflight=yes, query=1,
2021-02-11 10:18:55:803 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=151.88848, attribution={accessing={identifier=com.apple.SafariBookmarksSyncAgent, pid=7097, auid=501, euid=501, binary_path=/System/Library/CoreServices/SafariSupport.bundle/SafariBookmarksSyncAgent}, requesting={identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd}, },
2021-02-11 10:18:55:804 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd is checking access for accessor identifier=com.apple.SafariBookmarksSyncAgent, pid=7097, auid=501, euid=501, binary_path=/System/Library/CoreServices/SafariSupport.bundle/SafariBookmarksSyncAgent
2021-02-11 10:18:55:804 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.SafariBookmarksSyncAgent, pid=7097, auid=501, euid=501, binary_path=/System/Library/CoreServices/SafariSupport.bundle/SafariBookmarksSyncAgent access to kTCCServiceLiverpool via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:55:804 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=151.88848, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:55:804 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=151.88848
2021-02-11 10:18:55:804 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: PCSIdentitySetCreate: (null) {
2021-02-11 10:18:55:804 - [IOSDeviceLog] kPCSSetupDSID = "<<VALUE>>";
2021-02-11 10:18:55:804 - [IOSDeviceLog] }
2021-02-11 10:18:55:805 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird[66] <Notice>: non-Manatee accountStatusWithCompletionHandler accountStatus 1 error (null)
2021-02-11 10:18:55:805 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitMessageUsage, overridden false, (
2021-02-11 10:18:55:805 - [IOSDeviceLog] )
2021-02-11 10:18:55:805 - [IOSDeviceLog] Feb 11 10:18:55 mydevice homed(HMFoundation)[179] <Notice>: [Check manatee availability (C9A1982A-33E7-4ECE-8C31-D7D65C136B95)] Started
2021-02-11 10:18:55:806 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): keychain: -25300
2021-02-11 10:18:55:806 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): status: off
2021-02-11 10:18:55:806 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=151.88849
2021-02-11 10:18:55:807 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=151.88849, function=<private>, service=kTCCServiceLiverpool, preflight=yes, query=1,
2021-02-11 10:18:55:807 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=151.88849, attribution={accessing={identifier=com.apple.siriknowledged, pid=9017, auid=501, euid=501, binary_path=/usr/libexec/siriknowledged}, requesting={identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd}, },
2021-02-11 10:18:55:807 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd is checking access for accessor identifier=com.apple.siriknowledged, pid=9017, auid=501, euid=501, binary_path=/usr/libexec/siriknowledged
2021-02-11 10:18:55:807 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.siriknowledged, pid=9017, auid=501, euid=501, binary_path=/usr/libexec/siriknowledged access to kTCCServiceLiverpool via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:55:807 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=151.88849, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:55:808 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=151.88849
2021-02-11 10:18:55:808 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: PCSIdentitySetCreate: (null) {
2021-02-11 10:18:55:808 - [IOSDeviceLog] kPCSSetupDSID = "<<VALUE>>";
2021-02-11 10:18:55:808 - [IOSDeviceLog] }
2021-02-11 10:18:55:808 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird[66] <Notice>: non-Manatee accountStatusDidChange Accounts available accountStatus 1 self.isAccountActive 1
2021-02-11 10:18:55:809 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): keychain: -25300
2021-02-11 10:18:55:809 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): status: off
2021-02-11 10:18:55:810 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=151.88850
2021-02-11 10:18:55:810 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitMessageUsage, overridden false, (
2021-02-11 10:18:55:810 - [IOSDeviceLog] )
2021-02-11 10:18:55:810 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=151.88850, function=<private>, service=kTCCServiceLiverpool, preflight=yes, query=1,
2021-02-11 10:18:55:811 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=151.88850, attribution={accessing={identifier=com.apple.homed, pid=179, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/HomeKitDaemon.framework/Support/homed}, requesting={identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd}, },
2021-02-11 10:18:55:811 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd is checking access for accessor identifier=com.apple.homed, pid=179, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/HomeKitDaemon.framework/Support/homed
2021-02-11 10:18:55:811 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.homed, pid=179, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/HomeKitDaemon.framework/Support/homed access to kTCCServiceLiverpool via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:55:811 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=151.88850, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:55:811 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=151.88850
2021-02-11 10:18:55:811 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: PCSIdentitySetCreate: (null) {
2021-02-11 10:18:55:811 - [IOSDeviceLog] kPCSSetupDSID = "<<VALUE>>";
2021-02-11 10:18:55:811 - [IOSDeviceLog] }
2021-02-11 10:18:55:812 - [IOSDeviceLog] Feb 11 10:18:55 mydevice ScreenTimeAgent[93] <Notice>: CK account changed
2021-02-11 10:18:55:813 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): keychain: -25300
2021-02-11 10:18:55:813 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): status: off
2021-02-11 10:18:55:814 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=151.88851
2021-02-11 10:18:55:818 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=151.88851, function=<private>, service=kTCCServiceLiverpool, preflight=yes, query=1,
2021-02-11 10:18:55:819 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=151.88851, attribution={accessing={identifier=com.apple.ScreenTimeAgent, pid=93, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeAgent}, requesting={identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd}, },
2021-02-11 10:18:55:819 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd is checking access for accessor identifier=com.apple.ScreenTimeAgent, pid=93, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeAgent
2021-02-11 10:18:55:821 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.ScreenTimeAgent, pid=93, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeAgent access to kTCCServiceLiverpool via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:55:822 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=151.88851, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:55:822 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=151.88851
2021-02-11 10:18:55:823 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: PCSIdentitySetCreate: (null) {
2021-02-11 10:18:55:823 - [IOSDeviceLog] kPCSSetupDSID = "<<VALUE>>";
2021-02-11 10:18:55:824 - [IOSDeviceLog] }
2021-02-11 10:18:55:824 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchpartyd[129] <Notice>: Fetched CK account status: Available
2021-02-11 10:18:55:824 - [IOSDeviceLog] Feb 11 10:18:55 mydevice siriknowledged[9017] <Error>: -[CKNCloudKitManager _setupAccount]_block_invoke Account status change cannot be handled
2021-02-11 10:18:55:824 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): keychain: -25300
2021-02-11 10:18:55:825 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): status: off
2021-02-11 10:18:55:825 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd[9006] <Error>: AMSDHomeKitDataSource [6AEC52AB] Failed to fetch the device's homes. HomeKit isn't ready. status = 0
2021-02-11 10:18:55:825 - [IOSDeviceLog] Feb 11 10:18:55 mydevice passd[94] <Notice>: Received CKAccountChangedNotification in PDPassCloudStoreContainer.
2021-02-11 10:18:55:825 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=151.88852
2021-02-11 10:18:55:825 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchpartyd[129] <Notice>: iCloud accountDidChange Available -> Available
2021-02-11 10:18:55:825 - [IOSDeviceLog] Feb 11 10:18:55 mydevice passd[94] <Notice>: Ignoring CKAccountChangedNotification in PDPassCloudStoreContainer because the container is already setup.
2021-02-11 10:18:55:825 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=151.88852, function=<private>, service=kTCCServiceLiverpool, preflight=yes, query=1,
2021-02-11 10:18:55:825 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=151.88852, attribution={accessing={identifier=com.apple.passd, pid=94, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/PassKitCore.framework/passd}, requesting={identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd}, },
2021-02-11 10:18:55:826 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd is checking access for accessor identifier=com.apple.passd, pid=94, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/PassKitCore.framework/passd
2021-02-11 10:18:55:826 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.passd, pid=94, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/PassKitCore.framework/passd access to kTCCServiceLiverpool via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:55:826 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=151.88852, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:55:826 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=151.88852
2021-02-11 10:18:55:826 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: PCSIdentitySetCreate: (null) {
2021-02-11 10:18:55:826 - [IOSDeviceLog] kPCSSetupDSID = "<<VALUE>>";
2021-02-11 10:18:55:826 - [IOSDeviceLog] }
2021-02-11 10:18:55:826 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchpartyd[129] <Notice>: iCloud Account available
2021-02-11 10:18:55:826 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): keychain: -25300
2021-02-11 10:18:55:826 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): status: off
2021-02-11 10:18:55:826 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird[66] <Notice>: Fetched CK account status: Available
2021-02-11 10:18:55:826 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48312
2021-02-11 10:18:55:826 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=151.88853
2021-02-11 10:18:55:826 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48312
2021-02-11 10:18:55:826 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=151.88853, function=<private>, service=kTCCServiceLiverpool, preflight=yes, query=1,
2021-02-11 10:18:55:826 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=151.88853, attribution={accessing={identifier=com.apple.suggestd, pid=210, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CoreSuggestions.framework/suggestd}, requesting={identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd}, },
2021-02-11 10:18:55:827 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.cloudd, pid=151, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd is checking access for accessor identifier=com.apple.suggestd, pid=210, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CoreSuggestions.framework/suggestd
2021-02-11 10:18:55:827 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.suggestd, pid=210, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CoreSuggestions.framework/suggestd access to kTCCServiceLiverpool via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:55:827 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=151.88853, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:55:827 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=151.88853
2021-02-11 10:18:55:827 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: PCSIdentitySetCreate: (null) {
2021-02-11 10:18:55:827 - [IOSDeviceLog] kPCSSetupDSID = "<<VALUE>>";
2021-02-11 10:18:55:827 - [IOSDeviceLog] }
2021-02-11 10:18:55:827 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird[66] <Notice>: iCloud accountDidChange Available -> Available
2021-02-11 10:18:55:827 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): keychain: -25300
2021-02-11 10:18:55:827 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): status: off
2021-02-11 10:18:55:828 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=151.88854
2021-02-11 10:18:55:828 - [IOSDeviceLog] Feb 11 10:18:55 mydevice homed(HomeKitBackingStore)[179] <Error>: [com.apple.homekit.camera.clips] [C9A1982A-33E7-4ECE-8C31-D7D65C136B95] Manatee is not currently available; waiting for CKAccountChangedNotification to check again
2021-02-11 10:18:55:829 - [IOSDeviceLog] Feb 11 10:18:55 mydevice homed(HMFoundation)[179] <Notice>: [Check manatee availability (C9A1982A-33E7-4ECE-8C31-D7D65C136B95)] Invalidated after 0.022606s
2021-02-11 10:18:55:829 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd[9006] <Error>: AMSDMultiUserController: [6AEC52AB] The refresh failed. error = { Error domain=AMSErrorDomain, code=13 }
2021-02-11 10:18:55:829 - [IOSDeviceLog] Feb 11 10:18:55 mydevice passd[94] <Notice>: iCloud account status: Available, supportsDeviceToDeviceEncryption: NO, with error: (null)
2021-02-11 10:18:55:829 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=151.88854
2021-02-11 10:18:55:830 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: PCSIdentitySetCreate: (null) {
2021-02-11 10:18:55:830 - [IOSDeviceLog] kPCSSetupDSID = "<<VALUE>>";
2021-02-11 10:18:55:830 - [IOSDeviceLog] }
2021-02-11 10:18:55:831 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird[66] <Notice>: iCloud accountDidChange available
2021-02-11 10:18:55:832 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird[66] <Notice>: iCloud Account available
2021-02-11 10:18:55:832 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): keychain: -25300
2021-02-11 10:18:55:832 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): status: off
2021-02-11 10:18:55:832 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd[9006] <Notice>: AMSDMultiUserController: [6AEC52AB] Scheduling a refresh. options = <AMSDRefreshMultiUserOptions: 0x10294a630> {
2021-02-11 10:18:55:833 - [IOSDeviceLog] ignoreThrottling = false
2021-02-11 10:18:55:833 - [IOSDeviceLog] reason = A previous refresh failed.
2021-02-11 10:18:55:833 - [IOSDeviceLog] schedulingInterval = 86400.000000
2021-02-11 10:18:55:833 - [IOSDeviceLog] shouldUseCloudData = true
2021-02-11 10:18:55:833 - [IOSDeviceLog] throttlingInterval = 0.000000
2021-02-11 10:18:55:833 - [IOSDeviceLog] }
2021-02-11 10:18:55:833 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd[9006] <Notice>: AMSDBackgroundActivityScheduler: [6AEC52AB] Scheduling a block for later execution. identifier = com.apple.amsaccountsd.refresh | options = {
2021-02-11 10:18:55:833 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=39, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=39.30763
2021-02-11 10:18:55:834 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchpartyd[129] <Notice>: accountInfo: <private>
2021-02-11 10:18:55:834 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd[9006] <Notice>: AMSDBackgroundActivityScheduler: [6AEC52AB] allowBattery = true
2021-02-11 10:18:55:834 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48313
2021-02-11 10:18:55:834 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchpartyd[129] <Notice>: Setting manateeAvailable to 0
2021-02-11 10:18:55:834 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48313
2021-02-11 10:18:55:834 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd[9006] <Notice>: AMSDBackgroundActivityScheduler: [6AEC52AB] interval = 86400.000000
2021-02-11 10:18:55:834 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd[9006] <Notice>: AMSDBackgroundActivityScheduler: [6AEC52AB] qualityOfService = 17
2021-02-11 10:18:55:835 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd[9006] <Notice>: AMSDBackgroundActivityScheduler: [6AEC52AB] repeats = false
2021-02-11 10:18:55:835 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudd(CloudKitDaemon)[151] <Notice>: [Operation 0x14beb6e80] Initialized with context 0x14d277030. Background: 0, cellular: 1, QOS: 0x11
2021-02-11 10:18:55:837 - [IOSDeviceLog] Feb 11 10:18:55 mydevice passd[94] <Notice>: Error: Cannot setup container because account does not support device to device encryption (HSA2)
2021-02-11 10:18:55:837 - [IOSDeviceLog] Feb 11 10:18:55 mydevice passd[94] <Notice>: PDApplePayCloudStoreContainer: setContainerState called with state PDCloudStoreContainerStateDetachWithFailure, operationGroupNameSuffix: CKAccountChangedNotification, and retry count 0
2021-02-11 10:18:55:838 - [IOSDeviceLog] Feb 11 10:18:55 mydevice passd[94] <Notice>: PDCloudStoreContainer: setContainerState called with state PDCloudStoreContainerStateDetachWithFailure, operationGroupNameSuffix: CKAccountChangedNotification, and retry count 0
2021-02-11 10:18:55:841 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd[9006] <Notice>: AMSDBackgroundActivityScheduler: [6AEC52AB] requireInexpensiveNetworkConnection = false
2021-02-11 10:18:55:841 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=7270.48314
2021-02-11 10:18:55:841 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=7270.48314
2021-02-11 10:18:55:842 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd[9006] <Notice>: AMSDBackgroundActivityScheduler: [6AEC52AB] requireNetworkConnection = true
2021-02-11 10:18:55:842 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitWatchHeartRate, overridden false, (
2021-02-11 10:18:55:842 - [IOSDeviceLog] )
2021-02-11 10:18:55:842 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd[9006] <Notice>: AMSDBackgroundActivityScheduler: [6AEC52AB] }
2021-02-11 10:18:55:842 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd(libxpc.dylib)[9006] <Notice>: xpc_activity_register: com.apple.amsaccountsd.refresh, criteria: dictionary
2021-02-11 10:18:55:842 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd(libxpc.dylib)[9006] <Notice>: _xpc_activity_register: com.apple.amsaccountsd.refresh (0x10280d920), 3604
2021-02-11 10:18:55:842 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd(libxpc.dylib)[9006] <Notice>: xpc_activity_set_criteria: com.apple.amsaccountsd.refresh (0x10280d920), dict
2021-02-11 10:18:55:842 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitWatchHeartRate, overridden false, (
2021-02-11 10:18:55:843 - [IOSDeviceLog] )
2021-02-11 10:18:55:843 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird[66] <Notice>: accountInfo: <private>
2021-02-11 10:18:55:843 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd(libxpc.dylib)[9006] <Notice>: xpc_activity_set_criteria, lower half: com.apple.amsaccountsd.refresh (0x10280d920), dict
2021-02-11 10:18:55:843 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird[66] <Notice>: Setting manateeAvailable to 0
2021-02-11 10:18:55:843 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd(libxpc.dylib)[9006] <Notice>: _xpc_activity_set_criteria: com.apple.amsaccountsd.refresh (0x10280d920), dict
2021-02-11 10:18:55:843 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48315
2021-02-11 10:18:55:843 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird[66] <Notice>: Account now available - manatee: 0
2021-02-11 10:18:55:843 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48315
2021-02-11 10:18:55:844 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd(libxpc.dylib)[9006] <Notice>: _xpc_activity_set_criteria: xpc_set_event com.apple.amsaccountsd.refresh, 3605
2021-02-11 10:18:55:844 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=39.30763
2021-02-11 10:18:55:844 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=39, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=39.30764
2021-02-11 10:18:55:844 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird[66] <Notice>: Device Store scheduleDeviceStoreDeferredActions
2021-02-11 10:18:55:844 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird[66] <Notice>: Device Store checkin activity handler
2021-02-11 10:18:55:844 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd(libxpc.dylib)[9006] <Notice>: xpc_activity_set_criteria: com.apple.amsaccountsd.refresh (0x10280d920), setting state now to 1
2021-02-11 10:18:55:845 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Unregistered XPC Activity on XPC remove event: com.apple.amsaccountsd.refresh (0x12125b2b0)
2021-02-11 10:18:55:845 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Creating XPC Activity on XPC add event: com.apple.amsaccountsd.refresh
2021-02-11 10:18:55:845 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Created XPC Activity: com.apple.amsaccountsd.refresh (0x1232153a0)
2021-02-11 10:18:55:846 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Activity com.apple.amsaccountsd.refresh (0x1232153a0) matches XPC Activity with name com.apple.amsaccountsd.refresh (0x12125b2b0)
2021-02-11 10:18:55:846 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Registered XPC Activity (with reuse): com.apple.amsaccountsd.refresh (0x1232153a0)
2021-02-11 10:18:55:846 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird[66] <Notice>: BTXPCTimer: Scheduling XPC activity (com.apple.bluetooth.services.devicestore.deferredActions) in 0 ~60.000000 grace.
2021-02-11 10:18:55:846 - [IOSDeviceLog] Feb 11 10:18:55 mydevice amsaccountsd(libxpc.dylib)[9006] <Notice>: _xpc_activity_set_state: com.apple.amsaccountsd.refresh (0x10280d920), 1
2021-02-11 10:18:55:846 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: xpc_activity_register: com.apple.bluetooth.services.devicestore.deferredActions, criteria: check-in
2021-02-11 10:18:55:846 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48316
2021-02-11 10:18:55:847 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_register: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), 0
2021-02-11 10:18:55:847 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48316
2021-02-11 10:18:55:847 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=39, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=39.30765
2021-02-11 10:18:55:847 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: xpc_activity_set_criteria: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), check-in
2021-02-11 10:18:55:847 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird[66] <Notice>: accountStatus: 1
2021-02-11 10:18:55:847 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird[66] <Notice>: Force(0) Account status changed: 1
2021-02-11 10:18:55:847 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=7270.48317
2021-02-11 10:18:55:847 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird[66] <Notice>: Account status changed: 1, Forced: 0
2021-02-11 10:18:55:848 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: xpc_activity_set_criteria, lower half: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), check-in
2021-02-11 10:18:55:848 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=7270.48317
2021-02-11 10:18:55:848 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_set_criteria: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), check-in
2021-02-11 10:18:55:848 - [IOSDeviceLog] Feb 11 10:18:55 mydevice suggestd(Accounts)[210] <Notice>: "The connection to ACDAccountStore was invalidated."
2021-02-11 10:18:55:848 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitKeyboardMetrics, overridden false, (
2021-02-11 10:18:55:855 - [IOSDeviceLog] )
2021-02-11 10:18:55:855 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitKeyboardMetrics, overridden false, (
2021-02-11 10:18:55:856 - [IOSDeviceLog] )
2021-02-11 10:18:55:856 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=210, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=210.10058
2021-02-11 10:18:55:856 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: xpc_activity_set_criteria: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), setting state now to 0
2021-02-11 10:18:55:856 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_set_state: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), 0
2021-02-11 10:18:55:856 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=210.10058
2021-02-11 10:18:55:856 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: __XPC_ACTIVITY_CALLING_HANDLER__: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), current state 0, pending state 0
2021-02-11 10:18:55:856 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird[66] <Notice>: BTXPCTimer Check-in: com.apple.bluetooth.services.devicestore.deferredActions, with criteria: <xpc object>
2021-02-11 10:18:55:856 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48318
2021-02-11 10:18:55:856 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: xpc_activity_set_criteria: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), dict
2021-02-11 10:18:55:856 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48318
2021-02-11 10:18:55:857 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: __XPC_ACTIVITY_CALLING_HANDLER__ returned from handler: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), current state 0, pending state 0
2021-02-11 10:18:55:857 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=210, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=210.10059
2021-02-11 10:18:55:857 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_set_state: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), 1
2021-02-11 10:18:55:857 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: xpc_activity_set_criteria, lower half: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), dict
2021-02-11 10:18:55:857 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_set_criteria: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), dict
2021-02-11 10:18:55:857 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_set_criteria: xpc_set_event com.apple.bluetooth.services.devicestore.deferredActions, 2
2021-02-11 10:18:55:858 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=39.30765
2021-02-11 10:18:55:858 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: xpc_activity_set_criteria: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), setting state now to 1
2021-02-11 10:18:55:858 - [IOSDeviceLog] Feb 11 10:18:55 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_set_state: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), 1
2021-02-11 10:18:55:858 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Creating XPC Activity on XPC add event: com.apple.bluetooth.services.devicestore.deferredActions
2021-02-11 10:18:55:858 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Created XPC Activity: com.apple.bluetooth.services.devicestore.deferredActions (0x12114b280)
2021-02-11 10:18:55:858 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: SUBMITTING: <private>
2021-02-11 10:18:55:859 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:859 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=210.10059
2021-02-11 10:18:55:859 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Registered XPC Activity: com.apple.bluetooth.services.devicestore.deferredActions (0x12114b280)
2021-02-11 10:18:55:859 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Submitted Activity: com.apple.bluetooth.services.devicestore.deferredActions:02B018 at priority 50 <private>
2021-02-11 10:18:55:859 - [IOSDeviceLog] Feb 11 10:18:55 mydevice suggestd(PersonalizationPortraitInternals)[210] <Notice>: PPSettings loaded 14 disabled bundleIds from CloudKit prefs.
2021-02-11 10:18:55:859 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Activity <private>: Optimal Score 0.8187 at <private> (Valid Until: <private>)
2021-02-11 10:18:55:859 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=39, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=39.30766
2021-02-11 10:18:55:859 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: com.apple.bluetooth.services.devicestore.deferredActions:02B018:[
2021-02-11 10:18:55:859 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 10.000, response: {Decision: Can Proceed, Score: 0.52}}
2021-02-11 10:18:55:859 - [IOSDeviceLog] ] sumScores:46.786667, denominator:51.620000, FinalDecision: Can Proceed FinalScore: 0.906367}
2021-02-11 10:18:55:859 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: 'com.apple.bluetooth.services.devicestore.deferredActions:02B018' CurrentScore: 0.906367, ThresholdScore: 0.692983 DecisionToRun:1
2021-02-11 10:18:55:859 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Running <private> immediately on submission
2021-02-11 10:18:55:859 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: With <private> ...Tasks pre-running in group [com.apple.dasd.defaultNetwork] are 1!
2021-02-11 10:18:55:860 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Running activities : <private>
2021-02-11 10:18:55:860 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Activity <private> has delayed start
2021-02-11 10:18:55:860 - [IOSDeviceLog] Feb 11 10:18:55 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: REQUESTING START: <private>
2021-02-11 10:18:55:860 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48319
2021-02-11 10:18:55:860 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=39.30764
2021-02-11 10:18:55:860 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=39.30766
2021-02-11 10:18:55:860 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=39, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=39.30767
2021-02-11 10:18:55:860 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48319
2021-02-11 10:18:55:860 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=39.30767
2021-02-11 10:18:55:860 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=39, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=39.30768
2021-02-11 10:18:55:861 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=7270.48320
2021-02-11 10:18:55:861 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=39.30768
2021-02-11 10:18:55:861 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=7270.48320
2021-02-11 10:18:55:861 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitMotionHeartRate, overridden false, (
2021-02-11 10:18:55:861 - [IOSDeviceLog] )
2021-02-11 10:18:55:861 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitMotionHeartRate, overridden false, (
2021-02-11 10:18:55:861 - [IOSDeviceLog] )
2021-02-11 10:18:55:861 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Adding related apps: <private>
2021-02-11 10:18:55:861 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Stopping activity tracking with bundleIDs <private>
2021-02-11 10:18:55:861 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48321
2021-02-11 10:18:55:862 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48321
2021-02-11 10:18:55:862 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48322
2021-02-11 10:18:55:862 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(DuetActivityScheduler)[2148] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:862 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48322
2021-02-11 10:18:55:862 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Adding related apps: <private>
2021-02-11 10:18:55:862 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Started tracking activity for bundleIDs <private>
2021-02-11 10:18:55:862 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=7270.48323
2021-02-11 10:18:55:862 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=7270.48323
2021-02-11 10:18:55:862 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitMotion, overridden false, (
2021-02-11 10:18:55:862 - [IOSDeviceLog] )
2021-02-11 10:18:55:863 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitMotion, overridden false, (
2021-02-11 10:18:55:863 - [IOSDeviceLog] )
2021-02-11 10:18:55:863 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48324
2021-02-11 10:18:55:864 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48324
2021-02-11 10:18:55:864 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48325
2021-02-11 10:18:55:864 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48325
2021-02-11 10:18:55:864 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=7270.48326
2021-02-11 10:18:55:864 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=7270.48326
2021-02-11 10:18:55:864 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitOdometer, overridden false, (
2021-02-11 10:18:55:864 - [IOSDeviceLog] )
2021-02-11 10:18:55:864 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitOdometer, overridden false, (
2021-02-11 10:18:55:864 - [IOSDeviceLog] )
2021-02-11 10:18:55:869 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48327
2021-02-11 10:18:55:870 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48327
2021-02-11 10:18:55:871 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48328
2021-02-11 10:18:55:871 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48328
2021-02-11 10:18:55:871 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=7270.48329
2021-02-11 10:18:55:871 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=7270.48329
2021-02-11 10:18:55:871 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitDeviceUsage, overridden false, (
2021-02-11 10:18:55:871 - [IOSDeviceLog] )
2021-02-11 10:18:55:871 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitDeviceUsage, overridden false, (
2021-02-11 10:18:55:871 - [IOSDeviceLog] )
2021-02-11 10:18:55:871 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48330
2021-02-11 10:18:55:871 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48330
2021-02-11 10:18:55:871 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48331
2021-02-11 10:18:55:872 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48331
2021-02-11 10:18:55:872 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=7270.48332
2021-02-11 10:18:55:872 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=7270.48332
2021-02-11 10:18:55:872 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitWatchOnWristState, overridden false, (
2021-02-11 10:18:55:872 - [IOSDeviceLog] )
2021-02-11 10:18:55:872 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitWatchOnWristState, overridden false, (
2021-02-11 10:18:55:872 - [IOSDeviceLog] )
2021-02-11 10:18:55:872 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48333
2021-02-11 10:18:55:872 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48333
2021-02-11 10:18:55:872 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48334
2021-02-11 10:18:55:872 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48334
2021-02-11 10:18:55:872 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=7270.48335
2021-02-11 10:18:55:872 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=7270.48335
2021-02-11 10:18:55:872 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitWatchFallStats, overridden false, (
2021-02-11 10:18:55:872 - [IOSDeviceLog] )
2021-02-11 10:18:55:873 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitWatchFallStats, overridden false, (
2021-02-11 10:18:55:873 - [IOSDeviceLog] )
2021-02-11 10:18:55:873 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48336
2021-02-11 10:18:55:873 - [IOSDeviceLog] Feb 11 10:18:55 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: NBSM: TCP metrics iteration:109010 since 30.00 secs: allflows=1/C=0/R=0/W=0/flows=0/unacked=0/rxbytes=0/txbytes=0/rxooo=0/rxdup=0/retx=0
2021-02-11 10:18:55:873 - [IOSDeviceLog] Feb 11 10:18:55 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: NBSM: TCP progress metrics score: 0, problem ratio: 0.00 (baseline: 0.00)
2021-02-11 10:18:55:874 - [IOSDeviceLog] Feb 11 10:18:55 mydevice swcd[283] <Notice>: LS database generation has changed 8772 to 8773. Synchronizing SWC database to it.
2021-02-11 10:18:55:874 - [IOSDeviceLog] Feb 11 10:18:55 mydevice swcd[283] <Error>: Error getting enterprise-managed associated domains data. If this device is not enterprise-managed, this is normal: Error Domain=SWCErrorDomain Code=1701 "Failed to get associated domain data from ManagedConfiguration framework." UserInfo={NSDebugDescription=Failed to get associated domain data from ManagedConfiguration framework., Line=298, Function=<private>}
2021-02-11 10:18:55:874 - [IOSDeviceLog] Feb 11 10:18:55 mydevice swcd[283] <Notice>: Developer mode enabled: NO
2021-02-11 10:18:55:874 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48336
2021-02-11 10:18:55:874 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48337
2021-02-11 10:18:55:875 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48337
2021-02-11 10:18:55:875 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=7270.48338
2021-02-11 10:18:55:875 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=7270.48338
2021-02-11 10:18:55:877 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitPedometer, overridden false, (
2021-02-11 10:18:55:877 - [IOSDeviceLog] )
2021-02-11 10:18:55:877 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitPedometer, overridden false, (
2021-02-11 10:18:55:877 - [IOSDeviceLog] )
2021-02-11 10:18:55:877 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48339
2021-02-11 10:18:55:877 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48339
2021-02-11 10:18:55:878 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48340
2021-02-11 10:18:55:878 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48340
2021-02-11 10:18:55:878 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=7270.48341
2021-02-11 10:18:55:878 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=7270.48341
2021-02-11 10:18:55:879 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitLocationMetrics, overridden false, (
2021-02-11 10:18:55:879 - [IOSDeviceLog] )
2021-02-11 10:18:55:879 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitLocationMetrics, overridden false, (
2021-02-11 10:18:55:879 - [IOSDeviceLog] )
2021-02-11 10:18:55:879 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48342
2021-02-11 10:18:55:880 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48342
2021-02-11 10:18:55:880 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48343
2021-02-11 10:18:55:881 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48343
2021-02-11 10:18:55:881 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=7270.48344
2021-02-11 10:18:55:881 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=7270.48344
2021-02-11 10:18:55:882 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitStrideCalibration, overridden false, (
2021-02-11 10:18:55:882 - [IOSDeviceLog] )
2021-02-11 10:18:55:882 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitStrideCalibration, overridden false, (
2021-02-11 10:18:55:882 - [IOSDeviceLog] )
2021-02-11 10:18:55:882 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48345
2021-02-11 10:18:55:883 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48345
2021-02-11 10:18:55:883 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48346
2021-02-11 10:18:55:884 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48346
2021-02-11 10:18:55:885 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=7270.48347
2021-02-11 10:18:55:885 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=7270.48347
2021-02-11 10:18:55:886 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitSpeechMetrics, overridden false, (
2021-02-11 10:18:55:886 - [IOSDeviceLog] )
2021-02-11 10:18:55:887 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitSpeechMetrics, overridden false, (
2021-02-11 10:18:55:887 - [IOSDeviceLog] )
2021-02-11 10:18:55:887 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48348
2021-02-11 10:18:55:888 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48348
2021-02-11 10:18:55:888 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48349
2021-02-11 10:18:55:889 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48349
2021-02-11 10:18:55:889 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=7270.48350
2021-02-11 10:18:55:890 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=7270.48350
2021-02-11 10:18:55:891 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitElevation, overridden false, (
2021-02-11 10:18:55:891 - [IOSDeviceLog] )
2021-02-11 10:18:55:891 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitElevation, overridden false, (
2021-02-11 10:18:55:891 - [IOSDeviceLog] )
2021-02-11 10:18:55:892 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48351
2021-02-11 10:18:55:892 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48351
2021-02-11 10:18:55:892 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48352
2021-02-11 10:18:55:892 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48352
2021-02-11 10:18:55:892 - [IOSDeviceLog] Feb 11 10:18:55 mydevice kernel(apfs)[0] <Notice>: tx_flush:1074: disk0s1 xid 4098671 tx stats: # 469220 finish 479008 enter 111 wait 24143 5212us close 56us flush 6114us
2021-02-11 10:18:55:893 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=7270.48353
2021-02-11 10:18:55:893 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=7270.48353
2021-02-11 10:18:55:893 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitFacialMetrics, overridden false, (
2021-02-11 10:18:55:893 - [IOSDeviceLog] )
2021-02-11 10:18:55:893 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitFacialMetrics, overridden false, (
2021-02-11 10:18:55:893 - [IOSDeviceLog] )
2021-02-11 10:18:55:894 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48354
2021-02-11 10:18:55:894 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48354
2021-02-11 10:18:55:894 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48355
2021-02-11 10:18:55:894 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48355
2021-02-11 10:18:55:894 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=7270.48356
2021-02-11 10:18:55:894 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=7270.48356
2021-02-11 10:18:55:894 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitPhoneUsage, overridden false, (
2021-02-11 10:18:55:894 - [IOSDeviceLog] )
2021-02-11 10:18:55:894 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitPhoneUsage, overridden false, (
2021-02-11 10:18:55:895 - [IOSDeviceLog] )
2021-02-11 10:18:55:895 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48357
2021-02-11 10:18:55:895 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersForService, msgID=7270.48357
2021-02-11 10:18:55:895 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48358
2021-02-11 10:18:55:895 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyBundleIdentifiersDisabledForService, msgID=7270.48358
2021-02-11 10:18:55:895 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessGetOverride, msgID=7270.48359
2021-02-11 10:18:55:895 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessGetOverride, msgID=7270.48359
2021-02-11 10:18:55:896 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Authorized Bundle Ids for kTCCServiceSensorKitAmbientLightSensor, overridden false, (
2021-02-11 10:18:55:896 - [IOSDeviceLog] )
2021-02-11 10:18:55:896 - [IOSDeviceLog] Feb 11 10:18:55 mydevice sensorkitd[7270] <Notice>: Deauthorized Bundle Ids for kTCCServiceSensorKitAmbientLightSensor, overridden false, (
2021-02-11 10:18:55:896 - [IOSDeviceLog] )
2021-02-11 10:18:55:896 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=7270, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=7270.48360
2021-02-11 10:18:55:897 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Error>: -[TCCDAccessIdentity initWithMessage:]: self.bundle=0x0, bundle:(null); for: com.apple.sensorkit.dummy-bundle-id
2021-02-11 10:18:55:897 - [IOSDeviceLog] Feb 11 10:18:55 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=7270.48360
2021-02-11 10:18:55:899 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(DuetActivityScheduler)[2148] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:899 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(DuetActivityScheduler)[2148] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:899 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Adding related apps: <private>
2021-02-11 10:18:55:899 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Stopping activity tracking with bundleIDs <private>
2021-02-11 10:18:55:900 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Adding related apps: <private>
2021-02-11 10:18:55:900 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(DuetActivityScheduler)[2148] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:900 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Started tracking activity for bundleIDs <private>
2021-02-11 10:18:55:901 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(DuetActivityScheduler)[2148] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:901 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Adding related apps: <private>
2021-02-11 10:18:55:901 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Stopping activity tracking with bundleIDs <private>
2021-02-11 10:18:55:901 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(DuetActivityScheduler)[2148] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:902 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(MobileSpotlightIndex)[2148] <Notice>: sort 1 flat pages: 0.000001 seconds
2021-02-11 10:18:55:902 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Adding related apps: <private>
2021-02-11 10:18:55:903 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Started tracking activity for bundleIDs <private>
2021-02-11 10:18:55:903 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Adding related apps: <private>
2021-02-11 10:18:55:903 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Stopping activity tracking with bundleIDs <private>
2021-02-11 10:18:55:905 - [IOSDeviceLog] Feb 11 10:18:55 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: Requesting container lookup; class = 2, identifier = <private>, temp = 0, create = 1, euid = 501, uid = 501, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:55:905 - [IOSDeviceLog] Feb 11 10:18:55 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:55:905 - [IOSDeviceLog] Feb 11 10:18:55 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=501, pid=10089, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:55:906 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd[2148] <Notice>: Deleted all items for bundleID:<private>, protectionClass:NSFileProtectionCompleteUntilFirstUserAuthentication
2021-02-11 10:18:55:907 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(SpotlightDaemon)[2148] <Notice>: (<private>) deleteAllInteractionsWithBundleID, protectionClass:NSFileProtectionCompleteUntilFirstUserAuthentication, options:0x0
2021-02-11 10:18:55:907 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(DuetActivityScheduler)[2148] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:907 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(SpotlightDaemon)[2148] <Notice>: deleteAllInteractionsWithBundleID, bundleID: <private>, protectionClass: NSFileProtectionCompleteUntilFirstUserAuthentication, client: com.apple.corespotlight.receiver.coreduet
2021-02-11 10:18:55:907 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Adding related apps: <private>
2021-02-11 10:18:55:907 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Started tracking activity for bundleIDs <private>
2021-02-11 10:18:55:907 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(DuetActivityScheduler)[2148] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:907 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(SpotlightDaemon)[2148] <Notice>: deleteAllInteractionsWithBundleID, bundleID: <private>, protectionClass: NSFileProtectionCompleteUntilFirstUserAuthentication, client: com.apple.corespotlight.receiver.suggestions
2021-02-11 10:18:55:907 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Adding related apps: <private>
2021-02-11 10:18:55:907 - [IOSDeviceLog] Feb 11 10:18:55 mydevice dasd[116] <Notice>: Stopping activity tracking with bundleIDs <private>
2021-02-11 10:18:55:908 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(MobileSpotlightIndex)[2148] <Notice>: sort 2 flat pages: 0.000001 seconds
2021-02-11 10:18:55:909 - [IOSDeviceLog] Feb 11 10:18:55 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:55:912 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(SpotlightDaemon)[2148] <Notice>: (<private>) deleteAllSearchableItemsWithBundleID, protectionClass:NSFileProtectionComplete, shouldGC:YES, options:0x0, qos:0x11
2021-02-11 10:18:55:912 - [IOSDeviceLog] Feb 11 10:18:55 mydevice searchd(SpotlightDaemon)[2148] <Notice>: deleteAllSearchableItemsForBundleID, bundleID:<private>, protectionClass:NSFileProtectionComplete, shouldGC:YES
2021-02-11 10:18:55:913 - [IOSDeviceLog] Feb 11 10:18:55 mydevice swcd[283] <Fault>: Application <app id> needs to stop using the entitlement com.apple.private.swc.alternate-assets-directory immediately, and switch to com.apple.private.swc.additional-service-details-consumer ASAP. Contact the SWC team for more info on how to adopt.
2021-02-11 10:18:55:915 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd(MobileSpotlightIndex)[2148] <Notice>: sort 1 flat pages: 0.000001 seconds
2021-02-11 10:18:55:916 - [IOSDeviceLog] Feb 11 10:18:56 mydevice healthd(ActivitySharingPlugin)[39] <Notice>: ActivitySharingManager applications uninstalled: <private>
2021-02-11 10:18:55:916 - [IOSDeviceLog] Feb 11 10:18:56 mydevice suggestd(CoreSuggestionsInternals)[210] <Notice>: SGDSpotlightReceiver: deleting entire bundle identifier <private>
2021-02-11 10:18:55:916 - [IOSDeviceLog] Feb 11 10:18:56 mydevice suggestd(CoreSuggestionsInternals)[210] <Notice>: SGNamedEntityExtractionPlugin: deleting all named entities and locations from <private>
2021-02-11 10:18:55:924 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd[2148] <Notice>: Deleted all items for bundleID:<private>, protectionClass:NSFileProtectionComplete
2021-02-11 10:18:55:924 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd(SpotlightDaemon)[2148] <Notice>: (<private>) deleteAllInteractionsWithBundleID, protectionClass:NSFileProtectionComplete, options:0x0
2021-02-11 10:18:55:930 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd(DuetActivityScheduler)[2148] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:930 - [IOSDeviceLog] Feb 11 10:18:56 mydevice dasd[116] <Notice>: Adding related apps: <private>
2021-02-11 10:18:55:930 - [IOSDeviceLog] Feb 11 10:18:56 mydevice dasd[116] <Notice>: Started tracking activity for bundleIDs <private>
2021-02-11 10:18:55:931 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd(SpotlightDaemon)[2148] <Notice>: deleteAllInteractionsWithBundleID, bundleID: <private>, protectionClass: NSFileProtectionComplete, client: com.apple.corespotlight.receiver.coreduet
2021-02-11 10:18:55:931 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd(SpotlightDaemon)[2148] <Notice>: deleteAllInteractionsWithBundleID, bundleID: <private>, protectionClass: NSFileProtectionComplete, client: com.apple.corespotlight.receiver.suggestions
2021-02-11 10:18:55:931 - [IOSDeviceLog] Feb 11 10:18:56 mydevice suggestd(CoreSuggestionsInternals)[210] <Notice>: SGCoalescingDropbox SGDSpotlightReceiver.deleteInteractionBundleIdDropbox unable to extend transaction TTL.
2021-02-11 10:18:55:931 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd(MobileSpotlightIndex)[2148] <Notice>: sort 2 flat pages: 0.000001 seconds
2021-02-11 10:18:55:931 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: Requesting container lookup; class = 2, identifier = <private>, temp = 0, create = 1, euid = 501, uid = 501, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:55:931 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:55:932 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=501, pid=10089, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:55:932 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd(DuetActivityScheduler)[2148] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:932 - [IOSDeviceLog] Feb 11 10:18:56 mydevice dasd[116] <Notice>: Adding related apps: <private>
2021-02-11 10:18:55:932 - [IOSDeviceLog] Feb 11 10:18:56 mydevice dasd[116] <Notice>: Stopping activity tracking with bundleIDs <private>
2021-02-11 10:18:55:932 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd(SpotlightDaemon)[2148] <Notice>: (<private>) deleteAllSearchableItemsWithBundleID, protectionClass:NSFileProtectionCompleteUnlessOpen, shouldGC:YES, options:0x0, qos:0x11
2021-02-11 10:18:55:932 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd(SpotlightDaemon)[2148] <Notice>: deleteAllSearchableItemsForBundleID, bundleID:<private>, protectionClass:NSFileProtectionCompleteUnlessOpen, shouldGC:YES
2021-02-11 10:18:55:932 - [IOSDeviceLog] Feb 11 10:18:56 mydevice suggestd(CoreSuggestionsInternals)[210] <Notice>: SGDSpotlightReceiver: deleting entire bundle identifier <private>
2021-02-11 10:18:55:933 - [IOSDeviceLog] Feb 11 10:18:56 mydevice suggestd(CoreSuggestionsInternals)[210] <Notice>: SGTopicExtractionPlugin: deleting all topics from <private>
2021-02-11 10:18:55:933 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:55:934 - [IOSDeviceLog] Feb 11 10:18:56 mydevice suggestd(CoreSuggestionsInternals)[210] <Notice>: SGNamedEntityExtractionPlugin: deleting all named entities and locations from <private>
2021-02-11 10:18:55:937 - [IOSDeviceLog] Feb 11 10:18:56 mydevice healthd(HealthDaemon)[39] <Notice>: Reset authorization records for uninstalled application <private>
2021-02-11 10:18:55:937 - [IOSDeviceLog] Feb 11 10:18:56 mydevice chronod(ChronoCore)[163] <Notice>: [appAuth:<private>] healthkit access changed
2021-02-11 10:18:55:940 - [IOSDeviceLog] Feb 11 10:18:56 mydevice suggestd(CoreSuggestionsInternals)[210] <Notice>: SGTopicExtractionPlugin: deleting all topics from <private>
2021-02-11 10:18:55:942 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd[2148] <Notice>: Deleted all items for bundleID:<private>, protectionClass:NSFileProtectionCompleteUnlessOpen
2021-02-11 10:18:55:942 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd(SpotlightDaemon)[2148] <Notice>: (<private>) deleteAllInteractionsWithBundleID, protectionClass:NSFileProtectionCompleteUnlessOpen, options:0x0
2021-02-11 10:18:55:942 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd(SpotlightDaemon)[2148] <Notice>: deleteAllInteractionsWithBundleID, bundleID: <private>, protectionClass: NSFileProtectionCompleteUnlessOpen, client: com.apple.corespotlight.receiver.coreduet
2021-02-11 10:18:55:942 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd(SpotlightDaemon)[2148] <Notice>: deleteAllInteractionsWithBundleID, bundleID: <private>, protectionClass: NSFileProtectionCompleteUnlessOpen, client: com.apple.corespotlight.receiver.suggestions
2021-02-11 10:18:55:943 - [IOSDeviceLog] Feb 11 10:18:56 mydevice suggestd(CoreSuggestionsInternals)[210] <Notice>: SGCoalescingDropbox SGDSpotlightReceiver.deleteInteractionBundleIdDropbox unable to extend transaction TTL.
2021-02-11 10:18:55:943 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd(DuetActivityScheduler)[2148] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:943 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd(DuetActivityScheduler)[2148] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:943 - [IOSDeviceLog] Feb 11 10:18:56 mydevice dasd[116] <Notice>: Adding related apps: <private>
2021-02-11 10:18:55:943 - [IOSDeviceLog] Feb 11 10:18:56 mydevice dasd[116] <Notice>: Started tracking activity for bundleIDs <private>
2021-02-11 10:18:55:944 - [IOSDeviceLog] Feb 11 10:18:56 mydevice dasd[116] <Notice>: Adding related apps: <private>
2021-02-11 10:18:55:944 - [IOSDeviceLog] Feb 11 10:18:56 mydevice dasd[116] <Notice>: Stopping activity tracking with bundleIDs <private>
2021-02-11 10:18:55:945 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd(MobileSpotlightIndex)[2148] <Notice>: sort 2 flat pages: 0.000000 seconds
2021-02-11 10:18:55:948 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd[2148] <Notice>: Finished deleting all items for bundleIDs:<private>, hasFailedDeletes:NO, purge:YES, pcs:<private>
2021-02-11 10:18:55:948 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd[2148] <Notice>: _deleteAllItemsForBundleIDs:<private>
2021-02-11 10:18:55:948 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd[2148] <Notice>: _allInstalledApplicationsIdentifiers
2021-02-11 10:18:55:948 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd[2148] <Notice>: _allInstalledApplicationsIdentifiers: <private>
2021-02-11 10:18:55:959 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Initiating XPC Activity: com.apple.bluetooth.services.devicestore.deferredActions (0x12114b280)
2021-02-11 10:18:55:959 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Created temporary power assertion for com.apple.bluetooth.services.devicestore.deferredActions (0x12114b280): 41439
2021-02-11 10:18:55:959 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_dispatch: beginning dispatch, activity name com.apple.bluetooth.services.devicestore.deferredActions, seqno 2
2021-02-11 10:18:55:959 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_dispatch: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0): found an activity with matching seqno 2
2021-02-11 10:18:55:959 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_dispatch: lower half, activity name com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), seqno from top half was 2
2021-02-11 10:18:55:959 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_dispatch: created connection 0x125f4ba80 for activity name com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), seqno 2
2021-02-11 10:18:55:960 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_set_state: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), 2
2021-02-11 10:18:55:960 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_set_state: send new state to CTS: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), 2
2021-02-11 10:18:55:960 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Running XPC Activity (PID 66): com.apple.bluetooth.services.devicestore.deferredActions (0x12114b280)
2021-02-11 10:18:55:960 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: STARTING: <private>
2021-02-11 10:18:55:960 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:960 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_set_state_from_cts: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), set activity state to 2
2021-02-11 10:18:55:960 - [IOSDeviceLog] Feb 11 10:18:56 mydevice dasd[116] <Notice>: STARTING activity com.apple.bluetooth.services.devicestore.deferredActions:02B018 <private>!
2021-02-11 10:18:55:960 - [IOSDeviceLog] Feb 11 10:18:56 mydevice dasd[116] <Notice>: With <private> ...Tasks running in group [com.apple.dasd.defaultNetwork] are 1!
2021-02-11 10:18:55:960 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: __XPC_ACTIVITY_CALLING_HANDLER__: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), current state 2, pending state 0
2021-02-11 10:18:55:960 - [IOSDeviceLog] Feb 11 10:18:56 mydevice dasd[116] <Notice>: Not tracking activity: <private>
2021-02-11 10:18:55:960 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_set_state: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), 5
2021-02-11 10:18:55:960 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird[66] <Notice>: BTXPCTimer triggered. Updating to done so that it can be cleaned. success : com.apple.bluetooth.services.devicestore.deferredActions : 1
2021-02-11 10:18:55:960 - [IOSDeviceLog] Feb 11 10:18:56 mydevice dasd[116] <Notice>: com.apple.bluetooth.services.devicestore.deferredActions:02B018:[
2021-02-11 10:18:55:961 - [IOSDeviceLog] {name: DeviceActivityPolicy, policyWeight: 10.000, response: {Decision: Can Proceed, Score: 0.52}}
2021-02-11 10:18:55:961 - [IOSDeviceLog] ] sumScores:46.786667, denominator:51.620000, FinalDecision: Can Proceed FinalScore: 0.906367}
2021-02-11 10:18:55:961 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird[66] <Notice>: Device Store scheduled activity handler timer fired: <private>
2021-02-11 10:18:55:961 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: __XPC_ACTIVITY_CALLING_HANDLER__ returned from handler: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), current state 2, pending state 5
2021-02-11 10:18:55:961 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_set_state: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), 1
2021-02-11 10:18:55:961 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_set_state: send new state to CTS: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), 5
2021-02-11 10:18:55:961 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_set_state: send new state to CTS: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), 1
2021-02-11 10:18:55:961 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Completed XPC Activity: com.apple.bluetooth.services.devicestore.deferredActions (0x12114b280)
2021-02-11 10:18:55:962 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:962 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:55:962 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird[66] <Notice>: BTXPCTimer Unregistering XPC activity com.apple.bluetooth.services.devicestore.deferredActions
2021-02-11 10:18:55:962 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: __xpc_activity_unregister: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0) seqno: 2, (is registered)
2021-02-11 10:18:55:962 - [IOSDeviceLog] Feb 11 10:18:56 mydevice dasd[116] <Notice>: COMPLETED com.apple.bluetooth.services.devicestore.deferredActions:02B018 at priority 50 <private>!
2021-02-11 10:18:55:962 - [IOSDeviceLog] Feb 11 10:18:56 mydevice dasd[116] <Notice>: NO LONGER RUNNING com.apple.bluetooth.services.devicestore.deferredActions:02B018 ...Tasks running in group [com.apple.dasd.defaultNetwork] are 0!
2021-02-11 10:18:55:962 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_unregister: com.apple.bluetooth.services.devicestore.deferredActions 2, last registration: true
2021-02-11 10:18:55:962 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird[66] <Notice>: Run to delete for deferred records: <private>
2021-02-11 10:18:55:962 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_set_state_from_cts: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0), set activity state to 5
2021-02-11 10:18:55:962 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: __xpc_activity_unregister: com.apple.bluetooth.services.devicestore.deferredActions (0x125e284e0) seqno: 2, (not registered)
2021-02-11 10:18:55:963 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudpaird(libxpc.dylib)[66] <Notice>: _xpc_activity_unregister: com.apple.bluetooth.services.devicestore.deferredActions 18446744073709551615, last registration: true
2021-02-11 10:18:55:963 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Unregistered XPC Activity on XPC remove event: com.apple.bluetooth.services.devicestore.deferredActions (0x12114b280)
2021-02-11 10:18:55:981 - [IOSDeviceLog] Feb 11 10:18:56 mydevice lsd(CoreServicesStore)[2060] <Notice>: Writing store (no GC) 0x147ee12c8 with writer 0x16def6b00
2021-02-11 10:18:55:981 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpotlightUI)[59] <Notice>: Apps Source fired data:4
2021-02-11 10:18:55:990 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpotlightUI)[59] <Notice>: Unknown bundle type for app:<private>, bundleType:<private> - skipping
2021-02-11 10:18:55:990 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpotlightUI)[59] <Notice>: Finished getting 37 applications, took 0.009666 seconds updateApps ? YES
2021-02-11 10:18:55:994 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpotlightUI)[59] <Notice>: Send apps:37 hidden:2
2021-02-11 10:18:55:995 - [IOSDeviceLog] Feb 11 10:18:56 mydevice HeuristicInterpreter[231] <Notice>: InfoHeuristic: Calculating info heuristics results at Thu Feb 11 10:18:56 2021, heuristicsNames = <private>, path = <private>
2021-02-11 10:18:55:998 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd[2148] <Notice>: Got apps from com.apple.springboard
2021-02-11 10:18:55:998 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd[2148] <Notice>: Accepting apps from com.apple.springboard
2021-02-11 10:18:55:999 - [IOSDeviceLog] Feb 11 10:18:56 mydevice searchd(Search)[2148] <Notice>: Setting apps 37 existing __fastApps 37
2021-02-11 10:18:56:007 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 501, uid = 501, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:56:008 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:56:008 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=501, pid=10089, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:56:008 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:56:017 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 501, uid = 501, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:56:018 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:56:018 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=501, pid=10089, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:56:018 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:56:019 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 501, uid = 501, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:56:020 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:56:020 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=501, pid=10089, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:56:020 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:56:021 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 501, uid = 501, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:56:022 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:56:022 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=501, pid=10089, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:56:023 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:56:023 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: removefile([<private>]) succeeded
2021-02-11 10:18:56:023 - [IOSDeviceLog] Feb 11 10:18:56 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_delete_array_of_containers_block_invoke_2: success
2021-02-11 10:18:56:023 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 501, uid = 501, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:56:024 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:56:024 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=501, pid=10089, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:56:024 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:56:024 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 501, uid = 501, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:56:025 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:56:025 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=501, pid=10089, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:56:025 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:56:026 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 501, uid = 501, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:56:027 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:56:027 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=501, pid=10089, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:56:027 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:56:028 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 501, uid = 501, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:56:028 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:56:028 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=501, pid=10089, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:56:028 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:56:032 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 501, uid = 501, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:56:033 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:56:033 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=501, pid=10089, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:56:033 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:56:034 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 501, uid = 501, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:56:035 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:56:035 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=501, pid=10089, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:56:035 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:56:035 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 1, euid = 501, uid = 501, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:18:56:036 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:18:56:036 - [IOSDeviceLog] Feb 11 10:18:56 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=501, pid=10089, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:18:56:037 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd(libsystem_containermanager.dylib)[10089] <Notice>: container_create_or_lookup_path_for_platform: success
2021-02-11 10:18:56:074 - [IOSDeviceLog] Feb 11 10:18:56 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=151, sender_uid=501, sender_auid=-1, function=TCCAccessCopyInformationForBundle, msgID=151.88855
2021-02-11 10:18:56:075 - [IOSDeviceLog] Feb 11 10:18:56 mydevice tccd[9625] <Error>: -[TCCDAccessIdentity initWithMessage:]: self.bundle=0x0, bundle:(null); for: com.apple.upload-request-proxy.com.apple.photos.cloud
2021-02-11 10:18:56:075 - [IOSDeviceLog] Feb 11 10:18:56 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=151.88855
2021-02-11 10:18:56:075 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: PCSIdentitySetCreate: (null) {
2021-02-11 10:18:56:075 - [IOSDeviceLog] kPCSSetupDSID = "<<VALUE>>";
2021-02-11 10:18:56:075 - [IOSDeviceLog] }
2021-02-11 10:18:56:076 - [IOSDeviceLog] Feb 11 10:18:56 mydevice HeuristicInterpreter[231] <Notice>: (null) (JS): <private>
2021-02-11 10:18:56:076 - [IOSDeviceLog] Feb 11 10:18:56 mydevice HeuristicInterpreter[231] <Notice>: InfoHeuristic: scheduleRefreshAfterDistributedNotification <private>
2021-02-11 10:18:56:078 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): keychain: -25300
2021-02-11 10:18:56:078 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudd(ProtectedCloudStorage)[151] <Notice>: KeychainGetStatus(PCSiCloudServiceMarkerName): status: off
2021-02-11 10:18:56:080 - [IOSDeviceLog] Feb 11 10:18:56 mydevice cloudd(CloudKitDaemon)[151] <Notice>: [Operation 0x14beb6e80] Initialized with context 0x14d18a490. Background: 0, cellular: 1, QOS: 0x11
2021-02-11 10:18:56:091 - [IOSDeviceLog] Feb 11 10:18:56 mydevice HeuristicInterpreter[231] <Notice>: InfoHeuristic: scheduleRefreshAfterDistributedNotification <private>
2021-02-11 10:18:56:091 - [IOSDeviceLog] Feb 11 10:18:56 mydevice HeuristicInterpreter[231] <Notice>: InfoHeuristic: scheduleRefreshAfterDistributedNotification <private>
2021-02-11 10:18:56:094 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: ATXAppDirectoryOrderingProvider: Uninstall notification received
2021-02-11 10:18:56:096 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: App install monitor got app uninstall notification
2021-02-11 10:18:56:097 - [IOSDeviceLog] Feb 11 10:18:56 mydevice lsd(CoreServices)[2060] <Notice>: Successfully removed recovery file /private/var/containers/Data/System/DFC0EE15-78FC-4633-BF96-9F2A203A6EAD/Library/Caches/com.apple.LaunchServices.dirty
2021-02-11 10:18:56:097 - [IOSDeviceLog] Feb 11 10:18:56 mydevice lsd(CoreServices)[2060] <Notice>: _LSSessionSave: saved database for UID 501
2021-02-11 10:18:56:099 - [IOSDeviceLog] Feb 11 10:18:56 mydevice HeuristicInterpreter[231] <Notice>: InfoHeuristic: addInfoSuggestion <private>
2021-02-11 10:18:56:099 - [IOSDeviceLog] Feb 11 10:18:56 mydevice HeuristicInterpreter[231] <Notice>: Memory usage is 3.891029 MB after running '<private>'
2021-02-11 10:18:56:099 - [IOSDeviceLog] Feb 11 10:18:56 mydevice HeuristicInterpreter[231] <Notice>: InfoHeuristic:
2021-02-11 10:18:56:099 - [IOSDeviceLog] Result for heuristic <private>:
2021-02-11 10:18:56:100 - [IOSDeviceLog] Suggestions: <private>
2021-02-11 10:18:56:100 - [IOSDeviceLog] RefreshTriggers: <private>
2021-02-11 10:18:56:100 - [IOSDeviceLog] Has Failed: 0
2021-02-11 10:18:56:100 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ActionPredictionHeuristicsInternal)[138] <Notice>: Received local notification: <private>. Expiring heuristics.
2021-02-11 10:18:56:100 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: New actions provided by action producer: <private>
2021-02-11 10:18:56:100 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: New actions provided by action producer: <private>
2021-02-11 10:18:56:101 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ActionPredictionHeuristics)[138] <Notice>: ATXInformationHeuristics: received 1 results from HeuristicInterpreter
2021-02-11 10:18:56:102 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ActionPredictionHeuristics)[138] <Notice>: ATXInformationHeuristics: update heuristics <private>, got 1 new suggestions
2021-02-11 10:18:56:102 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: ATXUpdatePredictions: cache age 0.000000, reason app was installed or uninstalled
2021-02-11 10:18:56:104 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - -[ATXUpdatePredictionsManager disabledConsumerSubTypesWithHomeScreenPageConfigs:]: <private>
2021-02-11 10:18:56:104 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: New actions provided by action producer: <private>
2021-02-11 10:18:56:104 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd[138] <Notice>: --- handled event <private> ---
2021-02-11 10:18:56:105 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - -[ATXUpdatePredictionsManager updateBehavioralPredictionsIfOlderThan:reason:]_block_invoke: app consumerSubTypes to refresh: <private>
2021-02-11 10:18:56:105 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - -[ATXUpdatePredictionsManager updateBehavioralPredictionsIfOlderThan:reason:]_block_invoke: action consumerSubTypes to refresh: <private>
2021-02-11 10:18:56:105 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd[138] <Notice>: Received notifyd notification: <private>
2021-02-11 10:18:56:106 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: BlendingRefresh: Refreshing after launch
2021-02-11 10:18:56:106 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd[138] <Notice>: --- handled event com.apple.duetexpertd.clientModelRefreshBlendingLayer ---
2021-02-11 10:18:56:106 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd[138] <Notice>: Received notifyd notification: <private>
2021-02-11 10:18:56:107 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: BlendingRefresh: Refreshing after launch
2021-02-11 10:18:56:107 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd[138] <Notice>: --- handled event com.apple.duetexpertd.clientModelRefreshBlendingLayer ---
2021-02-11 10:18:56:107 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: ATXInformationEngine: source <private> sets 1 suggestion(s)
2021-02-11 10:18:56:107 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: ATXAppDirectoryOrderingProvider: Write recent apps to disk succeeded
2021-02-11 10:18:56:107 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - file size on disk for path <private> is 210409
2021-02-11 10:18:56:108 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: ATXAppDirectoryOrderingProvider: Write categories to disk succeeded
2021-02-11 10:18:56:108 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: ATXAppDirectoryOrderingProvider: posted category update notification with reason App uninstalled
2021-02-11 10:18:56:108 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: Accumulating pending requests: <private> / Current Request Queue: <private>
2021-02-11 10:18:56:108 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: (7882) Starting Library Category Map refresh from requests '<private>'
2021-02-11 10:18:56:108 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7882) Refreshing proactive library category source
2021-02-11 10:18:56:109 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: (7882) Refresh options: <private>
2021-02-11 10:18:56:109 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7882) Refreshing proactive library category source 'Categories'
2021-02-11 10:18:56:109 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(AppPredictionClient)[59] <Notice>: ATXAppDirectoryClient: Starting requesting for categorization with shouldUseDefault: NO
2021-02-11 10:18:56:110 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7882) Refreshing proactive library category source 'Suggestions/Recents'
2021-02-11 10:18:56:110 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(AppPredictionClient)[59] <Notice>: ATXAppDirectoryClient: Starting loading predicted app with shouldUseDefaultCategories: NO
2021-02-11 10:18:56:110 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(AppPredictionClient)[59] <Notice>: ATXAppDirectoryClient: Received successful categorization response from server
2021-02-11 10:18:56:111 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: ATXAppDirectoryOrderingProvider: Returning categorization from server
2021-02-11 10:18:56:111 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(AppPredictionClient)[59] <Notice>: ATXAppDirectoryClient: Read from disk succeeded, got 2 recent apps
2021-02-11 10:18:56:111 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7882) Refreshed proactive library category source 'Categories'
2021-02-11 10:18:56:111 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7882) Finished refreshing proactive library category source 'Suggestions/Recents'
2021-02-11 10:18:56:111 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7882) Attempting _lastKnownGoodRecentApps update
2021-02-11 10:18:56:111 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7882) Updated _lastKnownGoodRecentApps
2021-02-11 10:18:56:111 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7882) Received recent apps: <private>
2021-02-11 10:18:56:111 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7882) Attempting _lastKnownGoodSuggestions update
2021-02-11 10:18:56:111 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7882) _lastKnownGoodSuggestions is same; skipping update
2021-02-11 10:18:56:111 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7882) Received predicted apps: <private>
2021-02-11 10:18:56:112 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7882) Finished refreshing proactive library category source; hasPredictedApps: YES; hasRecentApps: YES
2021-02-11 10:18:56:112 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7882) Fetched Recent apps: <private>
2021-02-11 10:18:56:112 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7882) Fetched Predicted apps: <private>
2021-02-11 10:18:56:112 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: (7882) Finished Library Category Map refresh
2021-02-11 10:18:56:112 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: (7882) Existing Library category map: 0x28103a400
2021-02-11 10:18:56:112 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: (7882) Refreshed Library category map: 0x281039e00
2021-02-11 10:18:56:113 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: (7882) Library category map changes: <private>
2021-02-11 10:18:56:113 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: (7882) Will update library category map
2021-02-11 10:18:56:113 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: (7882) Did update library category map
2021-02-11 10:18:56:113 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: (7882) Attempting to persist library category map, updated for reason: _performNextRequest
2021-02-11 10:18:56:114 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: (7882) Session completed 'SUCCESSFULLY'; Request fulfillment time: 0.003917 -- Requests fulfilled: <private>
2021-02-11 10:18:56:114 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: library category map update received: <private>
2021-02-11 10:18:56:114 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: Installing category map <private> - animated NO
2021-02-11 10:18:56:114 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7882) Query response time for proactive library category source 'Categories' time: 0.000687 seconds
2021-02-11 10:18:56:114 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7882) Query response time for proactive library category source 'Suggestions/Recents' time: 0.002283 seconds
2021-02-11 10:18:56:114 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7882) Total query response time for proactive library queries time: 0.003090 seconds
2021-02-11 10:18:56:114 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: (7882) Library category map caches directory exists @ '<private>'; skipping creation...
2021-02-11 10:18:56:117 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: (7882) Library category map update persisted; contacting observers about successful refresh.
2021-02-11 10:18:56:119 - [IOSDeviceLog] Feb 11 10:18:56 mydevice contextstored(BiomeStreams)[9112] <Notice>: Received connection request for BMFileAccessService from pid 138
2021-02-11 10:18:56:121 - [IOSDeviceLog] Feb 11 10:18:56 mydevice contextstored(BiomeStreams)[9112] <Notice>: Received connection request for BMFileAccessService from pid 138
2021-02-11 10:18:56:124 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord[142] <Notice>: FindBaseServiceProvider: applicationsChanged
2021-02-11 10:18:56:125 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveContextClient)[138] <Notice>: Attempting to update location of interest since update age is 93.887860
2021-02-11 10:18:56:125 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(CoreLocation)[138] <Notice>: {"msg":"CLLocationManager", "event":"activity", "_cmd":"location", "self":"0x100370d60"}
2021-02-11 10:18:56:125 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"client getting effective client name", "bundleId":"", "bundlePath":"\134/System\134/Library\134/PrivateFrameworks\134/CoreParsec.framework"}
2021-02-11 10:18:56:126 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveContextClient)[138] <Notice>: Querying GPS location now, requesting with precise location: NO
2021-02-11 10:18:56:126 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(CoreLocation)[138] <Notice>: {"msg":"CLLocationManager", "event":"activity", "_cmd":"setDesiredAccuracy:", "self":"0x100370d60", "accuracy":"100.000000"}
2021-02-11 10:18:56:126 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(CoreLocation)[138] <Notice>: {"msg":"state transition", "event":"state_transition", "state":"LocationManager", "id":"0x100370d60", "property":"desiredAccuracy", "old":"100.000000", "new":"100.000000"}
2021-02-11 10:18:56:126 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(CoreLocation)[138] <Notice>: {"msg":"CLLocationManager", "event":"activity", "_cmd":"requestLocation", "self":"0x100370d60"}
2021-02-11 10:18:56:127 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(CoreLocation)[138] <Notice>: {"msg":"state transition", "event":"state_transition", "state":"LocationManager", "id":"0x100370d60", "property":"requestingLocation", "old":0, "new":1}
2021-02-11 10:18:56:127 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#sbim client arrow state changed", "clientKey":"com.apple.locationd.bundle-\134/System\134/Library\134/PrivateFrameworks\134/CoreParsec.framework", "entityClass":"SystemService", "oldArrowState":"RequestingLocationInformation", "newArrowState":"ReceivingLocationInformation", "dueToDeauthorization":0}
2021-02-11 10:18:56:127 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#sbim entity class arrow state changed", "entityClass":"SystemService", "oldArrowState":"RequestingLocationInformation", "newArrowState":"ReceivingLocationInformation", "dueToDeauthorization":0}
2021-02-11 10:18:56:127 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Incoming message", "event":"activity", "name":"kCLConnectionMessageLocation", "this":"0x10899af30", "registrationReceived":1}
2021-02-11 10:18:56:128 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: Client /System/Library/PrivateFrameworks/CoreParsec.framework (0x10899af30) is subscribing to notification kCLConnectionMessageLocation
2021-02-11 10:18:56:128 - [IOSDeviceLog] Feb 11 10:18:56 mydevice syncdefaultsd[10089] <Notice>: No SYDPersistenceClientEntry for bundle <private>
2021-02-11 10:18:56:128 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: Client /System/Library/PrivateFrameworks/CoreParsec.framework (0x10899af30) is subscribing to notification kCLConnectionMessageLocationUnavailable
2021-02-11 10:18:56:128 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: client '/System/Library/PrivateFrameworks/CoreParsec.framework' authorized for location; starting shortly
2021-02-11 10:18:56:129 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: client '/System/Library/PrivateFrameworks/CoreParsec.framework' authorized for location; starting now, desiredAccuracy, 100.0, distanceFilter, -1.0, operatingMode 0, dynamicAccuracyReductionEnabled 0, allowsAlteredAccessoryLocations 0, activityType 0
2021-02-11 10:18:56:129 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @ClxClient, register, /System/Library/PrivateFrameworks/CoreParsec.framework, accuracy, 100.0
2021-02-11 10:18:56:129 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #Warning Denying process assertion to <private>
2021-02-11 10:18:56:129 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction created: (<private>) <private>
2021-02-11 10:18:56:129 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @ClxClient, accuracy, 0, 1, 0, level, Fine, reg?, 1
2021-02-11 10:18:56:129 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Stream Client interest changed", "notification":"CLLocationProvider_Type::kNotificationLocationFine", "is interested":1}
2021-02-11 10:18:56:130 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Stream Starting location for source", "source":"CLStreamingAwareLocationProviderStateMachine::kLocationSourceLocal", "notification":"CLLocationProvider_Type::kNotificationLocationFine", "include motion":0}
2021-02-11 10:18:56:130 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @ClxProvider, start, wifi, desiredAccuracy, 100.0
2021-02-11 10:18:56:132 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/CoreParsec.framework", "location":<private>}
2021-02-11 10:18:56:132 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: WlpReg, 1, loccontroller
2021-02-11 10:18:56:133 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @ClxProvider, start, UnifiedCell, desiredAccuracy, 100.0
2021-02-11 10:18:56:133 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/CoreParsec.framework", "location":<private>}
2021-02-11 10:18:56:133 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: UclpReg, 1, loccontroller
2021-02-11 10:18:56:133 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @ClxProvider, start, simulated, desiredAccuracy, 100.0
2021-02-11 10:18:56:133 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #techstatus,signalling
2021-02-11 10:18:56:133 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #techstatus,posting notification
2021-02-11 10:18:56:133 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction created: (<private>) <private>
2021-02-11 10:18:56:134 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiLogic, handleInput, System::LeechLocation
2021-02-11 10:18:56:134 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/MobileWiFi.framework", "location":<private>}
2021-02-11 10:18:56:134 - [IOSDeviceLog] Feb 11 10:18:56 mydevice wifid(CoreLocation)[49] <Notice>: {"msg":"#CLLocationManager invoking #delegate", "self":"0x133f172c0", "delegate":"0x133e0cfc0", "selector":"locationManager:didUpdateLocations:", "location":<private>, "eventType":"kCLConnectionMessageLocation"}
2021-02-11 10:18:56:134 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"CLWifi1SystemLogic::apply", "event":"elapsed", "begin_mach":49460881830174, "end_mach":49460881845022, "elapsed_s":"0.000618667", "event":"System::LeechLocation", "now_s":"634717136.218027949"}
2021-02-11 10:18:56:134 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction releasing: (<private>) <private>
2021-02-11 10:18:56:134 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiLogic, entry, register, notification, Location, lsb, 1, 1, 1
2021-02-11 10:18:56:134 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction created: (<private>) <private>
2021-02-11 10:18:56:134 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiLogic, handleInput, Client::Registration
2021-02-11 10:18:56:135 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#sbim client arrow state changed", "clientKey":"com.apple.locationd.bundle-\134/System\134/Library\134/PrivateFrameworks\134/MobileWiFi.framework", "entityClass":"SystemService", "oldArrowState":"RequestingLocationInformation", "newArrowState":"ReceivingLocationInformation", "dueToDeauthorization":0}
2021-02-11 10:18:56:135 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: MotionOdometer, action, Registration, client, <CLIntersiloProxyToInitiator: peer silo:CLWifiLocationProviderSilo(CLPositioningWorkloop), peer name:<REDACTED>>, notification, 7, notificationClientCount, 3, notificationString, ElevationSpectator
2021-02-11 10:18:56:135 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/NavdLocationBundleiOS.bundle", "location":<private>}
2021-02-11 10:18:56:135 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"CLWifi1SystemLogic::apply", "event":"elapsed", "begin_mach":49460881859448, "end_mach":49460881877565, "elapsed_s":"0.000754875", "event":"Client::Registration", "now_s":"634717136.219284058"}
2021-02-11 10:18:56:135 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction created: (<private>) <private>
2021-02-11 10:18:56:135 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiLogic, handleInput, Client::LocationRequest
2021-02-11 10:18:56:136 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#sbim client arrow state changed", "clientKey":"com.apple.locationd.bundle-\134/System\134/Library\134/LocationBundles\134/NavdLocationBundleiOS.bundle", "entityClass":"SystemService", "oldArrowState":"Off", "newArrowState":"ReceivingLocationInformation", "dueToDeauthorization":0}
2021-02-11 10:18:56:136 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiFlow, locreq, registrant, clientupdate, current, none
2021-02-11 10:18:56:136 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: WifiFlow, step, prepare, from, none, donereason, inprogress
2021-02-11 10:18:56:136 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiAps, history, 0, aged, 5, thresh, 30
2021-02-11 10:18:56:137 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiFlow, aps, history, 0, fresh, 1, 2ghz, 1, 5ghz, 0, agethresh, 5,
2021-02-11 10:18:56:142 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"computed wifi position", "numberOfInputAps":0, "validLocationHint":1, "computedValidLocation":0, "numberOfApsActuallyUsed":0}
2021-02-11 10:18:56:142 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiFlow, compute, 0, hacc, -1.0, conf, 63, reason, request
2021-02-11 10:18:56:143 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: WifiFlow, step, initialscan, from, prepare, donereason, inprogress
2021-02-11 10:18:56:143 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/FindMyDevice.framework", "location":<private>}
2021-02-11 10:18:56:143 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"CLWifi1SystemLogic::apply", "event":"elapsed", "begin_mach":49460881884817, "end_mach":49460881914827, "elapsed_s":"0.001250417", "event":"Client::LocationRequest", "now_s":"634717136.220342994"}
2021-02-11 10:18:56:143 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: WifiScan, enqueue, wlp, Stage1, lowpri, 0, passive, 1, pending, 1
2021-02-11 10:18:56:143 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: WifiDpc, signal
2021-02-11 10:18:56:143 - [IOSDeviceLog] Feb 11 10:18:56 mydevice wifid(WiFiPolicy)[49] <Notice>: Async scan requested by "locationd" for 1 iterations with maxage=0 priority normal and latency normal on en0
2021-02-11 10:18:56:143 - [IOSDeviceLog] Feb 11 10:18:56 mydevice wifid(WiFiPolicy)[49] <Notice>: WiFiDeviceManagerIs5GScanRequest: 2GHz Scan request because channel 1 is requested
2021-02-11 10:18:56:143 - [IOSDeviceLog] Feb 11 10:18:56 mydevice wifid(WiFiPolicy)[49] <Error>: Normal priority scan request from "locationd", is5GScan=0
2021-02-11 10:18:56:143 - [IOSDeviceLog] Feb 11 10:18:56 mydevice wifid(WiFiPolicy)[49] <Notice>: startCheck: shouldBlockScans=0 numAdmitted 1 admittedTS=634717048.595973 connected=1
2021-02-11 10:18:56:144 - [IOSDeviceLog] Feb 11 10:18:56 mydevice wifid(WiFiPolicy)[49] <Notice>: Resetting, shouldBlockScans=0 numAdmitted 1 delta=87.626606 admittedTS=634717136.222579
2021-02-11 10:18:56:144 - [IOSDeviceLog] Feb 11 10:18:56 mydevice wifid(WiFiPolicy)[49] <Notice>: Enqueuing command type: "Scan" pending commands: 0
2021-02-11 10:18:56:144 - [IOSDeviceLog] Feb 11 10:18:56 mydevice wifid(WiFiPolicy)[49] <Notice>: Dequeuing command type: "Scan" pending commands: 0
2021-02-11 10:18:56:144 - [IOSDeviceLog] Feb 11 10:18:56 mydevice wifid(WiFiPolicy)[49] <Notice>: {SCAN+} Attempting Apple80211ScanAsync on en0
2021-02-11 10:18:56:144 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: WifiScan, execute, wlp, Stage1, flags, ndp, n, 1, error, 0
2021-02-11 10:18:56:144 - [IOSDeviceLog] Feb 11 10:18:56 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiDeviceCopyPreparedScanResults: network records count: 0
2021-02-11 10:18:56:144 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiFlow, scanreq, Stage1, registrant, result, 1
2021-02-11 10:18:56:144 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction releasing: (<private>) <private>
2021-02-11 10:18:56:144 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction releasing: (<private>) <private>
2021-02-11 10:18:56:144 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#sbim client arrow state changed", "clientKey":"com.apple.locationd.bundle-\134/System\134/Library\134/PrivateFrameworks\134/FindMyDevice.framework", "entityClass":"SystemService", "oldArrowState":"Off", "newArrowState":"ReceivingLocationInformation", "dueToDeauthorization":0}
2021-02-11 10:18:56:144 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: CellFlow, locreq, Location
2021-02-11 10:18:56:145 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: CellFlow, clearcells, refresh
2021-02-11 10:18:56:145 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/MotionCalibration.bundle", "location":<private>}
2021-02-11 10:18:56:145 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @CellFlow, refresh, register
2021-02-11 10:18:56:145 - [IOSDeviceLog] Feb 11 10:18:56 mydevice CommCenter[86] <Notice>: #I Refresh in progress is changing from false to true
2021-02-11 10:18:56:145 - [IOSDeviceLog] Feb 11 10:18:56 mydevice CommCenter(libARI.dylib)[86] <Notice>: req: Bin=[<private>]
2021-02-11 10:18:56:145 - [IOSDeviceLog] Feb 11 10:18:56 mydevice CommCenter[86] <Notice>: #I kClientRefresh cell refresh complete
2021-02-11 10:18:56:145 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @CellFlow, ctnotify, kCellMonitorRefreshResultNotification, havedata, 1
2021-02-11 10:18:56:145 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @CellFlow, skipcalc, clients, 1, get, x
2021-02-11 10:18:56:146 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#sbim client arrow state changed", "clientKey":"com.apple.locationd.bundle-\134/System\134/Library\134/LocationBundles\134/MotionCalibration.bundle", "entityClass":"SystemService", "oldArrowState":"Off", "newArrowState":"ReceivingLocationInformation", "dueToDeauthorization":0}
2021-02-11 10:18:56:146 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(CoreLocation)[9076] <Notice>: {"msg":"#CLLocationManager invoking #delegate", "self":"0x10539f070", "delegate":"0x105453a20", "selector":"locationManager:didUpdateLocations:", "location":<private>, "eventType":"kCLConnectionMessageLocation"}
2021-02-11 10:18:56:146 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Stream Received notification", "notification":"CLLocationProvider_Type::kNotificationLocationFine"}
2021-02-11 10:18:56:146 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Stream Source now available", "source":"CLStreamingAwareLocationProviderStateMachine::kLocationSourceLocal"}
2021-02-11 10:18:56:146 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Stream Starting location for source", "source":"CLStreamingAwareLocationProviderStateMachine::kLocationSourceLocal", "notification":"CLLocationProvider_Type::kNotificationLocationFine", "include motion":0}
2021-02-11 10:18:56:146 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/CoreParsec.framework", "location":<private>}
2021-02-11 10:18:56:146 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/MobileWiFi.framework", "location":<private>}
2021-02-11 10:18:56:146 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction created: (<private>) <private>
2021-02-11 10:18:56:146 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiLogic, handleInput, System::LeechLocation
2021-02-11 10:18:56:146 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"CLWifi1SystemLogic::apply", "event":"elapsed", "begin_mach":49460882057447, "end_mach":49460882064500, "elapsed_s":"0.000293875", "event":"System::LeechLocation", "now_s":"634717136.227532983"}
2021-02-11 10:18:56:147 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/NavdLocationBundleiOS.bundle", "location":<private>}
2021-02-11 10:18:56:147 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction releasing: (<private>) <private>
2021-02-11 10:18:56:147 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction created: (<private>) <private>
2021-02-11 10:18:56:147 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiLogic, handleInput, System::LeechLocation
2021-02-11 10:18:56:147 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"CLWifi1SystemLogic::apply", "event":"elapsed", "begin_mach":49460882078588, "end_mach":49460882086938, "elapsed_s":"0.000347917", "event":"System::LeechLocation", "now_s":"634717136.228420019"}
2021-02-11 10:18:56:147 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction releasing: (<private>) <private>
2021-02-11 10:18:56:147 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/FindMyDevice.framework", "location":<private>}
2021-02-11 10:18:56:147 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/MotionCalibration.bundle", "location":<private>}
2021-02-11 10:18:56:147 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/MobileWiFi.framework", "location":<private>}
2021-02-11 10:18:56:147 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/NavdLocationBundleiOS.bundle", "location":<private>}
2021-02-11 10:18:56:147 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/FindMyDevice.framework", "location":<private>}
2021-02-11 10:18:56:147 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/MotionCalibration.bundle", "location":<private>}
2021-02-11 10:18:56:147 - [IOSDeviceLog] Feb 11 10:18:56 mydevice navd(CoreLocation)[77] <Notice>: {"msg":"#CLLocationManager invoking #delegate", "self":"0x104910840", "delegate":"0x10491a4a0", "selector":"locationManager:didUpdateLocations:", "location":<private>, "eventType":"kCLConnectionMessageLocation"}
2021-02-11 10:18:56:147 - [IOSDeviceLog] Feb 11 10:18:56 mydevice symptomsd(CoreLocation)[5222] <Notice>: {"msg":"CLCopyTechnologiesInUse", "event":"activity"}
2021-02-11 10:18:56:148 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #techstatus,enquired,sz,3,gpsClientActive,0,gpsHwActive,0
2021-02-11 10:18:56:148 - [IOSDeviceLog] Feb 11 10:18:56 mydevice aggregated(CoreLocation)[10011] <Notice>: {"msg":"CLCopyTechnologiesInUse", "event":"activity"}
2021-02-11 10:18:56:148 - [IOSDeviceLog] Feb 11 10:18:56 mydevice WirelessRadioManagerd(CoreLocation)[44] <Notice>: {"msg":"CLCopyTechnologiesInUse", "event":"activity"}
2021-02-11 10:18:56:148 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #techstatus,enquired,sz,3,gpsClientActive,0,gpsHwActive,0
2021-02-11 10:18:56:148 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #techstatus,enquired,sz,3,gpsClientActive,0,gpsHwActive,0
2021-02-11 10:18:56:148 - [IOSDeviceLog] Feb 11 10:18:56 mydevice CommCenter(libARI.dylib)[86] <Notice>: rsp: Bin=[<private>]
2021-02-11 10:18:56:148 - [IOSDeviceLog] Feb 11 10:18:56 mydevice CommCenter[86] <Notice>: #I Received cell info update for kClientRefresh
2021-02-11 10:18:56:148 - [IOSDeviceLog] Feb 11 10:18:56 mydevice CommCenter[86] <Notice>: #I Refresh in progress is changing from true to false
2021-02-11 10:18:56:148 - [IOSDeviceLog] Feb 11 10:18:56 mydevice CommCenter(libCommCenterBase.dylib)[86] <Notice>: #I UMTS Serving Cells:
2021-02-11 10:18:56:149 - [IOSDeviceLog] Feb 11 10:18:56 mydevice CommCenter(libCommCenterBase.dylib)[86] <Notice>: #I Index: 0, MCC: 283, MNC: 10, Band info: 0, Area code: 30210, Cell ID: <private>, UARFCN: 10713, Latitude: <private>, Longitude: <private>
2021-02-11 10:18:56:149 - [IOSDeviceLog] Feb 11 10:18:56 mydevice CommCenter(libCommCenterBase.dylib)[86] <Notice>: #I CSG: 0
2021-02-11 10:18:56:149 - [IOSDeviceLog] Feb 11 10:18:56 mydevice CommCenter[86] <Notice>: #I --------------> kCTEventCellMonitorUpdate (59) sent to 1 (of 62) clients.
2021-02-11 10:18:56:149 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @CellService, ctupdate, list, <private>
2021-02-11 10:18:56:149 - [IOSDeviceLog] Feb 11 10:18:56 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:18:56:149 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #nilr,#nifc,onTelephonyNotification,<private>
2021-02-11 10:18:56:150 - [IOSDeviceLog] Feb 11 10:18:56 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:18:56:150 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #ctcl,#ci,cellListSize,<private>
2021-02-11 10:18:56:150 - [IOSDeviceLog] Feb 11 10:18:56 mydevice CommCenter[86] <Notice>: Sent notification to 6 (of 30) clients: <private>
2021-02-11 10:18:56:150 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #nilr,#nifc,invoke,<private>,onTelephonyNotification(notification, data)
2021-02-11 10:18:56:150 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #ctcl,#ci,fetch,cellListSize,<private>
2021-02-11 10:18:56:150 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: CellService, convertCells, 1, neighbors, 1
2021-02-11 10:18:56:151 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: CellService, convert, add, GSM, <private>
2021-02-11 10:18:56:151 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @CellFlow, ctnotify, kCellInfoNotification, havedata, 1
2021-02-11 10:18:56:151 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#CLConfig,kCellInfoNotification,operator mcc and mnc updated", "inst":0, "MCC":<private>, "MNC":<private>, "SID":<private>, "NID":<private>}
2021-02-11 10:18:56:151 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #ctcl,#ci,fetch,cellListSize,<private>
2021-02-11 10:18:56:151 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #ctcl,#ci,fetch,cellListSize,<private>
2021-02-11 10:18:56:151 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: CellService, convertCells, 1, neighbors, 1
2021-02-11 10:18:56:151 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: CellService, convertCells, 1, neighbors, 1
2021-02-11 10:18:56:151 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: CellService, convert, add, GSM, <private>
2021-02-11 10:18:56:151 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: CellService, convert, add, GSM, <private>
2021-02-11 10:18:56:152 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @CellFlow, infonotify, inst, 1, cells, 1, empty, 0
2021-02-11 10:18:56:152 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#awd,handleCellInfoNotification", "inst":0, "RAT":"kRadioAccessTechnologyUMTS", "MCC":<private>, "MNC":<private>, "SID":<private>, "NID":<private>}
2021-02-11 10:18:56:152 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @CellService, selection, inst, 1, count, 1
2021-02-11 10:18:56:152 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #ctcl,#ci,fetch,cellListSize,<private>
2021-02-11 10:18:56:152 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @CellService, selection, inst, 1, <private>
2021-02-11 10:18:56:153 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: CellService, convertCells, 1, neighbors, 1
2021-02-11 10:18:56:153 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: CellFlow, selectsize, 1, thisslot, 0, 1, valid, 1, serving, 1, slotcells, 1, 0
2021-02-11 10:18:56:153 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: CellService, convert, add, GSM, <private>
2021-02-11 10:18:56:153 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: CellFlow, compute, cells, 1, spectators, 1, last, 87.6, type, 6
2021-02-11 10:18:56:153 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Actor cell info updated", "inst":0, "RAT":"kRadioAccessTechnologyUMTS", "MCC":<private>, "MNC":<private>, "SID":<private>, "NID":<private>, "cell ID":<private>}
2021-02-11 10:18:56:153 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #nilr,#nifc,onTelephonyNotification,<private>
2021-02-11 10:18:56:153 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #nilr,#nifc,#ins<private>,onTelephonyNotification,<private>
2021-02-11 10:18:56:154 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @CellFlow, match, <private>, strong, tiles, rat, GSM, needsAls, 0
2021-02-11 10:18:56:154 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @CellFlow, counts, in, 1, sortIn, 1, sortOut, 1, shouldQuery, 0
2021-02-11 10:18:56:154 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: CellFlow, fix, <private>, acc, <private>, tiles, strong, GSM, Serving, notify, 1, deploymentType, -1, cellinfo
2021-02-11 10:18:56:154 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @ClxCell, Fix, 1, ll, <private>, <private>, acc, 2000.00, course, -1.0, key, <private>, type, 6
2021-02-11 10:18:56:154 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #nilr,#nifc,invoke,<private>,onTelephonyNotification(notification, data)
2021-02-11 10:18:56:154 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @CellFlow, outcome, fix, UclpMetric
2021-02-11 10:18:56:155 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #ctcl,#ci,fetch,cellListSize,<private>
2021-02-11 10:18:56:155 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @CellLoc, tiledl, cells, 1, gsm, 1, cdma, 0, lte, 0
2021-02-11 10:18:56:155 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: CellService, convertCells, 1, neighbors, 1
2021-02-11 10:18:56:155 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: CellFlow, timer, recalc, 300
2021-02-11 10:18:56:155 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: CellService, convert, add, GSM, <private>
2021-02-11 10:18:56:155 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: <PCPersistentTimer: 0x1044efb10> created <PCSimpleTimer: 0x108986fa0>
2021-02-11 10:18:56:155 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #ins<private>,#nilr,#supl,updateCellData
2021-02-11 10:18:56:155 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #ins<private>,#nilr,#supl,setServingIsOnLte,isOnLte,<private>
2021-02-11 10:18:56:155 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Started simple timer <PCSimpleTimer: 0x108986fa0> with fire date [2021-02-11 10:23:56 +0400]
2021-02-11 10:18:56:155 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Invalidating timer <PCPersistentTimer: 0x10813ee60>
2021-02-11 10:18:56:155 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Invalidating simple timer <PCSimpleTimer: 0x108ad3d80>
2021-02-11 10:18:56:156 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: <PCSimpleTimer: 0x108986fa0> created preventSleepTimer <PCDispatchTimer: 0x10537c7c0> and fireTimer <PCDispatchTimer: 0x1089267a0> on queue <OS_dispatch_queue_serial: PCSimpleTimer-timerQ>
2021-02-11 10:18:56:156 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: <PCPersistentTimer: 0x1044efb10> calculating _earlyFireDate. powerStateDetectionSupported = NO = (detectionSupported(YES) && (wwanIsUp(NO) || ! internetReachable(YES)))
2021-02-11 10:18:56:156 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #ctcl,#ci,fetch,cellListSize,<private>
2021-02-11 10:18:56:156 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Enabling power monitoring for <PCSimpleTimer: 0x108986fa0> - 10 timers
2021-02-11 10:18:56:156 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Disabling power monitoring for <PCSimpleTimer: 0x108ad3d80> - 9 timers
2021-02-11 10:18:56:156 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: CellService, convertCells, 1, neighbors, 1
2021-02-11 10:18:56:158 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: CellService, convert, add, GSM, <private>
2021-02-11 10:18:56:158 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#awd,handleCellInfoNotification", "inst":0, "RAT":"kRadioAccessTechnologyUMTS", "MCC":<private>, "MNC":<private>, "SID":<private>, "NID":<private>}
2021-02-11 10:18:56:158 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Last system wake date (2021-02-09 15:41:02 +0400) was longer than half of the timer duration, so setting minimum fire date to fire date.
2021-02-11 10:18:56:159 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: <PCPersistentTimer: 0x1044efb10> Device is plugged in, overriding earlyFireProportion to be 1.0
2021-02-11 10:18:56:159 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: <PCPersistentTimer: 0x1044efb10> Calculated minimum fire date [2021-02-11 10:23:56 +0400] (100%) with fire date [2021-02-11 10:23:56 +0400], start date [2021-02-11 10:18:56 +0400], minimum early fire proportion 0.9, power state detection supported: no, in high power state: no, early fire constant interval 0.000000
2021-02-11 10:18:56:159 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @ClxClient, Fix, 1, ll, <private>, <private>, acc, 65.00, speed, <private>, course, <private>, type, 6, alt, <private>, altunc, 10.0
2021-02-11 10:18:56:159 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Stream Received notification", "notification":"CLLocationProvider_Type::kNotificationLocationFine"}
2021-02-11 10:18:56:160 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Stream Source now available", "source":"CLStreamingAwareLocationProviderStateMachine::kLocationSourceLocal"}
2021-02-11 10:18:56:160 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Stream Starting location for source", "source":"CLStreamingAwareLocationProviderStateMachine::kLocationSourceLocal", "notification":"CLLocationProvider_Type::kNotificationLocationFine", "include motion":0}
2021-02-11 10:18:56:160 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Stream Received notification", "notification":"CLLocationProvider_Type::kNotificationLocationLeech"}
2021-02-11 10:18:56:160 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Stream Starting location for source", "source":"CLStreamingAwareLocationProviderStateMachine::kLocationSourceLocal", "notification":"CLLocationProvider_Type::kNotificationLocationFine", "include motion":0}
2021-02-11 10:18:56:160 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/Routine.bundle", "location":<private>}
2021-02-11 10:18:56:160 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction created: (<private>) <private>
2021-02-11 10:18:56:160 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiLogic, handleInput, System::LeechLocation
2021-02-11 10:18:56:160 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"CLWifi1SystemLogic::apply", "event":"elapsed", "begin_mach":49460882388001, "end_mach":49460882394105, "elapsed_s":"0.000254333", "event":"System::LeechLocation", "now_s":"634717136.241304994"}
2021-02-11 10:18:56:160 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction releasing: (<private>) <private>
2021-02-11 10:18:56:161 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction created: (<private>) <private>
2021-02-11 10:18:56:161 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#sbim client arrow state changed", "clientKey":"com.apple.locationd.bundle-\134/System\134/Library\134/LocationBundles\134/Routine.bundle", "entityClass":"CoreRoutine", "oldArrowState":"RequestingLocationInformation", "newArrowState":"ReceivingLocationInformation", "dueToDeauthorization":0}
2021-02-11 10:18:56:161 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#sbim entity class arrow state changed", "entityClass":"CoreRoutine", "oldArrowState":"RequestingLocationInformation", "newArrowState":"ReceivingLocationInformation", "dueToDeauthorization":0}
2021-02-11 10:18:56:161 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Awareness Received location"}
2021-02-11 10:18:56:161 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/Traffic.bundle", "location":<private>}
2021-02-11 10:18:56:161 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: <PCPersistentTimer: 0x10537d7c0> created <PCSimpleTimer: 0x1080c7340>
2021-02-11 10:18:56:161 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#sbim client arrow state changed", "clientKey":"com.apple.locationd.bundle-\134/System\134/Library\134/LocationBundles\134/Traffic.bundle", "entityClass":"SystemService", "oldArrowState":"Off", "newArrowState":"ReceivingLocationInformation", "dueToDeauthorization":0}
2021-02-11 10:18:56:161 - [IOSDeviceLog] Feb 11 10:18:56 mydevice kernel(AppleBCMWLANCore)[0] <Notice>: 5 b 20MHz n CCA 46% duration: 99 congest: 46 ts: 2629509
2021-02-11 10:18:56:161 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/CompassCalibration.bundle", "location":<private>}
2021-02-11 10:18:56:161 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#sbim client arrow state changed", "clientKey":"com.apple.locationd.bundle-\134/System\134/Library\134/LocationBundles\134/CompassCalibration.bundle", "entityClass":"SystemService", "oldArrowState":"Off", "newArrowState":"ReceivingLocationInformation", "dueToDeauthorization":0}
2021-02-11 10:18:56:161 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/DestinationdLocationBundleiOS.bundle::com.apple.Maps", "location":<private>}
2021-02-11 10:18:56:162 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Invalidating timer <PCPersistentTimer: 0x10816d3a0>
2021-02-11 10:18:56:162 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Invalidating simple timer <PCSimpleTimer: 0x10816d410>
2021-02-11 10:18:56:162 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Canceling system wake for simpletimer [2021-02-11 11:16:03 +0400]
2021-02-11 10:18:56:162 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiLogic, handleInput, System::LeechLocation
2021-02-11 10:18:56:162 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#sbim client arrow state changed", "clientKey":"com.apple.locationd.bundle-\134/System\134/Library\134/LocationBundles\134/DestinationdLocationBundleiOS.bundle", "entityClass":"SystemService", "oldArrowState":"RequestingLocationInformation", "newArrowState":"ReceivingLocationInformation", "dueToDeauthorization":0}
2021-02-11 10:18:56:162 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/CoreParsec.framework", "location":<private>}
2021-02-11 10:18:56:162 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"CLWifi1SystemLogic::apply", "event":"elapsed", "begin_mach":49460882466220, "end_mach":49460882472711, "elapsed_s":"0.000270458", "event":"System::LeechLocation", "now_s":"634717136.244564056"}
2021-02-11 10:18:56:162 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/MobileWiFi.framework", "location":<private>}
2021-02-11 10:18:56:162 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/NavdLocationBundleiOS.bundle", "location":<private>}
2021-02-11 10:18:56:162 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/FindMyDevice.framework", "location":<private>}
2021-02-11 10:18:56:162 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/MotionCalibration.bundle", "location":<private>}
2021-02-11 10:18:56:162 - [IOSDeviceLog] Feb 11 10:18:56 mydevice wifid(CoreLocation)[49] <Notice>: {"msg":"#CLLocationManager invoking #delegate", "self":"0x133f172c0", "delegate":"0x133e0cfc0", "selector":"locationManager:didUpdateLocations:", "location":<private>, "eventType":"kCLConnectionMessageLocation"}
2021-02-11 10:18:56:163 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Started simple timer <PCSimpleTimer: 0x1080c7340> with fire date [2021-02-11 11:18:56 +0400]
2021-02-11 10:18:56:163 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: <PCSimpleTimer: 0x1080c7340> created preventSleepTimer <PCDispatchTimer: 0x1080b3340> and fireTimer <PCDispatchTimer: 0x1080c3ca0> on queue <OS_dispatch_queue_serial: PCSimpleTimer-timerQ>
2021-02-11 10:18:56:163 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Enabling power monitoring for <PCSimpleTimer: 0x1080c7340> - 10 timers
2021-02-11 10:18:56:163 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: <PCSimpleTimer: 0x1080c7340> Existing wake at (null) re-scheduling to 2021-02-11 11:18:41 +0400 with leeway of 0
2021-02-11 10:18:56:163 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Request to schedule wake 0 date 2021-02-11 11:16:03 +0400 leeway 0 service identifier Awareness unique identifier <PCSimpleTimer: 0x10816d410>
2021-02-11 10:18:56:163 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction releasing: (<private>) <private>
2021-02-11 10:18:56:163 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction created: (<private>) <private>
2021-02-11 10:18:56:163 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiLogic, handleInput, System::LeechLocation
2021-02-11 10:18:56:163 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/MobileWiFi.framework", "location":<private>}
2021-02-11 10:18:56:163 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Disabling power monitoring for <PCSimpleTimer: 0x10816d410> - 9 timers
2021-02-11 10:18:56:163 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"CLWifi1SystemLogic::apply", "event":"elapsed", "begin_mach":49460882511296, "end_mach":49460882519407, "elapsed_s":"0.000337958", "event":"System::LeechLocation", "now_s":"634717136.246433973"}
2021-02-11 10:18:56:164 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/NavdLocationBundleiOS.bundle", "location":<private>}
2021-02-11 10:18:56:164 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction releasing: (<private>) <private>
2021-02-11 10:18:56:164 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Request to schedule wake 1 date 2021-02-11 11:18:41 +0400 leeway 0 service identifier Awareness unique identifier <PCSimpleTimer: 0x1080c7340>
2021-02-11 10:18:56:164 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: <PCPersistentTimer: 0x10537d7c0> calculating _earlyFireDate. powerStateDetectionSupported = NO = (detectionSupported(YES) && (wwanIsUp(NO) || ! internetReachable(YES)))
2021-02-11 10:18:56:164 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Last system wake date (2021-02-09 15:41:02 +0400) was longer than half of the timer duration, so setting minimum fire date to fire date.
2021-02-11 10:18:56:164 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: <PCPersistentTimer: 0x10537d7c0> Device is plugged in, overriding earlyFireProportion to be 1.0
2021-02-11 10:18:56:164 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: <PCPersistentTimer: 0x10537d7c0> Calculated minimum fire date [2021-02-11 11:18:56 +0400] (100%) with fire date [2021-02-11 11:18:56 +0400], start date [2021-02-11 10:18:56 +0400], minimum early fire proportion 0.9, power state detection supported: no, in high power state: no, early fire constant interval 0.000000
2021-02-11 10:18:56:174 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction created: (<private>) <private>
2021-02-11 10:18:56:175 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiLogic, handleInput, System::LeechLocation
2021-02-11 10:18:56:175 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/FindMyDevice.framework", "location":<private>}
2021-02-11 10:18:56:175 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"CLWifi1SystemLogic::apply", "event":"elapsed", "begin_mach":49460882537214, "end_mach":49460882548011, "elapsed_s":"0.000449875", "event":"System::LeechLocation", "now_s":"634717136.247524023"}
2021-02-11 10:18:56:175 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction releasing: (<private>) <private>
2021-02-11 10:18:56:175 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#SLC Got location", "location":<private>}
2021-02-11 10:18:56:175 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/MotionCalibration.bundle", "location":<private>}
2021-02-11 10:18:56:175 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/MobileWiFi.framework", "location":<private>}
2021-02-11 10:18:56:175 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/NavdLocationBundleiOS.bundle", "location":<private>}
2021-02-11 10:18:56:175 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/FindMyDevice.framework", "location":<private>}
2021-02-11 10:18:56:175 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/MotionCalibration.bundle", "location":<private>}
2021-02-11 10:18:56:176 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/MobileWiFi.framework", "location":<private>}
2021-02-11 10:18:56:176 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/NavdLocationBundleiOS.bundle", "location":<private>}
2021-02-11 10:18:56:176 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Cancelling scheduled wake for <private> wake identifier <private>
2021-02-11 10:18:56:176 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/FindMyDevice.framework", "location":<private>}
2021-02-11 10:18:56:177 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(TrackingAvoidance)[9076] <Notice>: <private>
2021-02-11 10:18:56:177 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Wake cancel for '<private>'(<private>) completed for [<private>] (took 0.002 seconds; result code 0)
2021-02-11 10:18:56:177 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Scheduling a wake for date <private> leeway 0 wake identifier <private>
2021-02-11 10:18:56:177 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(TrackingAvoidance)[9076] <Notice>: #TAStore adding:<private>
2021-02-11 10:18:56:177 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(TrackingAvoidance)[9076] <Notice>: #TATrackingAvoidanceService significant time elapsed, performing classification now
2021-02-11 10:18:56:177 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/MotionCalibration.bundle", "location":<private>}
2021-02-11 10:18:56:177 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(TrackingAvoidance)[9076] <Notice>: #TATrackingAvoidanceService not running detection in the unknown visit state
2021-02-11 10:18:56:177 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#sbim client arrow state changed", "clientKey":"com.apple.locationd.bundle-\134/System\134/Library\134/LocationBundles\134/TraceHarvest.bundle", "entityClass":"SystemService", "oldArrowState":"Off", "newArrowState":"ReceivingLocationInformation", "dueToDeauthorization":0}
2021-02-11 10:18:56:177 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(PersistentConnection)[9076] <Notice>: Wake schedule for '<private>'(<private>) completed for [<private>] (took 0.001 seconds; result code 0)
2021-02-11 10:18:56:177 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(CoreLocation)[9076] <Notice>: {"msg":"#CLLocationManager invoking #delegate", "self":"0x10539f070", "delegate":"0x105453a20", "selector":"locationManager:didUpdateLocations:", "location":<private>, "eventType":"kCLConnectionMessageLocation"}
2021-02-11 10:18:56:177 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#sbim client arrow state changed", "clientKey":"com.apple.locationd.bundle-\134/System\134/Library\134/LocationBundles\134/AppGenius.bundle", "entityClass":"SystemService", "oldArrowState":"Off", "newArrowState":"ReceivingLocationInformation", "dueToDeauthorization":0}
2021-02-11 10:18:56:177 - [IOSDeviceLog] Feb 11 10:18:56 mydevice destinationd(CoreLocation)[223] <Notice>: {"msg":"#CLLocationManager invoking #delegate", "self":"0x137f13990", "delegate":"0x137e15690", "selector":"locationManager:didUpdateLocations:", "location":<private>, "eventType":"kCLConnectionMessageLocation"}
2021-02-11 10:18:56:178 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(CoreLocation)[138] <Notice>: {"msg":"state transition", "event":"state_transition", "state":"LocationManager", "id":"0x100370d60", "property":"requestingLocation", "old":1, "new":0}
2021-02-11 10:18:56:178 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(CoreLocation)[138] <Notice>: {"msg":"#CLLocationManager invoking #delegate", "self":"0x100370d60", "delegate":"0x1003716d0", "selector":"locationManager:didUpdateLocations:", "location":<private>, "eventType":"kCLConnectionMessageLocation"}
2021-02-11 10:18:56:178 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Incoming message", "event":"activity", "name":"kCLConnectionMessageLocation", "this":"0x10899af30", "registrationReceived":1}
2021-02-11 10:18:56:178 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: Client /System/Library/PrivateFrameworks/CoreParsec.framework (0x10899af30) is unsubscribing to notification kCLConnectionMessageLocation
2021-02-11 10:18:56:178 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: Client /System/Library/PrivateFrameworks/CoreParsec.framework (0x10899af30) is unsubscribing to notification kCLConnectionMessageLocationUnavailable
2021-02-11 10:18:56:178 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: client '/System/Library/PrivateFrameworks/CoreParsec.framework' unsubscribing from location
2021-02-11 10:18:56:178 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @ClxClient, unsubscribe, /System/Library/PrivateFrameworks/CoreParsec.framework
2021-02-11 10:18:56:178 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #Warning Denying process assertion to <private>
2021-02-11 10:18:56:178 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction released: (<private>) <private>
2021-02-11 10:18:56:178 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @ClxClient, accuracy, 0, 0, 0, level, None, reg?, 0
2021-02-11 10:18:56:180 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Stream Client interest changed", "notification":"CLLocationProvider_Type::kNotificationLocationFine", "is interested":0}
2021-02-11 10:18:56:180 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Stream Stopping location for source", "source":"CLStreamingAwareLocationProviderStateMachine::kLocationSourceLocal"}
2021-02-11 10:18:56:180 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @ClxProvider, stop, <private>, desiredAccuracy, -1.0
2021-02-11 10:18:56:180 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: WlpReg, 0, loccontroller
2021-02-11 10:18:56:180 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @ClxProvider, stop, <private>, desiredAccuracy, -1.0
2021-02-11 10:18:56:180 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: UclpReg, 0, loccontroller
2021-02-11 10:18:56:180 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @ClxProvider, stop, <private>, desiredAccuracy, -1.0
2021-02-11 10:18:56:180 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #techstatus,signalling
2021-02-11 10:18:56:180 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiLogic, entry, unregister, notification, Location, lsb, 0, 1, 1
2021-02-11 10:18:56:180 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiEntry, unregister for odometer notification
2021-02-11 10:18:56:181 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction created: (<private>) <private>
2021-02-11 10:18:56:181 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiLogic, handleInput, Client::Unregistration
2021-02-11 10:18:56:181 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: MotionOdometer, action, Unregistration, client, <CLIntersiloProxyToInitiator: peer silo:CLWifiLocationProviderSilo(CLPositioningWorkloop), peer name:<REDACTED>>, notification, 7, notificationClientCount, 2, notificationString, ElevationSpectator
2021-02-11 10:18:56:181 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"CLWifi1SystemLogic::apply", "event":"elapsed", "begin_mach":49460882759959, "end_mach":49460882769028, "elapsed_s":"0.000377875", "event":"Client::Unregistration", "now_s":"634717136.256803989"}
2021-02-11 10:18:56:181 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiFlow, nexttimer, off
2021-02-11 10:18:56:181 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction releasing: (<private>) <private>
2021-02-11 10:18:56:181 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #techstatus,posting notification
2021-02-11 10:18:56:181 - [IOSDeviceLog] Feb 11 10:18:56 mydevice destinationd(CoreLocation)[223] <Notice>: {"msg":"CLLocationManager", "event":"activity", "_cmd":"_limitsPrecision", "self":"0x137f13990"}
2021-02-11 10:18:56:181 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(CoreLocation)[138] <Notice>: {"msg":"CLLocationManager", "event":"activity", "_cmd":"location", "self":"0x100370d60"}
2021-02-11 10:18:56:181 - [IOSDeviceLog] Feb 11 10:18:56 mydevice WirelessRadioManagerd(CoreLocation)[44] <Notice>: {"msg":"CLCopyTechnologiesInUse", "event":"activity"}
2021-02-11 10:18:56:181 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #techstatus,enquired,sz,0,gpsClientActive,0,gpsHwActive,0
2021-02-11 10:18:56:181 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"client getting effective client name", "bundleId":"", "bundlePath":"\134/System\134/Library\134/PrivateFrameworks\134/CoreParsec.framework"}
2021-02-11 10:18:56:181 - [IOSDeviceLog] Feb 11 10:18:56 mydevice symptomsd(CoreLocation)[5222] <Notice>: {"msg":"CLCopyTechnologiesInUse", "event":"activity"}
2021-02-11 10:18:56:181 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #techstatus,enquired,sz,0,gpsClientActive,0,gpsHwActive,0
2021-02-11 10:18:56:181 - [IOSDeviceLog] Feb 11 10:18:56 mydevice aggregated(CoreLocation)[10011] <Notice>: {"msg":"CLCopyTechnologiesInUse", "event":"activity"}
2021-02-11 10:18:56:182 - [IOSDeviceLog] Feb 11 10:18:56 mydevice navd(CoreLocation)[77] <Notice>: {"msg":"#CLLocationManager invoking #delegate", "self":"0x104910840", "delegate":"0x10491a4a0", "selector":"locationManager:didUpdateLocations:", "location":<private>, "eventType":"kCLConnectionMessageLocation"}
2021-02-11 10:18:56:182 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveContextClient)[138] <Notice>: Checking cache with age: 93.936287
2021-02-11 10:18:56:182 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveContextClient)[138] <Notice>: Fetching Home LOI
2021-02-11 10:18:56:182 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveContextClient)[138] <Notice>: Checking cache with age: 93.936395
2021-02-11 10:18:56:182 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveContextClient)[138] <Notice>: Fetching Work LOI
2021-02-11 10:18:56:182 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: #techstatus,enquired,sz,0,gpsClientActive,0,gpsHwActive,0
2021-02-11 10:18:56:182 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveContextClient)[138] <Notice>: Checking cache with age: 93.936739
2021-02-11 10:18:56:182 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveContextClient)[138] <Notice>: Fetching School LOI
2021-02-11 10:18:56:182 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveContextClient)[138] <Notice>: Checking cache with age: 93.936890
2021-02-11 10:18:56:182 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveContextClient)[138] <Notice>: Fetching Gym LOI
2021-02-11 10:18:56:182 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SplashBoard)[59] <Notice>: <XBApplicationSnapshotManifestImpl: 0x28244eb80> [appname] We don't have any snapshots, so we're clearing our manifest data.
2021-02-11 10:18:56:183 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveContextClient)[138] <Notice>: LOI fetch successful
2021-02-11 10:18:56:184 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Incoming message", "event":"activity", "name":"kCLConnectionMessageMotionActivityQuery", "this":"0x108a4e910", "registrationReceived":0}
2021-02-11 10:18:56:184 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction created: (<private>) <private>
2021-02-11 10:18:56:185 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction releasing: (<private>) <private>
2021-02-11 10:18:56:185 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CoreLocation)[142] <Notice>: {"msg":"CLClientIsLocationServicesEnabled", "event":"activity"}
2021-02-11 10:18:56:186 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveContextClient)[138] <Notice>: Current motion activities: <private>
2021-02-11 10:18:56:186 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(CoreLocation)[138] <Notice>: {"msg":"CLLocationManager", "event":"activity", "_cmd":"location", "self":"0x100370d60"}
2021-02-11 10:18:56:187 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"client getting effective client name", "bundleId":"", "bundlePath":"\134/System\134/Library\134/PrivateFrameworks\134/CoreParsec.framework"}
2021-02-11 10:18:56:187 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Unexpected NULL isEnterpriseApp for bundleId: com.apple.DEC.AppPredictionInternal.backlightActivated
2021-02-11 10:18:56:188 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - processInteractionFeedback with bookmark: <private> for consumerSubTypes: <private>
2021-02-11 10:18:56:188 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CoreLocation)[142] <Notice>: {"msg":"CLInternalGetAuthorizationStatus", "event":"activity"}
2021-02-11 10:18:56:190 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"client getting effective client name", "bundleId":"", "bundlePath":"\134/System\134/Library\134/PrivateFrameworks\134/FMF.framework"}
2021-02-11 10:18:56:199 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord[142] <Notice>: <private> Sending register with cause ApplicationsChanged because registration information has changed
2021-02-11 10:18:56:200 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord[142] <Notice>: <private> Enqueueing request <private>
2021-02-11 10:18:56:200 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord[142] <Notice>: Sending <private> to url <private> with headers:
2021-02-11 10:18:56:200 - [IOSDeviceLog] <private>
2021-02-11 10:18:56:200 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord[142] <Notice>: Sending <private> body dictionary :
2021-02-11 10:18:56:200 - [IOSDeviceLog] <private>
2021-02-11 10:18:56:200 - [IOSDeviceLog] Feb 11 10:18:56 mydevice powerd[41] <Error>: Pid 142 is not privileged to set property AppliesToLimitedPower
2021-02-11 10:18:56:200 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord[142] <Notice>: IOPMAssertionCreateWithProperties <private> failed with error: (iokit/common) privilege violation (-536870207)
2021-02-11 10:18:56:200 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libxpc.dylib)[142] <Notice>: xpc_activity_register: com.apple.icloud.fmflocatord.keep-alive-on-dirty, criteria: dictionary
2021-02-11 10:18:56:200 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libxpc.dylib)[142] <Notice>: _xpc_activity_register: com.apple.icloud.fmflocatord.keep-alive-on-dirty (0x159f13310), 0
2021-02-11 10:18:56:200 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libxpc.dylib)[142] <Notice>: xpc_activity_set_criteria: com.apple.icloud.fmflocatord.keep-alive-on-dirty (0x159f13310), dict
2021-02-11 10:18:56:200 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libxpc.dylib)[142] <Notice>: xpc_activity_set_criteria, lower half: com.apple.icloud.fmflocatord.keep-alive-on-dirty (0x159f13310), dict
2021-02-11 10:18:56:201 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libxpc.dylib)[142] <Notice>: _xpc_activity_set_criteria: com.apple.icloud.fmflocatord.keep-alive-on-dirty (0x159f13310), dict
2021-02-11 10:18:56:201 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libxpc.dylib)[142] <Notice>: _xpc_activity_set_criteria: xpc_set_event com.apple.icloud.fmflocatord.keep-alive-on-dirty, 1
2021-02-11 10:18:56:201 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: Task <8A11C649-6BF5-44DD-B363-54C4C1FDF189>.<5079> resuming, timeouts(120.0, 604800.0) QOS(0x15) Voucher <private>
2021-02-11 10:18:56:201 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [BE4A0888-A88A-4A34-8C44-6F1C06AB5D2E] (reporting strategy default)> on Task <8A11C649-6BF5-44DD-B363-54C4C1FDF189>.<5079> was not selected for reporting
2021-02-11 10:18:56:201 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libxpc.dylib)[142] <Notice>: xpc_activity_set_criteria: com.apple.icloud.fmflocatord.keep-alive-on-dirty (0x159f13310), setting state now to 1
2021-02-11 10:18:56:201 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libxpc.dylib)[142] <Notice>: _xpc_activity_set_state: com.apple.icloud.fmflocatord.keep-alive-on-dirty (0x159f13310), 1
2021-02-11 10:18:56:201 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: Task <8A11C649-6BF5-44DD-B363-54C4C1FDF189>.<5079> local authenticator getting headers for (null) codes <private>
2021-02-11 10:18:56:203 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Creating XPC Activity on XPC add event: com.apple.icloud.fmflocatord.keep-alive-on-dirty
2021-02-11 10:18:56:203 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Created XPC Activity: com.apple.icloud.fmflocatord.keep-alive-on-dirty (0x121152c00)
2021-02-11 10:18:56:203 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: SUBMITTING: <private>
2021-02-11 10:18:56:203 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:56:203 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: Task <8A11C649-6BF5-44DD-B363-54C4C1FDF189>.<5079> local authenticator will provide headers or request
2021-02-11 10:18:56:203 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Registered XPC Activity: com.apple.icloud.fmflocatord.keep-alive-on-dirty (0x121152c00)
2021-02-11 10:18:56:203 - [IOSDeviceLog] Feb 11 10:18:56 mydevice dasd[116] <Notice>: Submitted Activity: com.apple.icloud.fmflocatord.keep-alive-on-dirty:8971E3 at priority 30 with interval 600 <private>
2021-02-11 10:18:56:203 - [IOSDeviceLog] Feb 11 10:18:56 mydevice dasd[116] <Notice>: Activity <private>: Optimal Score 0.9171 at <private> (Valid Until: <private>)
2021-02-11 10:18:56:204 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634580703459257
2021-02-11 10:18:56:204 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665127353936
2021-02-11 10:18:56:204 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: Task <8A11C649-6BF5-44DD-B363-54C4C1FDF189>.<5079> authenticator finished cont 1 req (null) headers <private>
2021-02-11 10:18:56:204 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: Task <8A11C649-6BF5-44DD-B363-54C4C1FDF189>.<5079> protocol received continueLoad=1, headers=<private> req=(null)
2021-02-11 10:18:56:205 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634249314972581
2021-02-11 10:18:56:205 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: Task <8A11C649-6BF5-44DD-B363-54C4C1FDF189>.<5079> {strength 0, tls 4, ct 0, sub 0, sig 1, ciphers 0, bundle 1, builtin 0}
2021-02-11 10:18:56:205 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665548126012
2021-02-11 10:18:56:206 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: Connection 3169: enabling TLS
2021-02-11 10:18:56:206 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 622401144539775
2021-02-11 10:18:56:206 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: Connection 3169: starting, TC(0x0)
2021-02-11 10:18:56:206 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 622401144539775
2021-02-11 10:18:56:206 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: [C3169 52516760-BCAD-4278-BB2C-B49B916F4187 Hostname#9db0cacc:443 tcp, url hash: 59f6fe1a, tls, context: com.apple.CFNetwork.NSURLSession.{C430C2FD-3880-4BE7-BFC0-614607284A13}{(null)}{Y}{2}, proc: C0E40263-951B-3079-8A86-165C1374888A] start
2021-02-11 10:18:56:208 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: [C3169 Hostname#9db0cacc:443 initial path ((null))] event: path:start @0.000s
2021-02-11 10:18:56:208 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: [C3169 Hostname#9db0cacc:443 waiting path (satisfied (Path is satisfied), interface: en0, ipv4, dns)] event: path:satisfied @0.000s, uuid: 241E10E6-61B3-4964-9390-B31379BE8985
2021-02-11 10:18:56:208 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 628825882282863
2021-02-11 10:18:56:208 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 628825882282863
2021-02-11 10:18:56:208 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: [C3169 Hostname#9db0cacc:443 in_progress resolver (satisfied (Path is satisfied), interface: en0, ipv4, dns)] event: resolver:start_dns @0.000s
2021-02-11 10:18:56:209 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C3169] reporting state preparing
2021-02-11 10:18:56:209 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: Task <8A11C649-6BF5-44DD-B363-54C4C1FDF189>.<5079> setting up Connection 3169
2021-02-11 10:18:56:209 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886] getaddrinfo start -- flags: 0xC000D000, ifindex: 0, protocols: 0, hostname: <mask.hash: 'iQwEWBaRypvdHj9An1o/1w=='>, options: {}, client pid: 142 (fmflocatord)
2021-02-11 10:18:56:209 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q22333] Question for <mask.hash: 'KxQ9VwTCY35gAyOjq9c5ZQ=='> (HTTPS) assigned DNS service -- id: 11, type: Do53, source: sc, scope: none, interface: en0/8, servers: {<IPv4:BBzTOWCD>:53}, domains: {.}, attributes: {a-ok}, interface properties: {ipv4}
2021-02-11 10:18:56:210 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q40343] Question for <mask.hash: 'KxQ9VwTCY35gAyOjq9c5ZQ=='> (AAAA) assigned DNS service 11
2021-02-11 10:18:56:210 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [Q40343] ShouldSuppressUnicastQuery: Query suppressed for <mask.hash: 'KxQ9VwTCY35gAyOjq9c5ZQ=='> AAAA (AAAA records are unusable)
2021-02-11 10:18:56:210 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q40240] Question for <mask.hash: 'KxQ9VwTCY35gAyOjq9c5ZQ=='> (Addr) assigned DNS service 11
2021-02-11 10:18:56:210 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q22333] AnswerQuestionByFollowingCNAME: 0x101020860 <mask.hash: 'KxQ9VwTCY35gAyOjq9c5ZQ=='> (HTTPS) following CNAME referral 0 for <mask.hash: 'LTxRMBE56pBzvDu20f5jpA=='>
2021-02-11 10:18:56:210 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q8117] Question for <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='> (HTTPS) assigned DNS service 11
2021-02-11 10:18:56:210 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q40343] GenerateNegativeResponse: Generating negative response for question <mask.hash: 'KxQ9VwTCY35gAyOjq9c5ZQ=='> (AAAA)
2021-02-11 10:18:56:210 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q40343] getaddrinfo result -- event: add, ifindex: 0, name: <mask.hash: 'KxQ9VwTCY35gAyOjq9c5ZQ=='>, type: AAAA, rdata: <none> (mortal)
2021-02-11 10:18:56:210 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q40240] AnswerQuestionByFollowingCNAME: 0x10180d400 <mask.hash: 'KxQ9VwTCY35gAyOjq9c5ZQ=='> (Addr) following CNAME referral 0 for <mask.hash: 'LTxRMBE56pBzvDu20f5jpA=='>
2021-02-11 10:18:56:210 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q17278] Question for <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='> (Addr) assigned DNS service 11
2021-02-11 10:18:56:211 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q8117] getaddrinfo result -- event: add, ifindex: 0, name: <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='>, type: HTTPS, rdata: <none> (mortal)
2021-02-11 10:18:56:211 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q17278] getaddrinfo result -- event: add, ifindex: 0, name: <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='>, type: A, rdata: <mask.hash: 'pqBdk2voVQOINxmeBIrEkg=='> (ghost)
2021-02-11 10:18:56:211 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q17278] getaddrinfo result -- event: add, ifindex: 0, name: <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='>, type: A, rdata: <mask.hash: 'SOHfa8UeV9Xme4fp5Lb/xg=='> (ghost)
2021-02-11 10:18:56:211 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q17278] getaddrinfo result -- event: add, ifindex: 0, name: <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='>, type: A, rdata: <mask.hash: 'KSmgXVqMl7N+m1Hznuqlqw=='> (ghost)
2021-02-11 10:18:56:211 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q17278] getaddrinfo result -- event: add, ifindex: 0, name: <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='>, type: A, rdata: <mask.hash: '0EicJqs1xbhsFVm1F53TDg=='> (ghost)
2021-02-11 10:18:56:211 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q17278] getaddrinfo result -- event: add, ifindex: 0, name: <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='>, type: A, rdata: <mask.hash: 'jWEnIHmhvgQiaIAZMaVhdw=='> (ghost)
2021-02-11 10:18:56:211 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q17278] getaddrinfo result -- event: add, ifindex: 0, name: <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='>, type: A, rdata: <mask.hash: 'lNFRGoren7vs3JVAoPORFw=='> (ghost)
2021-02-11 10:18:56:211 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q17278] getaddrinfo result -- event: add, ifindex: 0, name: <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='>, type: A, rdata: <mask.hash: '9ftjAEnASWFbFaoJQQwxKg=='> (ghost)
2021-02-11 10:18:56:211 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q17278] getaddrinfo result -- event: add, ifindex: 0, name: <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='>, type: A, rdata: <mask.hash: 'BVE2w+uuX2jKzWnHKtD+vw=='> (ghost)
2021-02-11 10:18:56:212 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q17278] AnswerNewQuestion: Restarting original question 0x10180d400 firstExpiredQname <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='> for allowExpiredAnswers question
2021-02-11 10:18:56:212 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q28617] Question for <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='> (Addr) assigned DNS service 11
2021-02-11 10:18:56:212 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [Q28617] Sent 38-byte query #1 to <IPv4:BBzTOWCD> over UDP via en0/8 -- id: 0x5AE7 (23271), flags: 0x0100 (Q/Query, RD, NoError), counts: 1/0/0/0, BBtuBEAp IN A?
2021-02-11 10:18:56:212 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 622402075648622
2021-02-11 10:18:56:212 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 622402075648622
2021-02-11 10:18:56:212 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634572444327015
2021-02-11 10:18:56:212 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634572444327015
2021-02-11 10:18:56:212 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: [C3169 Hostname#9db0cacc:443 in_progress resolver (satisfied (Path is satisfied), interface: en0, ipv4, dns)] event: resolver:receive_dns @0.004s
2021-02-11 10:18:56:212 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: [C3169.1 IPv4#0ed8c9ae:443 initial path ((null))] event: path:start @0.004s
2021-02-11 10:18:56:212 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: [C3169.1 IPv4#0ed8c9ae:443 waiting path (satisfied (Path is satisfied), interface: en0, ipv4, dns)] event: path:satisfied @0.005s, uuid: 8A6D2FED-AB58-4F40-BBB8-4D8BDBE5D7CD
2021-02-11 10:18:56:212 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: [C3169.1 IPv4#0ed8c9ae:443 in_progress channel-flow (satisfied (Path is satisfied), interface: en0, ipv4, dns)] event: flow:start_nexus @0.005s
2021-02-11 10:18:56:212 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: [C3169.1 IPv4#0ed8c9ae:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:receive_nexus @0.005s
2021-02-11 10:18:56:212 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: [C3169.1 IPv4#0ed8c9ae:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:start_connect @0.006s
2021-02-11 10:18:56:212 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libusrtcp.dylib)[142] <Notice>: tcp_output [C3169.1:3] flags=[SEC] seq=1080855657, ack=0, win=65535 state=SYN_SENT rcv_nxt=0, snd_una=1080855657
2021-02-11 10:18:56:219 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - added client model cache update <private>
2021-02-11 10:18:56:219 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - _pruneUnreferencedClientModelCaches removed client caches with UUIDs: <private>
2021-02-11 10:18:56:223 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - added client model cache update <private>
2021-02-11 10:18:56:223 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - _pruneUnreferencedClientModelCaches removed client caches with UUIDs: <private>
2021-02-11 10:18:56:224 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: clientModel
2021-02-11 10:18:56:225 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - added blending ui cache update <private>
2021-02-11 10:18:56:226 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: blending
2021-02-11 10:18:56:226 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: blending
2021-02-11 10:18:56:227 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: blending
2021-02-11 10:18:56:227 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - added client model cache update <private>
2021-02-11 10:18:56:227 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - _pruneUnreferencedClientModelCaches removed client caches with UUIDs: <private>
2021-02-11 10:18:56:227 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: clientModel
2021-02-11 10:18:56:228 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - added client model cache update <private>
2021-02-11 10:18:56:228 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - _pruneUnreferencedClientModelCaches removed client caches with UUIDs: <private>
2021-02-11 10:18:56:228 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: clientModel
2021-02-11 10:18:56:255 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - added blending ui cache update <private>
2021-02-11 10:18:56:255 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - _pruneBlendingModelCachesOlderThanUUID removed blending caches with UUIDs: <private>
2021-02-11 10:18:56:255 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - _pruneUnreferencedClientModelCaches removed client caches with UUIDs: <private>
2021-02-11 10:18:56:256 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - reached more than 4 ui cache updates, pruned context state
2021-02-11 10:18:56:256 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - context state:
2021-02-11 10:18:56:256 - [IOSDeviceLog] <private>
2021-02-11 10:18:56:257 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: blending
2021-02-11 10:18:56:257 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: blending
2021-02-11 10:18:56:257 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: blending
2021-02-11 10:18:56:273 - [IOSDeviceLog] Feb 11 10:18:56 mydevice kernel(AppleBCMWLANCore)[0] <Notice>: 1 b 20MHz n CCA 15% duration: 112 congest: 17 ts: 2629509
2021-02-11 10:18:56:292 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [Q28617] Received acceptable 166-byte response from <IPv4:BBzTOWCD> over UDP via en0/8 -- id: 0x5AE7 (23271), flags: 0x8180 (R/Query, RD, RA, NoError), counts: 1/8/0/0, BBtuBEAp IN A?, 37 IN A BBveqBQV, 37 IN A BBDgannX, 37 IN A BBZtDGlw, 37 IN A BBqiBCmI, 37 IN A BBlSnDyD, 37 IN A BBiOeMqs, 37 IN A BBbJLaYO, 37 IN A BBjFozyZ
2021-02-11 10:18:56:292 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [Q28617] Handling concluded querier: BBtuBEAp A IN
2021-02-11 10:18:56:292 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: mDNSCoreReceiveCacheCheck: rescuing RR <mask.hash: 'CaBvCnPwSiq31QLwxQeflQ=='>
2021-02-11 10:18:56:293 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R0->Q65535] mDNSCoreReceiveNoUnicastAnswers: Removing expired record<mask.hash: 'm0olxy8sGP/kkNTXO8mLDw=='>
2021-02-11 10:18:56:293 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R0->Q65535] mDNSCoreReceiveNoUnicastAnswers: Removing expired record<mask.hash: 'DFJRI92v+4ydl2RtHijfbg=='>
2021-02-11 10:18:56:293 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R0->Q65535] mDNSCoreReceiveNoUnicastAnswers: Removing expired record<mask.hash: 'B5Bbx9HrbKuDzx+FTVUFTA=='>
2021-02-11 10:18:56:293 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R0->Q65535] mDNSCoreReceiveNoUnicastAnswers: Removing expired record<mask.hash: 'Y8ble9jn3mKSeFNOnp1g5g=='>
2021-02-11 10:18:56:293 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R0->Q65535] mDNSCoreReceiveNoUnicastAnswers: Removing expired record<mask.hash: 'DI5WX5rGbm/Ux+dvM+So7Q=='>
2021-02-11 10:18:56:293 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R0->Q65535] mDNSCoreReceiveNoUnicastAnswers: Removing expired record<mask.hash: 'oo7oCF/jRg8TBMHDJROZ4Q=='>
2021-02-11 10:18:56:294 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R0->Q65535] mDNSCoreReceiveNoUnicastAnswers: Removing expired record<mask.hash: 'mdXdW1Rdwuw6Ts8AD6WWxQ=='>
2021-02-11 10:18:56:294 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q28617] getaddrinfo result -- event: add, ifindex: 0, name: <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='>, type: A, rdata: <mask.hash: 'gS7vklmEhvKKiHXEwld/Mw=='> (immortal)
2021-02-11 10:18:56:294 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q28617] getaddrinfo result -- event: add, ifindex: 0, name: <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='>, type: A, rdata: <mask.hash: 'HbZ011DpnJLjut0W+sqjdw=='> (immortal)
2021-02-11 10:18:56:294 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q28617] getaddrinfo result -- event: add, ifindex: 0, name: <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='>, type: A, rdata: <mask.hash: 'zWLDOihBSnzej+2QU13ksA=='> (immortal)
2021-02-11 10:18:56:294 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q28617] getaddrinfo result -- event: add, ifindex: 0, name: <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='>, type: A, rdata: <mask.hash: 'dXarFMaKX5iBJuJcWjBPjQ=='> (immortal)
2021-02-11 10:18:56:295 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q28617] getaddrinfo result -- event: add, ifindex: 0, name: <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='>, type: A, rdata: <mask.hash: '6LNEQe5gvbv//2uudRm0cQ=='> (immortal)
2021-02-11 10:18:56:295 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q28617] getaddrinfo result -- event: add, ifindex: 0, name: <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='>, type: A, rdata: <mask.hash: 'IagkwjF6V9UfA+DRBW3pwA=='> (immortal)
2021-02-11 10:18:56:295 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q28617] getaddrinfo result -- event: add, ifindex: 0, name: <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='>, type: A, rdata: <mask.hash: 'SOHfa8UeV9Xme4fp5Lb/xg=='> (immortal)
2021-02-11 10:18:56:295 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886->Q28617] getaddrinfo result -- event: add, ifindex: 0, name: <mask.hash: 'Fb7h6tpAc6Zvk19FwF1l+w=='>, type: A, rdata: <mask.hash: '5qfhOOt0FIHgen2X9/F50Q=='> (immortal)
2021-02-11 10:18:56:296 - [IOSDeviceLog] Feb 11 10:18:56 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: Data Usage for fmflocatord - WiFi in/out: 321942786/92744286, WiFi delta_in/delta_out: 194/66, Cell in/out: 0/0, Cell delta_in/delta_out: 0/0, RNF: 0, subscriber tag: 0
2021-02-11 10:18:56:296 - [IOSDeviceLog] Feb 11 10:18:56 mydevice mDNSResponder[139] <Notice>: [R162886] getaddrinfo stop -- hostname: <mask.hash: 'iQwEWBaRypvdHj9An1o/1w=='>, client pid: 142 (fmflocatord)
2021-02-11 10:18:56:297 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: [C3169 Hostname#9db0cacc:443 in_progress resolver (satisfied (Path is satisfied), interface: en0, ipv4, dns)] event: resolver:receive_dns @0.091s
2021-02-11 10:18:56:310 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - added context <private>
2021-02-11 10:18:56:310 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: predictionContext
2021-02-11 10:18:56:310 - [IOSDeviceLog] Feb 11 10:18:56 mydevice coreduetd(CoreDuet)[118] <Notice>: Deleting interactions with bundleID: <private>
2021-02-11 10:18:56:330 - [IOSDeviceLog] Feb 11 10:18:56 mydevice coreduetd(CoreDuet)[118] <Notice>: Deleting searchable items with bundleID: <private>
2021-02-11 10:18:56:336 - [IOSDeviceLog] Feb 11 10:18:56 mydevice kernel(AppleBCMWLANCore)[0] <Notice>: 5 b 20MHz n CCA 30% duration: 158 congest: 48 ts: 2629509
2021-02-11 10:18:56:341 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - obtain new bookmark
2021-02-11 10:18:56:341 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - processed 1 events in feedback
2021-02-11 10:18:56:341 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Serialize UI context with count: BlendingModelCacheUpdates: 4, ClientModelCacheUpdates: 8
2021-02-11 10:18:56:352 - [IOSDeviceLog] Feb 11 10:18:56 mydevice ScreenTimeAgent[93] <Error>: Dropping unhandled event for _DKKnowledgeStorageDidTombstoneEventsNotification:AppUsage on stream com.apple.distnoted.matching
2021-02-11 10:18:56:352 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UsageTrackingAgent[334] <Notice>: Received Duet tombstone event com.apple.UsageTrackingAgent.distributed-notification.duet-application-usage-did-tombstone; clearing eligible posted notifications, reseting alarms and checking all budgets for current usage
2021-02-11 10:18:56:355 - [IOSDeviceLog] Feb 11 10:18:56 mydevice coreduetd(CoreDuet)[118] <Notice>: Deleting interactions with bundleID: <private>
2021-02-11 10:18:56:361 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UsageTrackingAgent[334] <Notice>: No applications in use so not checking budgets for current applications
2021-02-11 10:18:56:361 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UsageTrackingAgent[334] <Notice>: No web domains in use so not checking budgets for current web domains
2021-02-11 10:18:56:364 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - file size on disk for path <private> is 50350
2021-02-11 10:18:56:364 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UsageTrackingAgent[334] <Notice>: No Now Playing in use so not checking budgets for current Now Playing
2021-02-11 10:18:56:365 - [IOSDeviceLog] Feb 11 10:18:56 mydevice UsageTrackingAgent[334] <Notice>: No videos in use so not checking budgets for current videos
2021-02-11 10:18:56:368 - [IOSDeviceLog] Feb 11 10:18:56 mydevice coreduetd(CoreDuet)[118] <Notice>: Deleting searchable items with bundleID: <private>
2021-02-11 10:18:56:370 - [IOSDeviceLog] Feb 11 10:18:56 mydevice contextstored(BiomeStreams)[9112] <Notice>: Received connection request for BMFileAccessService from pid 138
2021-02-11 10:18:56:372 - [IOSDeviceLog] Feb 11 10:18:56 mydevice contextstored(BiomeStreams)[9112] <Notice>: Received connection request for BMFileAccessService from pid 138
2021-02-11 10:18:56:374 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(CoreLocation)[138] <Notice>: {"msg":"CLLocationManager", "event":"activity", "_cmd":"location", "self":"0x100370d60"}
2021-02-11 10:18:56:374 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"client getting effective client name", "bundleId":"", "bundlePath":"\134/System\134/Library\134/PrivateFrameworks\134/CoreParsec.framework"}
2021-02-11 10:18:56:375 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Unexpected NULL isEnterpriseApp for bundleId: com.apple.DEC.AppPredictionInternal.backlightActivated
2021-02-11 10:18:56:376 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - processInteractionFeedback with bookmark: <private> for consumerSubTypes: <private>
2021-02-11 10:18:56:376 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634580703459257
2021-02-11 10:18:56:377 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665127353936
2021-02-11 10:18:56:377 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634249314972581
2021-02-11 10:18:56:378 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665548126012
2021-02-11 10:18:56:378 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 622401144539775
2021-02-11 10:18:56:379 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 622401144539775
2021-02-11 10:18:56:379 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 628825882282863
2021-02-11 10:18:56:379 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 628825882282863
2021-02-11 10:18:56:380 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 622402075648622
2021-02-11 10:18:56:381 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 622402075648622
2021-02-11 10:18:56:381 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634572444327015
2021-02-11 10:18:56:381 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634572444327015
2021-02-11 10:18:56:384 - [IOSDeviceLog] Feb 11 10:18:56 mydevice coreduetd(CoreDuet)[118] <Notice>: Deleting interactions with bundleID: <private>
2021-02-11 10:18:56:389 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - added client model cache update <private>
2021-02-11 10:18:56:389 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - _pruneUnreferencedClientModelCaches removed client caches with UUIDs: <private>
2021-02-11 10:18:56:391 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - added blending ui cache update <private>
2021-02-11 10:18:56:391 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: blending
2021-02-11 10:18:56:392 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - added blending ui cache update <private>
2021-02-11 10:18:56:392 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: blending
2021-02-11 10:18:56:392 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: blending
2021-02-11 10:18:56:393 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - added context <private>
2021-02-11 10:18:56:393 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: predictionContext
2021-02-11 10:18:56:393 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - added client model cache update <private>
2021-02-11 10:18:56:393 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - _pruneUnreferencedClientModelCaches removed client caches with UUIDs: <private>
2021-02-11 10:18:56:396 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - added blending ui cache update <private>
2021-02-11 10:18:56:397 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: blending
2021-02-11 10:18:56:397 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - added blending ui cache update <private>
2021-02-11 10:18:56:397 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: blending
2021-02-11 10:18:56:398 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: blending
2021-02-11 10:18:56:398 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - added client model cache update <private>
2021-02-11 10:18:56:399 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - _pruneUnreferencedClientModelCaches removed client caches with UUIDs: <private>
2021-02-11 10:18:56:399 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: clientModel
2021-02-11 10:18:56:409 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - added blending ui cache update <private>
2021-02-11 10:18:56:409 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - _pruneBlendingModelCachesOlderThanUUID removed blending caches with UUIDs: <private>
2021-02-11 10:18:56:410 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - _pruneUnreferencedClientModelCaches removed client caches with UUIDs: <private>
2021-02-11 10:18:56:410 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - reached more than 4 ui cache updates, pruned context state
2021-02-11 10:18:56:410 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - context state:
2021-02-11 10:18:56:410 - [IOSDeviceLog] <private>
2021-02-11 10:18:56:410 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: blending
2021-02-11 10:18:56:411 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - added blending ui cache update <private>
2021-02-11 10:18:56:411 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - _pruneBlendingModelCachesOlderThanUUID removed blending caches with UUIDs: <private>
2021-02-11 10:18:56:411 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - _pruneUnreferencedClientModelCaches removed client caches with UUIDs: <private>
2021-02-11 10:18:56:411 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - reached more than 4 ui cache updates, pruned context state
2021-02-11 10:18:56:411 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - context state:
2021-02-11 10:18:56:411 - [IOSDeviceLog] <private>
2021-02-11 10:18:56:412 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: blending
2021-02-11 10:18:56:412 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: blending
2021-02-11 10:18:56:423 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - added context <private>
2021-02-11 10:18:56:424 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: predictionContext
2021-02-11 10:18:56:453 - [IOSDeviceLog] Feb 11 10:18:56 mydevice kernel(AppleBCMWLANCore)[0] <Notice>: 6 b 20MHz n CCA 5% duration: 113 congest: 6 ts: 2629509
2021-02-11 10:18:56:454 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libusrtcp.dylib)[142] <Notice>: tcp_input [C3169.1:3] flags=[S.E] seq=4010679088, ack=1080855658, win=43440 state=SYN_SENT rcv_nxt=0, snd_una=1080855657
2021-02-11 10:18:56:455 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: nw_flow_connected [C3169.1 IPv4#0ed8c9ae:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Transport protocol connected
2021-02-11 10:18:56:455 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: [C3169.1 IPv4#0ed8c9ae:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:finish_transport @0.249s
2021-02-11 10:18:56:456 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: [C3169 Hostname#9db0cacc:443 in_progress resolver (satisfied (Path is satisfied), interface: en0, ipv4, dns)] event: flow:finish_transport @0.249s
2021-02-11 10:18:56:456 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_session_apply_protocol_options_for_transport_block_invoke(1689) [C3169.1:2][0x159e4e390] TLS configured [min_version(0x0301) max_version(0x0304) name(<private>) tickets(false) false_start(false) enforce_ev(false) enforce_ats(false)]
2021-02-11 10:18:56:456 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1821) [C3169.1:2][0x159e4e390] Client handshake started
2021-02-11 10:18:56:457 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1836) [C3169.1:2][0x159e4e390] Client handshake state: TLS client enter_early_data
2021-02-11 10:18:56:457 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1836) [C3169.1:2][0x159e4e390] Client handshake state: TLS client read_server_hello
2021-02-11 10:18:56:457 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: <private> - processed 0 events in feedback
2021-02-11 10:18:56:458 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Serialize UI context with count: BlendingModelCacheUpdates: 4, ClientModelCacheUpdates: 2
2021-02-11 10:18:56:467 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(CoreLocation)[138] <Notice>: {"msg":"CLLocationManager", "event":"activity", "_cmd":"location", "self":"0x100370d60"}
2021-02-11 10:18:56:468 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"client getting effective client name", "bundleId":"", "bundlePath":"\134/System\134/Library\134/PrivateFrameworks\134/CoreParsec.framework"}
2021-02-11 10:18:56:469 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(CoreLocation)[138] <Notice>: {"msg":"CLLocationManager", "event":"activity", "_cmd":"location", "self":"0x100370d60"}
2021-02-11 10:18:56:469 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"client getting effective client name", "bundleId":"", "bundlePath":"\134/System\134/Library\134/PrivateFrameworks\134/CoreParsec.framework"}
2021-02-11 10:18:56:470 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Unexpected NULL isEnterpriseApp for bundleId: com.apple.DEC.AppPredictionInternal.backlightActivated
2021-02-11 10:18:56:470 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Unexpected NULL isEnterpriseApp for bundleId: com.apple.DEC.AppPredictionInternal.backlightActivated
2021-02-11 10:18:56:472 - [IOSDeviceLog] Feb 11 10:18:56 mydevice nsurlsessiond[107] <Notice>: Triggering periodic update to powerlog for client <private>
2021-02-11 10:18:56:472 - [IOSDeviceLog] Feb 11 10:18:56 mydevice nsurlsessiond[107] <Notice>: Triggering periodic update to powerlog for client <private>
2021-02-11 10:18:56:474 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: No actions found in _ATXDataStore for <private>. Skipping this actionKey.
2021-02-11 10:18:56:474 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: No actions found in _ATXDataStore for <private>. Skipping this actionKey.
2021-02-11 10:18:56:475 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: No actions found in _ATXDataStore for <private>. Skipping this actionKey.
2021-02-11 10:18:56:475 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: No actions found in _ATXDataStore for <private>. Skipping this actionKey.
2021-02-11 10:18:56:475 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: No actions found in _ATXDataStore for <private>. Skipping this actionKey.
2021-02-11 10:18:56:476 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Evaluating app features for consumer: SpotlightPullDnHome.
2021-02-11 10:18:56:478 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(Trial)[138] <Notice>: adding update handler 0 for namespace SYSTEM_SPACE_INTELLIGENCE_SPOTLIGHT_SUGGESTIONS
2021-02-11 10:18:56:483 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Error>: ATXGlobalAppScoresUtil: invalid normalized score
2021-02-11 10:18:56:487 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Evaluating app features for consumer: AppDirectory.
2021-02-11 10:18:56:492 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(Trial)[138] <Notice>: adding update handler 0 for namespace SYSTEM_SPACE_INTELLIGENCE_SPOTLIGHT_SUGGESTIONS
2021-02-11 10:18:56:515 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Invalidating intermediate ML cache for ActionSptltUnknown and attempting to replace it with new one
2021-02-11 10:18:56:516 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(CoreLocation)[138] <Notice>: {"msg":"CLLocationManager", "event":"activity", "_cmd":"location", "self":"0x100370d60"}
2021-02-11 10:18:56:516 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"client getting effective client name", "bundleId":"", "bundlePath":"\134/System\134/Library\134/PrivateFrameworks\134/CoreParsec.framework"}
2021-02-11 10:18:56:517 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Unexpected NULL isEnterpriseApp for bundleId: com.apple.DEC.AppPredictionInternal.backlightActivated
2021-02-11 10:18:56:517 - [IOSDeviceLog] Feb 11 10:18:56 mydevice kernel(AppleBCMWLANCore)[0] <Notice>: 5 b 20MHz n CCA 24% duration: 218 congest: 53 ts: 2629509
2021-02-11 10:18:56:571 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Error>: <private> - unable to load NSUserDefaults suite
2021-02-11 10:18:56:574 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Intermediate ML cache for ActionSptltUnknown successfully replaced
2021-02-11 10:18:56:575 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: New actions provided by action producer: <private>
2021-02-11 10:18:56:578 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Error>: <private> - unable to load NSUserDefaults suite
2021-02-11 10:18:56:578 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: <<atx_action_predictions_spotlight>> client model updated its notification id. New notification id: com.apple.proactive.notification.action.behavioral
2021-02-11 10:18:56:578 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Unable to locate Trial resource for resource path: ATXClientModelPredictionReasons
2021-02-11 10:18:56:579 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_action_predictions_spotlight) Updating suggestions. Client Model produced 0 new suggestions.
2021-02-11 10:18:56:579 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_action_predictions_spotlight) Transmiting...
2021-02-11 10:18:56:579 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: <<atx_action_predictions_spotlight>> client model produced 0 new suggestions. Updating the internal cache.
2021-02-11 10:18:56:581 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [1 of 3] <private> <private>
2021-02-11 10:18:56:581 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [2 of 3] <private> <private>
2021-02-11 10:18:56:581 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [3 of 3] <private> <private>
2021-02-11 10:18:56:582 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Retrieving suggestions for client model: atx_action_predictions_spotlight
2021-02-11 10:18:56:582 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Unable to acquire readonly handle to cache file. Not reading suggestions from cache.
2021-02-11 10:18:56:582 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Not adding event for client model to Biome stream (atx_action_predictions_spotlight) because our previous suggestion was empty and so is our new one.
2021-02-11 10:18:56:582 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Updated cached client suggestions for client model: atx_action_predictions_spotlight with client cache update UUID: <private>
2021-02-11 10:18:56:582 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Successfully updated blending for ActionSptltUnknown
2021-02-11 10:18:56:583 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: BlendingRefresh: Skipping Blending Layer refresh based on suggestion update for atx_action_predictions_spotlight
2021-02-11 10:18:56:583 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_action_predictions_spotlight) Done transmitting.
2021-02-11 10:18:56:584 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: <<atx_recent_shortcuts_homescreen>> client model updated its notification id. New notification id: com.apple.proactive.notification.action.recent.shortcuts
2021-02-11 10:18:56:584 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_recent_shortcuts_homescreen) Updating suggestions. Client Model produced 0 new suggestions.
2021-02-11 10:18:56:584 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_recent_shortcuts_homescreen) Transmiting...
2021-02-11 10:18:56:584 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: <<atx_recent_shortcuts_homescreen>> client model produced 0 new suggestions. Updating the internal cache.
2021-02-11 10:18:56:585 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [1 of 3] <private> <private>
2021-02-11 10:18:56:585 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [2 of 3] <private> <private>
2021-02-11 10:18:56:585 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [3 of 3] <private> <private>
2021-02-11 10:18:56:585 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Retrieving suggestions for client model: atx_recent_shortcuts_homescreen
2021-02-11 10:18:56:586 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Unable to acquire readonly handle to cache file. Not reading suggestions from cache.
2021-02-11 10:18:56:586 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Not adding event for client model to Biome stream (atx_recent_shortcuts_homescreen) because our previous suggestion was empty and so is our new one.
2021-02-11 10:18:56:586 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Updated cached client suggestions for client model: atx_recent_shortcuts_homescreen with client cache update UUID: <private>
2021-02-11 10:18:56:586 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: BlendingRefresh: Skipping Blending Layer refresh based on suggestion update for atx_recent_shortcuts_homescreen
2021-02-11 10:18:56:587 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Began updating recently engaged cache for client model with id: atx_action_predictions_spotlight
2021-02-11 10:18:56:588 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_recent_shortcuts_homescreen) Done transmitting.
2021-02-11 10:18:56:588 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: <<atx_action_fallbacks_homescreen>> client model updated its notification id. New notification id: com.apple.proactive.notification.action.fallbacks
2021-02-11 10:18:56:588 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Unable to locate Trial resource for resource path: ATXFallbackActions
2021-02-11 10:18:56:596 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:56:599 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:56:599 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:56:599 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Finished updating recently engaged cache for client model with id: atx_action_predictions_spotlight
2021-02-11 10:18:56:600 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Began updating recently engaged cache for client model with id: atx_recent_shortcuts_homescreen
2021-02-11 10:18:56:607 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:56:608 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:56:611 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:56:611 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Finished updating recently engaged cache for client model with id: atx_recent_shortcuts_homescreen
2021-02-11 10:18:56:628 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Updating App Predictions: Finished app prediction refresh for AppDirectory and writing cache to <private>.
2021-02-11 10:18:56:628 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: ATXAppDirectoryOrderingProvider: posted predicted/recents update notification with reason Suggestions Cache Updated
2021-02-11 10:18:56:629 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: Accumulating pending requests: <private> / Current Request Queue: <private>
2021-02-11 10:18:56:629 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: (7883) Starting Library Category Map refresh from requests '<private>'
2021-02-11 10:18:56:630 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7883) Refreshing proactive library category source
2021-02-11 10:18:56:630 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: (7883) Refresh options: <private>
2021-02-11 10:18:56:630 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7883) Refreshing proactive library category source 'Suggestions/Recents'
2021-02-11 10:18:56:630 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(AppPredictionClient)[59] <Notice>: ATXAppDirectoryClient: Starting loading predicted app with shouldUseDefaultCategories: NO
2021-02-11 10:18:56:634 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(AppPredictionClient)[59] <Notice>: ATXAppDirectoryClient: Read from disk succeeded, got 2 recent apps
2021-02-11 10:18:56:634 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7883) Finished refreshing proactive library category source 'Suggestions/Recents'
2021-02-11 10:18:56:635 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7883) Attempting _lastKnownGoodRecentApps update
2021-02-11 10:18:56:635 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7883) _lastKnownGoodRecentApps is same; skipping update
2021-02-11 10:18:56:635 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7883) Received recent apps: <private>
2021-02-11 10:18:56:635 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7883) Attempting _lastKnownGoodSuggestions update
2021-02-11 10:18:56:635 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7883) _lastKnownGoodSuggestions is same; skipping update
2021-02-11 10:18:56:635 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7883) Received predicted apps: <private>
2021-02-11 10:18:56:636 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7883) Finished refreshing proactive library category source; hasPredictedApps: YES; hasRecentApps: YES
2021-02-11 10:18:56:636 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7883) Fetched Recent apps: <private>
2021-02-11 10:18:56:636 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7883) Fetched Predicted apps: <private>
2021-02-11 10:18:56:636 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: (7883) Finished Library Category Map refresh
2021-02-11 10:18:56:636 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: (7883) Library category map refresh yielded no changes to map; bailing.
2021-02-11 10:18:56:636 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: (7883) Session completed 'SUCCESSFULLY'; Request fulfillment time: 0.006067 -- Requests fulfilled: <private>
2021-02-11 10:18:56:636 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7883) Query response time for proactive library category source 'Suggestions/Recents' time: 0.004408 seconds
2021-02-11 10:18:56:636 - [IOSDeviceLog] Feb 11 10:18:56 mydevice SpringBoard(SpringBoard)[59] <Notice>: (7883) Total query response time for proactive library queries time: 0.005648 seconds
2021-02-11 10:18:56:637 - [IOSDeviceLog] Feb 11 10:18:56 mydevice kernel(AppleBCMWLANCore)[0] <Notice>: 11 b 20MHz n CCA 41% duration: 114 congest: 47 ts: 2629509
2021-02-11 10:18:56:637 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1836) [C3169.1:2][0x159e4e390] Client handshake state: TLS client read_server_certificate
2021-02-11 10:18:56:637 - [IOSDeviceLog] Feb 11 10:18:56 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiDeviceProcessScanDoneEvent: Filtering WAPI networks
2021-02-11 10:18:56:638 - [IOSDeviceLog] Feb 11 10:18:56 mydevice wifid(WiFiPolicy)[49] <Notice>: {SCAN-} Completed Apple80211ScanAsync on en0 (0x0) with 6 networks
2021-02-11 10:18:56:639 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1836) [C3169.1:2][0x159e4e390] Client handshake state: TLS client read_certificate_status
2021-02-11 10:18:56:639 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: WifiMgr, onWiFiDeviceClientScanCallback, error, 0, valid, 1, count, 6
2021-02-11 10:18:56:639 - [IOSDeviceLog] Feb 11 10:18:56 mydevice wifid(WiFiPolicy)[49] <Notice>: Async scan request completed for "locationd" (0), found 6 networks
2021-02-11 10:18:56:640 - [IOSDeviceLog] Feb 11 10:18:56 mydevice wifid(WiFiPolicy)[49] <Error>: Locationd scan done.
2021-02-11 10:18:56:640 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction created: (<private>) <private>
2021-02-11 10:18:56:640 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiLogic, handleInput, Wifi::Scan
2021-02-11 10:18:56:640 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: WifiTimer, nextscan, 15, haveLoc, 1, codepath, Frozen
2021-02-11 10:18:56:640 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiAps, history, 0, aged, 0, thresh, 30
2021-02-11 10:18:56:641 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiAps, history, 6, add, 6
2021-02-11 10:18:56:641 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiFlow, scanreply, aps, 6, type, Stage1, lastused, 87, use, 1, history, 6, lsbclients, 0, 1, 1, reqtype, clientupdate
2021-02-11 10:18:56:641 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiFlow, aps, history, 6, fresh, 7, 2ghz, 7, 5ghz, 0, agethresh, 5,
2021-02-11 10:18:56:641 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1836) [C3169.1:2][0x159e4e390] Client handshake state: TLS client verify_server_certificate
2021-02-11 10:18:56:641 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_evaluate_trust_async(1510) [C3169.1:2][0x159e4e390] Performing external trust evaluation
2021-02-11 10:18:56:642 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_evaluate_trust_async_external(1495) [C3169.1:2][0x159e4e390] Asyncing for external verify block
2021-02-11 10:18:56:642 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: Connection 3169: asked to evaluate TLS Trust
2021-02-11 10:18:56:642 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: Task <8A11C649-6BF5-44DD-B363-54C4C1FDF189>.<5079> auth completion disp=1 cred=0x0
2021-02-11 10:18:56:644 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"computed wifi position", "numberOfInputAps":6, "validLocationHint":1, "computedValidLocation":1, "numberOfApsActuallyUsed":6}
2021-02-11 10:18:56:644 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiFlow, compute, 6, hacc, 38.1, conf, 75, reason, scan
2021-02-11 10:18:56:644 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiFlow, sufficient, yes
2021-02-11 10:18:56:644 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: WifiFlow, step, done, from, initialscan, donereason, intial
2021-02-11 10:18:56:644 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: WifiFlow, reset
2021-02-11 10:18:56:644 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiFlow, alsrequest, 0, stop_criteria_met, aps, 1, type, 0, vni, 6, 1, 0
2021-02-11 10:18:56:645 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: WifiTimer, set, scan, 15
2021-02-11 10:18:56:645 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"CLWifi1SystemLogic::apply", "event":"elapsed", "begin_mach":49460894043515, "end_mach":49460894164762, "elapsed_s":"0.005051958", "event":"Wifi::Scan", "now_s":"634717136.726909041"}
2021-02-11 10:18:56:645 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiFlow, nexttimer, 15
2021-02-11 10:18:56:645 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @ClxWifi, Fix, 1, ll, <private>, <private>, acc, 38.12, course, -1.0, alt, <private>, altunc, 10.0, time, 634717136.7
2021-02-11 10:18:56:646 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiFlow, outcome, fix
2021-02-11 10:18:56:646 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction releasing: (<private>) <private>
2021-02-11 10:18:56:646 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: VEHICULAR: qualified leeched location, type, <private>
2021-02-11 10:18:56:646 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: VEHICULAR: accept qualified leeched location, type, <private>
2021-02-11 10:18:56:646 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: VEHICULAR: conservativeSpeed, <private>, effectiveSpeed, <private>, speedUncertainty, <private>, distanceMoved, <private>, elapsedTime, <private>, type, <private>
2021-02-11 10:18:56:646 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @ClxClient, Fix, 1, ll, <private>, <private>, acc, 65.00, speed, <private>, course, <private>, type, 4, alt, <private>, altunc, 10.0
2021-02-11 10:18:56:647 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Stream Received notification", "notification":"CLLocationProvider_Type::kNotificationLocationSpectator"}
2021-02-11 10:18:56:647 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Stream Stopping location for source", "source":"CLStreamingAwareLocationProviderStateMachine::kLocationSourceLocal"}
2021-02-11 10:18:56:647 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Stream Received notification", "notification":"CLLocationProvider_Type::kNotificationLocationLeech"}
2021-02-11 10:18:56:648 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Stream Stopping location for source", "source":"CLStreamingAwareLocationProviderStateMachine::kLocationSourceLocal"}
2021-02-11 10:18:56:648 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#Awareness Received location"}
2021-02-11 10:18:56:648 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction created: (<private>) <private>
2021-02-11 10:18:56:648 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiLogic, handleInput, System::LeechLocation
2021-02-11 10:18:56:648 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: <private> accepted, timestamp, <private>, speed, <private>, speedUnc, <private>, speedSource, <private>, ageOfEstimation, <private>
2021-02-11 10:18:56:648 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/Routine.bundle", "location":<private>}
2021-02-11 10:18:56:649 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/Traffic.bundle", "location":<private>}
2021-02-11 10:18:56:649 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"CLWifi1SystemLogic::apply", "event":"elapsed", "begin_mach":49460894213125, "end_mach":49460894248626, "elapsed_s":"0.001479208", "event":"System::LeechLocation", "now_s":"634717136.734019041"}
2021-02-11 10:18:56:649 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction releasing: (<private>) <private>
2021-02-11 10:18:56:649 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction created: (<private>) <private>
2021-02-11 10:18:56:649 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: @WifiLogic, handleInput, System::LeechLocation
2021-02-11 10:18:56:649 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/CompassCalibration.bundle", "location":<private>}
2021-02-11 10:18:56:650 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"CLWifi1SystemLogic::apply", "event":"elapsed", "begin_mach":49460894255383, "end_mach":49460894275694, "elapsed_s":"0.000846292", "event":"System::LeechLocation", "now_s":"634717136.735784054"}
2021-02-11 10:18:56:650 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: os_transaction releasing: (<private>) <private>
2021-02-11 10:18:56:650 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"#SLC Got location", "location":<private>}
2021-02-11 10:18:56:650 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/DestinationdLocationBundleiOS.bundle::com.apple.Maps", "location":<private>}
2021-02-11 10:18:56:650 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(TrackingAvoidance)[9076] <Notice>: <private>
2021-02-11 10:18:56:651 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/MobileWiFi.framework", "location":<private>}
2021-02-11 10:18:56:651 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/NavdLocationBundleiOS.bundle", "location":<private>}
2021-02-11 10:18:56:651 - [IOSDeviceLog] Feb 11 10:18:56 mydevice wifid(CoreLocation)[49] <Notice>: {"msg":"#CLLocationManager invoking #delegate", "self":"0x133f172c0", "delegate":"0x133e0cfc0", "selector":"locationManager:didUpdateLocations:", "location":<private>, "eventType":"kCLConnectionMessageLocation"}
2021-02-11 10:18:56:651 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/FindMyDevice.framework", "location":<private>}
2021-02-11 10:18:56:652 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/MotionCalibration.bundle", "location":<private>}
2021-02-11 10:18:56:652 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/MobileWiFi.framework", "location":<private>}
2021-02-11 10:18:56:652 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/NavdLocationBundleiOS.bundle", "location":<private>}
2021-02-11 10:18:56:653 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/PrivateFrameworks\134/FindMyDevice.framework", "location":<private>}
2021-02-11 10:18:56:653 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd[9076] <Notice>: {"msg":"Sending location to client", "client":"\134/System\134/Library\134/LocationBundles\134/MotionCalibration.bundle", "location":<private>}
2021-02-11 10:18:56:658 - [IOSDeviceLog] Feb 11 10:18:56 mydevice locationd(CoreLocation)[9076] <Notice>: {"msg":"#CLLocationManager invoking #delegate", "self":"0x10539f070", "delegate":"0x105453a20", "selector":"locationManager:didUpdateLocations:", "location":<private>, "eventType":"kCLConnectionMessageLocation"}
2021-02-11 10:18:56:658 - [IOSDeviceLog] Feb 11 10:18:56 mydevice destinationd(CoreLocation)[223] <Notice>: {"msg":"#CLLocationManager invoking #delegate", "self":"0x137f13990", "delegate":"0x137e15690", "selector":"locationManager:didUpdateLocations:", "location":<private>, "eventType":"kCLConnectionMessageLocation"}
2021-02-11 10:18:56:659 - [IOSDeviceLog] Feb 11 10:18:56 mydevice destinationd(CoreLocation)[223] <Notice>: {"msg":"CLLocationManager", "event":"activity", "_cmd":"_limitsPrecision", "self":"0x137f13990"}
2021-02-11 10:18:56:659 - [IOSDeviceLog] Feb 11 10:18:56 mydevice navd(CoreLocation)[77] <Notice>: {"msg":"#CLLocationManager invoking #delegate", "self":"0x104910840", "delegate":"0x10491a4a0", "selector":"locationManager:didUpdateLocations:", "location":<private>, "eventType":"kCLConnectionMessageLocation"}
2021-02-11 10:18:56:659 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Unable to locate Trial resource for resource path: ATXClientModelPredictionReasons
2021-02-11 10:18:56:659 - [IOSDeviceLog] Feb 11 10:18:56 mydevice trustd[144] <Notice>: ocsp responder: (null) did not include status of requested cert
2021-02-11 10:18:56:659 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: <<atx_app_predictions_spotlight>> client model updated its notification id. New notification id: com.apple.proactive.notification.app
2021-02-11 10:18:56:660 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_app_predictions_spotlight) Updating suggestions. Client Model produced 35 new suggestions.
2021-02-11 10:18:56:660 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_app_predictions_spotlight) Transmiting...
2021-02-11 10:18:56:660 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: <<atx_app_predictions_spotlight>> client model produced 35 new suggestions. Updating the internal cache.
2021-02-11 10:18:56:661 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: Connection 3169: TLS Trust result 0
2021-02-11 10:18:56:661 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_evaluate_trust_async_external_block_invoke_3(1451) [C3169.1:2][0x159e4e390] Returning from external verify block with result: true
2021-02-11 10:18:56:661 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_certificate_verify_callback(1609) [C3169.1:2][0x159e4e390] Certificate verification result: OK
2021-02-11 10:18:56:661 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1836) [C3169.1:2][0x159e4e390] Client handshake state: TLS client read_server_key_exchange
2021-02-11 10:18:56:662 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1836) [C3169.1:2][0x159e4e390] Client handshake state: TLS client read_certificate_request
2021-02-11 10:18:56:663 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1836) [C3169.1:2][0x159e4e390] Client handshake state: TLS client read_server_hello_done
2021-02-11 10:18:56:663 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1836) [C3169.1:2][0x159e4e390] Client handshake state: TLS client send_client_certificate
2021-02-11 10:18:56:663 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1836) [C3169.1:2][0x159e4e390] Client handshake state: TLS client send_client_key_exchange
2021-02-11 10:18:56:664 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1836) [C3169.1:2][0x159e4e390] Client handshake state: TLS client send_client_certificate_verify
2021-02-11 10:18:56:664 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1836) [C3169.1:2][0x159e4e390] Client handshake state: TLS client send_client_finished
2021-02-11 10:18:56:664 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1836) [C3169.1:2][0x159e4e390] Client handshake state: TLS client finish_flight
2021-02-11 10:18:56:665 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1836) [C3169.1:2][0x159e4e390] Client handshake state: TLS client read_session_ticket
2021-02-11 10:18:56:665 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1836) [C3169.1:2][0x159e4e390] Client handshake state: TLS client process_change_cipher_spec
2021-02-11 10:18:56:665 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [1 of 38] <private> <private>
2021-02-11 10:18:56:665 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [2 of 38] <private> <private>
2021-02-11 10:18:56:665 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [3 of 38] <private> <private>
2021-02-11 10:18:56:665 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [4 of 38] <private> <private>
2021-02-11 10:18:56:665 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [5 of 38] <private> <private>
2021-02-11 10:18:56:666 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [6 of 38] <private> <private>
2021-02-11 10:18:56:666 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [7 of 38] <private> <private>
2021-02-11 10:18:56:666 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [8 of 38] <private> <private>
2021-02-11 10:18:56:666 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [9 of 38] <private> <private>
2021-02-11 10:18:56:666 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [10 of 38] <private> <private>
2021-02-11 10:18:56:666 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [11 of 38] <private> <private>
2021-02-11 10:18:56:666 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [12 of 38] <private> <private>
2021-02-11 10:18:56:667 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [13 of 38] <private> <private>
2021-02-11 10:18:56:667 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [14 of 38] <private> <private>
2021-02-11 10:18:56:667 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [15 of 38] <private> <private>
2021-02-11 10:18:56:667 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [16 of 38] <private> <private>
2021-02-11 10:18:56:667 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [17 of 38] <private> <private>
2021-02-11 10:18:56:667 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [18 of 38] <private> <private>
2021-02-11 10:18:56:667 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [19 of 38] <private> <private>
2021-02-11 10:18:56:667 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [20 of 38] <private> <private>
2021-02-11 10:18:56:667 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Retrieving suggestions for client model: <private>
2021-02-11 10:18:56:668 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Deserialized to get 35 suggestions.
2021-02-11 10:18:56:669 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Adding event to client model to Biome stream for: atx_app_predictions_spotlight
2021-02-11 10:18:56:669 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665127353936
2021-02-11 10:18:56:669 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665127353936
2021-02-11 10:18:56:669 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_action_fallbacks_homescreen) Updating suggestions. Client Model produced 5 new suggestions.
2021-02-11 10:18:56:670 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_action_fallbacks_homescreen) Transmiting...
2021-02-11 10:18:56:670 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: <<atx_action_fallbacks_homescreen>> client model produced 5 new suggestions. Updating the internal cache.
2021-02-11 10:18:56:670 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [1 of 8] <private> <private>
2021-02-11 10:18:56:671 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [2 of 8] <private> <private>
2021-02-11 10:18:56:671 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [3 of 8] <private> <private>
2021-02-11 10:18:56:671 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [4 of 8] <private> <private>
2021-02-11 10:18:56:671 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [5 of 8] <private> <private>
2021-02-11 10:18:56:672 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [6 of 8] <private> <private>
2021-02-11 10:18:56:672 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [7 of 8] <private> <private>
2021-02-11 10:18:56:672 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [8 of 8] <private> <private>
2021-02-11 10:18:56:672 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Retrieving suggestions for client model: <private>
2021-02-11 10:18:56:673 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Deserialized to get 5 suggestions.
2021-02-11 10:18:56:681 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Updated cached client suggestions for client model: atx_app_predictions_spotlight with client cache update UUID: <private>
2021-02-11 10:18:56:681 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Successfully updated blending for SpotlightUnknown
2021-02-11 10:18:56:681 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Adding event to client model to Biome stream for: atx_action_fallbacks_homescreen
2021-02-11 10:18:56:681 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: BlendingRefresh: Skipping Blending Layer refresh based on suggestion update for atx_app_predictions_spotlight
2021-02-11 10:18:56:682 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_app_predictions_spotlight) Done transmitting.
2021-02-11 10:18:56:682 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665127353936
2021-02-11 10:18:56:682 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665127353936
2021-02-11 10:18:56:682 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Began updating recently engaged cache for client model with id: atx_app_predictions_spotlight
2021-02-11 10:18:56:683 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Unable to locate Trial resource for resource path: ATXClientModelPredictionReasons
2021-02-11 10:18:56:684 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: <<atx_app_predictions_homescreen>> client model updated its notification id. New notification id: com.apple.proactive.notification.app
2021-02-11 10:18:56:685 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_app_predictions_homescreen) Updating suggestions. Client Model produced 35 new suggestions.
2021-02-11 10:18:56:687 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_app_predictions_homescreen) Transmiting...
2021-02-11 10:18:56:687 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: <<atx_app_predictions_homescreen>> client model produced 35 new suggestions. Updating the internal cache.
2021-02-11 10:18:56:688 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:56:689 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:56:690 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [1 of 38] <private> <private>
2021-02-11 10:18:56:690 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [2 of 38] <private> <private>
2021-02-11 10:18:56:690 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [3 of 38] <private> <private>
2021-02-11 10:18:56:690 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [4 of 38] <private> <private>
2021-02-11 10:18:56:691 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [5 of 38] <private> <private>
2021-02-11 10:18:56:691 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [6 of 38] <private> <private>
2021-02-11 10:18:56:691 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [7 of 38] <private> <private>
2021-02-11 10:18:56:691 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [8 of 38] <private> <private>
2021-02-11 10:18:56:691 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [9 of 38] <private> <private>
2021-02-11 10:18:56:691 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [10 of 38] <private> <private>
2021-02-11 10:18:56:691 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [11 of 38] <private> <private>
2021-02-11 10:18:56:691 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [12 of 38] <private> <private>
2021-02-11 10:18:56:691 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [13 of 38] <private> <private>
2021-02-11 10:18:56:691 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [14 of 38] <private> <private>
2021-02-11 10:18:56:691 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [15 of 38] <private> <private>
2021-02-11 10:18:56:691 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [16 of 38] <private> <private>
2021-02-11 10:18:56:691 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [17 of 38] <private> <private>
2021-02-11 10:18:56:691 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [18 of 38] <private> <private>
2021-02-11 10:18:56:691 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:56:691 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [19 of 38] <private> <private>
2021-02-11 10:18:56:691 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [20 of 38] <private> <private>
2021-02-11 10:18:56:692 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Updated cached client suggestions for client model: atx_action_fallbacks_homescreen with client cache update UUID: <private>
2021-02-11 10:18:56:692 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: BlendingRefresh: Skipping Blending Layer refresh based on suggestion update for atx_action_fallbacks_homescreen
2021-02-11 10:18:56:692 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Retrieving suggestions for client model: <private>
2021-02-11 10:18:56:692 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_action_fallbacks_homescreen) Done transmitting.
2021-02-11 10:18:56:693 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Finished updating recently engaged cache for client model with id: atx_app_predictions_spotlight
2021-02-11 10:18:56:693 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Began updating recently engaged cache for client model with id: atx_action_fallbacks_homescreen
2021-02-11 10:18:56:694 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Error>: <private> - unable to load NSUserDefaults suite
2021-02-11 10:18:56:694 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: <<atx_action_predictions_homescreen>> client model updated its notification id. New notification id: com.apple.proactive.notification.action.behavioral
2021-02-11 10:18:56:694 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Unable to locate Trial resource for resource path: ATXClientModelPredictionReasons
2021-02-11 10:18:56:695 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_action_predictions_homescreen) Updating suggestions. Client Model produced 0 new suggestions.
2021-02-11 10:18:56:695 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_action_predictions_homescreen) Transmiting...
2021-02-11 10:18:56:695 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: <<atx_action_predictions_homescreen>> client model produced 0 new suggestions. Updating the internal cache.
2021-02-11 10:18:56:695 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Deserialized to get 35 suggestions.
2021-02-11 10:18:56:696 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [1 of 3] <private> <private>
2021-02-11 10:18:56:696 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [2 of 3] <private> <private>
2021-02-11 10:18:56:696 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [3 of 3] <private> <private>
2021-02-11 10:18:56:696 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Retrieving suggestions for client model: atx_action_predictions_homescreen
2021-02-11 10:18:56:696 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Adding event to client model to Biome stream for: atx_app_predictions_homescreen
2021-02-11 10:18:56:696 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Unable to acquire readonly handle to cache file. Not reading suggestions from cache.
2021-02-11 10:18:56:696 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665127353936
2021-02-11 10:18:56:697 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665127353936
2021-02-11 10:18:56:700 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:56:701 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:56:702 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:56:703 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Updated cached client suggestions for client model: atx_app_predictions_homescreen with client cache update UUID: <private>
2021-02-11 10:18:56:703 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Successfully updated blending for AppSuggestionHomeScreen
2021-02-11 10:18:56:703 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Not adding event for client model to Biome stream (atx_action_predictions_homescreen) because our previous suggestion was empty and so is our new one.
2021-02-11 10:18:56:703 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Updated cached client suggestions for client model: atx_action_predictions_homescreen with client cache update UUID: <private>
2021-02-11 10:18:56:703 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Successfully updated blending for ActionSuggestionHomeScreen
2021-02-11 10:18:56:703 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: BlendingRefresh: Skipping Blending Layer refresh based on suggestion update for atx_action_predictions_homescreen
2021-02-11 10:18:56:703 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_action_predictions_homescreen) Done transmitting.
2021-02-11 10:18:56:705 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: BlendingRefresh: Skipping Blending Layer refresh based on suggestion update for atx_app_predictions_homescreen
2021-02-11 10:18:56:705 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_app_predictions_homescreen) Done transmitting.
2021-02-11 10:18:56:707 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Finished updating recently engaged cache for client model with id: atx_action_fallbacks_homescreen
2021-02-11 10:18:56:707 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Began updating recently engaged cache for client model with id: atx_action_predictions_homescreen
2021-02-11 10:18:56:711 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:56:712 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:56:713 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:56:713 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Finished updating recently engaged cache for client model with id: atx_action_predictions_homescreen
2021-02-11 10:18:56:713 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Began updating recently engaged cache for client model with id: atx_app_predictions_homescreen
2021-02-11 10:18:56:719 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:56:720 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:56:721 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:56:723 - [IOSDeviceLog] Feb 11 10:18:56 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Finished updating recently engaged cache for client model with id: atx_app_predictions_homescreen
2021-02-11 10:18:56:734 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1836) [C3169.1:2][0x159e4e390] Client handshake state: TLS client read_server_finished
2021-02-11 10:18:56:734 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1836) [C3169.1:2][0x159e4e390] Client handshake state: TLS client finish_client_handshake
2021-02-11 10:18:56:734 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1836) [C3169.1:2][0x159e4e390] Client handshake state: TLS client done
2021-02-11 10:18:56:735 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: boringssl_context_info_handler(1826) [C3169.1:2][0x159e4e390] Client handshake done
2021-02-11 10:18:56:735 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libboringssl.dylib)[142] <Notice>: nw_protocol_boringssl_signal_connected(734) [C3169.1:2][0x159e4e390] TLS connected [version(0x0303) ciphersuite(TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384) group(0x001d) signature_alg(0x0403) alpn(http/1.1) resumed(0) offered_ticket(0) false_started(0) ocsp_received(1) sct_received(0) connect_time(279ms) flight_time(252ms) rtt(126ms) write_stalls(0) read_stalls(9)]
2021-02-11 10:18:56:735 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: nw_flow_connected [C3169.1 IPv4#0ed8c9ae:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol connected
2021-02-11 10:18:56:735 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: [C3169.1 IPv4#0ed8c9ae:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:finish_connect @0.530s
2021-02-11 10:18:56:735 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C3169] reporting state ready
2021-02-11 10:18:56:736 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: [C3169 Hostname#9db0cacc:443 ready resolver (satisfied (Path is satisfied), interface: en0, ipv4, dns)] event: flow:finish_connect @0.530s
2021-02-11 10:18:56:736 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: [C3169.1 IPv4#0ed8c9ae:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:changed_viability @0.531s
2021-02-11 10:18:56:736 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(libnetwork.dylib)[142] <Notice>: [C3169 Hostname#9db0cacc:443 ready resolver (satisfied (Path is satisfied), interface: en0, ipv4, dns)] event: flow:changed_viability @0.531s
2021-02-11 10:18:56:736 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: Connection 3169: connected successfully
2021-02-11 10:18:56:736 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: Connection 3169: TLS handshake complete
2021-02-11 10:18:56:737 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: Connection 3169: ready C(N) E(N)
2021-02-11 10:18:56:737 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: Task <8A11C649-6BF5-44DD-B363-54C4C1FDF189>.<5079> now using Connection 3169
2021-02-11 10:18:56:737 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: Connection 3169: received viability advisory(Y)
2021-02-11 10:18:56:738 - [IOSDeviceLog] Feb 11 10:18:56 mydevice fmflocatord(CFNetwork)[142] <Notice>: Task <8A11C649-6BF5-44DD-B363-54C4C1FDF189>.<5079> sent request, body S 1045
2021-02-11 10:18:56:772 - [IOSDeviceLog] Feb 11 10:18:56 mydevice accountsd(AccountsDaemon)[130] <Notice>: "<private> (<private>) received"
2021-02-11 10:18:56:776 - [IOSDeviceLog] Feb 11 10:18:56 mydevice ScreenTimeAgent(Accounts)[93] <Notice>: "The connection to ACDAccountStore was invalidated."
2021-02-11 10:18:56:776 - [IOSDeviceLog] Feb 11 10:18:56 mydevice ScreenTimeAgent[93] <Notice>: Reloaded user description - non-zero dsid: 1 non-nil alt dsid: 1
2021-02-11 10:18:56:777 - [IOSDeviceLog] Feb 11 10:18:56 mydevice ScreenTimeAgent(FamilyCircle)[93] <Notice>: Starting family request: <private>
2021-02-11 10:18:56:780 - [IOSDeviceLog] Feb 11 10:18:56 mydevice accountsd(AccountsDaemon)[130] <Notice>: "<private> (<private>) received"
2021-02-11 10:18:56:785 - [IOSDeviceLog] Feb 11 10:18:56 mydevice familycircled[194] <Notice>: Skipping server fetch of family circle as the cache is fresh (Wed Feb 10 17:43:21 2021)
2021-02-11 10:18:56:787 - [IOSDeviceLog] Feb 11 10:18:56 mydevice ScreenTimeAgent(FamilyCircle)[93] <Notice>: Family request came back with response: <private> - <private> - (null)
2021-02-11 10:18:56:787 - [IOSDeviceLog] Feb 11 10:18:56 mydevice ScreenTimeAgent[93] <Notice>: Fetched family: <private> error: (null)
2021-02-11 10:18:56:787 - [IOSDeviceLog] Feb 11 10:18:56 mydevice ScreenTimeAgent[93] <Notice>: Family has no members
2021-02-11 10:18:56:787 - [IOSDeviceLog] Feb 11 10:18:56 mydevice familycircled(Accounts)[194] <Notice>: "The connection to ACDAccountStore was invalidated."
2021-02-11 10:18:56:787 - [IOSDeviceLog] Feb 11 10:18:56 mydevice ScreenTimeAgent[93] <Notice>: Reloaded account state: can cloud mirror 0, has 0 family members, Apple ID (null)
2021-02-11 10:18:56:788 - [IOSDeviceLog] Feb 11 10:18:56 mydevice ScreenTimeAgent[93] <Notice>: didSignInToCloud: 0
2021-02-11 10:18:56:788 - [IOSDeviceLog] didSignOutOfCloud: 0
2021-02-11 10:18:56:788 - [IOSDeviceLog] didJoinFamily: 0
2021-02-11 10:18:56:788 - [IOSDeviceLog] didLeaveFamily: 0
2021-02-11 10:18:56:788 - [IOSDeviceLog] didUpdateFamily: 0
2021-02-11 10:18:56:788 - [IOSDeviceLog] didChangeSupportsEncryption: 0
2021-02-11 10:18:56:808 - [IOSDeviceLog] Feb 11 10:18:56 mydevice kernel(AppleBCMWLANCore)[0] <Notice>: 5 b 20MHz n CCA 13% duration: 254 congest: 35 ts: 2629509
2021-02-11 10:18:56:989 - [IOSDeviceLog] Feb 11 10:18:57 mydevice fmflocatord(CFNetwork)[142] <Notice>: Task <8A11C649-6BF5-44DD-B363-54C4C1FDF189>.<5079> received response, status 204 content U
2021-02-11 10:18:56:990 - [IOSDeviceLog] Feb 11 10:18:57 mydevice fmflocatord(CFNetwork)[142] <Notice>: Task <8A11C649-6BF5-44DD-B363-54C4C1FDF189>.<5079> response ended
2021-02-11 10:18:56:990 - [IOSDeviceLog] Feb 11 10:18:57 mydevice fmflocatord(CFNetwork)[142] <Notice>: Task <8A11C649-6BF5-44DD-B363-54C4C1FDF189>.<5079> done using Connection 3169
2021-02-11 10:18:56:991 - [IOSDeviceLog] Feb 11 10:18:57 mydevice fmflocatord(CFNetwork)[142] <Notice>: Task <8A11C649-6BF5-44DD-B363-54C4C1FDF189>.<5079> summary for task success {transaction_duration_ms=793, response_status=204, connection=3169, protocol="http/1.1", domain_lookup_duration_ms=4, connect_duration_ms=524, secure_connection_duration_ms=279, request_start_ms=540, request_duration_ms=0, response_start_ms=790, response_duration_ms=2, request_bytes=2134, response_bytes=697, cache_hit=0}
2021-02-11 10:18:56:993 - [IOSDeviceLog] Feb 11 10:18:57 mydevice fmflocatord(CFNetwork)[142] <Notice>: Task <8A11C649-6BF5-44DD-B363-54C4C1FDF189>.<5079> finished successfully
2021-02-11 10:18:56:994 - [IOSDeviceLog] Feb 11 10:18:57 mydevice fmflocatord[142] <Notice>: <private> received response with status 204, error (null):0, headers:
2021-02-11 10:18:56:994 - [IOSDeviceLog] <private>
2021-02-11 10:18:56:995 - [IOSDeviceLog] Feb 11 10:18:57 mydevice fmflocatord[142] <Notice>: <private> raw response body :
2021-02-11 10:18:56:999 - [IOSDeviceLog] Feb 11 10:18:57 mydevice fmflocatord(libxpc.dylib)[142] <Notice>: __xpc_activity_unregister: com.apple.icloud.fmflocatord.keep-alive-on-dirty (0x159f13310) seqno: 1, (is registered)
2021-02-11 10:18:57:001 - [IOSDeviceLog] Feb 11 10:18:57 mydevice fmflocatord(libxpc.dylib)[142] <Notice>: _xpc_activity_unregister: com.apple.icloud.fmflocatord.keep-alive-on-dirty 1, last registration: true
2021-02-11 10:18:57:002 - [IOSDeviceLog] Feb 11 10:18:57 mydevice fmflocatord[142] <Notice>: Did not find any existing assertion with name <private> when trying to disable it
2021-02-11 10:18:57:007 - [IOSDeviceLog] Feb 11 10:18:57 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Unregistered XPC Activity on XPC remove event: com.apple.icloud.fmflocatord.keep-alive-on-dirty (0x121152c00)
2021-02-11 10:18:57:116 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Writing Action Predictions display cache
2021-02-11 10:18:57:129 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: Calculating actions and expirers at Thu Feb 11 10:18:57 2021, blacklist = <private>, path = <private>
2021-02-11 10:18:57:175 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:177 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(PersonalizationPortrait)[138] <Notice>: loadEventHighlights from: Thu Feb 11 10:18:57 2021 to: Sun Feb 14 00:00:00 2021
2021-02-11 10:18:57:179 - [IOSDeviceLog] Feb 11 10:18:57 mydevice suggestd(PersonalizationPortraitInternals)[210] <Notice>: PPEventServer: eventHighlights queryId: 6134
2021-02-11 10:18:57:181 - [IOSDeviceLog] Feb 11 10:18:57 mydevice suggestd(PersonalizationPortraitInternals)[210] <Notice>: PPEventCache: cache returning 0 events
2021-02-11 10:18:57:188 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:189 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: Memory usage is 3.703529 MB after running '<private>'
2021-02-11 10:18:57:195 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:196 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:215 - [IOSDeviceLog] Feb 11 10:18:57 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiDeviceManagerMonitor24GHzInfraNetworkTraffic: SNR 27.4, CCA 30.9, Tx bandwidth 43961.2 (kbps), Rx bandwidth 43961.2, Tx data rate 0.0 (kbps), Rx data rate 0.0, Tx air time 0.000 %, Rx air time 0.000 %, Good background traffic ? No
2021-02-11 10:18:57:215 - [IOSDeviceLog] Feb 11 10:18:57 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiDeviceManagerEvaluate24GHzInfraNetworkState:isConnected Yes, isTimeSensitiveAppRunning No, isThereTrafficNow No
2021-02-11 10:18:57:253 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:254 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private> <private>
2021-02-11 10:18:57:254 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private> <private>
2021-02-11 10:18:57:255 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private> <private>
2021-02-11 10:18:57:255 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private> <private>
2021-02-11 10:18:57:256 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private> <private>
2021-02-11 10:18:57:256 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:267 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=100, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=100.45472
2021-02-11 10:18:57:267 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=100.45472, function=<private>, service=kTCCServiceCalendar, preflight=yes, query=1,
2021-02-11 10:18:57:267 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=100.45472, attribution={accessing={identifier=com.apple.duetexpertd, pid=138, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd}, requesting={identifier=com.apple.calaccessd, pid=100, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd}, },
2021-02-11 10:18:57:267 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.calaccessd, pid=100, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd is checking access for accessor identifier=com.apple.duetexpertd, pid=138, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd
2021-02-11 10:18:57:267 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.duetexpertd, pid=138, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd access to kTCCServiceCalendar via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:57:267 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=100.45472, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:57:267 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=100.45472
2021-02-11 10:18:57:267 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=100, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=100.45473
2021-02-11 10:18:57:267 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=100.45473, function=<private>, service=kTCCServiceReminders, preflight=yes, query=1,
2021-02-11 10:18:57:267 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=100.45473, attribution={accessing={identifier=com.apple.duetexpertd, pid=138, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd}, requesting={identifier=com.apple.calaccessd, pid=100, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd}, },
2021-02-11 10:18:57:267 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.calaccessd, pid=100, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd is checking access for accessor identifier=com.apple.duetexpertd, pid=138, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd
2021-02-11 10:18:57:267 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.duetexpertd, pid=138, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd access to kTCCServiceReminders via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:57:268 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=100.45473, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:57:268 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=100.45473
2021-02-11 10:18:57:281 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:281 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:282 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: Memory usage is 3.828568 MB after running '<private>'
2021-02-11 10:18:57:284 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:284 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:310 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:311 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:311 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:311 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:311 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:311 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private> <private>
2021-02-11 10:18:57:311 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private> <private>
2021-02-11 10:18:57:311 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:315 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=100, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=100.45474
2021-02-11 10:18:57:316 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=100.45474, function=<private>, service=kTCCServiceCalendar, preflight=yes, query=1,
2021-02-11 10:18:57:317 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=100.45474, attribution={accessing={identifier=com.apple.duetexpertd, pid=138, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd}, requesting={identifier=com.apple.calaccessd, pid=100, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd}, },
2021-02-11 10:18:57:317 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.calaccessd, pid=100, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd is checking access for accessor identifier=com.apple.duetexpertd, pid=138, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd
2021-02-11 10:18:57:317 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.duetexpertd, pid=138, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd access to kTCCServiceCalendar via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:57:317 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=100.45474, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:57:318 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=100.45474
2021-02-11 10:18:57:318 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: REQUEST: tccd_uid=501, sender_pid=100, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=100.45475
2021-02-11 10:18:57:320 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: AUTHREQ_CTX: msgID=100.45475, function=<private>, service=kTCCServiceReminders, preflight=yes, query=1,
2021-02-11 10:18:57:321 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: AUTHREQ_ATTRIBUTION: msgID=100.45475, attribution={accessing={identifier=com.apple.duetexpertd, pid=138, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd}, requesting={identifier=com.apple.calaccessd, pid=100, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd}, },
2021-02-11 10:18:57:321 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: requestor: identifier=com.apple.calaccessd, pid=100, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd is checking access for accessor identifier=com.apple.duetexpertd, pid=138, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd
2021-02-11 10:18:57:321 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: Granting identifier=com.apple.duetexpertd, pid=138, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd access to kTCCServiceReminders via entitlement 'com.apple.private.tcc.allow'
2021-02-11 10:18:57:321 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: AUTHREQ_RESULT: msgID=100.45475, authValue=2, authReason=11, authVersion=1, error=(null),
2021-02-11 10:18:57:321 - [IOSDeviceLog] Feb 11 10:18:57 mydevice tccd[9625] <Notice>: REPLY: (501) function=TCCAccessRequest, msgID=100.45475
2021-02-11 10:18:57:329 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:329 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:329 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: <private> (JS): <private>
2021-02-11 10:18:57:330 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: Memory usage is 3.922318 MB after running '<private>'
2021-02-11 10:18:57:330 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: Newly created actions and expirers: 3
2021-02-11 10:18:57:330 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: [1 of 3] Heuristic: <private>, Actions: None, Expirers: <private>
2021-02-11 10:18:57:331 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: [2 of 3] Heuristic: <private>, Actions: None, Expirers: <private>
2021-02-11 10:18:57:331 - [IOSDeviceLog] Feb 11 10:18:57 mydevice HeuristicInterpreter[231] <Notice>: [3 of 3] Heuristic: <private>, Actions: None, Expirers: <private>
2021-02-11 10:18:57:332 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: <<atx_heuristics>> client model updated its notification id. New notification id: com.apple.proactive.notification.action.heuristics
2021-02-11 10:18:57:332 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Unable to locate Trial resource for resource path: ATXClientModelPredictionReasons
2021-02-11 10:18:57:333 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_heuristics) Updating suggestions. Client Model produced 0 new suggestions.
2021-02-11 10:18:57:333 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_heuristics) Transmiting...
2021-02-11 10:18:57:334 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: <<atx_heuristics>> client model produced 0 new suggestions. Updating the internal cache.
2021-02-11 10:18:57:334 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [1 of 3] <private> <private>
2021-02-11 10:18:57:334 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [2 of 3] <private> <private>
2021-02-11 10:18:57:334 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [3 of 3] <private> <private>
2021-02-11 10:18:57:334 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Retrieving suggestions for client model: atx_heuristics
2021-02-11 10:18:57:336 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Unable to acquire readonly handle to cache file. Not reading suggestions from cache.
2021-02-11 10:18:57:336 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Not adding event for client model to Biome stream (atx_heuristics) because our previous suggestion was empty and so is our new one.
2021-02-11 10:18:57:336 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Updated cached client suggestions for client model: atx_heuristics with client cache update UUID: <private>
2021-02-11 10:18:57:337 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: BlendingRefresh: Skipping Blending Layer refresh based on suggestion update for atx_heuristics
2021-02-11 10:18:57:337 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(ProactiveSuggestionClientModel)[138] <Notice>: Blending: (atx_heuristics) Done transmitting.
2021-02-11 10:18:57:338 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Began updating recently engaged cache for client model with id: atx_heuristics
2021-02-11 10:18:57:338 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Blending providing suggestions to ATXConsumerSubTypeActionSpotlightUnknown inside ATXActionPredictionClient...
2021-02-11 10:18:57:340 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Accessing Blending's suggestionLayout cache for consumer subtype: ActionSptltUnknown
2021-02-11 10:18:57:340 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Blending: Reading cache file to retrieve UI layout
2021-02-11 10:18:57:341 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Blending: Not reading UI layout from cache because fileHandle is nil. The file could have been deleted if there are no valid layouts for the consumer.
2021-02-11 10:18:57:341 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:57:342 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:57:343 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:57:343 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Finished updating recently engaged cache for client model with id: atx_heuristics
2021-02-11 10:18:57:347 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:57:348 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:57:348 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Blending retrieved a layout with 0 actions in it.
2021-02-11 10:18:57:348 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Blending created an ATXActionResponse that has 0 actions in it.
2021-02-11 10:18:57:348 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionInternal)[138] <Error>: <private> - unable to load NSUserDefaults suite
2021-02-11 10:18:57:352 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Writing Display Cache to <private>:
2021-02-11 10:18:57:358 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: removing all lockscreen predictions with trackEvent: NO and recordFeedback: NO
2021-02-11 10:18:57:358 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(UserNotifications)[138] <Notice>: [com.apple.Siri.ActionPredictionNotifications] Getting delivered notifications
2021-02-11 10:18:57:358 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(libxpc.dylib)[138] <Notice>: xpc_activity_register: com.apple.duetexpertd.display-cache-update, criteria: dictionary
2021-02-11 10:18:57:359 - [IOSDeviceLog] Feb 11 10:18:57 mydevice SpringBoard(UserNotificationsServer)[59] <Notice>: [com.apple.Siri.ActionPredictionNotifications] Getting delivered notifications
2021-02-11 10:18:57:359 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(libxpc.dylib)[138] <Notice>: _xpc_activity_register: com.apple.duetexpertd.display-cache-update (0x103cfe280), 9
2021-02-11 10:18:57:359 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(libxpc.dylib)[138] <Notice>: xpc_activity_set_criteria: com.apple.duetexpertd.display-cache-update (0x103cfe280), dict
2021-02-11 10:18:57:359 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(libxpc.dylib)[138] <Notice>: xpc_activity_set_criteria, lower half: com.apple.duetexpertd.display-cache-update (0x103cfe280), dict
2021-02-11 10:18:57:359 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(libxpc.dylib)[138] <Notice>: _xpc_activity_set_criteria: com.apple.duetexpertd.display-cache-update (0x103cfe280), dict
2021-02-11 10:18:57:359 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(libxpc.dylib)[138] <Notice>: _xpc_activity_set_criteria: xpc_set_event com.apple.duetexpertd.display-cache-update, 10
2021-02-11 10:18:57:359 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(libxpc.dylib)[138] <Notice>: xpc_activity_set_criteria: com.apple.duetexpertd.display-cache-update (0x103cfe280), setting state now to 1
2021-02-11 10:18:57:360 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(libxpc.dylib)[138] <Notice>: _xpc_activity_set_state: com.apple.duetexpertd.display-cache-update (0x103cfe280), 1
2021-02-11 10:18:57:360 - [IOSDeviceLog] Feb 11 10:18:57 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Unregistered XPC Activity on XPC remove event: com.apple.duetexpertd.display-cache-update (0x1213214c0)
2021-02-11 10:18:57:360 - [IOSDeviceLog] Feb 11 10:18:57 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:57:361 - [IOSDeviceLog] Feb 11 10:18:57 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:57:361 - [IOSDeviceLog] Feb 11 10:18:57 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Creating XPC Activity on XPC add event: com.apple.duetexpertd.display-cache-update
2021-02-11 10:18:57:361 - [IOSDeviceLog] Feb 11 10:18:57 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Created XPC Activity: com.apple.duetexpertd.display-cache-update (0x1213214c0)
2021-02-11 10:18:57:362 - [IOSDeviceLog] Feb 11 10:18:57 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Activity com.apple.duetexpertd.display-cache-update (0x1213214c0) does not match XPC Activity with name com.apple.icloud.fmflocatord.keep-alive-on-dirty (0x121152c00)
2021-02-11 10:18:57:363 - [IOSDeviceLog] Feb 11 10:18:57 mydevice dasd[116] <Notice>: CANCELED: com.apple.duetexpertd.display-cache-update:1A2006 at priority 5 <private>!
2021-02-11 10:18:57:363 - [IOSDeviceLog] Feb 11 10:18:57 mydevice dasd[116] <Error>: Activity <private> not tracked as being started, ignoring it
2021-02-11 10:18:57:363 - [IOSDeviceLog] Feb 11 10:18:57 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: SUBMITTING: <private>
2021-02-11 10:18:57:364 - [IOSDeviceLog] Feb 11 10:18:57 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:57:364 - [IOSDeviceLog] Feb 11 10:18:57 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Registered XPC Activity: com.apple.duetexpertd.display-cache-update (0x1213214c0)
2021-02-11 10:18:57:364 - [IOSDeviceLog] Feb 11 10:18:57 mydevice dasd[116] <Notice>: Submitted Activity: com.apple.duetexpertd.display-cache-update:8AD42D at priority 5 <private>
2021-02-11 10:18:57:364 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(UserNotifications)[138] <Notice>: [com.apple.Siri.ActionPredictionNotifications] Got 0 delivered notifications [ hasCompletionHandler: 1 ]
2021-02-11 10:18:57:364 - [IOSDeviceLog] Feb 11 10:18:57 mydevice dasd[116] <Notice>: Activity <private>: Optimal Score 0.9210 at <private> (Valid Until: <private>)
2021-02-11 10:18:57:364 - [IOSDeviceLog] Feb 11 10:18:57 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: notifServer: Removed all delivered notifications: <private>
2021-02-11 10:18:57:596 - [IOSDeviceLog] Feb 11 10:18:57 mydevice kernel(IO80211Family)[0] <Notice>: LQM-WiFi:TX(50:0F:F5:7C:BF:E0) AC<SU MS NB NRS NA CM EX TF FFP MRET FLE> BE<15 0 0 0 0 0 0 0 0 0 0> (5002ms)
2021-02-11 10:18:57:596 - [IOSDeviceLog] Feb 11 10:18:57 mydevice kernel(IO80211Family)[0] <Notice>: LQM-WiFi:TX(50:0F:F5:7C:BF:E0) AC<SU MS NB NRS NA CM EX TF FFP MRET FLE> BK<0 0 0 0 0 0 0 0 0 0 0> (5002ms)
2021-02-11 10:18:57:597 - [IOSDeviceLog] Feb 11 10:18:57 mydevice kernel(IO80211Family)[0] <Notice>: LQM-WiFi:TX(50:0F:F5:7C:BF:E0) AC<SU MS NB NRS NA CM EX TF FFP MRET FLE> VI<0 0 0 0 0 0 0 0 0 0 0> (5002ms)
2021-02-11 10:18:57:597 - [IOSDeviceLog] Feb 11 10:18:57 mydevice kernel(IO80211Family)[0] <Notice>: LQM-WiFi:TX(50:0F:F5:7C:BF:E0) AC<SU MS NB NRS NA CM EX TF FFP MRET FLE> VO<0 0 0 0 0 0 0 0 0 0 0> (5002ms)
2021-02-11 10:18:57:597 - [IOSDeviceLog] Feb 11 10:18:57 mydevice kernel(IO80211Family)[0] <Notice>: LQM-WiFi:L3 Control VO TX(50:0F:F5:7C:BF:E0) Success=0 NoACK=0 Expired=0 OtherErr=0
2021-02-11 10:18:57:597 - [IOSDeviceLog] Feb 11 10:18:57 mydevice kernel(IO80211Family)[0] <Notice>: LQM-WiFi:TX(FF:FF:FF:FF:FF:FF) AC<SU MS NB NRS NA CM EX TF FFP MRET FLE> BE<0 0 0 0 0 0 0 0 0 0 0> (5001ms)
2021-02-11 10:18:57:598 - [IOSDeviceLog] Feb 11 10:18:57 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiDeviceProcessLqmTxStatsEvent: LQM-TX: Success:15(100.0%) Failure:0(0.0%) Retries:0(0.0%) NoACK:0(0.0%) Drops:0(0.0%) NoBuff:0(0.0%) NoRes:0(0.0%) ChipErr:0(0.0%) Expired:0(0.0%) ForcedExpiry:0(0.0%) Free:0(0.0%)
2021-02-11 10:18:57:705 - [IOSDeviceLog] Feb 11 10:18:57 mydevice locationd[9076] <Notice>: MotionCoprocessor,startTime,634717137.907302,motionType,1,youthType,0,youthTypeReason,0
2021-02-11 10:18:57:747 - [IOSDeviceLog] Feb 11 10:18:57 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:57:753 - [IOSDeviceLog] Feb 11 10:18:57 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:57:789 - [IOSDeviceLog] Feb 11 10:18:57 mydevice wifid(WiFiPolicy)[49] <Notice>: Too frequent(0.572442 secs) rssi event from driver, ignoring
2021-02-11 10:18:57:790 - [IOSDeviceLog] Feb 11 10:18:57 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiDeviceManagerMonitor24GHzInfraNetworkTraffic: SNR 28.8, CCA 23.7, Tx bandwidth 50555.4 (kbps), Rx bandwidth 50555.4, Tx data rate 107.3 (kbps), Rx data rate 53.7, Tx air time 0.212 %, Rx air time 0.106 %, Good background traffic ? No
2021-02-11 10:18:57:790 - [IOSDeviceLog] Feb 11 10:18:57 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiDeviceManagerEvaluate24GHzInfraNetworkState:isConnected Yes, isTimeSensitiveAppRunning No, isThereTrafficNow No
2021-02-11 10:18:57:790 - [IOSDeviceLog] Feb 11 10:18:57 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiLQAMgrLogStats(arpanet:Stationary): Rssi: -63 {-68 -64} Snr: 31 Cca: 13 TxPer: 0.0% (15) BcnPer: 2.3% (392, 51.3%) RxFrms: 12 RxRetryFrames: 1 TxRate: 24000 RxRate: 65000 FBRate: 19500 TxFwFrms: 9 TxFwFail: 0 TxReTrans: 10 time: 32730.7secs fgApp: (null)
2021-02-11 10:18:57:790 - [IOSDeviceLog] Feb 11 10:18:57 mydevice wifid(WiFiPolicy)[49] <Notice>: WiFiLQAMgrCopyCoalescedUndispatchedLQMEvent: Rssi: -63 Snr:31 Cca: 13 TxFrames: 15 TxFail: 0 BcnRx: 383 BcnSch: 392 RxFrames: 12 RxRetries: 1 TxRate: 24000 RxRate: 65000 FBRate: 19500 TxFwFrms: 9 TxFwFail:0 TxRetries: 10
2021-02-11 10:18:57:792 - [IOSDeviceLog] Feb 11 10:18:57 mydevice WirelessRadioManagerd[44] <Notice>: <private>
2021-02-11 10:18:57:792 - [IOSDeviceLog] Feb 11 10:18:57 mydevice WirelessRadioManagerd[44] <Notice>: <private>
2021-02-11 10:18:57:793 - [IOSDeviceLog] Feb 11 10:18:57 mydevice WirelessRadioManagerd[44] <Notice>: <private>
2021-02-11 10:18:57:793 - [IOSDeviceLog] Feb 11 10:18:57 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: L2 Metrics on en0: rssi: -63 [-68,-64] -> -63, snr: 31 (cca [wake/total] self/other/intf): [-1,-1]/[-1,-1]/[-1,-1]/13 (txFrames/txReTx/txFail): 15/10/0 -> (was/is) 0/0
2021-02-11 10:18:57:794 - [IOSDeviceLog] Feb 11 10:18:57 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: Received Wi-Fi Assist Override along with LQM info: 0
2021-02-11 10:18:57:834 - [IOSDeviceLog] Feb 11 10:18:57 mydevice kbd(KeyboardServices)[265] <Error>: -[_KSUserWordsSynchroniser accountDidChange:]_block_invoke Disabling syncing if necessary as account found is not supported
2021-02-11 10:18:57:892 - [IOSDeviceLog] Feb 11 10:18:57 mydevice trustd[144] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0
2021-02-11 10:18:57:892 - [IOSDeviceLog] Feb 11 10:18:57 mydevice trustd[144] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0
2021-02-11 10:18:57:915 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:57:917 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:57:934 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:57:939 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:003 - [IOSDeviceLog] Feb 11 10:18:58 mydevice trustd[144] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0
2021-02-11 10:18:58:003 - [IOSDeviceLog] Feb 11 10:18:58 mydevice trustd[144] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0
2021-02-11 10:18:58:021 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_start_service: <private>
2021-02-11 10:18:58:030 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: spawn_xpc_service: <private>
2021-02-11 10:18:58:037 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:040 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:096 - [IOSDeviceLog] Feb 11 10:18:58 mydevice securityd[109] <Notice>: trustd[144]/1#11 LF=0 copy_parent_certificates Error Domain=NSOSStatusErrorDomain Code=-34018 "Client has neither application-identifier nor keychain-access-groups entitlements" UserInfo={numberOfErrorsDeep=0, NSDescription=Client has neither application-identifier nor keychain-access-groups entitlements}
2021-02-11 10:18:58:096 - [IOSDeviceLog] Feb 11 10:18:58 mydevice trustd[144] <Notice>: cert[0]: AnchorTrusted =(leaf)[force]> 0
2021-02-11 10:18:58:096 - [IOSDeviceLog] Feb 11 10:18:58 mydevice trustd[144] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0
2021-02-11 10:18:58:105 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: spawn_xpc_service_block_invoke: <private>
2021-02-11 10:18:58:105 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: spawn_xpc_service_block_invoke: <private>
2021-02-11 10:18:58:108 - [IOSDeviceLog] Feb 11 10:18:58 mydevice companion_proxy[250] <Notice>: Initialized connection to listen for gizmos. Host: <private> (ipV4)
2021-02-11 10:18:58:108 - [IOSDeviceLog] Feb 11 10:18:58 mydevice companion_proxy(IDS)[250] <Notice>: _IDSService - initing {self: 0x1003185f0, service: com.apple.private.alloy.companionproxy, commands: (null), manualAck: NO}
2021-02-11 10:18:58:111 - [IOSDeviceLog] Feb 11 10:18:58 mydevice companion_proxy(IDS)[250] <Notice>: Finished processing accounts set.
2021-02-11 10:18:58:111 - [IOSDeviceLog] Feb 11 10:18:58 mydevice companion_proxy(IDS)[250] <Notice>: Connection map:
2021-02-11 10:18:58:111 - [IOSDeviceLog] Feb 11 10:18:58 mydevice companion_proxy(IDS)[250] <Notice>: _IDSService - added delegate {self: 0x1003185f0, serviceName com.apple.private.alloy.companionproxy, listenerCaps 0, delegates: 1}
2021-02-11 10:18:58:121 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:125 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:148 - [IOSDeviceLog] Feb 11 10:18:58 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:58:148 - [IOSDeviceLog] Feb 11 10:18:58 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:18:58:150 - [IOSDeviceLog] Feb 11 10:18:58 mydevice dasd[116] <Notice>: CANCELED: com.apple.icloud.fmflocatord.keep-alive-on-dirty:8971E3 at priority 30 <private>!
2021-02-11 10:18:58:151 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lsd(CoreServices)[2060] <Notice>: Writing identifiers file to <private>.
2021-02-11 10:18:58:173 - [IOSDeviceLog] Feb 11 10:18:58 mydevice trustd[144] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0
2021-02-11 10:18:58:174 - [IOSDeviceLog] Feb 11 10:18:58 mydevice trustd[144] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0
2021-02-11 10:18:58:185 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:188 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:189 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:190 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:192 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:195 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:195 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:196 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:196 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:539 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:542 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:547 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:549 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:551 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:554 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:558 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:558 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:560 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:562 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:562 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:565 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:567 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:567 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:569 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:572 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:572 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:574 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:575 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:577 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:579 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:581 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:581 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:583 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:583 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:586 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:587 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:589 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:590 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:593 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:593 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:594 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:597 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:612 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:617 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:694 - [IOSDeviceLog] Feb 11 10:18:58 mydevice trustd[144] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0
2021-02-11 10:18:58:695 - [IOSDeviceLog] Feb 11 10:18:58 mydevice trustd[144] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0
2021-02-11 10:18:58:711 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:713 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:716 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:718 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:720 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:721 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:721 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: mglog: <private>
2021-02-11 10:18:58:721 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd(libMobileGestalt.dylib)[70] <Notice>: statfs(/mnt4): No such file or directory
2021-02-11 10:18:58:724 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:725 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: mglog: <private>
2021-02-11 10:18:58:725 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd(libMobileGestalt.dylib)[70] <Notice>: statfs(/mnt4): No such file or directory
2021-02-11 10:18:58:727 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:729 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:731 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:739 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:740 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:742 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:743 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:745 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:746 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:747 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:748 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:750 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:750 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:752 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:753 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:753 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:754 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:755 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:755 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:757 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:757 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:758 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:759 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:761 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:761 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:762 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:762 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:764 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:765 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:766 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:766 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:768 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:769 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:58:771 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:772 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:782 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:786 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:841 - [IOSDeviceLog] Feb 11 10:18:58 mydevice trustd[144] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0
2021-02-11 10:18:58:841 - [IOSDeviceLog] Feb 11 10:18:58 mydevice trustd[144] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0
2021-02-11 10:18:58:854 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:857 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:860 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:861 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:863 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:863 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:864 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: mglog: <private>
2021-02-11 10:18:58:864 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd(libMobileGestalt.dylib)[70] <Notice>: statfs(/mnt4): No such file or directory
2021-02-11 10:18:58:867 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:867 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: mglog: <private>
2021-02-11 10:18:58:867 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd(libMobileGestalt.dylib)[70] <Notice>: statfs(/mnt4): No such file or directory
2021-02-11 10:18:58:869 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:871 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:872 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:878 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:880 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:892 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:896 - [IOSDeviceLog] Feb 11 10:18:58 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:940 - [IOSDeviceLog] Feb 11 10:18:59 mydevice trustd[144] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0
2021-02-11 10:18:58:940 - [IOSDeviceLog] Feb 11 10:18:59 mydevice trustd[144] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0
2021-02-11 10:18:58:950 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_start_service: <private>
2021-02-11 10:18:58:954 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: spawn_xpc_service: <private>
2021-02-11 10:18:58:959 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:58:963 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:011 - [IOSDeviceLog] Feb 11 10:18:59 mydevice securityd[109] <Notice>: trustd[144]/1#11 LF=0 copy_parent_certificates Error Domain=NSOSStatusErrorDomain Code=-34018 "Client has neither application-identifier nor keychain-access-groups entitlements" UserInfo={numberOfErrorsDeep=0, NSDescription=Client has neither application-identifier nor keychain-access-groups entitlements}
2021-02-11 10:18:59:011 - [IOSDeviceLog] Feb 11 10:18:59 mydevice trustd[144] <Notice>: cert[0]: AnchorTrusted =(leaf)[force]> 0
2021-02-11 10:18:59:012 - [IOSDeviceLog] Feb 11 10:18:59 mydevice trustd[144] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0
2021-02-11 10:18:59:019 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: spawn_xpc_service_block_invoke: <private>
2021-02-11 10:18:59:019 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: spawn_xpc_service_block_invoke: <private>
2021-02-11 10:18:59:023 - [IOSDeviceLog] Feb 11 10:18:59 mydevice distnoted[74] <Notice>: register name: com.apple.LaunchServices.applicationUnregistered object: kCFNotificationAnyObject token: 100000000f pid: 10038
2021-02-11 10:18:59:023 - [IOSDeviceLog] Feb 11 10:18:59 mydevice distnoted[74] <Notice>: register name: com.apple.LaunchServices.applicationRegistered object: kCFNotificationAnyObject token: 1100000010 pid: 10038
2021-02-11 10:18:59:026 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:027 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:029 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:030 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:031 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:033 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:037 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:038 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:038 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:038 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:038 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:038 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:038 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:038 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:039 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:039 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:041 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:041 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:043 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:044 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:045 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:045 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:047 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:047 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:048 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:048 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:050 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:050 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:052 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:052 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:054 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:055 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:063 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:067 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:107 - [IOSDeviceLog] Feb 11 10:18:59 mydevice trustd[144] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0
2021-02-11 10:18:59:107 - [IOSDeviceLog] Feb 11 10:18:59 mydevice trustd[144] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0
2021-02-11 10:18:59:117 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:120 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:321 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:124 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:126 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:127 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:127 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: mglog: <private>
2021-02-11 10:18:59:127 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd(libMobileGestalt.dylib)[70] <Notice>: statfs(/mnt4): No such file or directory
2021-02-11 10:18:59:129 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:129 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: mglog: <private>
2021-02-11 10:18:59:129 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd(libMobileGestalt.dylib)[70] <Notice>: statfs(/mnt4): No such file or directory
2021-02-11 10:18:59:131 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:132 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:134 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:140 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:142 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:144 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:145 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:147 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:147 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Retrieving suggestions for client model: <private>
2021-02-11 10:18:59:148 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:148 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:148 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Deserialized to get 5 suggestions.
2021-02-11 10:18:59:148 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Retrieving suggestions for client model: atx_timeline_donation
2021-02-11 10:18:59:149 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:149 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Deserialized to get 1 suggestions.
2021-02-11 10:18:59:149 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Retrieving suggestions for client model: <private>
2021-02-11 10:18:59:150 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:151 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:151 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:152 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Deserialized to get 35 suggestions.
2021-02-11 10:18:59:152 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Retrieving suggestions for client model: <private>
2021-02-11 10:18:59:152 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:153 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:154 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:154 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Deserialized to get 35 suggestions.
2021-02-11 10:18:59:155 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:155 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:156 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(Trial)[138] <Notice>: adding update handler 0 for namespace SYSTEM_SPACE_INTELLIGENCE_SPOTLIGHT_SUGGESTIONS
2021-02-11 10:18:59:156 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:156 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:158 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:159 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:159 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: BlendingRefresh: Refreshing all Blending Layer ConsumerSubTypes because SuggestionReceiver was either asked to force refresh all UIs or couldn't find any clientModels that updated recently.
2021-02-11 10:18:59:160 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:160 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:161 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Blending Layer asked to update suggestions for all consumer subtypes. [BLENDING REFRESH START]
2021-02-11 10:18:59:161 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Considering executing Blending Layer session logging before executing Blending Layer refresh.
2021-02-11 10:18:59:161 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Not logging session because session logger said not to.
2021-02-11 10:18:59:162 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:162 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:162 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Done executing Blending Layer session logging before executing Blending Layer refresh.
2021-02-11 10:18:59:162 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: >>> Blending: Blending Layer asked to update suggestions for consumer subtype HomeScreen
2021-02-11 10:18:59:163 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:163 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:163 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Blending Layer is reranking suggestions.
2021-02-11 10:18:59:163 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Blending Layer finished reranking suggestions.
2021-02-11 10:18:59:164 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: 1st highest ranked suggestion: <private>
2021-02-11 10:18:59:164 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:164 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:165 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: 2nd highest ranked suggestion: <private>
2021-02-11 10:18:59:165 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: 3rd highest ranked suggestion: <private>
2021-02-11 10:18:59:165 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Blending Layer is removing recently engaged suggestions. # suggestions at start: 76
2021-02-11 10:18:59:165 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:165 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:167 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:168 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:172 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:59:172 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:59:177 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:180 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:59:182 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:182 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:59:182 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Blending Layer is done removing recently engaged suggestions. # suggestions at end: 76
2021-02-11 10:18:59:183 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Blending Layer is removing suggestions for uninstalled apps. # suggestions at start: 76
2021-02-11 10:18:59:183 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Blending Layer is done removing suggestions for uninstalled apps. # suggestions at end: 76
2021-02-11 10:18:59:187 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Preprocessing suggestions for consumer subtype: HomeScreen
2021-02-11 10:18:59:188 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Preprocessing suggestions for Home Screen.
2021-02-11 10:18:59:188 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: ATXActionToWidgetConverter: Converting valid action suggestions to widget suggestions for 41 suggestions.
2021-02-11 10:18:59:192 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: ATXActionToWidgetConverter: Finished converting valid action suggestions to widget suggestions.
2021-02-11 10:18:59:192 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Finished preprocessing suggestions for consumer subtype: HomeScreen
2021-02-11 10:18:59:192 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: ATXStackStateTracker is updating and persisting its internal state.
2021-02-11 10:18:59:193 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634249314972581
2021-02-11 10:18:59:193 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665548126012
2021-02-11 10:18:59:194 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 622401144539775
2021-02-11 10:18:59:194 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 622401144539775
2021-02-11 10:18:59:196 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: blending
2021-02-11 10:18:59:197 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: blending
2021-02-11 10:18:59:197 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: blending
2021-02-11 10:18:59:209 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(BiomeStreams)[138] <Error>: <private> - Current subscription is in a recursion. StreamId: homeScreen
2021-02-11 10:18:59:219 - [IOSDeviceLog] Feb 11 10:18:59 mydevice trustd[144] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0
2021-02-11 10:18:59:219 - [IOSDeviceLog] Feb 11 10:18:59 mydevice trustd[144] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0
2021-02-11 10:18:59:228 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:228 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Blending: Reading cache file to retrieve UI layout
2021-02-11 10:18:59:230 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:232 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:234 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:235 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:236 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:237 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: mglog: <private>
2021-02-11 10:18:59:237 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd(libMobileGestalt.dylib)[70] <Notice>: statfs(/mnt4): No such file or directory
2021-02-11 10:18:59:238 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:238 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: mglog: <private>
2021-02-11 10:18:59:238 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd(libMobileGestalt.dylib)[70] <Notice>: statfs(/mnt4): No such file or directory
2021-02-11 10:18:59:240 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:59:240 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:241 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:59:241 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:243 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:246 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:59:246 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:59:247 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Setting layouts for Add Widget UI...
2021-02-11 10:18:59:248 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:249 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Generating layouts for homescreen consumerSubType HomeScreenSuggestionsWidget
2021-02-11 10:18:59:249 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Created UI layout ATXUILayoutTypeOne2x2 (score: 1001.00)
2021-02-11 10:18:59:250 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:250 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Generating layouts for homescreen consumerSubType HomeScreenSuggestionsWidget
2021-02-11 10:18:59:251 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:251 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: set_response_error: <private>
2021-02-11 10:18:59:252 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Created UI layout ATXUILayoutTypeTwo1x4 (score: 1002.00)
2021-02-11 10:18:59:253 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Generating layouts for homescreen consumerSubType HomeScreenSuggestionsWidget
2021-02-11 10:18:59:253 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Created UI layout ATXUILayoutTypeFour1x4 (score: 1004.00)
2021-02-11 10:18:59:255 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Generating layouts for homescreen consumerSubType AppSuggestionHomeScreen
2021-02-11 10:18:59:257 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Created UI layout ATXUILayoutTypeEight1x1 (score: 1008.00)
2021-02-11 10:18:59:257 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Done setting layouts for Add Widget UI.
2021-02-11 10:18:59:258 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Selecting layouts for HomeScreen Page. Index: 0, Num Stacks: 0, Num Panels: 0...
2021-02-11 10:18:59:258 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Found 0 pinned SG widgets on page 0.
2021-02-11 10:18:59:258 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Selecting layouts for HomeScreen Page. Index: 1, Num Stacks: 0, Num Panels: 0...
2021-02-11 10:18:59:258 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Found 0 pinned SG widgets on page 1.
2021-02-11 10:18:59:258 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Selecting layouts for HomeScreen Page. Index: 20000, Num Stacks: 8, Num Panels: 0...
2021-02-11 10:18:59:258 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Found 0 pinned SG widgets on page 20000.
2021-02-11 10:18:59:258 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Considering setting a layout for top of stack <private>
2021-02-11 10:18:59:259 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Stack state: Stack created 2020-09-21 17:12:29 +0000
2021-02-11 10:18:59:259 - [IOSDeviceLog] Last stack rotation: 2020-09-21 17:12:29 +0000: StackCreated - (null) - (null)
2021-02-11 10:18:59:259 - [IOSDeviceLog] Last user scroll stack rotation: (null): (null) - (null) - (null)
2021-02-11 10:18:59:259 - [IOSDeviceLog] Last staleness rotation layout for stack: (null)
2021-02-11 10:18:59:259 - [IOSDeviceLog] Date of last staleness rotation: (null)
2021-02-11 10:18:59:259 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:260 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Stack A89D6703-0898-4327-9704-D078AC9F7959 is stale because no rotations have happened recently.
2021-02-11 10:18:59:261 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Stack A89D6703-0898-4327-9704-D078AC9F7959 is stale? YES
2021-02-11 10:18:59:262 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:265 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Considering removing engaged widget suggestions. Original count of valid suggestions: 0...
2021-02-11 10:18:59:265 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Done removing engaged widget suggestions. Final count of valid suggestions: 0
2021-02-11 10:18:59:265 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Generating layouts for homescreen consumerSubType HomeScreen
2021-02-11 10:18:59:265 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Don't have enough suggestions to create UI layout ATXUILayoutTypeOne2x4
2021-02-11 10:18:59:266 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Don't have enough suggestions to create UI layout ATXUILayoutTypeOne2x4
2021-02-11 10:18:59:266 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Don't have enough suggestions to create UI layout ATXUILayoutTypeTwo1x4
2021-02-11 10:18:59:266 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Don't have enough suggestions to create UI layout ATXUILayoutTypeTwo1x4
2021-02-11 10:18:59:266 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Did not select a layout for top of stack A89D6703-0898-4327-9704-D078AC9F7959
2021-02-11 10:18:59:266 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Considering setting a layout for top of stack <private>
2021-02-11 10:18:59:266 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Did not select a layout for top of stack C84BABAB-89EB-467A-AC00-35098EAD8F18 because it only had 1 widget.
2021-02-11 10:18:59:267 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Considering setting a layout for top of stack <private>
2021-02-11 10:18:59:267 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Did not select a layout for top of stack 510ACC63-264F-466B-BAF8-945273C42328 because it only had 1 widget.
2021-02-11 10:18:59:267 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Considering setting a layout for top of stack <private>
2021-02-11 10:18:59:267 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Did not select a layout for top of stack D5152D64-7294-4081-96B5-0F7B91B1BB92 because it only had 1 widget.
2021-02-11 10:18:59:267 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Considering setting a layout for top of stack <private>
2021-02-11 10:18:59:268 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Did not select a layout for top of stack F21BA910-BFCC-4099-BD95-D4F7F2FC725A because it only had 1 widget.
2021-02-11 10:18:59:268 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Considering setting a layout for top of stack <private>
2021-02-11 10:18:59:268 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Did not select a layout for top of stack 41BE8DB9-03ED-43DA-B4C3-690815828FF1 because it only had 1 widget.
2021-02-11 10:18:59:268 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Considering setting a layout for top of stack <private>
2021-02-11 10:18:59:268 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Did not select a layout for top of stack ED54D844-1644-4681-ABB8-BBBA00542B66 because it only had 1 widget.
2021-02-11 10:18:59:268 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Considering setting a layout for top of stack <private>
2021-02-11 10:18:59:268 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Did not select a layout for top of stack E561A34F-0DCC-44D6-A97C-7D8A5EED688E because it only had 1 widget.
2021-02-11 10:18:59:269 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Blending Layer is persisting the cached suggestion layout for homescreen.
2021-02-11 10:18:59:270 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [1 of 98] <private> <private>
2021-02-11 10:18:59:270 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [2 of 98] <private>
2021-02-11 10:18:59:271 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [3 of 98] <private> <private>
2021-02-11 10:18:59:271 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [4 of 98] <private>
2021-02-11 10:18:59:271 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [5 of 98] <private> <private>
2021-02-11 10:18:59:271 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [6 of 98] <private>
2021-02-11 10:18:59:272 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [7 of 98] <private> <private>
2021-02-11 10:18:59:272 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [8 of 98] <private>
2021-02-11 10:18:59:272 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [9 of 98] <private> <private>
2021-02-11 10:18:59:272 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [10 of 98] <private>
2021-02-11 10:18:59:272 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [11 of 98] <private> <private>
2021-02-11 10:18:59:273 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [12 of 98] <private> <private>
2021-02-11 10:18:59:273 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [13 of 98] <private> <private>
2021-02-11 10:18:59:273 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [14 of 98] <private> <private>
2021-02-11 10:18:59:273 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [15 of 98] <private> <private>
2021-02-11 10:18:59:274 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [16 of 98] <private> <private>
2021-02-11 10:18:59:274 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [17 of 98] <private> <private>
2021-02-11 10:18:59:274 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [18 of 98] <private> <private>
2021-02-11 10:18:59:274 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [19 of 98] <private> <private>
2021-02-11 10:18:59:274 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [20 of 98] <private> <private>
2021-02-11 10:18:59:275 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [21 of 98] <private> <private>
2021-02-11 10:18:59:275 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [22 of 98] <private> <private>
2021-02-11 10:18:59:275 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [23 of 98] <private> <private>
2021-02-11 10:18:59:275 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [24 of 98] <private> <private>
2021-02-11 10:18:59:275 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [25 of 98] <private> <private>
2021-02-11 10:18:59:275 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [26 of 98] <private> <private>
2021-02-11 10:18:59:275 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [27 of 98] <private> <private>
2021-02-11 10:18:59:276 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [28 of 98] <private> <private>
2021-02-11 10:18:59:276 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [29 of 98] <private> <private>
2021-02-11 10:18:59:277 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [30 of 98] <private> <private>
2021-02-11 10:18:59:277 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [31 of 98] <private> <private>
2021-02-11 10:18:59:277 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [32 of 98] <private> <private>
2021-02-11 10:18:59:277 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [33 of 98] <private> <private>
2021-02-11 10:18:59:277 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [34 of 98] <private> <private>
2021-02-11 10:18:59:277 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [35 of 98] <private> <private>
2021-02-11 10:18:59:278 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [36 of 98] <private> <private>
2021-02-11 10:18:59:278 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [37 of 98] <private> <private>
2021-02-11 10:18:59:278 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [38 of 98] <private> <private>
2021-02-11 10:18:59:278 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [39 of 98] <private> <private>
2021-02-11 10:18:59:278 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [40 of 98] <private> <private>
2021-02-11 10:18:59:278 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [41 of 98] <private> <private>
2021-02-11 10:18:59:278 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [42 of 98] <private> <private>
2021-02-11 10:18:59:278 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [43 of 98] <private> <private>
2021-02-11 10:18:59:278 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [44 of 98] <private> <private>
2021-02-11 10:18:59:278 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [45 of 98] <private> <private>
2021-02-11 10:18:59:279 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [46 of 98] <private> <private>
2021-02-11 10:18:59:279 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [47 of 98] <private> <private>
2021-02-11 10:18:59:279 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [48 of 98] <private> <private>
2021-02-11 10:18:59:279 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [49 of 98] <private> <private>
2021-02-11 10:18:59:279 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [50 of 98] <private> <private>
2021-02-11 10:18:59:279 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [51 of 98] <private> <private>
2021-02-11 10:18:59:279 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [52 of 98] <private> <private>
2021-02-11 10:18:59:279 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [53 of 98] <private> <private>
2021-02-11 10:18:59:279 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [54 of 98] <private> <private>
2021-02-11 10:18:59:279 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [55 of 98] <private> <private>
2021-02-11 10:18:59:280 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [56 of 98] <private> <private>
2021-02-11 10:18:59:280 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [57 of 98] <private> <private>
2021-02-11 10:18:59:280 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [58 of 98] <private> <private>
2021-02-11 10:18:59:280 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [59 of 98] <private> <private>
2021-02-11 10:18:59:281 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [60 of 98] <private> <private>
2021-02-11 10:18:59:281 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [61 of 98] <private> <private>
2021-02-11 10:18:59:281 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [62 of 98] <private> <private>
2021-02-11 10:18:59:281 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [63 of 98] <private> <private>
2021-02-11 10:18:59:281 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [64 of 98] <private> <private>
2021-02-11 10:18:59:281 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [65 of 98] <private> <private>
2021-02-11 10:18:59:282 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [66 of 98] <private> <private>
2021-02-11 10:18:59:282 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [67 of 98] <private> <private>
2021-02-11 10:18:59:282 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [68 of 98] <private> <private>
2021-02-11 10:18:59:282 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [69 of 98] <private> <private>
2021-02-11 10:18:59:283 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [70 of 98] <private> <private>
2021-02-11 10:18:59:283 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [71 of 98] <private> <private>
2021-02-11 10:18:59:283 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [72 of 98] <private> <private>
2021-02-11 10:18:59:283 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [73 of 98] <private> <private>
2021-02-11 10:18:59:283 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [74 of 98] <private> <private>
2021-02-11 10:18:59:283 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [75 of 98] <private> <private>
2021-02-11 10:18:59:283 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [76 of 98] <private> <private>
2021-02-11 10:18:59:283 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [77 of 98] <private> <private>
2021-02-11 10:18:59:284 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [78 of 98] <private> <private>
2021-02-11 10:18:59:284 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [79 of 98] <private> <private>
2021-02-11 10:18:59:284 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [80 of 98] <private> <private>
2021-02-11 10:18:59:284 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [81 of 98] <private> <private>
2021-02-11 10:18:59:284 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [82 of 98] <private> <private>
2021-02-11 10:18:59:284 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [83 of 98] <private> <private>
2021-02-11 10:18:59:284 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [84 of 98] <private> <private>
2021-02-11 10:18:59:285 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [85 of 98] <private> <private>
2021-02-11 10:18:59:285 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [86 of 98] <private> <private>
2021-02-11 10:18:59:285 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [87 of 98] <private> <private>
2021-02-11 10:18:59:286 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [88 of 98] <private> <private>
2021-02-11 10:18:59:286 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [89 of 98] <private> <private>
2021-02-11 10:18:59:286 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [90 of 98] <private> <private>
2021-02-11 10:18:59:286 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [91 of 98] <private> <private>
2021-02-11 10:18:59:286 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [92 of 98] <private> <private>
2021-02-11 10:18:59:287 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [93 of 98] <private> <private>
2021-02-11 10:18:59:287 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [94 of 98] <private> <private>
2021-02-11 10:18:59:287 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [95 of 98] <private> <private>
2021-02-11 10:18:59:287 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [96 of 98] <private> <private>
2021-02-11 10:18:59:287 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [97 of 98] <private> <private>
2021-02-11 10:18:59:288 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [98 of 98] <private> <private>
2021-02-11 10:18:59:288 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665548126012
2021-02-11 10:18:59:288 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665548126012
2021-02-11 10:18:59:297 - [IOSDeviceLog] Feb 11 10:18:59 mydevice trustd[144] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0
2021-02-11 10:18:59:297 - [IOSDeviceLog] Feb 11 10:18:59 mydevice trustd[144] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0
2021-02-11 10:18:59:304 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:314 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:316 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:348 - [IOSDeviceLog] Feb 11 10:18:59 mydevice trustd[144] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0
2021-02-11 10:18:59:348 - [IOSDeviceLog] Feb 11 10:18:59 mydevice trustd[144] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0
2021-02-11 10:18:59:349 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Blending: Trying to update cached layout for consumer HomeScreen
2021-02-11 10:18:59:357 - [IOSDeviceLog] Feb 11 10:18:59 mydevice lockdownd[70] <Notice>: handle_get_value: <private>
2021-02-11 10:18:59:369 - [IOSDeviceLog] Feb 11 10:18:59 mydevice nsurlsessiond[107] <Notice>: Triggering periodic update to powerlog for client <private>
2021-02-11 10:18:59:379 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Blending: Finished writing layout data.
2021-02-11 10:18:59:379 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Successfully updated the cache for HomeScreen
2021-02-11 10:18:59:380 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Sucesssfully updated the cache for consumer HomeScreen with blending cache UUID: <private>
2021-02-11 10:18:59:381 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: >>> Blending: Blending Layer asked to update suggestions for consumer subtype SpotlightUnknown
2021-02-11 10:18:59:381 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Blending Layer is selecting a layout for the suggestions.
2021-02-11 10:18:59:381 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Preprocessing suggestions for consumer subtype: SpotlightUnknown
2021-02-11 10:18:59:381 - [IOSDeviceLog] Feb 11 10:18:59 mydevice SpringBoard(AppPredictionClient)[59] <Notice>: ATXHomeScreenSuggestionClient: received update from duetexpertd
2021-02-11 10:18:59:382 - [IOSDeviceLog] Feb 11 10:18:59 mydevice SpringBoard(AppPredictionClient)[59] <Notice>: ATXHomeScreenSuggestionClient: updated suggestion, notifying observers
2021-02-11 10:18:59:382 - [IOSDeviceLog] Feb 11 10:18:59 mydevice SpringBoard(SpringBoard)[59] <Notice>: process updated predictions: <private>
2021-02-11 10:18:59:382 - [IOSDeviceLog] Feb 11 10:18:59 mydevice SpringBoard(SpringBoard)[59] <Notice>: suggestion (null) for stack with identifier: <private>
2021-02-11 10:18:59:384 - [IOSDeviceLog] Feb 11 10:18:59 mydevice SpringBoard(SpringBoard)[59] <Notice>: skipping data source update because the old stack suggestion ((null)) we had was the same as the new one ((null))
2021-02-11 10:18:59:385 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:59:386 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:59:386 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Finished preprocessing suggestions for consumer subtype: SpotlightUnknown
2021-02-11 10:18:59:387 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Layout Selector asked to provide the highest ranking, selected layout.
2021-02-11 10:18:59:387 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Layout Selector asked to provide validLayouts.
2021-02-11 10:18:59:388 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Generating layouts for non-homescreen consumerSubType SpotlightUnknown
2021-02-11 10:18:59:390 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Created UI layout ATXUILayoutTypeEight1x1 (score: 1008.00)
2021-02-11 10:18:59:390 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Layout Selector's selected layout type: ATXUILayoutTypeEight1x1
2021-02-11 10:18:59:390 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Blending Layer selected the following layout type: 0 for consumerSubType: SpotlightUnknown
2021-02-11 10:18:59:391 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Blending Layer is persisting the cached suggestion layout for consumer: SpotlightUnknown
2021-02-11 10:18:59:392 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [1 of 34] <private> <private>
2021-02-11 10:18:59:392 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [2 of 34] <private> <private>
2021-02-11 10:18:59:393 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [3 of 34] <private> <private>
2021-02-11 10:18:59:393 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [4 of 34] <private> <private>
2021-02-11 10:18:59:394 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [5 of 34] <private> <private>
2021-02-11 10:18:59:394 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [6 of 34] <private> <private>
2021-02-11 10:18:59:394 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [7 of 34] <private> <private>
2021-02-11 10:18:59:394 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [8 of 34] <private> <private>
2021-02-11 10:18:59:394 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [9 of 34] <private> <private>
2021-02-11 10:18:59:394 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [10 of 34] <private> <private>
2021-02-11 10:18:59:394 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [11 of 34] <private> <private>
2021-02-11 10:18:59:395 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [12 of 34] <private> <private>
2021-02-11 10:18:59:395 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [13 of 34] <private> <private>
2021-02-11 10:18:59:395 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [14 of 34] <private> <private>
2021-02-11 10:18:59:395 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [15 of 34] <private> <private>
2021-02-11 10:18:59:395 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [16 of 34] <private> <private>
2021-02-11 10:18:59:395 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [17 of 34] <private> <private>
2021-02-11 10:18:59:395 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [18 of 34] <private> <private>
2021-02-11 10:18:59:395 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [19 of 34] <private> <private>
2021-02-11 10:18:59:395 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [20 of 34] <private> <private>
2021-02-11 10:18:59:395 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [21 of 34] <private> <private>
2021-02-11 10:18:59:395 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [22 of 34] <private> <private>
2021-02-11 10:18:59:395 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [23 of 34] <private> <private>
2021-02-11 10:18:59:395 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [24 of 34] <private> <private>
2021-02-11 10:18:59:395 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [25 of 34] <private> <private>
2021-02-11 10:18:59:395 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [26 of 34] <private> <private>
2021-02-11 10:18:59:395 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [27 of 34] <private> <private>
2021-02-11 10:18:59:395 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [28 of 34] <private> <private>
2021-02-11 10:18:59:395 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [29 of 34] <private> <private>
2021-02-11 10:18:59:396 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [30 of 34] <private> <private>
2021-02-11 10:18:59:396 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [31 of 34] <private> <private>
2021-02-11 10:18:59:396 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [32 of 34] <private> <private>
2021-02-11 10:18:59:396 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [33 of 34] <private> <private>
2021-02-11 10:18:59:396 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [34 of 34] <private>
2021-02-11 10:18:59:396 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665548126012
2021-02-11 10:18:59:396 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665548126012
2021-02-11 10:18:59:400 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Blending: Trying to update cached layout for consumer SpotlightUnknown
2021-02-11 10:18:59:404 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Blending: Finished writing layout data.
2021-02-11 10:18:59:404 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Successfully updated the cache for SpotlightUnknown
2021-02-11 10:18:59:404 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Sucesssfully updated the cache for consumer SpotlightUnknown with blending cache UUID: <private>
2021-02-11 10:18:59:404 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: >>> Blending: Blending Layer asked to update suggestions for consumer subtype ActionSptltUnknown
2021-02-11 10:18:59:404 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Blending Layer is selecting a layout for the suggestions.
2021-02-11 10:18:59:404 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Preprocessing suggestions for consumer subtype: ActionSptltUnknown
2021-02-11 10:18:59:407 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:59:407 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: No recently engaged cache file found.
2021-02-11 10:18:59:408 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Finished preprocessing suggestions for consumer subtype: ActionSptltUnknown
2021-02-11 10:18:59:409 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Layout Selector asked to provide the highest ranking, selected layout.
2021-02-11 10:18:59:409 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Layout Selector asked to provide validLayouts.
2021-02-11 10:18:59:409 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Generating layouts for non-homescreen consumerSubType ActionSptltUnknown
2021-02-11 10:18:59:409 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Don't have enough suggestions to create UI layout ATXUILayoutTypeN1x4
2021-02-11 10:18:59:409 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Don't have enough suggestions to create UI layout ATXUILayoutTypeN1x4
2021-02-11 10:18:59:410 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Unable to generate any valid layouts for consumerSubType: ActionSptltUnknown.
2021-02-11 10:18:59:410 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: There is no selected layout for consumerSubType: ActionSptltUnknown
2021-02-11 10:18:59:410 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Blending Layer selected the following layout type: 0 for consumerSubType: ActionSptltUnknown
2021-02-11 10:18:59:410 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Blending Layer is persisting the cached suggestion layout for consumer: ActionSptltUnknown
2021-02-11 10:18:59:410 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [1 of 1] <private> <private>
2021-02-11 10:18:59:411 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665548126012
2021-02-11 10:18:59:411 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665548126012
2021-02-11 10:18:59:412 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Blending: Trying to update cached layout for consumer ActionSptltUnknown
2021-02-11 10:18:59:412 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Couldn't generate a valid layout. Not writing a cache for ActionSptltUnknown.
2021-02-11 10:18:59:412 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: >>> Blending: Blending Layer asked to update suggestions for consumer subtype MediaControls
2021-02-11 10:18:59:412 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Blending Layer is selecting a layout for the suggestions.
2021-02-11 10:18:59:412 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Preprocessing suggestions for consumer subtype: MediaControls
2021-02-11 10:18:59:413 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Layout Selector asked to provide the highest ranking, selected layout.
2021-02-11 10:18:59:413 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Layout Selector asked to provide validLayouts.
2021-02-11 10:18:59:413 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Generating layouts for non-homescreen consumerSubType MediaControls
2021-02-11 10:18:59:413 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Don't have enough suggestions to create UI layout ATXUILayoutTypeN1x4
2021-02-11 10:18:59:413 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Don't have enough suggestions to create UI layout ATXUILayoutTypeN1x4
2021-02-11 10:18:59:413 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Unable to generate any valid layouts for consumerSubType: MediaControls.
2021-02-11 10:18:59:413 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: There is no selected layout for consumerSubType: MediaControls
2021-02-11 10:18:59:413 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Blending Layer selected the following layout type: 0 for consumerSubType: MediaControls
2021-02-11 10:18:59:414 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Blending Layer is persisting the cached suggestion layout for consumer: MediaControls
2021-02-11 10:18:59:414 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: [1 of 1] <private> <private>
2021-02-11 10:18:59:414 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665548126012
2021-02-11 10:18:59:415 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(BiomeStorage)[138] <Notice>: Successfully mapped file: 634665548126012
2021-02-11 10:18:59:415 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionClient)[138] <Notice>: Blending: Trying to update cached layout for consumer MediaControls
2021-02-11 10:18:59:416 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Couldn't generate a valid layout. Not writing a cache for MediaControls.
2021-02-11 10:18:59:416 - [IOSDeviceLog] Feb 11 10:18:59 mydevice duetexpertd(AppPredictionInternal)[138] <Notice>: Blending: Blending Layer finished updating suggestions for all consumer subtypes. [BLENDING REFRESH END]
2021-02-11 10:19:00:261 - [IOSDeviceLog] Feb 11 10:19:00 mydevice locationd[9076] <Notice>: MotionCoprocessor,startTime,634717140.465374,motionType,1,youthType,0,youthTypeReason,0
2021-02-11 10:19:00:291 - [IOSDeviceLog] Feb 11 10:19:00 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiDeviceManagerMonitor24GHzInfraNetworkTraffic: SNR 31.3, CCA 19.4, Tx bandwidth 61578.8 (kbps), Rx bandwidth 61578.8, Tx data rate 14.7 (kbps), Rx data rate 7.4, Tx air time 0.024 %, Rx air time 0.012 %, Good background traffic ? No
2021-02-11 10:19:00:292 - [IOSDeviceLog] Feb 11 10:19:00 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiDeviceManagerEvaluate24GHzInfraNetworkState:isConnected Yes, isTimeSensitiveAppRunning No, isThereTrafficNow No
2021-02-11 10:19:00:466 - [IOSDeviceLog] Feb 11 10:19:00 mydevice watchlistd(WatchListKit)[183] <Notice>: [WLKTransactionScope] 0x13de10090 "WLKAppLibrary.refresh": Ended transaction
2021-02-11 10:19:00:676 - [IOSDeviceLog] Feb 11 10:19:00 mydevice notification_proxy(MobileSystemServices)[10038] <Notice>: 0x16b2ef000 -[MNPLockdownConnection receiveMessage]: lockdown_receive_message error!
2021-02-11 10:19:00:676 - [IOSDeviceLog] Feb 11 10:19:00 mydevice companion_proxy(IDS)[250] <Notice>: IDSQuickSwitchAcknowledgementTracker -[IDSQuickSwitchAcknowledgementTracker identifierForServiceDelegate:] (serviceDelegate: <private>)
2021-02-11 10:19:00:676 - [IOSDeviceLog] Feb 11 10:19:00 mydevice companion_proxy(IDS)[250] <Notice>: IDSQuickSwitchAcknowledgementTracker -[IDSQuickSwitchAcknowledgementTracker stopAwaitingAcknowledgementFromServiceDelegateWithIdentifier:] (delegateIdentifier: <private>)
2021-02-11 10:19:00:676 - [IOSDeviceLog] Feb 11 10:19:00 mydevice companion_proxy(IDS)[250] <Notice>: _IDSService - removed delegate {self: 0x1003185f0, serviceName com.apple.private.alloy.companionproxy, delegate: 0x10030d0a0}
2021-02-11 10:19:00:678 - [IOSDeviceLog] Feb 11 10:19:00 mydevice companion_proxy(IDS)[250] <Notice>: _IDSService - deallocing {self: 0x1003185f0, serviceName: com.apple.private.alloy.companionproxy}
2021-02-11 10:19:00:678 - [debug] [WebDriverAgent] Parsed BUILD_DIR configuration value: '/Users/user/Library/Developer/Xcode/DerivedData/WebDriverAgent-acakyusqytyydxbpirejospkejdp/Build/Products'
2021-02-11 10:19:00:678 - [debug] [WebDriverAgent] Got derived data root: '/Users/user/Library/Developer/Xcode/DerivedData/WebDriverAgent-acakyusqytyydxbpirejospkejdp'
2021-02-11 10:19:00:917 - [IOSDeviceLog] Feb 11 10:19:01 mydevice dasd[116] <Notice>: BatteryTemperatureReader returning value 2960
2021-02-11 10:19:00:918 - [IOSDeviceLog] Feb 11 10:19:01 mydevice dasd[116] <Notice>: First 100.000000, Last 100.000000, timeInterval 275.511091
2021-02-11 10:19:00:919 - [IOSDeviceLog] Feb 11 10:19:01 mydevice dasd[116] <Notice>: Battery temperature reference Value 3317.904438 Current value 2926.000000
2021-02-11 10:19:00:919 - [IOSDeviceLog] Feb 11 10:19:01 mydevice dasd[116] <Notice>: First 2890.000000, Last 2960.000000, timeInterval 275.532100
2021-02-11 10:19:00:920 - [IOSDeviceLog] Feb 11 10:19:01 mydevice dasd[116] <Notice>: Charge Rate reference Value 0.000000 Current value 0.000000, Signal values: <private>
2021-02-11 10:19:01:298 - [IOSDeviceLog] Feb 11 10:19:01 mydevice cloudpaird[66] <Notice>: Account status changed: 1, Forced: 0
2021-02-11 10:19:01:672 - [IOSDeviceLog] Feb 11 10:19:01 mydevice nsurlsessiond[107] <Notice>: Triggering periodic update to powerlog for client <private>
2021-02-11 10:19:01:926 - [IOSDeviceLog] Feb 11 10:19:02 mydevice kernel(AppleBCMWLANCore)[0] <Notice>: 5 b 20MHz n CCA 38% duration: 102 congest: 39 ts: 2629515
2021-02-11 10:19:02:073 - [IOSDeviceLog] Feb 11 10:19:02 mydevice kbd(KeyboardServices)[265] <Error>: -[_KSUserWordsSynchroniser accountDidChange:]_block_invoke Disabling syncing if necessary as account found is not supported
2021-02-11 10:19:02:336 - [IOSDeviceLog] Feb 11 10:19:02 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiDeviceManagerMonitor24GHzInfraNetworkTraffic: SNR 32.8, CCA 26.9, Tx bandwidth 59382.5 (kbps), Rx bandwidth 59382.5, Tx data rate 10.8 (kbps), Rx data rate 5.4, Tx air time 0.018 %, Rx air time 0.009 %, Good background traffic ? No
2021-02-11 10:19:02:339 - [IOSDeviceLog] Feb 11 10:19:02 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiDeviceManagerEvaluate24GHzInfraNetworkState:isConnected Yes, isTimeSensitiveAppRunning No, isThereTrafficNow No
2021-02-11 10:19:02:339 - [IOSDeviceLog] Feb 11 10:19:02 mydevice wifid(WiFiPolicy)[49] <Notice>: WiFiLQAMgrCopyCoalescedUndispatchedLQMEvent: Rssi: -60 Snr:35 Cca: 38 TxFrames: 0 TxFail: 0 BcnRx: (null) BcnSch: (null) RxFrames: 0 RxRetries: 0 TxRate: 0 RxRate: 0 FBRate: 0 TxFwFrms: (null) TxFwFail:(null) TxRetries: 0
2021-02-11 10:19:02:341 - [IOSDeviceLog] Feb 11 10:19:02 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: L2 Metrics on en0: rssi: -60 [-59,0] -> -60, snr: 35 (cca [wake/total] self/other/intf): [-1,-1]/[-1,-1]/[-1,-1]/38 (txFrames/txReTx/txFail): 0/0/0 -> (was/is) 0/0
2021-02-11 10:19:02:342 - [IOSDeviceLog] Feb 11 10:19:02 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: Received Wi-Fi Assist Override along with LQM info: 0
2021-02-11 10:19:02:343 - [IOSDeviceLog] Feb 11 10:19:02 mydevice WirelessRadioManagerd[44] <Notice>: <private>
2021-02-11 10:19:02:343 - [IOSDeviceLog] Feb 11 10:19:02 mydevice WirelessRadioManagerd[44] <Notice>: <private>
2021-02-11 10:19:02:344 - [IOSDeviceLog] Feb 11 10:19:02 mydevice WirelessRadioManagerd[44] <Notice>: <private>
2021-02-11 10:19:02:595 - [IOSDeviceLog] Feb 11 10:19:02 mydevice kernel(IO80211Family)[0] <Notice>: LQM-WiFi:TX(50:0F:F5:7C:BF:E0) AC<SU MS NB NRS NA CM EX TF FFP MRET FLE> BE<0 0 0 0 0 0 0 0 0 0 0> (5000ms)
2021-02-11 10:19:02:596 - [IOSDeviceLog] Feb 11 10:19:02 mydevice kernel(IO80211Family)[0] <Notice>: LQM-WiFi:TX(50:0F:F5:7C:BF:E0) AC<SU MS NB NRS NA CM EX TF FFP MRET FLE> BK<0 0 0 0 0 0 0 0 0 0 0> (5000ms)
2021-02-11 10:19:02:596 - [IOSDeviceLog] Feb 11 10:19:02 mydevice kernel(IO80211Family)[0] <Notice>: LQM-WiFi:TX(50:0F:F5:7C:BF:E0) AC<SU MS NB NRS NA CM EX TF FFP MRET FLE> VI<0 0 0 0 0 0 0 0 0 0 0> (5000ms)
2021-02-11 10:19:02:597 - [IOSDeviceLog] Feb 11 10:19:02 mydevice kernel(IO80211Family)[0] <Notice>: LQM-WiFi:TX(50:0F:F5:7C:BF:E0) AC<SU MS NB NRS NA CM EX TF FFP MRET FLE> VO<0 0 0 0 0 0 0 0 0 0 0> (5000ms)
2021-02-11 10:19:02:597 - [IOSDeviceLog] Feb 11 10:19:02 mydevice kernel(IO80211Family)[0] <Notice>: LQM-WiFi:L3 Control VO TX(50:0F:F5:7C:BF:E0) Success=0 NoACK=0 Expired=0 OtherErr=0
2021-02-11 10:19:02:597 - [IOSDeviceLog] Feb 11 10:19:02 mydevice kernel(IO80211Family)[0] <Notice>: LQM-WiFi:TX(FF:FF:FF:FF:FF:FF) AC<SU MS NB NRS NA CM EX TF FFP MRET FLE> BE<0 0 0 0 0 0 0 0 0 0 0> (5001ms)
2021-02-11 10:19:02:793 - [IOSDeviceLog] Feb 11 10:19:02 mydevice wifid(WiFiPolicy)[49] <Notice>: Too frequent(0.454218 secs) rssi event from driver, ignoring
2021-02-11 10:19:02:793 - [IOSDeviceLog] Feb 11 10:19:02 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiDeviceManagerMonitor24GHzInfraNetworkTraffic: SNR 19.7, CCA 31.3, Tx bandwidth 32150.4 (kbps), Rx bandwidth 32150.4, Tx data rate 29.2 (kbps), Rx data rate 14.6, Tx air time 0.091 %, Rx air time 0.045 %, Good background traffic ? No
2021-02-11 10:19:02:794 - [IOSDeviceLog] Feb 11 10:19:02 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiDeviceManagerEvaluate24GHzInfraNetworkState:isConnected Yes, isTimeSensitiveAppRunning No, isThereTrafficNow No
2021-02-11 10:19:02:794 - [IOSDeviceLog] Feb 11 10:19:02 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiLQAMgrLogStats(arpanet:Stationary): Rssi: -60 {0 0} Snr: 0 Cca: 38 TxPer: 0.0% (0) BcnPer: 0.0% (0, 51.3%) RxFrms: 0 RxRetryFrames: 0 TxRate: 0 RxRate: 0 FBRate: 0 TxFwFrms: 0 TxFwFail: 0 TxReTrans: 0 time: 32735.7secs fgApp: (null)
2021-02-11 10:19:02:795 - [IOSDeviceLog] Feb 11 10:19:02 mydevice wifid(WiFiPolicy)[49] <Notice>: WiFiLQAMgrCopyCoalescedUndispatchedLQMEvent: Rssi: -60 Snr:(null) Cca: 38 TxFrames: 0 TxFail: 0 BcnRx: (null) BcnSch: (null) RxFrames: 0 RxRetries: 0 TxRate: 0 RxRate: 0 FBRate: 0 TxFwFrms: (null) TxFwFail:(null) TxRetries: 0
2021-02-11 10:19:02:796 - [IOSDeviceLog] Feb 11 10:19:02 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: L2 Metrics on en0: rssi: -60 [0,0] -> -60, snr: 0 (cca [wake/total] self/other/intf): [-1,-1]/[-1,-1]/[-1,-1]/38 (txFrames/txReTx/txFail): 0/0/0 -> (was/is) 0/0
2021-02-11 10:19:02:798 - [IOSDeviceLog] Feb 11 10:19:02 mydevice WirelessRadioManagerd[44] <Notice>: <private>
2021-02-11 10:19:02:799 - [IOSDeviceLog] Feb 11 10:19:02 mydevice symptomsd(SymptomEvaluator)[5222] <Notice>: Received Wi-Fi Assist Override along with LQM info: 0
2021-02-11 10:19:02:800 - [IOSDeviceLog] Feb 11 10:19:02 mydevice WirelessRadioManagerd[44] <Notice>: <private>
2021-02-11 10:19:02:800 - [IOSDeviceLog] Feb 11 10:19:02 mydevice WirelessRadioManagerd[44] <Notice>: <private>
2021-02-11 10:19:02:820 - [IOSDeviceLog] Feb 11 10:19:02 mydevice locationd[9076] <Notice>: MotionCoprocessor,startTime,634717143.024116,motionType,1,youthType,0,youthTypeReason,0
2021-02-11 10:19:03:049 - [IOSDeviceLog] Feb 11 10:19:03 mydevice mediaserverd(AppleTimeSyncAudioClock)[6673] <Notice>: gPTPClockStatistics for 0x6dab316582fb0007
2021-02-11 10:19:03:050 - [IOSDeviceLog] Feb 11 10:19:03 mydevice mediaserverd(AppleTimeSyncAudioClock)[6673] <Notice>: Grandmaster Identity: 0x6dab316582fb0007
2021-02-11 10:19:03:050 - [IOSDeviceLog] Feb 11 10:19:03 mydevice mediaserverd(AppleTimeSyncAudioClock)[6673] <Notice>: Clock lock state: Locked
2021-02-11 10:19:03:050 - [IOSDeviceLog] Feb 11 10:19:03 mydevice mediaserverd(AppleTimeSyncAudioClock)[6673] <Notice>: Rate Ratio: 2199023255552/2199023255552 (1.000000000000)
2021-02-11 10:19:03:050 - [IOSDeviceLog] Feb 11 10:19:03 mydevice mediaserverd(AppleTimeSyncAudioClock)[6673] <Notice>: Anchors: 31541697942874, 1314237414286458
2021-02-11 10:19:03:051 - [IOSDeviceLog] Feb 11 10:19:03 mydevice mediaserverd(AppleTimeSyncAudioClock)[6673] <Notice>: Sync Identity: 0x6dab316582fb0007.0
2021-02-11 10:19:03:149 - [IOSDeviceLog] Feb 11 10:19:03 mydevice searchd(DuetActivityScheduler)[2148] <Notice>: Task com.apple.searchd.index.commit: Returning YES
2021-02-11 10:19:03:150 - [IOSDeviceLog] Feb 11 10:19:03 mydevice searchd(MobileSpotlightIndex)[2148] <Notice>: Finalizing journal 0x121a37e10 0x1066e4000 100000 <private>
2021-02-11 10:19:03:305 - [IOSDeviceLog] Feb 11 10:19:03 mydevice searchd(MobileSpotlightIndex)[2148] <Notice>: copy file <private> to <private>
2021-02-11 10:19:03:314 - [IOSDeviceLog] Feb 11 10:19:03 mydevice searchd(MobileSpotlightIndex)[2148] <Notice>: copy file <private> to <private>
2021-02-11 10:19:03:328 - [IOSDeviceLog] Feb 11 10:19:03 mydevice searchd(MobileSpotlightIndex)[2148] <Notice>: copy file <private> to <private>
2021-02-11 10:19:03:328 - [IOSDeviceLog] Feb 11 10:19:03 mydevice searchd(MobileSpotlightIndex)[2148] <Notice>: copy file <private> to <private>
2021-02-11 10:19:03:332 - [IOSDeviceLog] Feb 11 10:19:03 mydevice searchd(MobileSpotlightIndex)[2148] <Notice>: copy file <private> to <private>
2021-02-11 10:19:03:404 - [IOSDeviceLog] Feb 11 10:19:03 mydevice searchd(MobileSpotlightIndex)[2148] <Notice>: (1958)Unlinked journal <private>
2021-02-11 10:19:03:675 - [IOSDeviceLog] Feb 11 10:19:03 mydevice CommCenter(libARI.dylib)[86] <Notice>: ari: (forwardIndication:321) Indication(0x25820000) for client(IndicationReregistrationActor) Type(GCD) size(3214) dispq(AriHostIPC:0x117ea2f20)
2021-02-11 10:19:03:675 - [IOSDeviceLog] Feb 11 10:19:03 mydevice CommCenter(libARI.dylib)[86] <Notice>: ind: Bin=[<private>]
2021-02-11 10:19:04:154 - [debug] [Support] Traversed 140 directories and 261 files in 8638ms
2021-02-11 10:19:04:155 - [debug] [XCUITest] Pushed the app files successfully after 8816ms
2021-02-11 10:19:04:234 - [IOSDeviceLog] Feb 11 10:19:04 mydevice trustd[144] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0
2021-02-11 10:19:04:235 - [IOSDeviceLog] Feb 11 10:19:04 mydevice trustd[144] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0
2021-02-11 10:19:04:239 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lockdownd[70] <Notice>: handle_start_service: <private>
2021-02-11 10:19:04:241 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lockdownd[70] <Notice>: spawn_xpc_service: <private>
2021-02-11 10:19:04:357 - [IOSDeviceLog] Feb 11 10:19:04 mydevice trustd[144] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0
2021-02-11 10:19:04:357 - [IOSDeviceLog] Feb 11 10:19:04 mydevice trustd[144] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0
2021-02-11 10:19:04:363 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lockdownd[70] <Notice>: handle_start_service: <private>
2021-02-11 10:19:04:366 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lockdownd[70] <Notice>: spawn_xpc_service: <private>
2021-02-11 10:19:04:382 - [IOSDeviceLog] Feb 11 10:19:04 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiDeviceManagerMonitor24GHzInfraNetworkTraffic: SNR 25.8, CCA 34.0, Tx bandwidth 38711.0 (kbps), Rx bandwidth 38711.0, Tx data rate 5.0 (kbps), Rx data rate 2.5, Tx air time 0.013 %, Rx air time 0.006 %, Good background traffic ? No
2021-02-11 10:19:04:383 - [IOSDeviceLog] Feb 11 10:19:04 mydevice wifid(WiFiPolicy)[49] <Notice>: __WiFiDeviceManagerEvaluate24GHzInfraNetworkState:isConnected Yes, isTimeSensitiveAppRunning No, isThereTrafficNow No
2021-02-11 10:19:04:404 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lockdownd[70] <Notice>: spawn_xpc_service_block_invoke: <private>
2021-02-11 10:19:04:404 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lockdownd[70] <Notice>: spawn_xpc_service_block_invoke: <private>
2021-02-11 10:19:04:405 - [IOSDeviceLog] Feb 11 10:19:04 mydevice mobile_installation_proxy(MobileInstallation)[277] <Notice>: (null):5:1:1:1:Beginning installation for file:///private/var/mobile/Media/PublicStaging/app/ with options {
2021-02-11 10:19:04:406 - [IOSDeviceLog] AllowInstallLocalProvisioned = 1;
2021-02-11 10:19:04:406 - [IOSDeviceLog] PackageType = Developer;
2021-02-11 10:19:04:406 - [IOSDeviceLog] }
2021-02-11 10:19:04:406 - [IOSDeviceLog] Feb 11 10:19:04 mydevice mobile_installation_proxy(CoreServices)[277] <Notice>: setting operationType to LSOperationTypeInstallApplication from options <private>
2021-02-11 10:19:04:406 - [IOSDeviceLog] Feb 11 10:19:04 mydevice mobile_installation_proxy(CoreServices)[277] <Notice>: created clientInstaller for type InstallApplication
2021-02-11 10:19:04:408 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(MobileInstallation)[2060] <Notice>: (null):5:1:1:1:Kicking off ininstall: file:///private/var/mobile/Media/PublicStaging/app/ type 4 with options {
2021-02-11 10:19:04:408 - [IOSDeviceLog] AllowInstallLocalProvisioned = 1;
2021-02-11 10:19:04:408 - [IOSDeviceLog] PackageType = Developer;
2021-02-11 10:19:04:408 - [IOSDeviceLog] }
2021-02-11 10:19:04:409 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(CoreServices)[2060] <Notice>: install choke: after enqueueing operation, got role 0
2021-02-11 10:19:04:409 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(CoreServices)[2060] <Notice>: void _LSDatabaseCreateRecoveryFile(NSURL *__strong): Successfully created recovery file /private/var/containers/Data/System/DFC0EE15-78FC-4633-BF96-9F2A203A6EAD/Library/Caches/com.apple.LaunchServices.dirty
2021-02-11 10:19:04:409 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(CoreServices)[2060] <Notice>: not writing preliminary journal for install operation with no known bundle ID.
2021-02-11 10:19:04:409 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(MobileInstallation)[2060] <Notice>: (null):5:1:1:1:Proceeding with install: file:///private/var/mobile/Media/PublicStaging/app/ type 4 with options {
2021-02-11 10:19:04:409 - [IOSDeviceLog] AllowInstallLocalProvisioned = 1;
2021-02-11 10:19:04:409 - [IOSDeviceLog] PackageType = Developer;
2021-02-11 10:19:04:409 - [IOSDeviceLog] }
2021-02-11 10:19:04:411 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(MobileSystemServices)[256] <Notice>: 0x16ba5f000 -[MIClientConnection _doInstallationForURL:withOptions:completion:]: Install of "/private/var/mobile/Media/PublicStaging/app" type Developer (LSInstallType = (null)) requested by lsd (pid 2060 (501/501))
2021-02-11 10:19:04:447 - [IOSDeviceLog] Feb 11 10:19:04 mydevice securityd[109] <Notice>: trustd[144]/1#11 LF=0 copy_parent_certificates Error Domain=NSOSStatusErrorDomain Code=-34018 "Client has neither application-identifier nor keychain-access-groups entitlements" UserInfo={numberOfErrorsDeep=0, NSDescription=Client has neither application-identifier nor keychain-access-groups entitlements}
2021-02-11 10:19:04:450 - [IOSDeviceLog] Feb 11 10:19:04 mydevice trustd[144] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0
2021-02-11 10:19:04:452 - [IOSDeviceLog] Feb 11 10:19:04 mydevice trustd[144] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0
2021-02-11 10:19:04:462 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lockdownd[70] <Notice>: spawn_xpc_service_block_invoke: <private>
2021-02-11 10:19:04:463 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lockdownd[70] <Notice>: spawn_xpc_service_block_invoke: <private>
2021-02-11 10:19:04:464 - [IOSDeviceLog] Feb 11 10:19:04 mydevice distnoted[74] <Notice>: register name: com.apple.LaunchServices.applicationRegistered object: kCFNotificationAnyObject token: 1200000011 pid: 10038
2021-02-11 10:19:04:474 - [IOSDeviceLog] Feb 11 10:19:04 mydevice runningboardd(RunningBoard)[32] <Notice>: Received termination request from [daemon<com.apple.mobile.installd>:256] on <RBSProcessPredicate <RBSProcessBundleIdentifierPredicate "appname">> with context <RBSTerminateContext| code:0xDEAD6502 explanation:FBSApplicationTerminationAssertion reportType:None maxTerminationResistance:Interactive attrs:[
2021-02-11 10:19:04:474 - [IOSDeviceLog] <RBSPreventLaunchLimitation| <RBSProcessPredicate <RBSProcessBundleIdentifierPredicate "appname">>>
2021-02-11 10:19:04:475 - [IOSDeviceLog] ]>
2021-02-11 10:19:04:476 - [IOSDeviceLog] Feb 11 10:19:04 mydevice runningboardd(RunningBoard)[32] <Notice>: skipping plugin hold for uninstalled proxy appname
2021-02-11 10:19:04:477 - [IOSDeviceLog] Feb 11 10:19:04 mydevice runningboardd(RunningBoard)[32] <Notice>: Acquiring assertion targeting system from originator [daemon<com.apple.mobile.installd>:256] with description <RBSAssertionDescriptor| "FBSApplicationTerminationAssertion" ID:32-256-182895 target:system attributes:[
2021-02-11 10:19:04:477 - [IOSDeviceLog] <RBSPreventLaunchLimitation| <RBSProcessPredicate <RBSProcessBundleIdentifierPredicate "appname">>>
2021-02-11 10:19:04:477 - [IOSDeviceLog] ]>
2021-02-11 10:19:04:477 - [IOSDeviceLog] Feb 11 10:19:04 mydevice runningboardd(RunningBoard)[32] <Notice>: Assertion 32-256-182895 (target:system) will be created as active
2021-02-11 10:19:04:478 - [IOSDeviceLog] Feb 11 10:19:04 mydevice runningboardd(RunningBoard)[32] <Notice>: Finished acquiring assertion 32-256-182895 (target:system)
2021-02-11 10:19:04:478 - [IOSDeviceLog] Feb 11 10:19:04 mydevice runningboardd(RunningBoard)[32] <Notice>: Executing termination request for: <RBSProcessPredicate <RBSProcessBundleIdentifierPredicate "appname">>
2021-02-11 10:19:04:480 - [IOSDeviceLog] Feb 11 10:19:04 mydevice runningboardd(RunningBoard)[32] <Notice>: [daemon<com.apple.SpringBoard>:59] handle lookup could not find a matching process
2021-02-11 10:19:04:481 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SpringBoard)[59] <Notice>: termination assertion efficacy for appname (app not found) changed to 3
2021-02-11 10:19:04:496 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(MobileStorage)[256] <Notice>: Failed to retrieve the IO service matching the device node for <private>.
2021-02-11 10:19:04:497 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(MobileStorage)[256] <Notice>: Failed to retrieve the IO service matching the device node for <private>.
2021-02-11 10:19:04:499 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(DiskImages2)[256] <Notice>: +[DIAttachedDeviceInfo copyImageURLFromDevice:error:]: <~~~>
2021-02-11 10:19:04:499 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(DiskImages2)[256] <Notice>: +[DIAttachedDeviceInfo copyImageURLFromDevice:error:]: <~~~>
2021-02-11 10:19:04:501 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: Requesting container lookup; class = 1, identifier = <private>, temp = 0, create = 0, euid = 33, uid = 33, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:19:04:503 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Error>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=21 (CONTAINER_NOT_FOUND)
2021-02-11 10:19:04:503 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_create_or_lookup_for_platform: error = ((container_error_t)21) CONTAINER_NOT_FOUND
2021-02-11 10:19:04:504 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(MobileSystemServices)[256] <Notice>: 0x16ba5f000 -[MIInstaller performInstallationWithError:]: Installing <MIInstallableBundle ID=appname; Version=1031802, ShortVersion=4.26.0>
2021-02-11 10:19:04:504 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(MobileInstallation)[256] <Notice>: appname:7:5:1:1:Start : Install (New)
2021-02-11 10:19:04:509 - [IOSDeviceLog] Feb 11 10:19:04 mydevice misagent(libMobileGestalt.dylib)[132] <Notice>: taking platform fast path for key: re6Zb+zwFKJNlkQTUeT+/w
2021-02-11 10:19:04:513 - [IOSDeviceLog] Feb 11 10:19:04 mydevice profiled(ManagedConfiguration)[96] <Notice>: Creating new IOPMAssertion.
2021-02-11 10:19:04:513 - [IOSDeviceLog] Feb 11 10:19:04 mydevice profiled[96] <Notice>: Provisioning profiles changed
2021-02-11 10:19:04:515 - [IOSDeviceLog] Feb 11 10:19:04 mydevice profiled[96] <Notice>: Updating MIS trust...
2021-02-11 10:19:04:518 - [IOSDeviceLog] Feb 11 10:19:04 mydevice profiled[96] <Notice>: Scheduling profile janitor cleanup at 2021-02-11 23:00:00 +0000. Priority: Utility, Grace Period: 300
2021-02-11 10:19:04:518 - [IOSDeviceLog] Feb 11 10:19:04 mydevice profiled(libxpc.dylib)[96] <Notice>: xpc_activity_register: com.apple.profiled.janitor, criteria: dictionary
2021-02-11 10:19:04:519 - [IOSDeviceLog] Feb 11 10:19:04 mydevice profiled(libxpc.dylib)[96] <Notice>: _xpc_activity_register: com.apple.profiled.janitor (0x102581930), 11
2021-02-11 10:19:04:519 - [IOSDeviceLog] Feb 11 10:19:04 mydevice profiled(libxpc.dylib)[96] <Notice>: xpc_activity_set_criteria: com.apple.profiled.janitor (0x102581930), dict
2021-02-11 10:19:04:521 - [IOSDeviceLog] Feb 11 10:19:04 mydevice profiled(libxpc.dylib)[96] <Notice>: xpc_activity_set_criteria, lower half: com.apple.profiled.janitor (0x102581930), dict
2021-02-11 10:19:04:521 - [IOSDeviceLog] Feb 11 10:19:04 mydevice profiled(libxpc.dylib)[96] <Notice>: _xpc_activity_set_criteria: com.apple.profiled.janitor (0x102581930), dict
2021-02-11 10:19:04:521 - [IOSDeviceLog] Feb 11 10:19:04 mydevice profiled(libxpc.dylib)[96] <Notice>: _xpc_activity_set_criteria: xpc_set_event com.apple.profiled.janitor, 12
2021-02-11 10:19:04:525 - [IOSDeviceLog] Feb 11 10:19:04 mydevice profiled(libxpc.dylib)[96] <Notice>: xpc_activity_set_criteria: com.apple.profiled.janitor (0x102581930), setting state now to 1
2021-02-11 10:19:04:526 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Unregistered XPC Activity on XPC remove event: com.apple.profiled.janitor (0x11fe8f950)
2021-02-11 10:19:04:526 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:19:04:527 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:19:04:527 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Creating XPC Activity on XPC add event: com.apple.profiled.janitor
2021-02-11 10:19:04:528 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Created XPC Activity: com.apple.profiled.janitor (0x11fe8f950)
2021-02-11 10:19:04:528 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: SUBMITTING: <private>
2021-02-11 10:19:04:528 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(DuetActivityScheduler)[29] <Notice>: Establish daemon connection; interrupted: 0
2021-02-11 10:19:04:528 - [IOSDeviceLog] Feb 11 10:19:04 mydevice dasd[116] <Notice>: CANCELED: com.apple.profiled.janitor:145B0D at priority 30 <private>!
2021-02-11 10:19:04:529 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cts)[29] <Notice>: Registered XPC Activity: com.apple.profiled.janitor (0x11fe8f950)
2021-02-11 10:19:04:529 - [IOSDeviceLog] Feb 11 10:19:04 mydevice dasd[116] <Notice>: Submitted Activity: com.apple.profiled.janitor:C0DC9A at priority 30 <private>
2021-02-11 10:19:04:530 - [IOSDeviceLog] Feb 11 10:19:04 mydevice dasd[116] <Notice>: Activity <private>: Optimal Score 0.9426 at <private> (Valid Until: <private>)
2021-02-11 10:19:04:531 - [IOSDeviceLog] Feb 11 10:19:04 mydevice profiled(libxpc.dylib)[96] <Notice>: _xpc_activity_set_state: com.apple.profiled.janitor (0x102581930), 1
2021-02-11 10:19:04:536 - [IOSDeviceLog] Feb 11 10:19:04 mydevice trustd[144] <Notice>: cert[0]: SubjectCommonName =(leaf)[]> 0
2021-02-11 10:19:04:536 - [IOSDeviceLog] Feb 11 10:19:04 mydevice trustd[144] <Notice>: cert[0]: LeafMarkerOid =(leaf)[force]> 0
2021-02-11 10:19:04:538 - [IOSDeviceLog] Feb 11 10:19:04 mydevice profiled[96] <Notice>: Cancelling managed app validation
2021-02-11 10:19:04:538 - [IOSDeviceLog] Feb 11 10:19:04 mydevice profiled(libxpc.dylib)[96] <Notice>: _xpc_activity_unregister: com.apple.profiled.managedappvalidate 18446744073709551615, last registration: true
2021-02-11 10:19:04:539 - [IOSDeviceLog] Feb 11 10:19:04 mydevice securityd[109] <Notice>: trustd[144]/1#11 LF=0 copy_parent_certificates Error Domain=NSOSStatusErrorDomain Code=-34018 "Client has neither application-identifier nor keychain-access-groups entitlements" UserInfo={numberOfErrorsDeep=0, NSDescription=Client has neither application-identifier nor keychain-access-groups entitlements}
2021-02-11 10:19:04:540 - [IOSDeviceLog] Feb 11 10:19:04 mydevice securityd[109] <Notice>: trustd[144]/1#11 LF=0 copy_parent_certificates Error Domain=NSOSStatusErrorDomain Code=-34018 "Client has neither application-identifier nor keychain-access-groups entitlements" UserInfo={numberOfErrorsDeep=0, NSDescription=Client has neither application-identifier nor keychain-access-groups entitlements}
2021-02-11 10:19:04:541 - [IOSDeviceLog] Feb 11 10:19:04 mydevice trustd[144] <Notice>: cert[0]: IssuerCommonName =(path)[]> 0
2021-02-11 10:19:04:541 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(Security)[256] <Notice>: Trust evaluate failure: [leaf IssuerCommonName LeafMarkerOid SubjectCommonName]
2021-02-11 10:19:04:543 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libMobileGestalt.dylib)[256] <Notice>: elided platform fast path for key: re6Zb+zwFKJNlkQTUeT+/w
2021-02-11 10:19:04:546 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: Requesting container lookup; class = 6, identifier = <private>, temp = 0, create = 0, euid = 33, uid = 33, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:19:04:547 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Error>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=21 (CONTAINER_NOT_FOUND)
2021-02-11 10:19:04:547 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_create_or_lookup_for_platform: error = ((container_error_t)21) CONTAINER_NOT_FOUND
2021-02-11 10:19:04:547 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: Requesting container lookup; class = 6, identifier = <private>, temp = 0, create = 0, euid = 33, uid = 33, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:19:04:548 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Error>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=21 (CONTAINER_NOT_FOUND)
2021-02-11 10:19:04:548 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_create_or_lookup_for_platform: error = ((container_error_t)21) CONTAINER_NOT_FOUND
2021-02-11 10:19:04:548 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 0, euid = 33, uid = 33, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:19:04:549 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Error>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=21 (CONTAINER_NOT_FOUND)
2021-02-11 10:19:04:549 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_create_or_lookup_for_platform: error = ((container_error_t)21) CONTAINER_NOT_FOUND
2021-02-11 10:19:04:549 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: Requesting container lookup; class = 4, identifier = <private>, temp = 0, create = 0, euid = 33, uid = 33, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:19:04:550 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Error>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=21 (CONTAINER_NOT_FOUND)
2021-02-11 10:19:04:551 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_create_or_lookup_for_platform: error = ((container_error_t)21) CONTAINER_NOT_FOUND
2021-02-11 10:19:04:551 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: Requesting container lookup; class = 1, identifier = <private>, temp = 1, create = 1, euid = 33, uid = 33, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:19:04:553 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 0, isDirectory: 0, fsNode: (null)
2021-02-11 10:19:04:558 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: Wrote [/private/var/root/Library/Caches/com.apple.containermanagerd/Staging/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/.com.apple.mobile_container_manager.metadata.plist], length = 386, options = 0x10000001, mode = 0666
2021-02-11 10:19:04:559 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [u B09C8373-926E-4417-871D-8F57597AF8A8:p 1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596:c <private>(1)] Successfully updated schema from (0) ��� (0), actions count = 0
2021-02-11 10:19:04:559 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:19:04:559 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_create_or_lookup_for_platform: success
2021-02-11 10:19:04:559 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_copy_path: success
2021-02-11 10:19:04:560 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:560 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=7, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:19:04:560 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_is_transient: success
2021-02-11 10:19:04:570 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: Requesting container lookup; class = 2, identifier = <private>, temp = 0, create = 0, euid = 33, uid = 33, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:19:04:571 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Error>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=21 (CONTAINER_NOT_FOUND)
2021-02-11 10:19:04:571 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_create_or_lookup_for_platform: error = ((container_error_t)21) CONTAINER_NOT_FOUND
2021-02-11 10:19:04:571 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: Requesting container lookup; class = 2, identifier = <private>, temp = 1, create = 1, euid = 33, uid = 33, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:19:04:572 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 0, isDirectory: 0, fsNode: (null)
2021-02-11 10:19:04:574 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: Wrote [/private/var/mobile/Containers/Staging/47DD8456-A8CE-442A-9D9C-A1B2F11AB0B7/.com.apple.mobile_container_manager.metadata.plist], length = 546, options = 0x10000001, mode = 0666
2021-02-11 10:19:04:576 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [u FDCED171-005A-4CBB-97D5-4DC3CA06D576:p 47DD8456-A8CE-442A-9D9C-A1B2F11AB0B7:c <private>(2)] Successfully updated schema from (0) ��� (1), actions count = 6
2021-02-11 10:19:04:577 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:19:04:577 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_create_or_lookup_for_platform: success
2021-02-11 10:19:04:577 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_copy_path: success
2021-02-11 10:19:04:578 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:578 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=7, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:19:04:578 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_is_transient: success
2021-02-11 10:19:04:579 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_copy_path: success
2021-02-11 10:19:04:579 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:579 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 0, isDirectory: 0, fsNode: (null)
2021-02-11 10:19:04:581 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: Pushed user: 501, itemType: 1, identifier <private>, class: 2, persona id: 1000, path: <private>
2021-02-11 10:19:04:581 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=2, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:19:04:581 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=4, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:19:04:581 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_replace: success
2021-02-11 10:19:04:582 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 1, fsNode: (null)
2021-02-11 10:19:04:582 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_replace_block_invoke_2: success
2021-02-11 10:19:04:582 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:582 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=7, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:19:04:582 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_copy_path: success
2021-02-11 10:19:04:583 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:583 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Error>: [0] command=6, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=24 (VALUE_NOT_FOUND_FOR_KEY)
2021-02-11 10:19:04:583 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_copy_info_value_for_key: error = ((container_error_t)24) VALUE_NOT_FOUND_FOR_KEY
2021-02-11 10:19:04:583 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(MobileSystemServices)[256] <Notice>: 0x16ba5f000 -[MIContainer makeContainerLiveReplacingContainer:reason:waitForDeletion:withError:]: Made container live for appname at /private/var/mobile/Containers/Data/Application/47DD8456-A8CE-442A-9D9C-A1B2F11AB0B7
2021-02-11 10:19:04:583 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_copy_path: success
2021-02-11 10:19:04:584 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:584 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 0, isDirectory: 0, fsNode: (null)
2021-02-11 10:19:04:584 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=2, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:19:04:585 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_replace: success
2021-02-11 10:19:04:585 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=4, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:19:04:586 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 1, fsNode: (null)
2021-02-11 10:19:04:586 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:586 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=7, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:19:04:586 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_copy_path: success
2021-02-11 10:19:04:586 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_replace_block_invoke_2: success
2021-02-11 10:19:04:586 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:587 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Error>: [0] command=6, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=24 (VALUE_NOT_FOUND_FOR_KEY)
2021-02-11 10:19:04:587 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_copy_info_value_for_key: error = ((container_error_t)24) VALUE_NOT_FOUND_FOR_KEY
2021-02-11 10:19:04:587 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(MobileSystemServices)[256] <Notice>: 0x16ba5f000 -[MIContainer makeContainerLiveReplacingContainer:reason:waitForDeletion:withError:]: Made container live for appname at /private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596
2021-02-11 10:19:04:588 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:588 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: removefile([<private>]) succeeded
2021-02-11 10:19:04:588 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=21, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:19:04:589 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_set_data_protection_for_current_user: success
2021-02-11 10:19:04:589 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:590 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: Reconciled; old app groups: (null), new app groups: (null), old system groups: (null), new system groups: (null)
2021-02-11 10:19:04:590 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: Set Code Signing Mapping for ID: <private> : <MCMCodeSigningEntry invalid: N, placeholder: N, advanceCopy: N, regByCaller: N, regByKernel: N, dataClass: 2, childBundles: (null), CSinfo: <~~~>>
2021-02-11 10:19:04:590 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=18, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:19:04:591 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_set_code_signing_info_for_identifier: success
2021-02-11 10:19:04:591 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_copy_path: success
2021-02-11 10:19:04:592 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:592 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=7, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:19:04:592 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_is_transient: success
2021-02-11 10:19:04:592 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:593 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=7, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:19:04:593 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_copy_info: success
2021-02-11 10:19:04:593 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(MobileSystemServices)[256] <Notice>: 0x16ba5f000 -[MIFileManager installTypeFromExtendedAttributeOnBundle:error:]: 2078: Install type extended attribute not found on /private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app
2021-02-11 10:19:04:593 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: Requesting disk usage; class = 1, identifier = <private>
2021-02-11 10:19:04:594 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:594 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:599 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:600 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: Wrote [/private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/.com.apple.mobile_container_manager.metadata.plist], length = 415, options = 0x10000001, mode = 0666
2021-02-11 10:19:04:601 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=23, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:19:04:601 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_disk_usage: success
2021-02-11 10:19:04:601 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: Requesting group container lookup; identifier = <private>, euid = 33, uid = 33, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:19:04:602 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=13, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:19:04:602 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_create_or_lookup_app_group_paths_for_platform: success
2021-02-11 10:19:04:603 - [IOSDeviceLog] Feb 11 10:19:04 mydevice com.apple.MobileInstallationHelperService(libsystem_containermanager.dylib)[258] <Notice>: Requesting container lookup; class = 2, identifier = <private>, temp = 0, create = 0, euid = 501, uid = 501, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:19:04:605 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:605 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=0, pid=258, sandboxed=0, platform=2>, error=(none)
2021-02-11 10:19:04:605 - [IOSDeviceLog] Feb 11 10:19:04 mydevice com.apple.MobileInstallationHelperService(libsystem_containermanager.dylib)[258] <Notice>: container_create_or_lookup_for_platform: success
2021-02-11 10:19:04:605 - [IOSDeviceLog] Feb 11 10:19:04 mydevice com.apple.MobileInstallationHelperService(libsystem_containermanager.dylib)[258] <Notice>: container_copy_path: success
2021-02-11 10:19:04:606 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:606 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=7, client=<<~~~>, u=<501/501/~~/2/1000>, uid=0, pid=258, sandboxed=0, platform=2>, error=(none)
2021-02-11 10:19:04:606 - [IOSDeviceLog] Feb 11 10:19:04 mydevice com.apple.MobileInstallationHelperService(libsystem_containermanager.dylib)[258] <Notice>: container_is_transient: success
2021-02-11 10:19:04:606 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:606 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=7, client=<<~~~>, u=<501/501/~~/2/1000>, uid=0, pid=258, sandboxed=0, platform=2>, error=(none)
2021-02-11 10:19:04:606 - [IOSDeviceLog] Feb 11 10:19:04 mydevice com.apple.MobileInstallationHelperService(libsystem_containermanager.dylib)[258] <Notice>: container_copy_info: success
2021-02-11 10:19:04:607 - [IOSDeviceLog] Feb 11 10:19:04 mydevice com.apple.MobileInstallationHelperService(libsystem_containermanager.dylib)[258] <Notice>: Requesting container lookup; class = 1, identifier = <private>, temp = 0, create = 0, euid = 501, uid = 501, personaid = 199, type = SYSTEM_PROXY, name = A4A0FEE6-F1B3-4908-A823-586649F82068
2021-02-11 10:19:04:607 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:607 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=0, client=<<~~~>, u=<501/501/~~/2/1000>, uid=0, pid=258, sandboxed=0, platform=2>, error=(none)
2021-02-11 10:19:04:608 - [IOSDeviceLog] Feb 11 10:19:04 mydevice com.apple.MobileInstallationHelperService(libsystem_containermanager.dylib)[258] <Notice>: container_create_or_lookup_for_platform: success
2021-02-11 10:19:04:608 - [IOSDeviceLog] Feb 11 10:19:04 mydevice com.apple.MobileInstallationHelperService(libsystem_containermanager.dylib)[258] <Notice>: container_copy_path: success
2021-02-11 10:19:04:608 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:609 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=7, client=<<~~~>, u=<501/501/~~/2/1000>, uid=0, pid=258, sandboxed=0, platform=2>, error=(none)
2021-02-11 10:19:04:609 - [IOSDeviceLog] Feb 11 10:19:04 mydevice com.apple.MobileInstallationHelperService(libsystem_containermanager.dylib)[258] <Notice>: container_is_transient: success
2021-02-11 10:19:04:609 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:609 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=7, client=<<~~~>, u=<501/501/~~/2/1000>, uid=0, pid=258, sandboxed=0, platform=2>, error=(none)
2021-02-11 10:19:04:609 - [IOSDeviceLog] Feb 11 10:19:04 mydevice com.apple.MobileInstallationHelperService(libsystem_containermanager.dylib)[258] <Notice>: container_copy_info: success
2021-02-11 10:19:04:623 - [IOSDeviceLog] Feb 11 10:19:04 mydevice com.apple.MobileInstallationHelperService(MobileStorage)[258] <Notice>: Failed to retrieve the IO service matching the device node for <private>.
2021-02-11 10:19:04:624 - [IOSDeviceLog] Feb 11 10:19:04 mydevice com.apple.MobileInstallationHelperService(MobileStorage)[258] <Notice>: Failed to retrieve the IO service matching the device node for <private>.
2021-02-11 10:19:04:624 - [IOSDeviceLog] Feb 11 10:19:04 mydevice com.apple.MobileInstallationHelperService(DiskImages2)[258] <Notice>: +[DIAttachedDeviceInfo copyImageURLFromDevice:error:]: <~~~>
2021-02-11 10:19:04:624 - [IOSDeviceLog] Feb 11 10:19:04 mydevice com.apple.MobileInstallationHelperService(DiskImages2)[258] <Notice>: +[DIAttachedDeviceInfo copyImageURLFromDevice:error:]: <~~~>
2021-02-11 10:19:04:626 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:626 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Error>: [0] command=6, client=<<~~~>, u=<501/501/~~/2/1000>, uid=0, pid=258, sandboxed=0, platform=2>, error=24 (VALUE_NOT_FOUND_FOR_KEY)
2021-02-11 10:19:04:626 - [IOSDeviceLog] Feb 11 10:19:04 mydevice com.apple.MobileInstallationHelperService(libsystem_containermanager.dylib)[258] <Notice>: container_copy_info_value_for_key: error = ((container_error_t)24) VALUE_NOT_FOUND_FOR_KEY
2021-02-11 10:19:04:627 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:628 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: Wrote [/private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/.com.apple.mobile_container_manager.metadata.plist], length = 483, options = 0x10000001, mode = 0666
2021-02-11 10:19:04:629 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=5, client=<<~~~>, u=<501/501/~~/2/1000>, uid=0, pid=258, sandboxed=0, platform=2>, error=(none)
2021-02-11 10:19:04:629 - [IOSDeviceLog] Feb 11 10:19:04 mydevice com.apple.MobileInstallationHelperService(libsystem_containermanager.dylib)[258] <Notice>: container_set_info_value: success
2021-02-11 10:19:04:631 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:631 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Error>: [0] command=6, client=<<~~~>, u=<501/501/~~/2/1000>, uid=0, pid=258, sandboxed=0, platform=2>, error=24 (VALUE_NOT_FOUND_FOR_KEY)
2021-02-11 10:19:04:631 - [IOSDeviceLog] Feb 11 10:19:04 mydevice com.apple.MobileInstallationHelperService(libsystem_containermanager.dylib)[258] <Notice>: container_copy_info_value_for_key: error = ((container_error_t)24) VALUE_NOT_FOUND_FOR_KEY
2021-02-11 10:19:04:631 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(MobileInstallation)[256] <Notice>: appname:7:5:2:1:Success (End) : Install (New)
2021-02-11 10:19:04:631 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(MobileSystemServices)[256] <Notice>: 0x16ba5f000 -[MIInstaller performInstallationWithError:]: Install Successful for (Developer:appname); Staging: 0.05s; Waiting: 0.00s; Preflight/Patch: 0.01s, Verifying: 0.04s; Overall: 0.22s
2021-02-11 10:19:04:631 - [IOSDeviceLog] Feb 11 10:19:04 mydevice runningboardd(RunningBoard)[32] <Notice>: Invalidating assertion 32-256-182895 (target:system) from originator [daemon<com.apple.mobile.installd>:256]
2021-02-11 10:19:04:632 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:632 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=7, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:19:04:632 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_is_transient: success
2021-02-11 10:19:04:632 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: stat [<private>]: exists: 1, isDirectory: 0, fsNode: <~~~>
2021-02-11 10:19:04:633 - [IOSDeviceLog] Feb 11 10:19:04 mydevice containermanagerd[67] <Notice>: [0] command=7, client=<<~~~>, u=<501/501/~~/2/1000>, uid=33, pid=256, sandboxed=1, platform=2>, error=(none)
2021-02-11 10:19:04:633 - [IOSDeviceLog] Feb 11 10:19:04 mydevice installd(libsystem_containermanager.dylib)[256] <Notice>: container_is_transient: success
2021-02-11 10:19:04:633 - [IOSDeviceLog] Feb 11 10:19:04 mydevice runningboardd(RunningBoard)[32] <Notice>: [daemon<com.apple.SpringBoard>:59] handle lookup could not find a matching process
2021-02-11 10:19:04:633 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SpringBoard)[59] <Notice>: termination assertion efficacy for appname (app not found) changed to 0
2021-02-11 10:19:04:635 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(MobileInstallation)[2060] <Notice>: (null):5:4:1:1:Registering bundles - start
2021-02-11 10:19:04:635 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(MobileInstallation)[2060] <Notice>: appname:5:4:1:1:Registering appname at /private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app
2021-02-11 10:19:04:636 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(CoreServices)[2060] <Notice>: *** Registration warnings for <private>:
2021-02-11 10:19:04:637 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(CoreServices)[2060] <Notice>: Missing iTunes metadata
2021-02-11 10:19:04:640 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(CoreServices)[2060] <Notice>: - 45683955: Checking whether application is managed at file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app//appname
2021-02-11 10:19:04:640 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(MobileInstallation)[2060] <Notice>: appname:5:5:1:1:Building bundle record for app
2021-02-11 10:19:04:640 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(CoreServices)[2060] <Notice>: No bundles to remove for <private>
2021-02-11 10:19:04:641 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(CoreServices)[2060] <Notice>: Parsed Info.plist for <private>
2021-02-11 10:19:04:641 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(CoreServices)[2060] <Notice>: Parsed MobileInstallation data for <private>
2021-02-11 10:19:04:641 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(MobileInstallation)[2060] <Notice>: appname:5:5:2:1:Built bundle record for app
2021-02-11 10:19:04:642 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(CoreServices)[2060] <Notice>: clearAlternateNameForBundleIdentifier: <private>
2021-02-11 10:19:04:644 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(MobileInstallation)[2060] <Notice>: appname:5:4:2:1:Registered bundle status = success
2021-02-11 10:19:04:646 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(MobileInstallation)[2060] <Notice>: appname:5:4:2:1:Registering appname
2021-02-11 10:19:04:649 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(CoreServices)[2060] <Notice>: Setting bundleID of journaller to <private>
2021-02-11 10:19:04:657 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(MobileInstallation)[2060] <Notice>: (null):5:4:2:1:Registering bundles - end
2021-02-11 10:19:04:659 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(CoreServices)[2060] <Notice>: Installation ended for <private> with state 5
2021-02-11 10:19:04:659 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(CoreServices)[2060] <Notice>: Sending applicationsDidInstall: for <private>
2021-02-11 10:19:04:660 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(CoreServices)[2060] <Notice>: install choke: after attempting to perform one operation, got role 2
2021-02-11 10:19:04:661 - [IOSDeviceLog] Feb 11 10:19:04 mydevice callservicesd(CoreServices)[92] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:661 - [IOSDeviceLog] Feb 11 10:19:04 mydevice clipserviced(CoreServices)[282] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:661 - [IOSDeviceLog] Feb 11 10:19:04 mydevice callservicesd(MobileInstallation)[92] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x102de0c50> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:661 - [IOSDeviceLog] Feb 11 10:19:04 mydevice AppSSODaemon(CoreServices)[247] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:661 - [IOSDeviceLog] Feb 11 10:19:04 mydevice atc(CoreServices)[43] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:662 - [IOSDeviceLog] Feb 11 10:19:04 mydevice watchlistd(CoreServices)[183] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:662 - [IOSDeviceLog] Feb 11 10:19:04 mydevice aggregated(CoreServices)[10011] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:662 - [IOSDeviceLog] Feb 11 10:19:04 mydevice sharingd(CoreServices)[63] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:664 - [IOSDeviceLog] Feb 11 10:19:04 mydevice fileproviderd(CoreServices)[209] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:665 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nsurlsessiond(CoreServices)[107] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:666 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(CoreServices)[29] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:666 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(CoreServices)[59] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:666 - [IOSDeviceLog] Feb 11 10:19:04 mydevice backboardd(CoreServices)[62] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:670 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(MobileInstallation)[59] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x283063400> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:672 - [IOSDeviceLog] Feb 11 10:19:04 mydevice appstored(CoreServices)[186] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:672 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(FrontBoardServices)[59] <Notice>: -[FBSApplicationLibrary applicationsDidInstall:] appname
2021-02-11 10:19:04:672 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(MobileInstallation)[59] <Notice>: appname:10:10:3:1:Application added
2021-02-11 10:19:04:672 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: Changing active data source from (null) to <private>: <private>
2021-02-11 10:19:04:672 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: No intent configuration data found stored for data source: <private>
2021-02-11 10:19:04:672 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: No intent configuration data found stored for data source: <private>
2021-02-11 10:19:04:672 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: No intent configuration data found stored for data source: <private>
2021-02-11 10:19:04:672 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: No intent configuration data found stored for data source: <private>
2021-02-11 10:19:04:672 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: No intent configuration data found stored for data source: <private>
2021-02-11 10:19:04:672 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SpringBoardHome)[59] <Notice>: No intent configuration data found stored for data source: <private>
2021-02-11 10:19:04:673 - [IOSDeviceLog] Feb 11 10:19:04 mydevice navd(CoreServices)[77] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:673 - [IOSDeviceLog] Feb 11 10:19:04 mydevice bluetoothd(CoreServices)[82] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:673 - [IOSDeviceLog] Feb 11 10:19:04 mydevice mobile_installation_proxy(MobileInstallation)[277] <Notice>: appname:5:1:2:1:_LSInstallationManager install:withError finished
2021-02-11 10:19:04:673 - [IOSDeviceLog] Feb 11 10:19:04 mydevice pkd(CoreServices)[149] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:675 - [IOSDeviceLog] Feb 11 10:19:04 mydevice contextstored(CoreServices)[9112] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:675 - [IOSDeviceLog] Feb 11 10:19:04 mydevice profiled(CoreServices)[96] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:675 - [IOSDeviceLog] Feb 11 10:19:04 mydevice watchlistd(MobileInstallation)[183] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x13de55070> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:675 - [IOSDeviceLog] Feb 11 10:19:04 mydevice watchlistd(WatchListKit)[183] <Notice>: WLKAppLibrary - Invalidating: App installed
2021-02-11 10:19:04:676 - [IOSDeviceLog] Feb 11 10:19:04 mydevice homed(CoreServices)[179] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:677 - [IOSDeviceLog] Feb 11 10:19:04 mydevice clipserviced(ClipServices)[282] <Notice>: Received memory warning
2021-02-11 10:19:04:677 - [IOSDeviceLog] Feb 11 10:19:04 mydevice clipserviced(ClipServices)[282] <Notice>: Handling memory pressure (warning) by purging cached sessions.
2021-02-11 10:19:04:678 - [IOSDeviceLog] Feb 11 10:19:04 mydevice clipserviced(MobileInstallation)[282] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x1089f1430> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:679 - [IOSDeviceLog] Feb 11 10:19:04 mydevice clipserviced(ClipServices)[282] <Notice>: CPSClipCleanupManager: Detected installation of new app (<private>)
2021-02-11 10:19:04:681 - [IOSDeviceLog] Feb 11 10:19:04 mydevice backboardd(MobileInstallation)[62] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x107819e40> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:681 - [IOSDeviceLog] Feb 11 10:19:04 mydevice backboardd(GAXBackboardServer)[62] <Notice>: Did get applicationsDidInstall callback
2021-02-11 10:19:04:683 - [IOSDeviceLog] Feb 11 10:19:04 mydevice AppSSODaemon(MobileInstallation)[247] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x111f183e0> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:684 - [IOSDeviceLog] Feb 11 10:19:04 mydevice appstored(MobileInstallation)[186] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x15a889ec0> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:684 - [IOSDeviceLog] Feb 11 10:19:04 mydevice atc(MobileInstallation)[43] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x108955530> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:686 - [IOSDeviceLog] Feb 11 10:19:04 mydevice aggregated(MobileInstallation)[10011] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x149fa0c70> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:686 - [IOSDeviceLog] Feb 11 10:19:04 mydevice sharingd(MobileInstallation)[63] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x10505caf0> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:691 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SpringBoard)[59] <Notice>: Installed apps did change.
2021-02-11 10:19:04:691 - [IOSDeviceLog] Added: {(
2021-02-11 10:19:04:691 - [IOSDeviceLog] "appname"
2021-02-11 10:19:04:691 - [IOSDeviceLog] )}
2021-02-11 10:19:04:691 - [IOSDeviceLog] Removed: {(
2021-02-11 10:19:04:691 - [IOSDeviceLog] )}
2021-02-11 10:19:04:691 - [IOSDeviceLog] Replaced: {(
2021-02-11 10:19:04:691 - [IOSDeviceLog] )}
2021-02-11 10:19:04:691 - [IOSDeviceLog] Updated: (null)
2021-02-11 10:19:04:691 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(AppPredictionClient)[59] <Notice>: -[ATXDefaultHomeScreenItemManager fetchDefaultStacksOfGridSize:withCompletionHandler:]_block_invoke: Fetched add widget defaults: <private>
2021-02-11 10:19:04:692 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(AppPredictionClient)[59] <Notice>: -[ATXDefaultHomeScreenItemManager _fetchSmartStackOfVariant:localObserver:withCompletionHandler:]_block_invoke: fetched smart stack of variant 0: <private>
2021-02-11 10:19:04:693 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(AppPredictionClient)[59] <Notice>: ATXHomeScreenSuggestionClient: No widget or stack changes, not updating default home screen items
2021-02-11 10:19:04:694 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SpringBoard)[59] <Notice>: Applications were added. Updating launch images for: (
2021-02-11 10:19:04:694 - [IOSDeviceLog] "appname"
2021-02-11 10:19:04:694 - [IOSDeviceLog] )
2021-02-11 10:19:04:694 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SplashBoard)[59] <Notice>: appname Manifest is empty; purging everything at <private>
2021-02-11 10:19:04:694 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SplashBoard)[59] <Notice>: Processing launch request <private> for app: <private>.
2021-02-11 10:19:04:695 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SplashBoard)[59] <Notice>: Processing launch request <private> for app: <private>.
2021-02-11 10:19:04:695 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SplashBoard)[59] <Notice>: Asynchronously generating image data for request: <private>
2021-02-11 10:19:04:697 - [IOSDeviceLog] Feb 11 10:19:04 mydevice fileproviderd(MobileInstallation)[209] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x103342910> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:697 - [IOSDeviceLog] Feb 11 10:19:04 mydevice splashboardd[9595] <Notice>: Running image request from <private> for <private>
2021-02-11 10:19:04:699 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nsurlsessiond(MobileInstallation)[107] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x13f3769c0> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:700 - [IOSDeviceLog] Feb 11 10:19:04 mydevice splashboardd[9595] <Notice>: [<private>] launch image generation completed after 0.01s
2021-02-11 10:19:04:701 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(MobileInstallation)[29] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x11ffcd2d0> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:704 - [IOSDeviceLog] Feb 11 10:19:04 mydevice pkd(MobileInstallation)[149] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x102e93440> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:715 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nanotimekitcompaniond(CoreServices)[146] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:716 - [IOSDeviceLog] Feb 11 10:19:04 mydevice lsd(CoreServices)[2060] <Notice>: Sent distributed notification com.apple.LaunchServices.applicationRegistered with payload <private>
2021-02-11 10:19:04:718 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I Apps installed on the device: appname
2021-02-11 10:19:04:718 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I Adding default rules on the device for: appname
2021-02-11 10:19:04:719 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I Current NEConfiguration: com.apple.commcenter.ne.cellularusage
2021-02-11 10:19:04:723 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SplashBoard)[59] <Notice>: Image generation complete for: <private>
2021-02-11 10:19:04:723 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SplashBoard)[59] <Notice>: Asynchronously generating image data for request: <private>
2021-02-11 10:19:04:724 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(UserNotificationsServer)[59] <Notice>: [appname] Application installed using default data provider
2021-02-11 10:19:04:724 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(UserNotificationsServer)[59] <Notice>: Getting all section infos possible default data providers
2021-02-11 10:19:04:724 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(UserNotificationsServer)[59] <Notice>: Getting sectionInfos for section identifiers: {(
2021-02-11 10:19:04:724 - [IOSDeviceLog] "appname"
2021-02-11 10:19:04:724 - [IOSDeviceLog] )}
2021-02-11 10:19:04:724 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(UserNotificationsServer)[59] <Notice>: Setting topics for environment production:
2021-02-11 10:19:04:724 - [IOSDeviceLog] enabled: (
2021-02-11 10:19:04:724 - [IOSDeviceLog] )
2021-02-11 10:19:04:724 - [IOSDeviceLog] ignored: (
2021-02-11 10:19:04:724 - [IOSDeviceLog] )
2021-02-11 10:19:04:725 - [IOSDeviceLog] opportunistic:(
2021-02-11 10:19:04:725 - [IOSDeviceLog] "com.apple.Maps",
2021-02-11 10:19:04:725 - [IOSDeviceLog] "com.apple.icloud-container.com.apple.Maps",
2021-02-11 10:19:04:725 - [IOSDeviceLog] "com.apple.findmy",
2021-02-11 10:19:04:725 - [IOSDeviceLog] "com.apple.icloud-container.com.apple.findmy"
2021-02-11 10:19:04:725 - [IOSDeviceLog] )
2021-02-11 10:19:04:725 - [IOSDeviceLog] nonWakingOpportunistic:(
2021-02-11 10:19:04:725 - [IOSDeviceLog] )
2021-02-11 10:19:04:725 - [IOSDeviceLog] Feb 11 10:19:04 mydevice splashboardd[9595] <Notice>: Running image request from <private> for <private>
2021-02-11 10:19:04:725 - [IOSDeviceLog] Feb 11 10:19:04 mydevice splashboardd[9595] <Notice>: [<private>] launch image generation completed after 0.00s
2021-02-11 10:19:04:725 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(UserNotificationsServer)[59] <Notice>: [{(
2021-02-11 10:19:04:725 - [IOSDeviceLog] "appname"
2021-02-11 10:19:04:725 - [IOSDeviceLog] )}] Got section infos [ hasResult: 1 ]
2021-02-11 10:19:04:725 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(ApplePushService)[59] <Notice>: <private> setEnabledTopics <private> ignoredTopics <private> opportunisticTopics <private> nonWakingTopics <private> sendToDaemon: YES completion: (null)
2021-02-11 10:19:04:725 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(UserNotificationsServer)[59] <Notice>: Got 0 section infos for default data providers with visible settings
2021-02-11 10:19:04:725 - [IOSDeviceLog] Feb 11 10:19:04 mydevice apsd[143] <Notice>: Looking up connection on peer: 19fc1f50 found <private>
2021-02-11 10:19:04:726 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(ApplePushService)[59] <Notice>: <private> setEnabledTopics <private> ignoredTopics <private> opportunisticTopics <private> nonWakingTopics <private> sendToDaemon: NO completion: (null)
2021-02-11 10:19:04:726 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SplashBoard)[59] <Notice>: <XBApplicationSnapshotManifestImpl: 0x282422c80> [appname] Marked <private> purgeable with flags 0x10804
2021-02-11 10:19:04:726 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SplashBoard)[59] <Notice>: <XBApplicationSnapshotManifestImpl: 0x282422c80> [appname] Snapshot data for <XBApplicationSnapshot: 0x102493760; ���F8D55B3D9B99> [appname] written to file: /private/var/mobile/Containers/Data/Application/47DD8456-A8CE-442A-9D9C-A1B2F11AB0B7/Library/SplashBoard/Snapshots/appname - {DEFAULT GROUP}/D549B5AB-3EDB-4599-AC84-F8D55B3D9B99@2x.ktx
2021-02-11 10:19:04:728 - [IOSDeviceLog] Feb 11 10:19:04 mydevice runningboardd(CoreServices)[32] <Notice>: Received applicationsDidInstall:<private>
2021-02-11 10:19:04:731 - [IOSDeviceLog] Feb 11 10:19:04 mydevice bluetoothd(MobileInstallation)[82] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x10088e200> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:742 - [IOSDeviceLog] Feb 11 10:19:04 mydevice contextstored(MobileInstallation)[9112] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x102c60e60> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:744 - [IOSDeviceLog] Feb 11 10:19:04 mydevice profiled(MobileInstallation)[96] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x10256e4d0> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:744 - [IOSDeviceLog] Feb 11 10:19:04 mydevice profiled(ManagedConfiguration)[96] <Notice>: Creating new IOPMAssertion.
2021-02-11 10:19:04:744 - [IOSDeviceLog] Feb 11 10:19:04 mydevice watchlistd(WatchListKit)[183] <Notice>: [WLKTransactionScope] 0x13de59350 "WLKAppLibrary.refresh": Started transaction
2021-02-11 10:19:04:745 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SplashBoard)[59] <Notice>: Image generation complete for: <private>
2021-02-11 10:19:04:746 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SplashBoard)[59] <Notice>: <XBApplicationSnapshotManifestImpl: 0x282422c80> [appname] Marked <private> purgeable with flags 0x10804
2021-02-11 10:19:04:746 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SplashBoard)[59] <Notice>: <XBApplicationSnapshotManifestImpl: 0x282422c80> [appname] Snapshot data for <XBApplicationSnapshot: 0x1075fcba0; ���617691DBEBDC> [appname] written to file: /private/var/mobile/Containers/Data/Application/47DD8456-A8CE-442A-9D9C-A1B2F11AB0B7/Library/SplashBoard/Snapshots/appname - {DEFAULT GROUP}/4F47DB6F-FBDF-4BE3-B67E-617691DBEBDC@2x.ktx
2021-02-11 10:19:04:747 - [IOSDeviceLog] Feb 11 10:19:04 mydevice homed(MobileInstallation)[179] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x1014063a0> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:749 - [IOSDeviceLog] Feb 11 10:19:04 mydevice navd(MobileInstallation)[77] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x104748bf0> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:750 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:752 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nanotimekitcompaniond(MobileInstallation)[146] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x102c72c60> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:752 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nanotimekitcompaniond[146] <Notice>: applicationsDidInstall will rewrite available data sources to NPS
2021-02-11 10:19:04:753 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I Setting cellular network data usage policy for bundleID: appname, policy: kAlwaysAllow, changed: true
2021-02-11 10:19:04:753 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I Current NEConfiguration: com.apple.commcenter.ne.cellularusage
2021-02-11 10:19:04:754 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I Setting WiFi network data usage policy for bundleID: appname, policy: kAlwaysAllow, changed: false
2021-02-11 10:19:04:754 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I Performing save operation on ne configuration: com.apple.commcenter.ne.cellularusage
2021-02-11 10:19:04:755 - [IOSDeviceLog] Feb 11 10:19:04 mydevice coreauthd(DaemonUtils)[405] <Notice>: Cache updated. App cache 117 entries, plugin cache 110 entries, name cache 114 entries, Siri extensions: 14.
2021-02-11 10:19:04:758 - [IOSDeviceLog] Feb 11 10:19:04 mydevice runningboardd(MobileInstallation)[32] <Notice>: appname:5:8:3:1:applicationsDidInstall <LSApplicationProxy: 0x102acb270> appname file:///private/var/containers/Bundle/Application/1E3E1E91-959C-4E58-8EE2-3CCB4C8D8596/app/ <appname <installed >:0>
2021-02-11 10:19:04:761 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:761 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter(NetworkExtension)[86] <Notice>: Saving configuration com.apple.commcenter.ne.cellularusage with existing signature {length = 20, bytes = 0x86c1b853d0418397897484e61f43474715419df6}
2021-02-11 10:19:04:762 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter(NetworkExtension)[86] <Notice>: Adding 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A to the loaded configurations
2021-02-11 10:19:04:771 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:774 - [IOSDeviceLog] Feb 11 10:19:04 mydevice watchlistd(WatchListKit)[183] <Notice>: WLKAppLibraryCore - enumerate apps elapsed time: 0.02772
2021-02-11 10:19:04:775 - [IOSDeviceLog] Feb 11 10:19:04 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: +[VSSubscriptionSource subscriptionSourceForAppWithBundleID:]: com.apple.Music
2021-02-11 10:19:04:775 - [IOSDeviceLog] Feb 11 10:19:04 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: +[VSSubscriptionSource subscriptionSourceForAppWithBundleID:]: <private>
2021-02-11 10:19:04:775 - [IOSDeviceLog] Feb 11 10:19:04 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Entering -[VSSubscriptionRegistrationCenter fetchActiveSubscriptionsWithOptions:completionHandler:]
2021-02-11 10:19:04:776 - [IOSDeviceLog] Feb 11 10:19:04 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: No allowed hash modifiers.
2021-02-11 10:19:04:776 - [IOSDeviceLog] Feb 11 10:19:04 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Will return cached subscriptions: <private>
2021-02-11 10:19:04:778 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:780 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(NetworkExtension)[122] <Notice>: Adding 0768FF29-AEFD-4578-91AB-4656833C5E47 to the loaded configurations
2021-02-11 10:19:04:780 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(NetworkExtension)[122] <Notice>: Adding 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A to the loaded configurations
2021-02-11 10:19:04:780 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(NetworkExtension)[122] <Notice>: Successfully posted generation 48724
2021-02-11 10:19:04:780 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(NetworkExtension)[122] <Notice>: Path Controller is enabled
2021-02-11 10:19:04:780 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter(NetworkExtension)[86] <Notice>: Successfully saved configuration com.apple.commcenter.ne.cellularusage
2021-02-11 10:19:04:781 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(libnetwork.dylib)[59] <Notice>: nw_path_evaluator_start [EEFFAE35-7D66-478A-A9C6-27FEBE98E2A7 <NULL> generic, indefinite]
2021-02-11 10:19:04:781 - [IOSDeviceLog] path: unsatisfied (No network route), ipv4
2021-02-11 10:19:04:782 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:783 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter(NetworkExtension)[86] <Notice>: Clearing 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A from the loaded configurations
2021-02-11 10:19:04:783 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter(NetworkExtension)[86] <Notice>: Clearing 0768FF29-AEFD-4578-91AB-4656833C5E47 from the loaded configurations
2021-02-11 10:19:04:784 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter(NetworkExtension)[86] <Notice>: Adding 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A to the loaded configurations
2021-02-11 10:19:04:784 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter(NetworkExtension)[86] <Notice>: Adding 0768FF29-AEFD-4578-91AB-4656833C5E47 to the loaded configurations
2021-02-11 10:19:04:784 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter(NetworkExtension)[86] <Notice>: Reload from disk complete
2021-02-11 10:19:04:784 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter(NetworkExtension)[86] <Notice>: Received a com.apple.neconfigurationchanged notification with token 111
2021-02-11 10:19:04:784 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I Reloaded network extension configuration: com.apple.commcenter.ne.cellularusage
2021-02-11 10:19:04:785 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I Loaded configuration due to save operation result: true
2021-02-11 10:19:04:785 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I Cellular policy updated for: 1 and WiFi policy updated for: 0 compliant apps
2021-02-11 10:19:04:785 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I Handling ne configuration change
2021-02-11 10:19:04:785 - [IOSDeviceLog] Feb 11 10:19:04 mydevice chronod(ChronoCore)[163] <Notice>: Received CT notification that network access policy has changed.
2021-02-11 10:19:04:785 - [IOSDeviceLog] Feb 11 10:19:04 mydevice callservicesd(FTServices)[92] <Notice>: Received kCTPerAppNetworkDataAccessPolicyChangedNotification so nuking cached values
2021-02-11 10:19:04:786 - [IOSDeviceLog] Feb 11 10:19:04 mydevice remindd(DADaemonSupport)[10067] <Notice>: DADAgentManager: Fetching active agents. count = 0, agents = (null)
2021-02-11 10:19:04:786 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I --------------> kCTPerAppNetworkDataAccessPolicyChangedEvent (165) sent to 7 (of 62) clients.
2021-02-11 10:19:04:786 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:19:04:786 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:19:04:787 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:19:04:792 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:793 - [IOSDeviceLog] Feb 11 10:19:04 mydevice locationd[9076] <Notice>: {"msg":"next attempt time is equal to existing attempt time", "subHarvester":"App"}
2021-02-11 10:19:04:793 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:793 - [IOSDeviceLog] Feb 11 10:19:04 mydevice appstored[186] <Notice>: All maintenance operations should now be complete.
2021-02-11 10:19:04:795 - [IOSDeviceLog] Feb 11 10:19:04 mydevice cloudphotod(libcupolicy.dylib)[232] <Notice>: Received msg from server: <private>
2021-02-11 10:19:04:795 - [IOSDeviceLog] Feb 11 10:19:04 mydevice cloudphotod(libcupolicy.dylib)[232] <Notice>: Received new data usage policy list
2021-02-11 10:19:04:795 - [IOSDeviceLog] Feb 11 10:19:04 mydevice cloudphotod(CloudPhotoLibrary)[232] <Notice>: Updated cellular policy for <private>: not restricted
2021-02-11 10:19:04:795 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:795 - [IOSDeviceLog] Feb 11 10:19:04 mydevice itunescloudd[185] <Notice>: Received distributed notification: com.apple.LaunchServices.applicationRegistered
2021-02-11 10:19:04:795 - [IOSDeviceLog] Feb 11 10:19:04 mydevice itunescloudd[185] <Notice>: ICDServer 0x102e07dd0 - Processing notification [Application install/removal]
2021-02-11 10:19:04:795 - [IOSDeviceLog] Feb 11 10:19:04 mydevice itunescloudd[185] <Notice>: Handling app install changed notification - apps={(
2021-02-11 10:19:04:796 - [IOSDeviceLog] "appname"
2021-02-11 10:19:04:796 - [IOSDeviceLog] )}, registration=installed
2021-02-11 10:19:04:796 - [IOSDeviceLog] Feb 11 10:19:04 mydevice appstored[186] <Notice>: Handling application installation: {bundleID = appname; version = 1031802; shortVersion = 4.26.0; variantID = (null)}
2021-02-11 10:19:04:798 - [IOSDeviceLog] Feb 11 10:19:04 mydevice appstored[186] <Notice>: Ignoring installation for {bundleID = appname; version = 1031802; shortVersion = 4.26.0; variantID = (null)} as it does not appear to support ODR
2021-02-11 10:19:04:798 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:800 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(NetworkExtension)[122] <Notice>: Received a com.apple.neconfigurationchanged notification with token 11
2021-02-11 10:19:04:800 - [IOSDeviceLog] Feb 11 10:19:04 mydevice appstored[186] <Notice>: Checking to see if apps need to be migrated to managed: [appname]
2021-02-11 10:19:04:800 - [IOSDeviceLog] Feb 11 10:19:04 mydevice appstored[186] <Notice>: [CacheDeleteCoordinator]: Invalidating caches
2021-02-11 10:19:04:800 - [IOSDeviceLog] Feb 11 10:19:04 mydevice appstored[186] <Notice>: [E838E7EC] cacheInvalidated
2021-02-11 10:19:04:800 - [IOSDeviceLog] Feb 11 10:19:04 mydevice appstored[186] <Notice>: Cleaning up updates following app being registered
2021-02-11 10:19:04:801 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:801 - [IOSDeviceLog] Feb 11 10:19:04 mydevice clipserviced(ClipServices)[282] <Notice>: CPSClipCleanupManager: Post notification with name: <private>, userInfo: (null)
2021-02-11 10:19:04:801 - [IOSDeviceLog] Feb 11 10:19:04 mydevice clipserviced(ClipServices)[282] <Notice>: CPSClipCleanupManager: Received app registered (non-placeholder) notification
2021-02-11 10:19:04:801 - [IOSDeviceLog] Feb 11 10:19:04 mydevice clipserviced(ClipServices)[282] <Error>: CPSClipCleanupManager: Failed to find launched app's bundleID in XPC event
2021-02-11 10:19:04:803 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:804 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:806 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:807 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:19:04:808 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:19:04:808 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:19:04:808 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:808 - [IOSDeviceLog] Feb 11 10:19:04 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.Music = allowed (wifi=true, cellular=true)
2021-02-11 10:19:04:808 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:19:04:808 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:19:04:809 - [IOSDeviceLog] Feb 11 10:19:04 mydevice itunescloudd(iTunesCloud)[185] <Notice>: Music restrict cellular data: 0
2021-02-11 10:19:04:809 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:809 - [IOSDeviceLog] Feb 11 10:19:04 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.mobilecal = allowed (wifi=true, cellular=true)
2021-02-11 10:19:04:810 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:19:04:810 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:19:04:810 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:810 - [IOSDeviceLog] Feb 11 10:19:04 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.Maps = allowed (wifi=true, cellular=true)
2021-02-11 10:19:04:810 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:19:04:810 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:810 - [IOSDeviceLog] Feb 11 10:19:04 mydevice callservicesd[92] <Notice>: Launched by application installed notification
2021-02-11 10:19:04:811 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:19:04:811 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:811 - [IOSDeviceLog] Feb 11 10:19:04 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.stocks = allowed (wifi=true, cellular=true)
2021-02-11 10:19:04:811 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:19:04:811 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:19:04:812 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:812 - [IOSDeviceLog] Feb 11 10:19:04 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.mobiletimer = allowed (wifi=true, cellular=true)
2021-02-11 10:19:04:812 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:19:04:812 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:19:04:812 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.cfnotification)[29] <Notice>: Fired subscription for notification: <private>
2021-02-11 10:19:04:813 - [IOSDeviceLog] Feb 11 10:19:04 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.tv = allowed (wifi=true, cellular=true)
2021-02-11 10:19:04:813 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:19:04:813 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:19:04:813 - [IOSDeviceLog] Feb 11 10:19:04 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.reminders = allowed (wifi=true, cellular=true)
2021-02-11 10:19:04:813 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:19:04:813 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:19:04:814 - [IOSDeviceLog] Feb 11 10:19:04 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.mobileslideshow = allowed (wifi=true, cellular=true)
2021-02-11 10:19:04:814 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:19:04:814 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:19:04:814 - [IOSDeviceLog] Feb 11 10:19:04 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.ScreenTimeWidgetApplication = allowed (wifi=true, cellular=true)
2021-02-11 10:19:04:814 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:19:04:815 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:19:04:815 - [IOSDeviceLog] Feb 11 10:19:04 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.podcasts = allowed (wifi=true, cellular=true)
2021-02-11 10:19:04:815 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:19:04:815 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:19:04:815 - [IOSDeviceLog] Feb 11 10:19:04 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.tips = allowed (wifi=true, cellular=true)
2021-02-11 10:19:04:815 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:19:04:815 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:19:04:816 - [IOSDeviceLog] Feb 11 10:19:04 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.weather = allowed (wifi=true, cellular=true)
2021-02-11 10:19:04:816 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:19:04:816 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:19:04:816 - [IOSDeviceLog] Feb 11 10:19:04 mydevice chronod(ChronoCore)[163] <Notice>: Network authorization status for com.apple.mobilenotes = allowed (wifi=true, cellular=true)
2021-02-11 10:19:04:816 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SpotlightUI)[59] <Notice>: Apps Source fired data:2
2021-02-11 10:19:04:819 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.networkextension)[29] <Notice>: Received notification com.apple.neconfigurationchanged
2021-02-11 10:19:04:820 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper[122] <Notice>: Handling an apps installed notification with bundle IDs (
2021-02-11 10:19:04:820 - [IOSDeviceLog] "appname"
2021-02-11 10:19:04:820 - [IOSDeviceLog] )
2021-02-11 10:19:04:821 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(libsystem_networkextension.dylib)[122] <Notice>: UUID cache generation changed from 124080 to 124082
2021-02-11 10:19:04:824 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper[122] <Notice>: No legacy configurations found
2021-02-11 10:19:04:824 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(NetworkExtension)[122] <Notice>: Saving configuration com.apple.preferences.networkprivacy with existing signature {length = 20, bytes = 0xf603ee4b766b235974ea28796dfd27b18a6ae41c}
2021-02-11 10:19:04:824 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(NetworkExtension)[122] <Notice>: Adding 0768FF29-AEFD-4578-91AB-4656833C5E47 to the loaded configurations
2021-02-11 10:19:04:825 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper[122] <Notice>: Setting UUID cache generation to 124083
2021-02-11 10:19:04:829 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.networkextension)[29] <Notice>: Generating a configuration changed event
2021-02-11 10:19:04:829 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Received a com.apple.neconfigurationchanged notification with token 23
2021-02-11 10:19:04:830 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Clearing 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A from the loaded configurations
2021-02-11 10:19:04:830 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Clearing 0768FF29-AEFD-4578-91AB-4656833C5E47 from the loaded configurations
2021-02-11 10:19:04:831 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Adding 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A to the loaded configurations
2021-02-11 10:19:04:831 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Adding 0768FF29-AEFD-4578-91AB-4656833C5E47 to the loaded configurations
2021-02-11 10:19:04:831 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Reload from disk complete
2021-02-11 10:19:04:832 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager[160] <Notice>: NESMPathControllerSession[com.apple.preferences.networkprivacy:0768FF29-AEFD-4578-91AB-4656833C5E47]: Handling installed apps change, restarting
2021-02-11 10:19:04:833 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager[160] <Notice>: Received a configuration changed event
2021-02-11 10:19:04:834 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager[160] <Notice>: Got a configuration change callback with configuration IDs (
2021-02-11 10:19:04:835 - [IOSDeviceLog] "75CF4C47-FBB5-4D90-BE0E-803AEEB0693A"
2021-02-11 10:19:04:835 - [IOSDeviceLog] )
2021-02-11 10:19:04:835 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager[160] <Notice>: NESMPathControllerSession[com.apple.commcenter.ne.cellularusage:75CF4C47-FBB5-4D90-BE0E-803AEEB0693A]: Resetting VPN On Demand
2021-02-11 10:19:04:835 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager[160] <Notice>: <NESMServer: 0x10220a2d0>: Request to install session: NESMPathControllerSession[com.apple.commcenter.ne.cellularusage:75CF4C47-FBB5-4D90-BE0E-803AEEB0693A]
2021-02-11 10:19:04:835 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache generation changed from 124082 to 124083
2021-02-11 10:19:04:835 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache miss for com.apple.AppStore
2021-02-11 10:19:04:837 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(libsystem_networkextension.dylib)[122] <Notice>: UUID cache generation changed from 124082 to 124083
2021-02-11 10:19:04:838 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(NetworkExtension)[122] <Notice>: Adding 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A to the loaded configurations
2021-02-11 10:19:04:838 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(NetworkExtension)[122] <Notice>: Adding 0768FF29-AEFD-4578-91AB-4656833C5E47 to the loaded configurations
2021-02-11 10:19:04:838 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(NetworkExtension)[122] <Notice>: Successfully posted generation 48725
2021-02-11 10:19:04:838 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(NetworkExtension)[122] <Notice>: Path Controller is enabled
2021-02-11 10:19:04:840 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Received a com.apple.neconfigurationchanged notification with token 23
2021-02-11 10:19:04:840 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter(NetworkExtension)[86] <Notice>: Received a com.apple.neconfigurationchanged notification with token 111
2021-02-11 10:19:04:840 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(libnetwork.dylib)[59] <Notice>: nw_path_evaluator_start [B3B82CDA-5B48-47E0-BB34-CCD1C2C0B47F <NULL> generic, indefinite]
2021-02-11 10:19:04:840 - [IOSDeviceLog] path: unsatisfied (No network route), ipv4
2021-02-11 10:19:04:840 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Clearing 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A from the loaded configurations
2021-02-11 10:19:04:840 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Clearing 0768FF29-AEFD-4578-91AB-4656833C5E47 from the loaded configurations
2021-02-11 10:19:04:840 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Adding 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A to the loaded configurations
2021-02-11 10:19:04:841 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Adding 0768FF29-AEFD-4578-91AB-4656833C5E47 to the loaded configurations
2021-02-11 10:19:04:841 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(NetworkExtension)[160] <Notice>: Reload from disk complete
2021-02-11 10:19:04:841 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter(NetworkExtension)[86] <Notice>: Clearing 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A from the loaded configurations
2021-02-11 10:19:04:841 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter(NetworkExtension)[86] <Notice>: Clearing 0768FF29-AEFD-4578-91AB-4656833C5E47 from the loaded configurations
2021-02-11 10:19:04:841 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter(NetworkExtension)[86] <Notice>: Adding 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A to the loaded configurations
2021-02-11 10:19:04:841 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter(NetworkExtension)[86] <Notice>: Adding 0768FF29-AEFD-4578-91AB-4656833C5E47 to the loaded configurations
2021-02-11 10:19:04:841 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter(NetworkExtension)[86] <Notice>: Reload from disk complete
2021-02-11 10:19:04:841 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager[160] <Notice>: Got a configuration change callback with configuration IDs (
2021-02-11 10:19:04:841 - [IOSDeviceLog] "0768FF29-AEFD-4578-91AB-4656833C5E47"
2021-02-11 10:19:04:841 - [IOSDeviceLog] )
2021-02-11 10:19:04:841 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(NetworkExtension)[122] <Notice>: Received a com.apple.neconfigurationchanged notification with token 11
2021-02-11 10:19:04:841 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(NetworkExtension)[122] <Notice>: Successfully saved configuration com.apple.preferences.networkprivacy
2021-02-11 10:19:04:841 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper[122] <Notice>: Setting UUID cache generation to 124084
2021-02-11 10:19:04:842 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache generation changed from 124083 to 124084
2021-02-11 10:19:04:842 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager[160] <Notice>: NESMPathControllerSession[com.apple.preferences.networkprivacy:0768FF29-AEFD-4578-91AB-4656833C5E47]: Received a start command from nesessionmanager[160]
2021-02-11 10:19:04:842 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager[160] <Notice>: NESMPathControllerSession[com.apple.preferences.networkprivacy:0768FF29-AEFD-4578-91AB-4656833C5E47]: Stop current session as requested by an overriding restart command from nesessionmanager[160]
2021-02-11 10:19:04:842 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache miss for com.apple.Preferences
2021-02-11 10:19:04:842 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager[160] <Notice>: NESMPathControllerSession[com.apple.preferences.networkprivacy:0768FF29-AEFD-4578-91AB-4656833C5E47]: Resetting policies
2021-02-11 10:19:04:842 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager[160] <Notice>: NESMPathControllerSession[com.apple.preferences.networkprivacy:0768FF29-AEFD-4578-91AB-4656833C5E47]: Resetting VPN On Demand
2021-02-11 10:19:04:842 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(libsystem_networkextension.dylib)[122] <Notice>: UUID cache generation changed from 124083 to 124084
2021-02-11 10:19:04:843 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager[160] <Notice>: <NESMServer: 0x10220a2d0>: Request to install session: NESMPathControllerSession[com.apple.preferences.networkprivacy:0768FF29-AEFD-4578-91AB-4656833C5E47]
2021-02-11 10:19:04:844 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.networkextension)[29] <Notice>: Received notification com.apple.neconfigurationchanged
2021-02-11 10:19:04:845 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(NetworkExtension)[29] <Notice>: Current file handles for com.apple.networkextension.file-descriptor-maintainer: (
2021-02-11 10:19:04:846 - [IOSDeviceLog] "Network Agent Registration socket (185) 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A 40666C6B-B552-4953-8C75-75D4FA048128 5 (null) agent flags 0x2",
2021-02-11 10:19:04:846 - [IOSDeviceLog] "Network Agent Registration socket (189) 0768FF29-AEFD-4578-91AB-4656833C5E47 1FD07E13-38AA-4202-91D8-B2217F74C6FB 5 (null) agent flags 0x3",
2021-02-11 10:19:04:846 - [IOSDeviceLog] "Policy Session MasterSession socket (192)",
2021-02-11 10:19:04:846 - [IOSDeviceLog] "Policy Session LowPrioritySession socket (193)"
2021-02-11 10:19:04:846 - [IOSDeviceLog] )
2021-02-11 10:19:04:846 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.networkextension)[29] <Notice>: File Handle Maintainer listening for readable events on Network Agent Registration socket (185) 75CF4C47-FBB5-4D90-BE0E-803AEEB0693A 40666C6B-B552-4953-8C75-75D4FA048128 5 (null) agent flags 0x2
2021-02-11 10:19:04:846 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.networkextension)[29] <Notice>: File Handle Maintainer listening for readable events on Network Agent Registration socket (189) 0768FF29-AEFD-4578-91AB-4656833C5E47 1FD07E13-38AA-4202-91D8-B2217F74C6FB 5 (null) agent flags 0x3
2021-02-11 10:19:04:848 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper[122] <Notice>: Setting UUID cache generation to 124085
2021-02-11 10:19:04:849 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache generation changed from 124084 to 124085
2021-02-11 10:19:04:849 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache miss for com.apple.mobilesafari
2021-02-11 10:19:04:849 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(libsystem_networkextension.dylib)[122] <Notice>: UUID cache generation changed from 124084 to 124085
2021-02-11 10:19:04:852 - [IOSDeviceLog] Feb 11 10:19:04 mydevice UserEventAgent(com.apple.networkextension)[29] <Notice>: Generating a configuration changed event
2021-02-11 10:19:04:853 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager[160] <Notice>: Received a configuration changed event
2021-02-11 10:19:04:855 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:19:04:855 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper[122] <Notice>: Setting UUID cache generation to 124086
2021-02-11 10:19:04:856 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache generation changed from 124085 to 124086
2021-02-11 10:19:04:856 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache miss for com.apple.mobiletimer
2021-02-11 10:19:04:858 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(libsystem_networkextension.dylib)[122] <Notice>: UUID cache generation changed from 124085 to 124086
2021-02-11 10:19:04:860 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:19:04:863 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper[122] <Notice>: Setting UUID cache generation to 124087
2021-02-11 10:19:04:863 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache generation changed from 124086 to 124087
2021-02-11 10:19:04:863 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache miss for com.apple.mobileslideshow
2021-02-11 10:19:04:864 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(libsystem_networkextension.dylib)[122] <Notice>: UUID cache generation changed from 124086 to 124087
2021-02-11 10:19:04:876 - [IOSDeviceLog] Feb 11 10:19:04 mydevice CommCenter[86] <Notice>: #I Setting total disabled bundles count to: 0
2021-02-11 10:19:04:876 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SpotlightUI)[59] <Notice>: Unknown bundle type for app:<private>, bundleType:<private> - skipping
2021-02-11 10:19:04:877 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper[122] <Notice>: Setting UUID cache generation to 124088
2021-02-11 10:19:04:877 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache generation changed from 124087 to 124088
2021-02-11 10:19:04:877 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache miss for com.apple.Passbook
2021-02-11 10:19:04:878 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(libsystem_networkextension.dylib)[122] <Notice>: UUID cache generation changed from 124087 to 124088
2021-02-11 10:19:04:884 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper[122] <Notice>: Setting UUID cache generation to 124089
2021-02-11 10:19:04:886 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache generation changed from 124088 to 124089
2021-02-11 10:19:04:886 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache miss for com.apple.Health
2021-02-11 10:19:04:886 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(libsystem_networkextension.dylib)[122] <Notice>: UUID cache generation changed from 124088 to 124089
2021-02-11 10:19:04:890 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SpotlightUI)[59] <Notice>: Finished getting 38 applications, took 0.073324 seconds updateApps ? YES
2021-02-11 10:19:04:891 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper[122] <Notice>: Setting UUID cache generation to 124090
2021-02-11 10:19:04:892 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache generation changed from 124089 to 124090
2021-02-11 10:19:04:892 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache miss for com.apple.mobilephone
2021-02-11 10:19:04:892 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(libsystem_networkextension.dylib)[122] <Notice>: UUID cache generation changed from 124089 to 124090
2021-02-11 10:19:04:898 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper[122] <Notice>: Setting UUID cache generation to 124091
2021-02-11 10:19:04:899 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache generation changed from 124090 to 124091
2021-02-11 10:19:04:899 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache miss for com.apple.findmy
2021-02-11 10:19:04:900 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(libsystem_networkextension.dylib)[122] <Notice>: UUID cache generation changed from 124090 to 124091
2021-02-11 10:19:04:905 - [IOSDeviceLog] Feb 11 10:19:04 mydevice SpringBoard(SpotlightUI)[59] <Notice>: Send apps:38 hidden:2
2021-02-11 10:19:04:906 - [IOSDeviceLog] Feb 11 10:19:04 mydevice TVRemoteConnectionService[8811] <Notice>: XPC: Recieved an application registered LaunchEvent
2021-02-11 10:19:04:906 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper[122] <Notice>: Setting UUID cache generation to 124092
2021-02-11 10:19:04:907 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache generation changed from 124091 to 124092
2021-02-11 10:19:04:907 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache miss for com.apple.MobileAddressBook
2021-02-11 10:19:04:908 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper(libsystem_networkextension.dylib)[122] <Notice>: UUID cache generation changed from 124091 to 124092
2021-02-11 10:19:04:910 - [IOSDeviceLog] Feb 11 10:19:04 mydevice dmd[91] <Notice>: Received xpc stream event (distributed notification matching) with name: com.apple.LaunchServices.applicationRegistered user info: {
2021-02-11 10:19:04:910 - [IOSDeviceLog] bundleIDs = (
2021-02-11 10:19:04:910 - [IOSDeviceLog] "appname"
2021-02-11 10:19:04:910 - [IOSDeviceLog] );
2021-02-11 10:19:04:910 - [IOSDeviceLog] isPlaceholder = 0;
2021-02-11 10:19:04:910 - [IOSDeviceLog] }
2021-02-11 10:19:04:910 - [IOSDeviceLog] Feb 11 10:19:04 mydevice dmd[91] <Notice>: Handling distributed notification with name: com.apple.LaunchServices.applicationRegistered
2021-02-11 10:19:04:913 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nanotimekitcompaniond(NanoTimeKitCompanion)[146] <Notice>: Setting data sources for SiriDefaultsPhoneThirdPartyDataSources - <private>
2021-02-11 10:19:04:913 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: -[NPSDomainAccessor initWithDomain:]: domain: (com.apple.NanoTimeKit)
2021-02-11 10:19:04:914 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: Failed to resolve pairing ID ((null)) or data store ((null)) for active device
2021-02-11 10:19:04:914 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: -[NPSDomainAccessor initWithDomain:queue:]: domain: (com.apple.NanoTimeKit) pairingID: ((null)); pairingDataStort: ((null))
2021-02-11 10:19:04:914 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: -[NPSDomainAccessor initWithDomain:queue:]: Unable to create domain accessor. No pairing ID or data store.
2021-02-11 10:19:04:914 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: self: (0x102c74f80)
2021-02-11 10:19:04:914 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: -[NPSDomainAccessor initWithDomain:]: domain: (com.apple.NanoTimeKit)
2021-02-11 10:19:04:914 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: Failed to resolve pairing ID ((null)) or data store ((null)) for active device
2021-02-11 10:19:04:914 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: -[NPSDomainAccessor initWithDomain:queue:]: domain: (com.apple.NanoTimeKit) pairingID: ((null)); pairingDataStort: ((null))
2021-02-11 10:19:04:914 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: -[NPSDomainAccessor initWithDomain:queue:]: Unable to create domain accessor. No pairing ID or data store.
2021-02-11 10:19:04:915 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nehelper[122] <Notice>: Setting UUID cache generation to 124093
2021-02-11 10:19:04:915 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: self: (0x102c74f80)
2021-02-11 10:19:04:915 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: self: (0x102c75170)
2021-02-11 10:19:04:915 - [IOSDeviceLog] Feb 11 10:19:04 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: -[NPSManager synchronizeNanoDomain:keys:cloudEnabled:]: (com.apple.NanoTimeKit); keys: (<private>)
2021-02-11 10:19:04:915 - [IOSDeviceLog] Feb 11 10:19:05 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache generation changed from 124092 to 124093
2021-02-11 10:19:04:915 - [IOSDeviceLog] Feb 11 10:19:05 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache miss for com.apple.tips
2021-02-11 10:19:04:915 - [IOSDeviceLog] Feb 11 10:19:05 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: -[NPSManager connection]: Can't get xpcConnection- either there's a daemon failure or the daemon can't be launched because no watches are paired
2021-02-11 10:19:04:915 - [IOSDeviceLog] Feb 11 10:19:05 mydevice nanotimekitcompaniond(NanoPreferencesSync)[146] <Notice>: self: (0x102c75170)
2021-02-11 10:19:04:915 - [IOSDeviceLog] Feb 11 10:19:05 mydevice nanotimekitcompaniond(NanoTimeKitCompanion)[146] <Notice>: Siri defaults did change. Posting notification
2021-02-11 10:19:04:915 - [IOSDeviceLog] Feb 11 10:19:05 mydevice nehelper(libsystem_networkextension.dylib)[122] <Notice>: UUID cache generation changed from 124092 to 124093
2021-02-11 10:19:04:916 - [IOSDeviceLog] Feb 11 10:19:05 mydevice syncdefaultsd[10089] <Notice>: Refreshing LaunchServices Cache. Cache (<private>, 8773), LS (<private>, 8776)
2021-02-11 10:19:04:916 - [IOSDeviceLog] Feb 11 10:19:05 mydevice searchd[2148] <Notice>: Got apps from com.apple.springboard
2021-02-11 10:19:04:918 - [IOSDeviceLog] Feb 11 10:19:05 mydevice videosubscriptionsd[229] <Notice>: Received distnoted matching event.
2021-02-11 10:19:04:919 - [IOSDeviceLog] Feb 11 10:19:05 mydevice duetexpertd(ActionPredictionHeuristicsInternal)[138] <Notice>: ATXInformationHeuristicRefreshNotitifcationTrigger (0x1006edef0): Received distributed notification: <private>. Triggering heuristics refresh.
2021-02-11 10:19:04:920 - [IOSDeviceLog] Feb 11 10:19:05 mydevice searchd[2148] <Notice>: Accepting apps from com.apple.springboard
2021-02-11 10:19:04:921 - [IOSDeviceLog] Feb 11 10:19:05 mydevice nehelper[122] <Notice>: Setting UUID cache generation to 124094
2021-02-11 10:19:04:922 - [IOSDeviceLog] Feb 11 10:19:05 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache generation changed from 124093 to 124094
2021-02-11 10:19:04:922 - [IOSDeviceLog] Feb 11 10:19:05 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache miss for com.apple.calculator
2021-02-11 10:19:04:922 - [IOSDeviceLog] Feb 11 10:19:05 mydevice nehelper(libsystem_networkextension.dylib)[122] <Notice>: UUID cache generation changed from 124093 to 124094
2021-02-11 10:19:04:926 - [IOSDeviceLog] Feb 11 10:19:05 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Entering -[VSSubscriptionRegistrationCenter fetchActiveSubscriptionsWithOptions:completionHandler:]
2021-02-11 10:19:04:926 - [IOSDeviceLog] Feb 11 10:19:05 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: No allowed hash modifiers.
2021-02-11 10:19:04:927 - [IOSDeviceLog] Feb 11 10:19:05 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Entering -[VSSubscriptionRegistrationCenter fetchActiveSubscriptionsWithOptions:completionHandler:]
2021-02-11 10:19:04:927 - [IOSDeviceLog] Feb 11 10:19:05 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: No allowed hash modifiers.
2021-02-11 10:19:04:927 - [IOSDeviceLog] Feb 11 10:19:05 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Will fetch fresh subscriptions.
2021-02-11 10:19:04:927 - [IOSDeviceLog] Feb 11 10:19:05 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Will fetch fresh subscriptions.
2021-02-11 10:19:04:927 - [IOSDeviceLog] Feb 11 10:19:05 mydevice videosubscriptionsd(VideoSubscriberAccount)[229] <Notice>: Entering -[VSSubscriptionRegistry fetchActiveSubscriptionsWithOptions:completionHandler:]
2021-02-11 10:19:04:927 - [IOSDeviceLog] Feb 11 10:19:05 mydevice nehelper[122] <Notice>: Setting UUID cache generation to 124095
2021-02-11 10:19:04:928 - [IOSDeviceLog] Feb 11 10:19:05 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache generation changed from 124094 to 124095
2021-02-11 10:19:04:928 - [IOSDeviceLog] Feb 11 10:19:05 mydevice videosubscriptionsd(VideoSubscriberAccount)[229] <Notice>: Successfully obtained context.
2021-02-11 10:19:04:929 - [IOSDeviceLog] Feb 11 10:19:05 mydevice videosubscriptionsd(VideoSubscriberAccount)[229] <Notice>: Will execute fetch request
2021-02-11 10:19:04:929 - [IOSDeviceLog] Feb 11 10:19:05 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache miss for com.apple.weather
2021-02-11 10:19:04:930 - [IOSDeviceLog] Feb 11 10:19:05 mydevice nehelper(libsystem_networkextension.dylib)[122] <Notice>: UUID cache generation changed from 124094 to 124095
2021-02-11 10:19:04:930 - [IOSDeviceLog] Feb 11 10:19:05 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Fetched subscriptions: <private>
2021-02-11 10:19:04:930 - [IOSDeviceLog] Feb 11 10:19:05 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Will call registration center fetch completion handler with subscriptions <private> or error (null).
2021-02-11 10:19:04:930 - [IOSDeviceLog] Feb 11 10:19:05 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Did call registration center fetch completion handler with subscriptions <private> or error (null).
2021-02-11 10:19:04:930 - [IOSDeviceLog] Feb 11 10:19:05 mydevice videosubscriptionsd(VideoSubscriberAccount)[229] <Notice>: Will return matching subscriptions: <private>
2021-02-11 10:19:04:932 - [IOSDeviceLog] Feb 11 10:19:05 mydevice videosubscriptionsd(VideoSubscriberAccount)[229] <Notice>: Entering -[VSSubscriptionRegistry fetchActiveSubscriptionsWithOptions:completionHandler:]
2021-02-11 10:19:04:932 - [IOSDeviceLog] Feb 11 10:19:05 mydevice videosubscriptionsd(VideoSubscriberAccount)[229] <Notice>: Successfully obtained context.
2021-02-11 10:19:04:932 - [IOSDeviceLog] Feb 11 10:19:05 mydevice videosubscriptionsd(VideoSubscriberAccount)[229] <Notice>: Will execute fetch request
2021-02-11 10:19:04:932 - [IOSDeviceLog] Feb 11 10:19:05 mydevice videosubscriptionsd(VideoSubscriberAccount)[229] <Notice>: Will return matching subscriptions: <private>
2021-02-11 10:19:04:932 - [IOSDeviceLog] Feb 11 10:19:05 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Fetched subscriptions: <private>
2021-02-11 10:19:04:932 - [IOSDeviceLog] Feb 11 10:19:05 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Will call registration center fetch completion handler with subscriptions <private> or error (null).
2021-02-11 10:19:04:933 - [IOSDeviceLog] Feb 11 10:19:05 mydevice watchlistd(VideoSubscriberAccount)[183] <Notice>: Did call registration center fetch completion handler with subscriptions <private> or error (null).
2021-02-11 10:19:04:937 - [IOSDeviceLog] Feb 11 10:19:05 mydevice nehelper[122] <Notice>: Setting UUID cache generation to 124096
2021-02-11 10:19:04:937 - [IOSDeviceLog] Feb 11 10:19:05 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache generation changed from 124095 to 124096
2021-02-11 10:19:04:937 - [IOSDeviceLog] Feb 11 10:19:05 mydevice nesessionmanager(libsystem_networkextension.dylib)[160] <Notice>: UUID cache miss for com.apple.VoiceMemos
2021-02-11 10:19:04:937 - [IOSDeviceLog] Feb 11 10:19:05 mydevice nehelper(libsystem_networkextension.dylib)[122] <Notice>: UUID cache generation changed from 124095 to 124096
2021-02-11 10:19:04:942 - [IOSDeviceLog] Feb 11 10:19:05 mydevice dataaccessd(DADaemonSupport)[298] <Notice>: DADAgentManager: Fetching active agents. count = 3, agents = <private>
2021-02-11 10:19:04:942 - [IOSDeviceLog] Feb 11 10:19:05 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:19:04:942 - [IOSDeviceLog] Feb 11 10:19:05 mydevice CommCenter[86] <Notice>: #I <private> reply to request '<private>'.
2021-02-11 10:19:04:942 - [IOSDeviceLog] Feb 11 10:19:05 mydevice CommCenter[86] <Notice>: #I <private> request: <private>, expects reply.
2021-02-11 10:19:04:942 - [IOSDeviceLog] Feb 11 10:19:05 mydevice CommCenter[86]
@aksyuma
Copy link

aksyuma commented Aug 19, 2021

@uterator did you find a solution to this error. I'm getting same error : Received termination request from [daemon<com.apple.mobile.installd>:149] on <RBSProcessPredicate <RBSProcessBundleIdentifierPredicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment