twilio / voice-quickstart-ios

Twilio Voice Quickstart for iOS with Swift
MIT License
182 stars 96 forks source link

Receive didReceiveIncomingPushWith But CallKit not fired #152

Closed jagdish24 closed 5 years ago

jagdish24 commented 6 years ago

I am facing very wired bug in Voice Quick start Swift.

I tested few times and got the exact scenario,

I never receive call in inactive mode of app if i terminated app, After dialing once i am start to receive call.

while first time after terminating app from background tray, I receive call notification but callkit not fired and after few seconds debug triggered to

func pushRegistry(_ registry: PKPushRegistry, didUpdate credentials: PKPushCredentials, forType type: PKPushType) {

once it done, and i call again everything works fine.

    func pushRegistry(_ registry: PKPushRegistry, didReceiveIncomingPushWith payload: PKPushPayload, for type: PKPushType, completion: @escaping () -> Void) {
        print(payload.dictionaryPayload)
        if (type == PKPushType.voIP) {
                TwilioVoice.handleNotification(payload.dictionaryPayload, delegate: self)
        }

        completion()
    }

this is happening in demo code of swift as well as objective c

bobiechen-twilio commented 6 years ago

Hi @jagdish24

I am trying to understand the steps of how to reproduce the problem:

  1. Launch the app and register (with alice) for incoming call notification
  2. Put the app to the background
  3. Terminate the app
  4. Use another client to call alice
  5. CallKit did not show the call (but the didReceiveIncomingPushWith method was triggered)
  6. Call alice again and CallKit showed the call

Let me know if the steps are correct and we can try with the sample apps as well.

Thanks -bobie

jagdish24 commented 6 years ago

Yes exactly same..

bobiechen-twilio commented 6 years ago

Hi @jagdish24

I've tried the same steps, especially 3, and confirmed that for some reason the sample app failed to report the call to CallKit. We'll take a deeper look and update the sample app.

Thanks for reporting the issue. -bobie

rohit-skycap commented 6 years ago

Hi Bobie

I am facing the same issue. 1: App is terminated. 2: PushKit's didReceiveIncomingPushWith payload is triggered 3: Control is passed to TwilioVoice by calling TwilioVoice.handleNotification(payload, delegate: self) 4: After step 3 none of the delegate methods of TVONotificationDelegate are triggered.

Kindly Help. Thanks in advance.

Regards -rohit

jagdish24 commented 6 years ago

Hi Bobie,

Let me give you one more troubleshoot point.

After termination of app,

when client receive any call on didReceiveIncomingPushWith method, after 2-3 seconds it trigger to this below method.

func pushRegistry(_ registry: PKPushRegistry, didUpdate credentials: PKPushCredentials, forType type: PKPushType) {

I guess issue with accessToken storage.

Hope it helps to solve.

Thanks.

bobiechen-twilio commented 6 years ago

Hi @jagdish24

I tried to fix the issue and found that if the app was terminated and re-launched by the incoming push, the didReceiveIncomingPushWith callback doesn't seem to be called on the main queue, and the completion() line is not able to acknowledge to PushKit on the right queue.

I tried calling the completion by doing:

  DispatchQueue.main.async {
    completion()
  }

and the call is properly showed with the steps.

Let me know if this helps. -bobie

rohit-skycap commented 6 years ago

Hi Bobie

Tried this but no luck. Any other possible solutions.

Regards Rohit

bobiechen-twilio commented 6 years ago

Although I don't think it's because of notification delivery failure, it's probably worth of looking at the system Console app and check the logs of the device and see if the notification is delivered correctly. You can connect your device to the machine and launch the Console application, and then select the device from the left panel.

rohit-skycap commented 6 years ago

Hi Bobie

Here are the console logs taken from Console app. Name of App where TwilioVoice is being used is "CourtBuddy" and bundle identifier is "Com.Courtbuddy.Courtbuddy"

default 12:04:21.207326 +0530 callservicesd Invalidating process assertion for bundle ID from timeout default 12:04:23.206675 +0530 atc <ATLegacyMessageLink: 0x101186880, wifi=0> ---> [Ping Request. id=2319, Session=0, params=(null)] default 12:04:24.813441 +0530 symptomsd L2 Metrics on ifname en0: rssi: -50 (txFrames/txReTx/txFail) 0/0/0 -> (was/is) 0/0 default 12:04:25.185867 +0530 apsd Created power assertion {identifier: APSCourier(tcpStream:dataReceived:)} default 12:04:25.186497 +0530 apsd : Outstanding data received: (length 1226) onInterface: NonCellular. Connected on 1 interfaces. default 12:04:25.186880 +0530 apsd : Stream processing: complete yes, invalid no, length parsed 1222, parameters default 12:04:25.187175 +0530 apsd Created power assertion {identifier: APSCourier(tcpStream:dataReceived:)} default 12:04:25.188766 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:04:25.209819 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:04:25.225088 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:04:25.235449 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:04:25.243384 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:04:25.251999 +0530 apsd incoming message is for proxy slave that is not connected. baseToken destToken publicToken default 12:04:25.252873 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:04:25.261494 +0530 apsd timestampForTopic? token default 12:04:25.261952 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:04:25.272851 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:04:25.281035 +0530 apsd isAppSpecificTokenValid sandbox.push.apple.com default 12:04:25.323491 +0530 apsd isAppSpecificTokenValid? found cached token YES default 12:04:25.323975 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:04:25.332810 +0530 apsd hasPayload? forTopic token default 12:04:25.333427 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:04:25.341643 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:04:25.397154 +0530 apsd copyAppSpecificTokensWithDomain - sandbox.push.apple.com for topic account default 12:04:25.398513 +0530 apsd receivedPushWithTopic token payload timestamp Thu Aug 16 12:04:24 2018 default 12:04:25.399867 +0530 apsd : Received message for enabled topic '' onInterface: NonCellular with payload '' with priority 10 for device token: NO default 12:04:25.400972 +0530 apsd asked to store incoming message with guid environment default 12:04:25.403084 +0530 apsd : Calling into AWD for PushReceived default 12:04:25.405352 +0530 apsd APSMessageStore - New message record [] has ID [11637]. default 12:04:25.410868 +0530 apsd submitted metric default 12:04:25.411461 +0530 apsd : AWD for PushReceived finished default 12:04:25.411791 +0530 apsd : Stream processing: complete yes, invalid no, length parsed 4, parameters default 12:04:25.411992 +0530 apsd : Received keep-alive response 1 on interface NonCellular: default 12:04:25.412586 +0530 apsd Releasing power assertion {identifier: APSCourier(tcpStream:dataReceived:)} default 12:04:25.417161 +0530 apsd Created power assertion {identifier: APSCourier(tcpStream:dataReceived:)} default 12:04:25.418939 +0530 apsd Created metric container: 0x130004 succeeded? YES default 12:04:25.419766 +0530 apsd Submitted metric: 0x130004 succeeded? YES default 12:04:25.421196 +0530 apsd : Stream processing: complete no, invalid no, length parsed 0, parameters (null) default 12:04:25.423073 +0530 apsd calling completion block for incoming message default 12:04:25.423292 +0530 apsd : Sending acknowledgement message with response 0 and messageId (1195184972) default 12:04:25.423495 +0530 apsd Noting push - using last lq 0 and rat (null) (instead of -2, (null)) default 12:04:25.423699 +0530 apsd :APSNetworkMonitor decaying cost (1498 - 3) = 1495 for 12.440527 seconds default 12:04:25.424098 +0530 apsd :APSNetworkMonitor addCost: 166 - _currentCost is now 1500 default 12:04:25.424546 +0530 apsd _notifyForIncomingMessage with guid default 12:04:25.425341 +0530 apsd Dispatching high priority message: default 12:04:25.430366 +0530 callservicesd Delivering message from apsd: 1195184972 default 12:04:25.430609 +0530 callservicesd responding with an ack for message with guid default 12:04:25.430834 +0530 callservicesd making delegate () calls to deliver message 1195184972 for topic default 12:04:25.431622 +0530 callservicesd calling connection:didReceiveIncomingMessage: default 12:04:25.435275 +0530 callservicesd for connection: message: default 12:04:25.435633 +0530 callservicesd Incoming message has topic: bundleID: default 12:04:25.435902 +0530 callservicesd Application is not running. Will attempt to open the application and acquire a process assertion default 12:04:25.437203 +0530 apsd Looking up connection on peer: 8456a0 found default 12:04:25.437461 +0530 apsd informed that acknowledges incoming message with guid default 12:04:25.437642 +0530 apsd Removing incoming message with guid default 12:04:25.437830 +0530 apsd _schedulePendingWorkUpdate default 12:04:25.438049 +0530 apsd APSMessageStore - APSIncomingMessageRecordDeleteMessageForGUID default 12:04:25.439754 +0530 SpringBoard [FBSystemService][0x11f6] Received request to open "Com.Courtbuddy.Courtbuddy" from callservicesd:112. default 12:04:25.440009 +0530 SpringBoard [FBSystemService] Trusting entitled client . default 12:04:25.440248 +0530 SpringBoard Received trusted open application request for "Com.Courtbuddy.Courtbuddy" from <FBProcess: 0x100e6d830; callservicesd (com.apple.TelephonyUtilities); pid: 112>. default 12:04:25.449700 +0530 trustd cert[0]: SubjectCommonName =(leaf)[]> 0 default 12:04:25.450083 +0530 trustd cert[0]: CheckLeafMarkerOid =(leaf)[]> 0 default 12:04:25.453099 +0530 analyticsd [] no observers; dropped. default 12:04:25.501731 +0530 SpringBoard [leaf CheckLeafMarkerOid IssuerCommonName SubjectCommonName] default 12:04:25.513642 +0530 trustd cert[0]: IssuerCommonName =(path)[]> 0 default 12:04:25.522356 +0530 trustd cert[0]: SubjectCommonName =(leaf)[]> 0 default 12:04:25.522832 +0530 trustd cert[0]: CheckLeafMarkerOid =(leaf)[]> 0 default 12:04:25.562702 +0530 SpringBoard [leaf CheckLeafMarkerOid IssuerCommonName SubjectCommonName] default 12:04:25.568002 +0530 trustd cert[0]: IssuerCommonName =(path)[]> 0 default 12:04:25.572426 +0530 SpringBoard Executing suspended-activation immediately: OpenApplication(Com.Courtbuddy.Courtbuddy)ForRequester(callservicesd.112) default 12:04:25.579342 +0530 assertiond Submitting new job for "Com.Courtbuddy.Courtbuddy" on behalf of <BKProcess: 0x14bd1a1c0; SpringBoard; com.apple.springboard; pid: 52; agency: SystemShell; visibility: foreground; task: running> default 12:04:25.581945 +0530 SpringBoard Bootstrapping Com.Courtbuddy.Courtbuddy with intent background default 12:04:25.582449 +0530 assertiond Submitted job with label: UIKitApplication:Com.Courtbuddy.Courtbuddy[0x956f][63] default 12:04:25.598249 +0530 assertiond _FGJetsamPriorityBand is 10 for default 12:04:25.678911 +0530 assertiond [CourtBuddy:3072] Adding client: <BKProcessInfoServerClient: 0x14bd43720; pid: 52> default 12:04:25.679212 +0530 assertiond Now tracking process <BKProcess: 0x14be2fe90; CourtBuddy; Com.Courtbuddy.Courtbuddy; pid: 3072; agency: Application; visibility: none; task: running; hostpid: 52> with host <BKProcess: 0x14bd1a1c0; SpringBoard; com.apple.springboard; pid: 52; agency: SystemShell; visibility: foreground; task: running> default 12:04:25.679410 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Bootstrap complete with label: UIKitApplication:Com.Courtbuddy.Courtbuddy[0x956f][63] default 12:04:25.679562 +0530 SpringBoard [FBProcessManager] Adding: <FBApplicationProcess: 0x11374c800; CourtBuddy (Com.Courtbuddy.Courtbuddy); pid: 3072> default 12:04:25.682282 +0530 SpringBoard Application process state changed for Com.Courtbuddy.Courtbuddy: <SBApplicationProcessState: 0x11141b1d0; pid: 3072; taskState: Running; visibility: Unknown> default 12:04:25.683216 +0530 assertiond [SpringBoard:52] Attempting to acquire assertion for CourtBuddy:3072: <BKProcessAssertion: 0x14be3d7e0; "UIApplicationLaunch" (activation:inf); id:…2549B3FE4ABF> default 12:04:25.683375 +0530 assertiond [CourtBuddy:3072] Add assertion: <BKProcessAssertion: 0x14be3d7e0; id: 52-BFEDECFC-ECC9-426D-99F6-2549B3FE4ABF; name: UIApplicationLaunch; state: active; reason: activation; duration: infs> { owner = <BSProcessHandle: 0x14bd19030; SpringBoard:52; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventSuspendOnSleep; } default 12:04:25.683524 +0530 assertiond [CourtBuddy:3072] Activate assertion: <BKProcessAssertion: 0x14be3d7e0; "UIApplicationLaunch" (activation:inf); id:…2549B3FE4ABF> default 12:04:25.683698 +0530 assertiond [CourtBuddy:3072] New process assertion state; preventSuspend, preventThrottleDownCPU, preventSuspendOnSleep (assertion 0x14be3d7e0 added: preventSuspend, preventThrottleDownCPU, preventSuspendOnSleep; removed: (none)) default 12:04:25.683918 +0530 assertiond [CourtBuddy:3072] Setting jetsam priority to 3 [0x100] default 12:04:25.684082 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:1 (CPUMON check): { <BKProcessAssertion: 0x14be3d7e0; "UIApplicationLaunch" (activation:inf); id:…2549B3FE4ABF> [active] } default 12:04:25.684507 +0530 assertiond [CourtBuddy:3072] setpriority success for resource GPU to PRIO_DARWIN_GPU_DENY default 12:04:25.684649 +0530 assertiond [CourtBuddy:3072] setpriority success for resource CPU to default (0) default 12:04:25.865392 +0530 assertiond [CourtBuddy:3072] workspaceConnectedWithTaskPortRight: received task port default 12:04:25.868525 +0530 SpringBoard [FBSystemServiceServer] Client CourtBuddy:3072 connected to service com.apple.frontboardservices.system-app-proxy default 12:04:25.868915 +0530 CourtBuddy Retrieving resting unlock: 0 default 12:04:25.882215 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14be3d7e0; "UIApplicationLaunch" (activation:inf); id:…2549B3FE4ABF> default 12:04:25.882467 +0530 assertiond [CourtBuddy:3072] Deactivate assertion: <BKProcessAssertion: 0x14be3d7e0; "UIApplicationLaunch" (activation:inf); id:…2549B3FE4ABF> default 12:04:25.883319 +0530 assertiond [CourtBuddy:3072] no more active assertions, resetting _timedAssertionPermittedDuration, _timedAssertionReferenceTime, _timedAssertionDeadlineActive: NO default 12:04:25.884996 +0530 assertiond [CourtBuddy:3072] No time-limited assertions remain default 12:04:25.885466 +0530 assertiond [CourtBuddy:3072] New process assertion state; (none) (assertion 0x14be3d7e0 added: (none); removed: preventSuspend, preventThrottleDownCPU, preventSuspendOnSleep) default 12:04:25.886397 +0530 assertiond [CourtBuddy:3072] suspend success default 12:04:25.887569 +0530 assertiond [CourtBuddy:3072] Setting jetsam priority to 0 [0] default 12:04:25.887844 +0530 assertiond [CourtBuddy:3072] pid_shutdown_sockets(1) success default 12:04:25.889030 +0530 assertiond [CourtBuddy:3072] setpriority success for resource CPU to PRIO_DARWIN_BG default 12:04:25.889123 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Sending scene action [Logical Activate] through WorkspaceServer: 0x106a43190 default 12:04:25.889211 +0530 assertiond [CourtBuddy:3072] Remove assertion: <BKProcessAssertion: 0x14be3d7e0; "UIApplicationLaunch" (activation:inf); id:…2549B3FE4ABF> default 12:04:25.891203 +0530 SpringBoard [FBSystemService][0x11f6] Request complete; no error reported. default 12:04:25.892258 +0530 assertiond [SpringBoard:52] Attempting to acquire assertion for CourtBuddy:3072: <BKProcessAssertion: 0x14be36ae0; "Resume" (activation:inf); id:…E7A8D4FDB38B> default 12:04:25.892689 +0530 assertiond [CourtBuddy:3072] Add assertion: <BKProcessAssertion: 0x14be36ae0; id: 52-2FBA6026-65FF-4507-ACE0-E7A8D4FDB38B; name: Resume; state: active; reason: activation; duration: infs> { owner = <BSProcessHandle: 0x14bd19030; SpringBoard:52; valid: YES>; flags = preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventSuspendOnSleep; } default 12:04:25.892772 +0530 assertiond [CourtBuddy:3072] Activate assertion: <BKProcessAssertion: 0x14be36ae0; "Resume" (activation:inf); id:…E7A8D4FDB38B> default 12:04:25.892933 +0530 assertiond [CourtBuddy:3072] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventSuspendOnSleep (assertion 0x14be36ae0 added: preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventSuspendOnSleep; removed: (none)) default 12:04:25.893073 +0530 assertiond [CourtBuddy:3072] Setting jetsam priority to 0 [0x100] default 12:04:25.893156 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:1 (CPUMON check): { <BKProcessAssertion: 0x14be36ae0; "Resume" (activation:inf); id:…E7A8D4FDB38B> [active] } default 12:04:25.893444 +0530 assertiond [CourtBuddy:3072] setpriority success for resource GPU to PRIO_DARWIN_GPU_ALLOW default 12:04:25.893535 +0530 assertiond [CourtBuddy:3072] setpriority success for resource CPU to default (0) default 12:04:25.895322 +0530 assertiond [CourtBuddy:3072] resume success (activation) default 12:04:25.895412 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:1 (CPUMON check): { <BKProcessAssertion: 0x14be36ae0; "Resume" (activation:inf); id:…E7A8D4FDB38B> [active] } default 12:04:25.895815 +0530 callservicesd Successfully opened application default 12:04:25.897649 +0530 SpringBoard Application process state changed for Com.Courtbuddy.Courtbuddy: <SBApplicationProcessState: 0x10d888db0; pid: 3072; taskState: Suspended; visibility: Background> default 12:04:25.898975 +0530 SpringBoard Application process state changed for Com.Courtbuddy.Courtbuddy: <SBApplicationProcessState: 0x10de643d0; pid: 3072; taskState: Running; visibility: Background> default 12:04:25.899028 +0530 SpringBoard Application process state changed for Com.Courtbuddy.Courtbuddy: <SBApplicationProcessState: 0x10df20c80; pid: 3072; taskState: Suspended; visibility: Background> default 12:04:25.899227 +0530 assertiond [CourtBuddy:3072] Setting jetsam priority to 3 [0x100] default 12:04:25.899301 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:1 (CPUMON check): { <BKProcessAssertion: 0x14be36ae0; "Resume" (activation:inf); id:…E7A8D4FDB38B> [active] } default 12:04:25.899410 +0530 assertiond [CourtBuddy:3072] Attempting to acquire assertion for CourtBuddy:3072: <BKProcessAssertion: 0x14be06880; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…DBA8F0FDE857> default 12:04:25.900369 +0530 assertiond [CourtBuddy:3072] Add assertion: <BKProcessAssertion: 0x14be06880; id: 112-83AA027F-A636-4012-9194-DBA8F0FDE857; name: CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy; state: active; reason: voIP; duration: infs> { owner = <BSProcessHandle: 0x14bd24f50; callservicesd:112; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep; } default 12:04:25.900744 +0530 assertiond [CourtBuddy:3072] Activate assertion: <BKProcessAssertion: 0x14be06880; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…DBA8F0FDE857> default 12:04:25.900831 +0530 assertiond [CourtBuddy:3072] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep (assertion 0x14be06880 added: preventIdleSleep, wantsForegroundResourcePriority; removed: (none)) default 12:04:25.901003 +0530 powerd Sleep revert state: 1 default 12:04:25.901082 +0530 powerd Process assertiond.63 Created SystemIsActive "CourtBuddy:3072:112-83AA027F-A636-4012-9194-DBA8F0FDE857 [CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy] [0x14be06880]" age:00:00:00 id:51539642087 [System: PrevIdle SysAct] default 12:04:25.901193 +0530 assertiond [CourtBuddy:3072] Setting jetsam priority to 10 [0x1000100] default 12:04:25.901300 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:2 (CPUMON check): { <BKProcessAssertion: 0x14be36ae0; "Resume" (activation:inf); id:…E7A8D4FDB38B> [active] <BKProcessAssertion: 0x14be06880; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…DBA8F0FDE857> [active] } default 12:04:25.901406 +0530 SpringBoard Application process state changed for Com.Courtbuddy.Courtbuddy: <SBApplicationProcessState: 0x10bbfbb40; pid: 3072; taskState: Running; visibility: Background> default 12:04:25.901563 +0530 callservicesd Successfully took out process assertion default 12:04:25.901674 +0530 callservicesd Asked to deliver payload 0x103b70c50 to application default 12:04:25.901749 +0530 callservicesd Pending payload deliveries until a connection exists default 12:04:25.901805 +0530 callservicesd returned from connection:didReceiveIncomingMessage: default 12:04:25.902111 +0530 assertiond Creating PowerAssertion on CourtBuddy:3072 default 12:04:25.902204 +0530 assertiond Created PowerAssertion on CourtBuddy:3072, sleep reverted default 12:04:25.922901 +0530 assertiond -[BKAssertion dealloc] - <0x14be3d7e0> default 12:04:25.922979 +0530 symptomsd 3072 Com.Courtbuddy.Courtbuddy: BackgroundRunning (most elevated: BackgroundRunning) default 12:04:25.923622 +0530 callservicesd Updated isRunning for because new application state is 4 default 12:04:25.924830 +0530 SpringBoard WIFI PICKER [Com.Courtbuddy.Courtbuddy]: isProcessLaunch: 1, isForegroundActivation: 0, isForegroundDeactivation: 0 default 12:04:25.975536 +0530 mediaserverd -CMSessionMgr- CMSessionMgrHandleApplicationStateChange: CMSession: Client Com.Courtbuddy.Courtbuddy with pid '3072' is now Background Running. Background entitlement: YES default 12:04:25.978929 +0530 CommCenter #I BundleID: is no longer a foreground app default 12:04:26.023254 +0530 symptomsd Entry, display name Com.Courtbuddy.Courtbuddy uuid A2E721D7-F42D-395C-AF38-FD5264EA14FB pid 3072 isFront 0 default 12:04:26.025699 +0530 CommCenter #I BundleID: is no longer a foreground app default 12:04:26.307720 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Requesting authorization with options 7 default 12:04:26.312219 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Requesting authorization with options 7 default 12:04:26.313251 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Getting requested authorization default 12:04:26.313636 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Getting section info default 12:04:26.314675 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Got section info [ hasResult: 1 ] default 12:04:26.315090 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Got requested authorization [ hasResult: 1 ] default 12:04:26.315439 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Updating authorization options: 7 default 12:04:26.315724 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Enable notifications: 0 [authorizationOptions: 7] default 12:04:26.316289 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Getting section info default 12:04:26.316605 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Requested authorization [ didGrant: 1 hasError: 0 hasCompletionHandler: 1 ] default 12:04:26.316790 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Got section info [ hasResult: 1 ] default 12:04:26.393542 +0530 CourtBuddy [Crashlytics] Version 3.10.2 (130) default 12:04:26.437872 +0530 assertiond client HWM increased to 1 because of default 12:04:26.438110 +0530 assertiond [CourtBuddy:3072] Attempting to acquire assertion for CourtBuddy:3072: <BKProcessAssertion: 0x14be3d7e0; "io.answers.RecordEvent" (finishTask:180s); id:…B418ED57AF0E> default 12:04:26.438247 +0530 assertiond [CourtBuddy:3072] Add assertion: <BKProcessAssertion: 0x14be3d7e0; id: 3072-B6378E4A-455A-4021-9179-B418ED57AF0E; name: io.answers.RecordEvent; state: active; reason: finishTask; duration: 180.0s> { owner = <BSProcessHandle: 0x14be36530; CourtBuddy:3072; valid: YES>; flags = preventSuspend, preventIdleSleep, preventSuspendOnSleep; } default 12:04:26.438374 +0530 assertiond [CourtBuddy:3072] Activate assertion: <BKProcessAssertion: 0x14be3d7e0; "io.answers.RecordEvent" (finishTask:180s); id:…B418ED57AF0E> default 12:04:26.439003 +0530 assertiond [CourtBuddy:3072] Setting jetsam priority to 10 [0x1000108] default 12:04:26.439155 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (CPUMON check): { <BKProcessAssertion: 0x14be36ae0; "Resume" (activation:inf); id:…E7A8D4FDB38B> [active] <BKProcessAssertion: 0x14be06880; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…DBA8F0FDE857> [active] <BKProcessAssertion: 0x14be3d7e0; "io.answers.RecordEvent" (finishTask:180s); id:…B418ED57AF0E> [active] } default 12:04:26.439826 +0530 assertiond Updating PowerAssertion on CourtBuddy:3072 default 12:04:26.509322 +0530 CourtBuddy Faulting in NSHTTPCookieStorage singleton default 12:04:26.509515 +0530 CourtBuddy Faulting in CFHTTPCookieStorage singleton default 12:04:26.509663 +0530 CourtBuddy Creating default cookie storage with default identifier default 12:04:26.511228 +0530 CourtBuddy TIC Enabling TLS [1:0x1096b7d30] default 12:04:26.511429 +0530 CourtBuddy TIC TCP Conn Start [1:0x1096b7d30] default 12:04:26.512716 +0530 CourtBuddy Task .<1> setting up Connection 1 default 12:04:26.540966 +0530 mediaserverd CAReportingClient.mm:210:-[CAReportingClient createReporterID]: created reporter 1573345 default 12:04:26.541367 +0530 mediaserverd CAReportingClient.mm:250:-[CAReportingClient addReporter:]: adding reporterID 1573345 to client default 12:04:26.541860 +0530 mediaserverd 100: session created for reporter 1573345 default 12:04:26.542499 +0530 mediaserverd 4125: { "action":"create_session", "session":{"ID":"0x1bded","PID":3072,"name":"CourtBuddy"}, "details":{"client_PID":3072,"client_mach_port":171699,"session_type":"Primary"} } default 12:04:26.567910 +0530 CourtBuddy Registering configuration default 12:04:26.583315 +0530 CourtBuddy Requesting calls from host default 12:04:26.600088 +0530 CourtBuddy [WARN] Asked to perform a delegate callback but no delegate exists default 12:04:26.600218 +0530 CourtBuddy Received requested calls from host: default 12:04:26.609415 +0530 callservicesd Asked to accept new connection from default 12:04:26.610900 +0530 callservicesd Created default 12:04:26.612905 +0530 callservicesd callControllerHostConnection: default 12:04:26.613971 +0530 callservicesd listener: newConnection: default 12:04:26.616373 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Setting badge number to 1 default 12:04:26.621049 +0530 callservicesd Created CXXPCCallSource with applicationIdentifier: bundle: hasVoIPBackgroundMode: 1 capabilities: connection: default 12:04:26.621102 +0530 callservicesd Asked to add call source default 12:04:26.621203 +0530 callservicesd Call sources changed: default 12:04:26.621287 +0530 callservicesd Received -[CXCallSource registerWithConfiguration:] with configuration: default 12:04:26.621510 +0530 callservicesd Call source registered with configuration default 12:04:26.621666 +0530 callservicesd Updating provider from to default 12:04:26.621817 +0530 callservicesd registeredLocalProvidersByIdentifier: default 12:04:26.621929 +0530 callservicesd Updating current providers to default 12:04:26.622005 +0530 callservicesd machServiceName: com.apple.telephonyutilities.callservicesdaemon.voip newConnection: default 12:04:26.622094 +0530 callservicesd Marking all calls as changed because providers changed default 12:04:26.622186 +0530 callservicesd providersByIdentifier: default 12:04:26.622267 +0530 callservicesd providersByIdentifier: default 12:04:26.622320 +0530 callservicesd Accepting XPC client for com.apple.telephonyutilities.callservicesdaemon.voip: default 12:04:26.622441 +0530 callservicesd (IDSMessaging Host->Client) sendUpdateCallContextMessageToClient default 12:04:26.622516 +0530 callservicesd ==> default 12:04:26.622576 +0530 callservicesd
default 12:04:26.622623 +0530 callservicesd [WARN] No paired device, so unable to send message UpdateCallContext default 12:04:26.622714 +0530 callservicesd <== returns 49 calls default 12:04:26.622799 +0530 callservicesd Asked to register bundle ID with APS environment for VoIP default 12:04:26.622951 +0530 callservicesd Registering application with bundle ID and client in environment default 12:04:26.623036 +0530 callservicesd Delivering token to application default 12:04:26.623149 +0530 callservicesd Delivering 1 payload(s) to application default 12:04:26.626729 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Setting badge to 1 [ old badge: (null) ] default 12:04:26.628194 +0530 SpringBoard [FBSystemService] SpringBoard:52 requested the badge value for Com.Courtbuddy.Courtbuddy be set to "1" default 12:04:26.631080 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Set badge number [ hasCompletionHandler: 0 hasError: 0 ] default 12:04:26.748253 +0530 CourtBuddy TIC Enabling TLS [2:0x1096d4d10] default 12:04:26.748380 +0530 CourtBuddy TIC TCP Conn Start [2:0x1096d4d10] default 12:04:26.749646 +0530 CourtBuddy Task .<1> setting up Connection 2 default 12:04:26.893738 +0530 CourtBuddy TIC TLS Event [1:0x1096b7d30]: 1, Pending(0) default 12:04:26.901168 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14be3d7e0; "io.answers.RecordEvent" (finishTask:180s); id:…B418ED57AF0E> default 12:04:26.902015 +0530 assertiond [CourtBuddy:3072] Deactivate assertion: <BKProcessAssertion: 0x14be3d7e0; "io.answers.RecordEvent" (finishTask:180s); id:…B418ED57AF0E> default 12:04:26.902219 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (deactivateAssertion): { <BKProcessAssertion: 0x14be36ae0; "Resume" (activation:inf); id:…E7A8D4FDB38B> [active] <BKProcessAssertion: 0x14be06880; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…DBA8F0FDE857> [active] } default 12:04:26.902425 +0530 assertiond [CourtBuddy:3072] Setting jetsam priority to 10 [0x1000100] default 12:04:26.902591 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (CPUMON check): { <BKProcessAssertion: 0x14be36ae0; "Resume" (activation:inf); id:…E7A8D4FDB38B> [active] <BKProcessAssertion: 0x14be06880; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…DBA8F0FDE857> [active] } default 12:04:26.902993 +0530 assertiond Updating PowerAssertion on CourtBuddy:3072 default 12:04:26.903583 +0530 assertiond [CourtBuddy:3072] Remove assertion: <BKProcessAssertion: 0x14be3d7e0; "io.answers.RecordEvent" (finishTask:180s); id:…B418ED57AF0E> default 12:04:26.903894 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (CPUMON check): { <BKProcessAssertion: 0x14be36ae0; "Resume" (activation:inf); id:…E7A8D4FDB38B> [active] <BKProcessAssertion: 0x14be06880; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…DBA8F0FDE857> [active] } default 12:04:26.904292 +0530 assertiond Updating PowerAssertion on CourtBuddy:3072 default 12:04:26.954184 +0530 assertiond -[BKAssertion dealloc] - <0x14be3d7e0> default 12:04:26.973670 +0530 CourtBuddy TIC Enabling TLS [3:0x109018640] default 12:04:26.973905 +0530 CourtBuddy TIC TCP Conn Start [3:0x109018640] default 12:04:26.978881 +0530 CourtBuddy Task <6FA26867-3604-4FFA-AA50-0F157155F894>.<1> setting up Connection 3 default 12:04:26.996680 +0530 CourtBuddy Loaded MobileCoreServices.framework default 12:04:27.108976 +0530 CourtBuddy TIC TLS Event [2:0x1096d4d10]: 1, Pending(0) default 12:04:27.150121 +0530 CourtBuddy TIC TLS Event [1:0x1096b7d30]: 2, Pending(0) default 12:04:27.160041 +0530 CourtBuddy TIC TLS Event [1:0x1096b7d30]: 11, Pending(0) default 12:04:27.163974 +0530 CourtBuddy TIC TLS Event [1:0x1096b7d30]: 12, Pending(0) default 12:04:27.167280 +0530 CourtBuddy TIC TLS Event [1:0x1096b7d30]: 14, Pending(0) default 12:04:27.209590 +0530 CourtBuddy TIC TLS Trust Result [1:0x1096b7d30]: 0 default 12:04:27.306582 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14be36ae0; "Resume" (activation:inf); id:…E7A8D4FDB38B> default 12:04:27.306697 +0530 assertiond [CourtBuddy:3072] Deactivate assertion: <BKProcessAssertion: 0x14be36ae0; "Resume" (activation:inf); id:…E7A8D4FDB38B> default 12:04:27.306811 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (deactivateAssertion): { <BKProcessAssertion: 0x14be06880; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…DBA8F0FDE857> [active] } default 12:04:27.306957 +0530 assertiond [CourtBuddy:3072] New process assertion state; preventSuspend, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep (assertion 0x14be36ae0 added: (none); removed: preventThrottleDownUI) default 12:04:27.307094 +0530 assertiond [CourtBuddy:3072] Setting jetsam priority to 10 [0x1000000] default 12:04:27.307606 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (CPUMON check): { <BKProcessAssertion: 0x14be06880; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…DBA8F0FDE857> [active] } default 12:04:27.308023 +0530 assertiond Updating PowerAssertion on CourtBuddy:3072 default 12:04:27.309258 +0530 assertiond [CourtBuddy:3072] Remove assertion: <BKProcessAssertion: 0x14be36ae0; "Resume" (activation:inf); id:…E7A8D4FDB38B> default 12:04:27.309380 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (CPUMON check): { <BKProcessAssertion: 0x14be06880; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…DBA8F0FDE857> [active] } default 12:04:27.309857 +0530 assertiond Updating PowerAssertion on CourtBuddy:3072 default 12:04:27.354355 +0530 assertiond -[BKAssertion dealloc] - <0x14be36ae0> default 12:04:27.357597 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Requesting token for remote notifications default 12:04:27.360120 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Requested token for remote notifications [ didSucceed: 1 hasError: 0 hasCompletionHandler: 1 ] default 12:04:27.360617 +0530 apsd Looking up connection on peer: b357f0 found default 12:04:27.360785 +0530 apsd : Received request from to generate token for topic "" and identifier "" default 12:04:27.360947 +0530 apsd copyTokenForDomain sandbox.push.apple.com default 12:04:27.362281 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Request per-app token with token identifier 7A092B79-4D9B-4604-947C-88E4D0538B9B default 12:04:27.362637 +0530 SpringBoard : Requesting per-app token for topic and identifier default 12:04:27.365197 +0530 CourtBuddy TIC TCP Conn Start [4:0x10be031f0] default 12:04:27.368557 +0530 apsd found cached token for topic: , token: for appSpecificIdentifier default 12:04:27.369059 +0530 apsd handleReceivedPerAppToken: forTopic identifier default 12:04:27.370027 +0530 apsd : Received token for topic with identifier default 12:04:27.370250 +0530 apsd Dispatching low priority message: default 12:04:27.370825 +0530 SpringBoard Received token forTopic identifier default 12:04:27.370946 +0530 SpringBoard calling for received token for topic identifier default 12:04:27.371066 +0530 SpringBoard returned from didReceiveToken:forTopic:identifier default 12:04:27.371145 +0530 SpringBoard Received same per-app token [32] for topic Com.Courtbuddy.Courtbuddy default 12:04:27.371240 +0530 SpringBoard Send per-app token [32] to client for topic Com.Courtbuddy.Courtbuddy default 12:04:27.371369 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Sending received device token to 1 connections default 12:04:27.371666 +0530 SpringBoard 0 apps waiting for tokens default 12:04:27.372626 +0530 CourtBuddy Task <5A953411-3111-4088-8981-2959D8E7772E>.<0> setting up Connection 4 default 12:04:27.373699 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Did receive remote notification token default 12:04:27.377654 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Sending received device token to delegate UIApplication default 12:04:27.398377 +0530 CourtBuddy TIC TLS Event [3:0x109018640]: 1, Pending(0) default 12:04:27.403428 +0530 CourtBuddy TIC TLS Event [2:0x1096d4d10]: 2, Pending(0) default 12:04:27.409523 +0530 CourtBuddy TIC TLS Event [2:0x1096d4d10]: 11, Pending(0) default 12:04:27.411924 +0530 CourtBuddy TIC TLS Event [2:0x1096d4d10]: 12, Pending(0) default 12:04:27.415682 +0530 CourtBuddy TIC TLS Event [2:0x1096d4d10]: 14, Pending(0) default 12:04:27.434231 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:04:27.438938 +0530 apsd updating AppLaunchStats with pending work default 12:04:27.439077 +0530 apsd setting global pending work default 12:04:27.506837 +0530 CourtBuddy TIC TLS Trust Result [2:0x1096d4d10]: 0 default 12:04:27.616980 +0530 apsd Releasing power assertion {identifier: APSCourier(tcpStream:dataReceived:)} default 12:04:27.712049 +0530 CourtBuddy TIC TLS Event [3:0x109018640]: 2, Pending(0) default 12:04:27.713042 +0530 CourtBuddy TIC TCP Conn Connected [4:0x10be031f0]: Err(16) default 12:04:27.713644 +0530 CourtBuddy TIC TCP Conn Event [4:0x10be031f0]: 1 default 12:04:27.724079 +0530 CourtBuddy Task <5A953411-3111-4088-8981-2959D8E7772E>.<0> now using Connection 4 default 12:04:27.724175 +0530 CourtBuddy Task <5A953411-3111-4088-8981-2959D8E7772E>.<0> sent request, body N default 12:04:27.724287 +0530 CourtBuddy TIC TLS Event [3:0x109018640]: 11, Pending(0) default 12:04:27.726276 +0530 CourtBuddy TIC TLS Event [3:0x109018640]: 12, Pending(0) default 12:04:27.729222 +0530 CourtBuddy TIC TLS Event [3:0x109018640]: 14, Pending(0) default 12:04:27.804988 +0530 CourtBuddy TIC TLS Trust Result [3:0x109018640]: 0 default 12:04:27.818229 +0530 CourtBuddy TIC TLS Event [2:0x1096d4d10]: 20, Pending(0) default 12:04:27.818722 +0530 CourtBuddy TIC TCP Conn Connected [2:0x1096d4d10]: Err(16) default 12:04:27.819792 +0530 CourtBuddy TIC TCP Conn Event [2:0x1096d4d10]: 1 default 12:04:27.820028 +0530 CourtBuddy TIC TCP Conn Event [2:0x1096d4d10]: 8 default 12:04:27.820533 +0530 CourtBuddy TIC TLS Handshake Complete [2:0x1096d4d10] default 12:04:27.824155 +0530 CourtBuddy Task .<1> now using Connection 2 default 12:04:27.824739 +0530 CourtBuddy TIC Enabling TLS [5:0x107fa4880] default 12:04:27.824827 +0530 CourtBuddy TIC TCP Conn Start [5:0x107fa4880] default 12:04:27.825738 +0530 CourtBuddy Task <3C17CA8C-D648-471A-8195-A2BD2AB09A98>.<2> setting up Connection 5 default 12:04:27.825840 +0530 CourtBuddy Task .<1> sent request, body S default 12:04:28.073448 +0530 CourtBuddy Task <5A953411-3111-4088-8981-2959D8E7772E>.<0> received response, status 200 content K default 12:04:28.073850 +0530 CourtBuddy Task <5A953411-3111-4088-8981-2959D8E7772E>.<0> response ended default 12:04:28.087080 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Setting badge number to 18 default 12:04:28.090693 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Setting badge to 18 [ old badge: 1 ] default 12:04:28.092616 +0530 SpringBoard [FBSystemService] SpringBoard:52 requested the badge value for Com.Courtbuddy.Courtbuddy be set to "18" default 12:04:28.096518 +0530 CourtBuddy [VERBOSE TwilioVoice] Registering for Twilio push notifications Access Token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiIsImN0eSI6InR3aWxpby1mcGE7dj0xIn0.eyJqdGkiOiJTSzc4ZWZjNTA2YTE5MzA1NzA0YjMwOTc5MmZlOWZhM2MxLTE1MzQ0MDEyNjciLCJpc3MiOiJTSzc4ZWZjNTA2YTE5MzA1NzA0YjMwOTc5MmZlOWZhM2MxIiwic3ViIjoiQUNmMzk1NWRkZTA4MWQ2NWUzNGQxMGQwMWY4NTc1YjA3OCIsImV4cCI6MTUzNDQwNDg2NywiZ3JhbnRzIjp7ImlkZW50aXR5IjoiMjI5NyIsInZvaWNlIjp7Im91dGdvaW5nIjp7ImFwcGxpY2F0aW9uX3NpZCI6IkFQZmMwMTY0YmZmMGZlZDQ5ZWFkMzk2NjU4ZjMyYzQ2ZGEifSwicHVzaF9jcmVkZW50aWFsX3NpZCI6IkNSZWNlNzE4ZWU0OTc5OTI4MWE1MTRhN2RjODg3MjZkN2IifX19.r2C_-KOkvjTE-7lSYAVVa33oW-gdvfkUECq42olgcZU VoIP Registry Token: <4ae81058 939c5964 900a4383 89f7658f fb554999 a97dc810 20a92508 d4767b44> default 12:04:28.099809 +0530 CourtBuddy [DEBUG TVONotificationClient] Register for push notifications. error 12:04:28.185967 +0530 backboardd iohideventsystem_client_dispatch_properties_changed:0x10004003 default 12:04:28.188543 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Setting badge number to 2 default 12:04:28.189145 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Setting badge to 2 [ old badge: 18 ] default 12:04:28.189341 +0530 SpringBoard [FBSystemService] SpringBoard:52 requested the badge value for Com.Courtbuddy.Courtbuddy be set to "2" default 12:04:28.197358 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Set badge number [ hasCompletionHandler: 0 hasError: 0 ] default 12:04:28.198089 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Setting badge to 5 [ old badge: 2 ] default 12:04:28.198192 +0530 SpringBoard [FBSystemService] SpringBoard:52 requested the badge value for Com.Courtbuddy.Courtbuddy be set to "5" default 12:04:28.205535 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Setting badge to 14 [ old badge: 5 ] default 12:04:28.205656 +0530 SpringBoard [FBSystemService] SpringBoard:52 requested the badge value for Com.Courtbuddy.Courtbuddy be set to "14" default 12:04:28.206980 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Set badge number [ hasCompletionHandler: 0 hasError: 0 ] default 12:04:28.208409 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Setting badge number to 5 default 12:04:28.210663 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14be06880; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…DBA8F0FDE857> default 12:04:28.210818 +0530 assertiond [CourtBuddy:3072] Deactivate assertion: <BKProcessAssertion: 0x14be06880; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…DBA8F0FDE857> default 12:04:28.210959 +0530 assertiond [CourtBuddy:3072] no more active assertions, resetting _timedAssertionPermittedDuration, _timedAssertionReferenceTime, _timedAssertionDeadlineActive: NO default 12:04:28.211096 +0530 assertiond [CourtBuddy:3072] No time-limited assertions remain default 12:04:28.211553 +0530 assertiond [CourtBuddy:3072] New process assertion state; (none) (assertion 0x14be06880 added: (none); removed: preventSuspend, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep) default 12:04:28.211689 +0530 assertiond [CourtBuddy:3072] suspend success default 12:04:28.212230 +0530 assertiond [CourtBuddy:3072] Setting jetsam priority to 0 [0] default 12:04:28.212365 +0530 assertiond [CourtBuddy:3072] pid_shutdown_sockets(1) success default 12:04:28.213111 +0530 assertiond [CourtBuddy:3072] setpriority success for resource GPU to PRIO_DARWIN_GPU_DENY default 12:04:28.213255 +0530 assertiond [CourtBuddy:3072] setpriority success for resource CPU to PRIO_DARWIN_BG default 12:04:28.213398 +0530 assertiond Releasing PowerAssertion on CourtBuddy:3072 from update default 12:04:28.215690 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Setting badge to 15 [ old badge: 14 ] default 12:04:28.215827 +0530 SpringBoard [FBSystemService] SpringBoard:52 requested the badge value for Com.Courtbuddy.Courtbuddy be set to "15" default 12:04:28.218991 +0530 powerd Process assertiond.63 Released SystemIsActive "CourtBuddy:3072:112-83AA027F-A636-4012-9194-DBA8F0FDE857 [CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy] [0x14be06880]" age:00:00:02 id:51539642087 [System: PrevIdle SysAct] default 12:04:28.219130 +0530 assertiond [CourtBuddy:3072] Remove assertion: <BKProcessAssertion: 0x14be06880; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…DBA8F0FDE857> default 12:04:28.232103 +0530 callservicesd Invalidating process assertion for bundle ID from completion handler default 12:04:28.235632 +0530 SpringBoard Application process state changed for Com.Courtbuddy.Courtbuddy: <SBApplicationProcessState: 0x106a77c90; pid: 3072; taskState: Suspended; visibility: Background> default 12:04:28.236143 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Setting badge number to 14 default 12:04:28.236253 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Set badge number [ hasCompletionHandler: 0 hasError: 0 ] default 12:04:28.236555 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Setting badge number to 15 default 12:04:28.236760 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Setting badge number to 13 default 12:04:28.237000 +0530 CourtBuddy Provider was asked to report a new incoming call with UUID: update: default 12:04:28.237104 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Set badge number [ hasCompletionHandler: 0 hasError: 0 ] default 12:04:28.259193 +0530 symptomsd 3072 Com.Courtbuddy.Courtbuddy: BackgroundTaskSuspended (most elevated: BackgroundTaskSuspended) default 12:04:28.259282 +0530 callservicesd Updated isRunning for because new application state is 2 default 12:04:28.259494 +0530 SpringBoard WIFI PICKER [Com.Courtbuddy.Courtbuddy]: isProcessLaunch: 0, isForegroundActivation: 0, isForegroundDeactivation: 0 default 12:04:28.259706 +0530 mediaserverd -CMSessionMgr- CMSessionMgrHandleApplicationStateChange: CMSession: Client Com.Courtbuddy.Courtbuddy with pid '3072' is now Background Suspended. Background entitlement: YES default 12:04:28.260092 +0530 mediaserverd 1171: pid 3072(CourtBuddy) default 12:04:28.260278 +0530 mediaserverd 3356: { "action":"application_state_changed", "session":{"ID":"0x1bded","PID":3072,"name":"CourtBuddy"}, "details":{"new_state":"Background Task Suspended"} } default 12:04:28.260528 +0530 assertiond -[BKAssertion dealloc] - <0x14be06880> default 12:04:28.261284 +0530 CommCenter #I BundleID: is no longer a foreground app default 12:04:28.261565 +0530 CommCenter #I BundleID: is no longer a foreground app default 12:04:28.264735 +0530 symptomsd Entry, display name Com.Courtbuddy.Courtbuddy uuid A2E721D7-F42D-395C-AF38-FD5264EA14FB pid 3072 isFront 0 error 12:04:28.437621 +0530 syncdefaultsd BID Can't get the bundle identifier for process 1999 default 12:04:28.488611 +0530 accountsd " () received" default 12:04:28.693330 +0530 UserEventAgent Invalidating simple timer <PCSimpleTimer: 0x103d1e580> default 12:04:28.705292 +0530 UserEventAgent Started simple timer <PCSimpleTimer: 0x103f3bfa0> with fire date [2018-08-16 14:37:53 +0530] default 12:04:28.707749 +0530 UserEventAgent <PCSimpleTimer: 0x103f3bfa0> created preventSleepTimer <PCDispatchTimer: 0x100bed760> and fireTimer <PCDispatchTimer: 0x103d276c0> on queue default 12:04:28.715884 +0530 UserEventAgent Disabling power monitoring for <PCSimpleTimer: 0x103d1e580> - 1 timers default 12:04:28.716385 +0530 UserEventAgent Enabling power monitoring for <PCSimpleTimer: 0x103f3bfa0> - 2 timers error 12:04:28.749768 +0530 syncdefaultsd BID Can't get the bundle identifier for process 1999 error 12:04:28.749900 +0530 syncdefaultsd Process with pid 1999 is not authorized to access (null) error 12:04:28.750726 +0530 syncdefaultsd BID Can't get the bundle identifier for process 1999 error 12:04:28.751601 +0530 syncdefaultsd BID Can't get the bundle identifier for process 1999 default 12:04:29.292722 +0530 SpringBoard {"msg":"CLGyroBiasEstimatorClientRemote::registerWithGyroBiasEstimatorPrivate", "event":"activity", "isBuildingGYTT":0, "client":"0x1043fbb10", "info":"0x1043f7cf0"} default 12:04:29.295040 +0530 SpringBoard {"msg":"Sending cached messages to daemon", "event":"activity"} default 12:04:29.295343 +0530 SpringBoard #Warning No cached registration message default 12:04:29.299993 +0530 SpringBoard {"msg":"CLGyroBiasEstimatorClientRemote::onWatchdogTimerExpiry", "event":"activity", "client":"0x1043fbb10"} default 12:04:29.305833 +0530 locationd {"msg":"state transition", "event":"state_transition", "state":"DaemonClient", "id":"0x10300bc00", "property":"lifecycle", "old":"0x0", "new":"0x10300bc00"} default 12:04:29.307465 +0530 locationd {"msg":"state transition", "event":"state_transition", "state":"DaemonClient", "id":"0x10300bc00", "property":"clientName", "old":"", "new":"com.apple.springboard"} default 12:04:29.312868 +0530 locationd #Warning PAUSE: BATCH: '' (, ) started in unexpected state: default 12:04:29.317207 +0530 locationd Client com.apple.springboard connected default 12:04:29.324235 +0530 locationd Background indicator enabled for is now (was ) default 12:04:29.325443 +0530 locationd {"msg":"kCLConnectionMessageGyroBiasEstimation", "event":"activity", "this":"0x10300bc00", "registrationRequired":0, "registrationReceived":0} default 12:04:29.329764 +0530 locationd Client com.apple.springboard (0x10300bc00) is subscribing to notification kCLConnectionMessageGyroBiasEstimation default 12:04:29.727230 +0530 apsd SimpleTimer <PCSimpleTimer: 0x100b405c0> has fired default 12:04:29.727493 +0530 apsd Invalidating simple timer <PCSimpleTimer: 0x100b405c0> default 12:04:29.732079 +0530 apsd Disabling power monitoring for <PCSimpleTimer: 0x100b405c0> - 3 timers default 12:04:29.732630 +0530 apsd :APSNetworkMonitor decay timer fired default 12:04:29.736226 +0530 apsd :APSNetworkMonitor decaying cost (0 - 115) = 0 for 414.996703 seconds default 12:04:29.736464 +0530 apsd Started simple timer <PCSimpleTimer: 0x100b64b30> with fire date [2018-08-16 12:11:29 +0530] default 12:04:29.737477 +0530 apsd <PCSimpleTimer: 0x100b64b30> created preventSleepTimer <PCDispatchTimer: 0x100ba5e90> and fireTimer <PCDispatchTimer: 0x100853f40> on queue default 12:04:29.747795 +0530 apsd Enabling power monitoring for <PCSimpleTimer: 0x100b64b30> - 4 timers default 12:04:29.748990 +0530 apsd scheduled decay timer default 12:04:29.749205 +0530 apsd decay timer fired default 12:04:29.750680 +0530 apsd SimpleTimer <PCSimpleTimer: 0x100b7aff0> has fired default 12:04:29.751023 +0530 apsd Invalidating simple timer <PCSimpleTimer: 0x100b7aff0> default 12:04:29.756482 +0530 apsd Disabling power monitoring for <PCSimpleTimer: 0x100b7aff0> - 3 timers default 12:04:29.756757 +0530 apsd :APSNetworkMonitor decay timer fired default 12:04:29.757018 +0530 apsd :APSNetworkMonitor decaying cost (1500 - 1) = 1499 for 4.329796 seconds default 12:04:29.757652 +0530 apsd Started simple timer <PCSimpleTimer: 0x10085e270> with fire date [2018-08-16 12:11:29 +0530] default 12:04:29.758915 +0530 apsd <PCSimpleTimer: 0x10085e270> created preventSleepTimer <PCDispatchTimer: 0x100b5a610> and fireTimer <PCDispatchTimer: 0x100821800> on queue default 12:04:29.759712 +0530 apsd Enabling power monitoring for <PCSimpleTimer: 0x10085e270> - 4 timers default 12:04:29.760462 +0530 apsd scheduled decay timer default 12:04:29.760655 +0530 apsd decay timer fired default 12:04:29.845841 +0530 symptomsd L2 Metrics on ifname en0: rssi: -50 (txFrames/txReTx/txFail) 45/12/0 -> (was/is) 0/0 default 12:04:30.003514 +0530 SpringBoard {"msg":"CLGyroBiasEstimatorClientRemote::unregisterWithGyroBiasEstimatorPrivate", "event":"activity", "client":"0x1043fbb10"} default 12:04:30.005802 +0530 locationd #Warning Location connection invalid! default 12:04:30.006726 +0530 locationd {"msg":"CLConnection::handleDisconnection", "event":"activity"} default 12:04:30.006995 +0530 locationd Client com.apple.springboard disconnected default 12:04:30.009922 +0530 locationd {"msg":"state transition", "event":"state_transition", "state":"DaemonClient", "id":"0x10300bc00", "property":"lifecycle", "old":"0x10300bc00", "new":"0x0"} default 12:04:30.434868 +0530 apsd Setting keep alive grace period to 35 default 12:04:30.435137 +0530 apsd Invalidating timer <PCPersistentTimer: 0x10082d900> default 12:04:30.435519 +0530 apsd Invalidating simple timer <PCSimpleTimer: 0x100809850> default 12:04:30.441833 +0530 apsd Canceling system wake for simpletimer [2018-08-16 12:28:57 +0530] default 12:04:30.442088 +0530 apsd Request to schedule wake 0 date 2018-08-16 12:28:57 +0530 leeway 0 service identifier com.apple.apsd(sandbox.push.apple.com)-NonCellular unique identifier <PCSimpleTimer: 0x100809850> default 12:04:30.443965 +0530 apsd Resuming push keep alive timer in normal mode with action PCActionMaintainPushKeepAliveInterval default 12:04:30.444299 +0530 apsd Last timer interruption was early: []. Expected fire time was []. default 12:04:30.444483 +0530 apsd WiFi growth algorithm: received action PCActionMaintainPushKeepAliveInterval while in stage InitialGrowth default 12:04:30.452494 +0530 apsd Cancelling scheduled wake for wake identifier default 12:04:30.454293 +0530 apsd <PCPersistentTimer: 0x100b6b240> created <PCSimpleTimer: 0x100ba9d90> default 12:04:30.454551 +0530 apsd Started simple timer <PCSimpleTimer: 0x100ba9d90> with fire date [2018-08-16 12:29:35 +0530] default 12:04:30.455940 +0530 apsd <PCSimpleTimer: 0x100ba9d90> created preventSleepTimer <PCDispatchTimer: 0x100863cb0> and fireTimer <PCDispatchTimer: 0x10084c2a0> on queue default 12:04:30.456223 +0530 apsd Disabling power monitoring for <PCSimpleTimer: 0x100809850> - 3 timers default 12:04:30.457002 +0530 apsd Wake cancel for ''() completed for [] (took 0.014 seconds; result code 0) default 12:04:30.457575 +0530 apsd <PCSimpleTimer: 0x100ba9d90> Existing wake at (null) re-scheduling to 2018-08-16 12:29:20 +0530 with leeway of 0 default 12:04:30.458760 +0530 apsd Request to schedule wake 1 date 2018-08-16 12:29:20 +0530 leeway 0 service identifier com.apple.apsd(sandbox.push.apple.com)-NonCellular unique identifier <PCSimpleTimer: 0x100ba9d90> default 12:04:30.459095 +0530 apsd Found cached network: 0x100834b10 default 12:04:30.459333 +0530 apsd <PCInterfaceUsabilityMonitor: 0x100806f90> NonCellular: isInterfaceUsable? YES reachable YES linkQuality 100 isNetworkCaptive? NO default 12:04:30.459651 +0530 apsd <PCPersistentTimer: 0x100b6b240> calculating _earlyFireDate. powerStateDetectionSupported = NO = (detectionSupported(NO) && (wwanIsUp(NO) || ! internetReachable(YES))) default 12:04:30.459849 +0530 apsd Enabling power monitoring for <PCSimpleTimer: 0x100ba9d90> - 4 timers default 12:04:30.460176 +0530 apsd Last system wake date (2018-08-16 10:19:35 +0530) was longer than half of the timer duration, so setting minimum fire date to fire date. default 12:04:30.460449 +0530 apsd <PCPersistentTimer: 0x100b6b240> Device is plugged in, overriding earlyFireProportion to be 1.0 default 12:04:30.460889 +0530 apsd <PCPersistentTimer: 0x100b6b240> Calculated minimum fire date [2018-08-16 12:29:35 +0530] (100%) with fire date [2018-08-16 12:29:35 +0530], start date [2018-08-16 12:04:30 +0530], minimum early fire proportion 0, power state detection supported: no, in high power state: no, early fire constant interval 0.000000 default 12:04:30.463046 +0530 apsd : Sending keep alive message via conn: onInterface: NonCellular. Connected on 1 interfaces. Current link quality: default 12:04:30.465762 +0530 apsd Releasing power assertion {identifier: APSCourier(tcpStream:dataReceived:)} default 12:04:30.466061 +0530 apsd Scheduling a wake for date leeway 0 wake identifier default 12:04:30.467622 +0530 apsd Wake schedule for ''() completed for [] (took 0.006 seconds; result code 0) default 12:04:30.665695 +0530 accountsd "Idle-exit-preventing transaction ended!" default 12:04:30.909280 +0530 apsd Created power assertion {identifier: APSCourier(tcpStream:dataReceived:)} default 12:04:30.911996 +0530 apsd : Outstanding data received: (length 2) onInterface: NonCellular. Connected on 1 interfaces. default 12:04:30.912325 +0530 apsd : Stream processing: complete yes, invalid no, length parsed 2, parameters default 12:04:30.914795 +0530 apsd : Received successful keep-alive ack on interface NonCellular: default 12:04:30.921059 +0530 apsd updating wifi keepAliveInterval 1470.326594 growAttempts 72 default 12:04:30.921360 +0530 apsd : Stream processing: complete no, invalid no, length parsed 0, parameters (null) default 12:04:32.693822 +0530 callservicesd Invalidating process assertion for bundle ID from timeout default 12:04:33.071202 +0530 apsd Releasing power assertion {identifier: APSCourier(tcpStream:dataReceived:)} default 12:04:34.753016 +0530 apsd :APSNetworkMonitor decaying cost (0 - 1) = 0 for 5.018730 seconds default 12:04:34.753401 +0530 apsd wifi is historically cheap? YES awakePercentage = 0.000000, wifiGrowAttemptDelta 10 wifiKeepAliveInterval 1629.000000 default 12:04:34.755404 +0530 apsd is WiFi associated? YES default 12:04:34.755718 +0530 apsd we're allowed to piggyback - we will not associate to wifi ourselves. default 12:04:34.756032 +0530 apsd _toggleWiFiAutoAssociateIfNecessary disabling wifi auto association highEnoughPushCost NO wifiHistoricallyOK YES serverLoadIsOK YES criticalReliability NO serverSupportsDualMode YES _dualMode 0 enableDualMode YES disableCostDrivenDualMode NO default 12:04:34.883581 +0530 symptomsd L2 Metrics on ifname en0: rssi: -53 (txFrames/txReTx/txFail) 3/0/0 -> (was/is) 0/0 default 12:04:35.710246 +0530 callservicesd Invalidating process assertion for bundle ID from timeout default 12:04:35.923836 +0530 apsd :APSNetworkMonitor decaying cost (1499 - 1) = 1498 for 6.169454 seconds default 12:04:35.924226 +0530 apsd wifi is historically cheap? YES awakePercentage = 0.000000, wifiGrowAttemptDelta 6 wifiKeepAliveInterval 1470.326594 default 12:04:35.924480 +0530 apsd _toggleWiFiAutoAssociateIfNecessary enabling wifi auto association highEnoughPushCost YES wifiHistoricallyOK YES serverLoadIsOK YES criticalReliability NO serverSupportsDualMode YES _dualMode 0 enableDualMode YES disableCostDrivenDualMode NO default 12:04:38.141168 +0530 atc <ATLegacyMessageLink: 0x101186880, wifi=0> ---> [Ping Request. id=2320, Session=0, params=(null)] default 12:04:39.671270 +0530 UserEventAgent determinePoSMThreshold, enabled:0 0 1 1 default 12:04:39.671763 +0530 UserEventAgent determinePoSMThreshold, changed:0 0 0 0 default 12:04:39.673116 +0530 UserEventAgent determinePoSMThreshold, cmp:206>0 31580>0 5368>10000 17>65 default 12:04:39.675854 +0530 UserEventAgent determinePoSMThreshold,minThreshold=-1 threshold:0 0 -1 -1 default 12:04:39.676200 +0530 UserEventAgent POSM running- en=0, th=65535 65535 default 12:04:39.686338 +0530 kernel Sandbox: MobileMail(1847) deny(1) iokit-get-properties AdapterDetails default 12:04:39.688067 +0530 locationd {"msg":"adapter details", "adapterDescription":"usb host", "batteryChargerType":"kChargerTypeUsb"} default 12:04:39.700129 +0530 coreduetd CDDBatteryMonitor: received batterycallback, currentPercentage:69.000000! default 12:04:39.914950 +0530 symptomsd L2 Metrics on ifname en0: rssi: -48 (txFrames/txReTx/txFail) 3/7/0 -> (was/is) 0/0 default 12:04:44.934042 +0530 symptomsd L2 Metrics on ifname en0: rssi: -52 (txFrames/txReTx/txFail) 2/3/0 -> (was/is) 0/0 default 12:04:49.972292 +0530 symptomsd L2 Metrics on ifname en0: rssi: -48 (txFrames/txReTx/txFail) 0/0/0 -> (was/is) 0/0 default 12:04:53.112261 +0530 atc <ATLegacyMessageLink: 0x101186880, wifi=0> ---> [Ping Request. id=2321, Session=0, params=(null)] default 12:04:55.005062 +0530 symptomsd L2 Metrics on ifname en0: rssi: -47 (txFrames/txReTx/txFail) 0/0/0 -> (was/is) 0/0 default 12:04:58.693627 +0530 callservicesd Invalidating process assertion for bundle ID from timeout default 12:05:00.055896 +0530 symptomsd L2 Metrics on ifname en0: rssi: -47 (txFrames/txReTx/txFail) 2/0/0 -> (was/is) 0/0 default 12:05:00.088241 +0530 UserEventAgent determinePoSMThreshold, enabled:0 0 1 1 default 12:05:00.088646 +0530 UserEventAgent determinePoSMThreshold, changed:0 0 0 0 default 12:05:00.089204 +0530 UserEventAgent determinePoSMThreshold, cmp:206>0 31580>0 5368>10000 17>65 default 12:05:00.089467 +0530 UserEventAgent determinePoSMThreshold,minThreshold=-1 threshold:0 0 -1 -1 default 12:05:00.089595 +0530 UserEventAgent POSM running- en=0, th=65535 65535 default 12:05:00.097091 +0530 locationd {"msg":"adapter details", "adapterDescription":"usb host", "batteryChargerType":"kChargerTypeUsb"} default 12:05:00.100530 +0530 kernel Sandbox: MobileMail(1847) deny(1) iokit-get-properties AdapterDetails default 12:05:00.103394 +0530 coreduetd CDDBatteryMonitor: received batterycallback, currentPercentage:69.000000! default 12:05:00.104149 +0530 coreduetd Received notification event for nearby devices changed! default 12:05:00.107835 +0530 coreduetd Updating energy budget context value to 1 (budget=1, plugged in=1) default 12:05:01.309833 +0530 apsd Created power assertion {identifier: APSCourier(tcpStream:dataReceived:)} default 12:05:01.310788 +0530 apsd : Outstanding data received: (length 410) onInterface: NonCellular. Connected on 1 interfaces. default 12:05:01.311045 +0530 apsd : Stream processing: complete yes, invalid no, length parsed 406, parameters default 12:05:01.317196 +0530 apsd Created power assertion {identifier: APSCourier(tcpStream:dataReceived:)} default 12:05:01.317775 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:05:01.331572 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:05:01.339576 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:05:01.350500 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:05:01.357777 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:05:01.371640 +0530 apsd incoming message is for proxy slave that is not connected. baseToken destToken publicToken default 12:05:01.372175 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:05:01.378006 +0530 apsd timestampForTopic? token default 12:05:01.378561 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:05:01.386631 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:05:01.394382 +0530 apsd isAppSpecificTokenValid sandbox.push.apple.com default 12:05:01.433746 +0530 apsd isAppSpecificTokenValid? found cached token YES default 12:05:01.434034 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:05:01.442099 +0530 apsd hasPayload? forTopic token default 12:05:01.442551 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:05:01.452332 +0530 apsd copyTokenForDomain sandbox.push.apple.com (null) default 12:05:01.502203 +0530 apsd copyAppSpecificTokensWithDomain - sandbox.push.apple.com for topic account default 12:05:01.502786 +0530 apsd receivedPushWithTopic token payload timestamp Thu Aug 16 12:05:00 2018 default 12:05:01.504145 +0530 apsd : Received message for enabled topic '' onInterface: NonCellular with payload '' with priority 10 for device token: NO default 12:05:01.505134 +0530 apsd asked to store incoming message with guid environment default 12:05:01.507562 +0530 apsd : Calling into AWD for PushReceived default 12:05:01.512365 +0530 apsd submitted metric default 12:05:01.513701 +0530 apsd : AWD for PushReceived finished default 12:05:01.513861 +0530 apsd APSMessageStore - New message record [] has ID [11638]. default 12:05:01.514002 +0530 apsd : Stream processing: complete yes, invalid no, length parsed 4, parameters default 12:05:01.514242 +0530 apsd : Received keep-alive response 1 on interface NonCellular: default 12:05:01.514420 +0530 apsd Releasing power assertion {identifier: APSCourier(tcpStream:dataReceived:)} default 12:05:01.515653 +0530 apsd Created metric container: 0x130004 succeeded? YES default 12:05:01.516343 +0530 apsd Submitted metric: 0x130004 succeeded? YES default 12:05:01.518322 +0530 apsd Created power assertion {identifier: APSCourier(tcpStream:dataReceived:)} default 12:05:01.520485 +0530 analyticsd [] no observers; dropped. default 12:05:01.524984 +0530 apsd : Stream processing: complete no, invalid no, length parsed 0, parameters (null) default 12:05:01.525216 +0530 apsd calling completion block for incoming message default 12:05:01.525361 +0530 apsd : Sending acknowledgement message with response 0 and messageId (1378142416) default 12:05:01.525614 +0530 apsd Noting push - using last lq 0 and rat (null) (instead of -2, (null)) default 12:05:01.525827 +0530 apsd :APSNetworkMonitor decaying cost (1498 - 7) = 1491 for 25.601228 seconds default 12:05:01.526475 +0530 apsd :APSNetworkMonitor addCost: 166 - _currentCost is now 1500 default 12:05:01.526991 +0530 apsd _notifyForIncomingMessage with guid default 12:05:01.528705 +0530 apsd Dispatching high priority message: default 12:05:01.529361 +0530 apsd Looking up connection on peer: 8456a0 found default 12:05:01.529517 +0530 apsd informed that acknowledges incoming message with guid default 12:05:01.529699 +0530 apsd Removing incoming message with guid default 12:05:01.529836 +0530 apsd APSMessageStore - APSIncomingMessageRecordDeleteMessageForGUID default 12:05:01.530030 +0530 apsd _schedulePendingWorkUpdate default 12:05:01.530678 +0530 callservicesd Delivering message from apsd: 1378142416 default 12:05:01.531084 +0530 callservicesd responding with an ack for message with guid default 12:05:01.531573 +0530 callservicesd making delegate () calls to deliver message 1378142416 for topic default 12:05:01.531790 +0530 callservicesd calling connection:didReceiveIncomingMessage: default 12:05:01.532356 +0530 callservicesd for connection: message: default 12:05:01.532549 +0530 callservicesd Incoming message has topic: bundleID: default 12:05:01.532725 +0530 callservicesd Application is not running. Will attempt to open the application and acquire a process assertion default 12:05:01.534875 +0530 SpringBoard [FBSystemService][0x1a3c] Received request to open "Com.Courtbuddy.Courtbuddy" from callservicesd:112. default 12:05:01.537323 +0530 SpringBoard [FBSystemService] Trusting entitled client . default 12:05:01.537807 +0530 SpringBoard Received trusted open application request for "Com.Courtbuddy.Courtbuddy" from <FBProcess: 0x100e6d830; callservicesd (com.apple.TelephonyUtilities); pid: 112>. default 12:05:01.552269 +0530 trustd cert[0]: SubjectCommonName =(leaf)[]> 0 default 12:05:01.552890 +0530 trustd cert[0]: CheckLeafMarkerOid =(leaf)[]> 0 default 12:05:01.604276 +0530 SpringBoard [leaf CheckLeafMarkerOid IssuerCommonName SubjectCommonName] default 12:05:01.607681 +0530 trustd cert[0]: IssuerCommonName =(path)[]> 0 default 12:05:01.620753 +0530 trustd cert[0]: SubjectCommonName =(leaf)[]> 0 default 12:05:01.621119 +0530 trustd cert[0]: CheckLeafMarkerOid =(leaf)[]> 0 default 12:05:01.660303 +0530 SpringBoard [leaf CheckLeafMarkerOid IssuerCommonName SubjectCommonName] default 12:05:01.662394 +0530 trustd cert[0]: IssuerCommonName =(path)[]> 0 default 12:05:01.669393 +0530 SpringBoard Executing suspended-activation immediately: OpenApplication(Com.Courtbuddy.Courtbuddy)ForRequester(callservicesd.112) default 12:05:01.691380 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Sending scene action [SceneLifecycleEventOnly] through WorkspaceServer: 0x106a43190 default 12:05:01.695712 +0530 assertiond [SpringBoard:52] Attempting to acquire assertion for CourtBuddy:3072: <BKProcessAssertion: 0x14be3d7e0; "Deliver Message" (suspend:10s); id:…DE1A3BEE13EE> default 12:05:01.695914 +0530 assertiond [CourtBuddy:3072] Add assertion: <BKProcessAssertion: 0x14be3d7e0; id: 52-124D2E67-E370-487E-AFE7-DE1A3BEE13EE; name: "Deliver Message"; state: active; reason: suspend; duration: 10.0s> { owner = <BSProcessHandle: 0x14bd19030; SpringBoard:52; valid: YES>; flags = preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventSuspendOnSleep; } default 12:05:01.696081 +0530 assertiond [CourtBuddy:3072] Activate assertion: <BKProcessAssertion: 0x14be3d7e0; "Deliver Message" (suspend:10s); id:…DE1A3BEE13EE> default 12:05:01.696222 +0530 assertiond [CourtBuddy:3072] timedAssertionReferenceTime: 92171.405900 permittedBackgroundDurationForThisAssertion: 10.000000 oldTimedAssertionPermittedDuration: 0.000000 newTimedAssertionPermittedDuration: 10.000000 _timedAssertionDeadlineActive: YES default 12:05:01.696373 +0530 assertiond [CourtBuddy:3072] Setting up BG permission check timer for 10s default 12:05:01.696531 +0530 assertiond [CourtBuddy:3072] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventSuspendOnSleep (assertion 0x14be3d7e0 added: preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventSuspendOnSleep; removed: (none)) default 12:05:01.696686 +0530 assertiond [CourtBuddy:3072] Setting jetsam priority to 0 [0x200] default 12:05:01.696847 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (CPUMON check): { <BKProcessAssertion: 0x14be3d7e0; "Deliver Message" (suspend:10s); id:…DE1A3BEE13EE> [active] } default 12:05:01.697305 +0530 assertiond [CourtBuddy:3072] Attempting to acquire assertion for CourtBuddy:3072: <BKProcessAssertion: 0x14bd3c220; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…CBF67115BC69> default 12:05:01.697979 +0530 assertiond [CourtBuddy:3072] setpriority success for resource GPU to PRIO_DARWIN_GPU_ALLOW default 12:05:01.698095 +0530 SpringBoard [FBSystemService][0x1a3c] Request complete; no error reported. default 12:05:01.700501 +0530 callservicesd Successfully opened application default 12:05:01.700764 +0530 assertiond [CourtBuddy:3072] setpriority success for resource CPU to default (0) default 12:05:01.700894 +0530 assertiond [CourtBuddy:3072] resume success (suspend) default 12:05:01.701049 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (CPUMON check): { <BKProcessAssertion: 0x14be3d7e0; "Deliver Message" (suspend:10s); id:…DE1A3BEE13EE> [active] } default 12:05:01.701513 +0530 assertiond [CourtBuddy:3072] Add assertion: <BKProcessAssertion: 0x14bd3c220; id: 112-C06D4F5B-D860-4E57-BDA3-CBF67115BC69; name: CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy; state: active; reason: voIP; duration: infs> { owner = <BSProcessHandle: 0x14bd24f50; callservicesd:112; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep; } default 12:05:01.701808 +0530 assertiond [CourtBuddy:3072] Activate assertion: <BKProcessAssertion: 0x14bd3c220; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…CBF67115BC69> default 12:05:01.701929 +0530 assertiond [CourtBuddy:3072] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep (assertion 0x14bd3c220 added: preventIdleSleep, wantsForegroundResourcePriority; removed: (none)) default 12:05:01.702081 +0530 assertiond [CourtBuddy:3072] Setting jetsam priority to 10 [0x1000200] default 12:05:01.702383 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (CPUMON check): { <BKProcessAssertion: 0x14be3d7e0; "Deliver Message" (suspend:10s); id:…DE1A3BEE13EE> [active] <BKProcessAssertion: 0x14bd3c220; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…CBF67115BC69> [active] } default 12:05:01.722306 +0530 assertiond Creating PowerAssertion on CourtBuddy:3072 default 12:05:01.722502 +0530 assertiond Created PowerAssertion on CourtBuddy:3072, sleep reverted default 12:05:01.723043 +0530 powerd Sleep revert state: 1 default 12:05:01.723217 +0530 powerd Process assertiond.63 Created SystemIsActive "CourtBuddy:3072:112-C06D4F5B-D860-4E57-BDA3-CBF67115BC69 [CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy] [0x14bd3c220]" age:00:00:00 id:51539642095 [System: PrevIdle SysAct] default 12:05:01.723414 +0530 SpringBoard Application process state changed for Com.Courtbuddy.Courtbuddy: <SBApplicationProcessState: 0x1079a8180; pid: 3072; taskState: Running; visibility: Background> default 12:05:01.726326 +0530 callservicesd Successfully took out process assertion default 12:05:01.726466 +0530 callservicesd Asked to deliver payload 0x100d7a6a0 to application default 12:05:01.726618 +0530 callservicesd Received -[CXCallSource reportNewIncomingCallWithUUID:update:reply:] with UUID: update: default 12:05:01.726915 +0530 callservicesd Delivering 1 payload(s) to application default 12:05:01.727036 +0530 callservicesd returned from connection:didReceiveIncomingMessage: default 12:05:01.727568 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Setting badge to 13 [ old badge: 15 ] default 12:05:01.727697 +0530 SpringBoard [FBSystemService] SpringBoard:52 requested the badge value for Com.Courtbuddy.Courtbuddy be set to "13" default 12:05:01.898697 +0530 callservicesd Received add incoming call request from call source with UUID update default 12:05:01.898845 +0530 callservicesd Created connection to com.apple.incoming-call-filter-server service: 0x1006d4c50 default 12:05:01.899211 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Set badge number [ hasCompletionHandler: 0 hasError: 0 ] error 12:05:01.899577 +0530 CourtBuddy Task <6A9826A5-4DE1-4D09-AD4C-7C581A4FD477>.<1> finished with error - code: -1001 default 12:05:01.899716 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Setting badge number to 2 error 12:05:01.899804 +0530 CourtBuddy Task .<1> finished with error - code: -1001 default 12:05:01.899921 +0530 imagent Message from client: 0x135e08c20 default 12:05:01.900275 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Setting badge to 2 [ old badge: 13 ] default 12:05:01.900857 +0530 SpringBoard [FBSystemService] SpringBoard:52 requested the badge value for Com.Courtbuddy.Courtbuddy be set to "2" default 12:05:01.936424 +0530 CourtBuddy TIC TCP Conn Cancel [4:0x10be031f0] default 12:05:01.936723 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Set badge number [ hasCompletionHandler: 0 hasError: 0 ] default 12:05:01.937012 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Setting badge number to 5 default 12:05:01.937221 +0530 callservicesd Incoming call filter block called with sourceAddress: providerIdentifier: default 12:05:01.937383 +0530 callservicesd DND enabled: 0 onCall: 0 onEmergencyCall: 0 default 12:05:01.937876 +0530 callservicesd phoneNumberVariants: default 12:05:01.939551 +0530 imagent Message from client: 0x135e08c20 default 12:05:01.939965 +0530 CourtBuddy [INFO TwilioVoice] Inside createCallInviteCanceledNotification:, call invite CA37da7ad592bd9cd0ad3d5de106215b42 being canceled. default 12:05:01.940093 +0530 CourtBuddy transaction: default 12:05:01.944626 +0530 callservicesd Connection Invalid error for service com.apple.incoming-call-filter-server default 12:05:01.944915 +0530 callservicesd callControllerHostConnection: transaction: extensionIdentifier: (null) default 12:05:01.945305 +0530 callservicesd Invalidating process assertion for bundle ID from completion handler default 12:05:01.957191 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Setting badge to 5 [ old badge: 2 ] default 12:05:01.957430 +0530 SpringBoard [FBSystemService] SpringBoard:52 requested the badge value for Com.Courtbuddy.Courtbuddy be set to "5" default 12:05:01.973225 +0530 callservicesd Finding the appropriate localized name to use for handles: default 12:05:01.973381 +0530 callservicesd - handle can't/shouldn't be formatted as a phone number, so using the unmodified destination ID '' default 12:05:01.973509 +0530 callservicesd - using formatted destination ID '' default 12:05:01.973691 +0530 callservicesd Determined dataProviderResult: for fetchRequest: default 12:05:01.975988 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14be3d7e0; "Deliver Message" (suspend:10s); id:…DE1A3BEE13EE> default 12:05:01.978263 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Setting badge to 13 [ old badge: 5 ] default 12:05:01.978462 +0530 SpringBoard [FBSystemService] SpringBoard:52 requested the badge value for Com.Courtbuddy.Courtbuddy be set to "13" default 12:05:01.979826 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14bd3c220; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…CBF67115BC69> default 12:05:02.999810 +0530 callservicesd Suggestions: No suggested names found for '' default 12:05:02.000110 +0530 callservicesd Initialized dynamic display context: default 12:05:02.005265 +0530 callservicesd Started tracking call: default 12:05:02.005437 +0530 callservicesd bundleIdentifier: default 12:05:02.005528 +0530 callservicesd Acquiring process assertion for bundle identifier default 12:05:02.005845 +0530 callservicesd Incremented count of process assertion for bundle identifier to 1 default 12:05:02.006061 +0530 callservicesd Asked to dispatch drain the pool default 12:05:02.010160 +0530 assertiond [CourtBuddy:3072] Deactivate assertion: <BKProcessAssertion: 0x14be3d7e0; "Deliver Message" (suspend:10s); id:…DE1A3BEE13EE> default 12:05:02.110820 +0530 SpringBoard call: default 12:05:02.112778 +0530 replayd call: default 12:05:02.153261 +0530 wifid call: default 12:05:02.154387 +0530 mediaserverd call: default 12:05:02.154470 +0530 imagent call: default 12:05:02.155138 +0530 callservicesd Adding call to dirty calls pool default 12:05:02.155179 +0530 sharingd call: default 12:05:02.155332 +0530 sharingd Active calls changed: 0 -> 1 default 12:05:02.155453 +0530 coreduetd call: default 12:05:02.155719 +0530 homed call: default 12:05:02.155972 +0530 CommCenter call: default 12:05:02.156101 +0530 CommCenter #I Call changed! active: 0, ended: 0 default 12:05:02.156382 +0530 callservicesd Call controller host requested transaction for connection with identifier: bundle: extensionIdentifier: (null) default 12:05:02.156496 +0530 mediaremoted call: default 12:05:02.156581 +0530 callservicesd Using call source for requested transaction default 12:05:02.156713 +0530 callservicesd Allowing requested transaction: default 12:05:02.157326 +0530 callservicesd Asked to add action to uncommitted transaction for call source default 12:05:02.157591 +0530 callservicesd Asked to commit uncommitted transactions: default 12:05:02.158814 +0530 callservicesd Sending -[CXCallSource commitTransaction:]_block_invoke with transaction: default 12:05:02.160136 +0530 callservicesd Draining pool with dirty calls: default 12:05:02.160965 +0530 dasd Trigger: is now [1] default 12:05:02.161209 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (deactivateAssertion): { <BKProcessAssertion: 0x14bd3c220; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…CBF67115BC69> [active] } default 12:05:02.163229 +0530 assertiond [CourtBuddy:3072] New process assertion state; preventSuspend, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep (assertion 0x14be3d7e0 added: (none); removed: preventThrottleDownUI) default 12:05:02.163623 +0530 assertiond [CourtBuddy:3072] Setting jetsam priority to 10 [0x1000000] default 12:05:02.164743 +0530 callservicesd Updating clients with call: default 12:05:02.165075 +0530 callservicesd Cached ID status request (destinations: ) (service: com.apple.ess) (listenerID: com.apple.TUCallCenter) (transactionID: ) default 12:05:02.169366 +0530 identityservicesd Message from client: 0x123d60be0 default 12:05:02.169510 +0530 identityservicesd *** Incoming cached ID status query for (service: com.apple.ess) (transactionID: ) (destinations: ) default 12:05:02.169643 +0530 identityservicesd Selecting account {forOutsideiCloudMessaging: YES, iCloudUsableForOutside: NO} default 12:05:02.169854 +0530 identityservicesd Selected account {registeredAccount: (null)} default 12:05:02.170154 +0530 identityservicesd No registered account for service com.apple.ess, bailing... default 12:05:02.170550 +0530 callservicesd Received cached id status (destinations: (null)) (service: (null)) default 12:05:02.170940 +0530 callservicesd transactionID map after REMOVE default 12:05:02.171665 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (CPUMON check): { <BKProcessAssertion: 0x14bd3c220; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…CBF67115BC69> [active] } default 12:05:02.172142 +0530 callservicesd Received results for service: (null) updates (null) default 12:05:02.172938 +0530 callservicesd Updating client with calls: default 12:05:02.173077 +0530 assertiond [CourtBuddy:3072] Attempting to acquire assertion for CourtBuddy:3072: <BKProcessAssertion: 0x14bd3fb10; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…7953C981D33A> default 12:05:02.174842 +0530 accessoryd Handling current calls changed: default 12:05:02.174990 +0530 accessoryd No cached call found for . Initialized new proxy call 0x103e68640 default 12:05:02.175073 +0530 accessoryd statusChangedForCall default 12:05:02.178049 +0530 callservicesd Updating client with calls: default 12:05:02.178915 +0530 accessoryd Posting TUCallCenterCallStatusChangedInternalNotification with object userInfo (null) default 12:05:02.178970 +0530 accessoryd Posting TUCallCenterCallStatusChangedNotification with object userInfo (null) default 12:05:02.179580 +0530 accessoryd destinationIDChangedForCall default 12:05:02.180695 +0530 accessoryd Posting TUCallCenterCallerIDChangedNotification with object userInfo (null) default 12:05:02.182091 +0530 accessoryd displayContextChangedForCall default 12:05:02.184262 +0530 callservicesd Handling current calls changed: default 12:05:02.184360 +0530 accessoryd Posting TUCallDisplayContextChangedNotification with object userInfo (null) default 12:05:02.184460 +0530 callservicesd No cached call found for . Initialized new proxy call 0x100d30c90 default 12:05:02.184550 +0530 assertiond Updating PowerAssertion on CourtBuddy:3072 default 12:05:02.185518 +0530 accessoryd audioPropertiesChangedForCall default 12:05:02.186674 +0530 accessoryd Posting TUCallAudioPropertiesChangedNotification with object userInfo (null) default 12:05:02.186757 +0530 accessoryd modelChangedForCall default 12:05:02.186811 +0530 accessoryd Posting TUCallModelChangedNotification with object userInfo (null) default 12:05:02.188665 +0530 accessoryd Posting TUCallCenterModelStateChangedNotification with object (null) userInfo (null) default 12:05:02.193746 +0530 callservicesd statusChangedForCall default 12:05:02.193796 +0530 accessoryd Sending call state update: { AddressBookID = "-1"; CallUUID = "FD8FDE47-C120-4F1B-9FCE-98AB288462C7"; ConferenceGroup = 0; Direction = 1; DisconnectReason = 0; DisplayName = "+12687828339"; IsConferenced = 0; Label = ""; RemoteID = "+12687828339"; Service = 0; StartTimestamp = 0; Status = 2; } default 12:05:02.193911 +0530 accessoryd Sending communications update: { CurrentCallCount = 1; } default 12:05:02.196728 +0530 accessoryd Sending communications update: { EndAndAcceptAvailable = 0; HoldAndAcceptAvailable = 0; HoldAvailable = 0; InitiateCallAvailable = 0; MergeAvailable = 0; SwapAvailable = 0; } default 12:05:02.197094 +0530 accessoryd Sending communications update: { EndAndAcceptAvailable = 0; HoldAndAcceptAvailable = 0; HoldAvailable = 0; InitiateCallAvailable = 0; MergeAvailable = 0; SwapAvailable = 0; } default 12:05:02.198231 +0530 callservicesd Posting TUCallCenterCallStatusChangedInternalNotification with object userInfo (null) default 12:05:02.198529 +0530 assertiond [CourtBuddy:3072] Remove assertion: <BKProcessAssertion: 0x14be3d7e0; "Deliver Message" (suspend:10s); id:…DE1A3BEE13EE> default 12:05:02.200243 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (CPUMON check): { <BKProcessAssertion: 0x14bd3c220; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…CBF67115BC69> [active] } default 12:05:02.202099 +0530 callservicesd Posting TUCallCenterCallStatusChangedNotification with object userInfo (null) default 12:05:02.205399 +0530 assertiond Updating PowerAssertion on CourtBuddy:3072 default 12:05:02.206046 +0530 callservicesd call: default 12:05:02.206153 +0530 callservicesd Beginning transaction for . Transaction count is now 1 default 12:05:02.208592 +0530 assertiond [CourtBuddy:3072] Deactivate assertion: <BKProcessAssertion: 0x14bd3c220; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…CBF67115BC69> default 12:05:02.209455 +0530 callservicesd Beginning transaction for . Transaction count is now 2 default 12:05:02.209620 +0530 assertiond [CourtBuddy:3072] no more active assertions, resetting _timedAssertionPermittedDuration, _timedAssertionReferenceTime, _timedAssertionDeadlineActive: NO default 12:05:02.210664 +0530 assertiond [CourtBuddy:3072] No time-limited assertions remain default 12:05:02.211157 +0530 callservicesd Updating nearby device routes using devices: default 12:05:02.211599 +0530 callservicesd Current calls do not support nearby devices () or device doesn't support primary calling () default 12:05:02.212895 +0530 callservicesd notification: default 12:05:02.216724 +0530 assertiond [CourtBuddy:3072] New process assertion state; (none) (assertion 0x14bd3c220 added: (none); removed: preventSuspend, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep) default 12:05:02.218749 +0530 assertiond [CourtBuddy:3072] suspend success default 12:05:02.220698 +0530 assertiond [CourtBuddy:3072] Setting jetsam priority to 0 [0] default 12:05:02.221477 +0530 callservicesd [WARN] No audio route collection found for audio category AVAudioSessionCategorySoloAmbient and audio mode AVAudioSessionModeDefault for call default 12:05:02.224323 +0530 assertiond [CourtBuddy:3072] pid_shutdown_sockets(1) success default 12:05:02.224877 +0530 callservicesd Ignoring ringing call status change for call because relay calling is disabled (1) or this call doesn't support relaying call state (0) or a vehicle route is available (0) or call is RTT (0) or call is TTY (0) default 12:05:02.224920 +0530 callservicesd Posting CLTM notification com.apple.request.hipuncap and setting state to 2 default 12:05:02.224963 +0530 callservicesd Starting coordinated alert request to determine ringtone un-suppression: default 12:05:02.228067 +0530 powerd Process assertiond.63 Released SystemIsActive "CourtBuddy:3072:112-C06D4F5B-D860-4E57-BDA3-CBF67115BC69 [CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy] [0x14bd3c220]" age:00:00:00 id:51539642095 [System: PrevIdle SysAct] default 12:05:02.228542 +0530 callservicesd Call status changed for call: default 12:05:02.228792 +0530 callservicesd TUFormattedPhoneNumber called with number: '' and country code '' default 12:05:02.228845 +0530 callservicesd - PNCreateFormattedStringWithCountry returned default 12:05:02.229697 +0530 callservicesd Queueing activity at beginning of queue: (timeout: 0.000000) default 12:05:02.231071 +0530 assertiond [CourtBuddy:3072] setpriority success for resource GPU to PRIO_DARWIN_GPU_DENY default 12:05:02.231220 +0530 assertiond [CourtBuddy:3072] setpriority success for resource CPU to PRIO_DARWIN_BG default 12:05:02.231490 +0530 assertiond Releasing PowerAssertion on CourtBuddy:3072 from update default 12:05:02.231608 +0530 assertiond [CourtBuddy:3072] Remove assertion: <BKProcessAssertion: 0x14bd3c220; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…CBF67115BC69> default 12:05:02.232294 +0530 assertiond [CourtBuddy:3072] Add assertion: <BKProcessAssertion: 0x14bd3fb10; id: 112-B2F98596-4968-45B0-8E8F-7953C981D33A; name: CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy; state: active; reason: voIP; duration: infs> { owner = <BSProcessHandle: 0x14bd24f50; callservicesd:112; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep; } default 12:05:02.232599 +0530 assertiond [CourtBuddy:3072] Activate assertion: <BKProcessAssertion: 0x14bd3fb10; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…7953C981D33A> default 12:05:02.233224 +0530 callservicesd Updated currently broadcasted activity to default 12:05:02.233412 +0530 callservicesd Dequeueing activity: default 12:05:02.233659 +0530 callservicesd ENCODE: Caching encoded userInfo to use until we are marked dirty again, returning encoded result opts={ LSUserActivityContainsFileProviderURL = 0; LSUserActivityContainsUnsynchronizedCloudDocs = 0; UAUserActivityContainsCloudDocsKey = 0;} default 12:05:02.233744 +0530 callservicesd Updated currently broadcasted activity to (null) default 12:05:02.234732 +0530 useractivityd - Making 1A02AFF6-818E-46A8-94D6-A3B9CB5D109A/ into the currentItem from process /112 default 12:05:02.236029 +0530 assertiond [CourtBuddy:3072] New process assertion state; preventSuspend, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep (assertion 0x14bd3fb10 added: preventSuspend, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep; removed: (none)) default 12:05:02.236100 +0530 assertiond [CourtBuddy:3072] Setting jetsam priority to 10 [0x1000000] default 12:05:02.236272 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (CPUMON check): { <BKProcessAssertion: 0x14bd3fb10; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…7953C981D33A> [active] } default 12:05:02.236704 +0530 analyticsd [] no observers; dropped. default 12:05:02.236974 +0530 useractivityd - Making 1A02AFF6-818E-46A8-94D6-A3B9CB5D109A/ into the currentItem from process /112 default 12:05:02.237753 +0530 assertiond [CourtBuddy:3072] setpriority success for resource GPU to PRIO_DARWIN_GPU_ALLOW default 12:05:02.238043 +0530 assertiond [CourtBuddy:3072] setpriority success for resource CPU to default (0) default 12:05:02.238470 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Setting badge number to 13 default 12:05:02.238593 +0530 CourtBuddy TIC TLS Event [3:0x109018640]: 20, Pending(0) default 12:05:02.238737 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Set badge number [ hasCompletionHandler: 0 hasError: 0 ] default 12:05:02.239063 +0530 CourtBuddy [DEBUG TwilioVoice] Inside removeFromActiveCallInvites:, remove call invite CA37da7ad592bd9cd0ad3d5de106215b42 from active call invites default 12:05:02.239430 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Set badge number [ hasCompletionHandler: 0 hasError: 0 ] default 12:05:02.239743 +0530 CourtBuddy [DEBUG TVOCallInvite] dealloc. default 12:05:02.239837 +0530 CourtBuddy call: default 12:05:02.239947 +0530 CourtBuddy Received reply from transaction request with error: (null) default 12:05:02.240082 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Setting badge number to 17 default 12:05:02.240179 +0530 CourtBuddy Received request to commit transaction default 12:05:02.240385 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Set badge number [ hasCompletionHandler: 0 hasError: 0 ] default 12:05:02.240602 +0530 CourtBuddy EndCallAction transaction request successful default 12:05:02.240739 +0530 CourtBuddy Delegate did not execute transaction. Performing actions individually default 12:05:02.241016 +0530 CourtBuddy TIC TCP Conn Connected [3:0x109018640]: Err(16) default 12:05:02.241155 +0530 CourtBuddy Asking delegate to perform action default 12:05:02.241620 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Set badge number [ hasCompletionHandler: 0 hasError: 0 ] default 12:05:02.241712 +0530 CourtBuddy Provider was notified that action completed default 12:05:02.242289 +0530 CourtBuddy Removing transaction from list of pending transactions because it is now complete: default 12:05:02.242755 +0530 CourtBuddy TIC TCP Conn Event [3:0x109018640]: 1 default 12:05:02.242862 +0530 CourtBuddy TIC TCP Conn Event [3:0x109018640]: 8 default 12:05:02.243089 +0530 CourtBuddy TIC TLS Handshake Complete [3:0x109018640] default 12:05:02.247247 +0530 assertiond [CourtBuddy:3072] resume success (voIP) default 12:05:02.247336 +0530 powerd Sleep revert state: 1 default 12:05:02.247661 +0530 callservicesd Received -[CXCallSource actionCompleted:] with action: default 12:05:02.248093 +0530 powerd Process assertiond.63 Created SystemIsActive "CourtBuddy:3072:112-B2F98596-4968-45B0-8E8F-7953C981D33A [CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy] [0x14bd3fb10]" age:00:00:00 id:51539642096 [System: PrevIdle SysAct] default 12:05:02.248256 +0530 callservicesd completedAction: default 12:05:02.248534 +0530 callservicesd Notifying delegate of completed transaction group: default 12:05:02.250206 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Setting badge to 17 [ old badge: 13 ] default 12:05:02.250314 +0530 SpringBoard [FBSystemService] SpringBoard:52 requested the badge value for Com.Courtbuddy.Courtbuddy be set to "17" default 12:05:02.251391 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (CPUMON check): { <BKProcessAssertion: 0x14bd3fb10; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…7953C981D33A> [active] } default 12:05:02.252391 +0530 assertiond Creating PowerAssertion on CourtBuddy:3072 default 12:05:02.252617 +0530 assertiond Created PowerAssertion on CourtBuddy:3072, sleep reverted error 12:05:02.255825 +0530 CourtBuddy Function boringssl_session_errorlog: line 2871 [boringssl_session_read] SSL_ERROR_ZERO_RETURN(6): operation failed because the connection was cleanly shut down with a close_notify alert default 12:05:02.256132 +0530 CourtBuddy Task .<1> received response, status 200 content K error 12:05:02.257620 +0530 CourtBuddy Function boringssl_session_errorlog: line 2871 [boringssl_session_read] SSL_ERROR_ZERO_RETURN(6): operation failed because the connection was cleanly shut down with a close_notify alert default 12:05:02.259010 +0530 SpringBoard Application process state changed for Com.Courtbuddy.Courtbuddy: <SBApplicationProcessState: 0x106a62b10; pid: 3072; taskState: Suspended; visibility: Background> default 12:05:02.259297 +0530 SpringBoard Application process state changed for Com.Courtbuddy.Courtbuddy: <SBApplicationProcessState: 0x10ded8e10; pid: 3072; taskState: Running; visibility: Background> default 12:05:02.271754 +0530 CourtBuddy [DEBUG TVONotificationClient] Completed registration request. default 12:05:02.273366 +0530 CourtBuddy [ERROR TwilioVoice] Inside register:deviceToken:completion:, failed to register for Twilio push notifications. Error:The request timed out. error 12:05:02.302954 +0530 CourtBuddy Function boringssl_session_errorlog: line 2871 [boringssl_session_read] SSL_ERROR_ZERO_RETURN(6): operation failed because the connection was cleanly shut down with a close_notify alert error 12:05:02.304477 +0530 CourtBuddy TIC Read Status [3:0x109018640]: 1:57 default 12:05:02.305537 +0530 CourtBuddy TIC TCP Conn Cancel [3:0x109018640] error 12:05:02.306341 +0530 CourtBuddy Task <6FA26867-3604-4FFA-AA50-0F157155F894>.<1> HTTP load failed (error code: -1005 [4:-4]) error 12:05:02.306703 +0530 CourtBuddy Task <6FA26867-3604-4FFA-AA50-0F157155F894>.<1> finished with error - code: -1005 default 12:05:02.308659 +0530 CourtBuddy Task <6FA26867-3604-4FFA-AA50-0F157155F894>.<1> now using Connection 3 default 12:05:02.308876 +0530 CourtBuddy TIC TCP Conn Cancel [1:0x1096b7d30] error 12:05:02.309840 +0530 CourtBuddy Function boringssl_context_get_os_status: line 4240 SSL_AD_CLOSE_NOTIFY error 12:05:02.317649 +0530 CourtBuddy Function nw_protocol_boringssl_get_output_frames: line 1184 get output frames failed, state 8196 default 12:05:02.325331 +0530 CourtBuddy TIC TCP Conn Cancel [2:0x1096d4d10] default 12:05:02.328848 +0530 CourtBuddy Task .<1> response ended error 12:05:02.329122 +0530 CourtBuddy Function boringssl_session_errorlog: line 2871 [boringssl_session_read] SSL_ERROR_ZERO_RETURN(6): operation failed because the connection was cleanly shut down with a close_notify alert error 12:05:02.329374 +0530 CourtBuddy Task .<1> HTTP load failed (error code: -999 [1:89]) error 12:05:02.334233 +0530 CourtBuddy Task <6A9826A5-4DE1-4D09-AD4C-7C581A4FD477>.<1> HTTP load failed (error code: -999 [1:89]) error 12:05:02.652508 +0530 CourtBuddy Function nw_protocol_boringssl_get_output_frames: line 1184 get output frames failed, state 8196 default 12:05:02.653373 +0530 callservicesd Began app history activity for call default 12:05:02.653632 +0530 callservicesd Frontmost call is hosted here ... default 12:05:02.656528 +0530 CourtBuddy TIC TCP Conn Destroyed [1:0x1096b7d30] default 12:05:02.657076 +0530 CourtBuddy TIC TLS Event [5:0x107fa4880]: 1, Pending(0) default 12:05:02.657360 +0530 CourtBuddy TIC TCP Conn Start [6:0x109667410] default 12:05:02.661772 +0530 CourtBuddy Task .<3> setting up Connection 6 default 12:05:02.661923 +0530 callservicesd ... and it is an endpoint here ... default 12:05:02.896986 +0530 CourtBuddy TIC TCP Conn Start [7:0x1096b7d30] default 12:05:02.898032 +0530 CourtBuddy Task .<1> setting up Connection 7 default 12:05:02.900147 +0530 callservicesd ... and we are a secondary device ... default 12:05:02.900292 +0530 callservicesd [WARN] ... but no dynamic identifier could be found (1) or no handoff user info exists (1). Not broadcasting frontmost call default 12:05:02.900433 +0530 callservicesd Proximity detection should be 0 since isEndpointOnCurrentDevice: 0, isInterfaceOrientationPortrait: 1, isRTT: 0, isTTY: 0 default 12:05:02.900576 +0530 callservicesd Unregistering for com.apple.telephonyutilities.suppressringtone user activity type and dynamic identifier (null) default 12:05:02.900873 +0530 callservicesd resolutionChangedHandler closure invoked default 12:05:02.901019 +0530 callservicesd Unregistered to listen for activity type 3 and stopped listening for best app suggestions default 12:05:02.901278 +0530 callservicesd oldDescriptor: descriptor: default 12:05:02.901651 +0530 callservicesd Stopping sound playback default 12:05:02.901966 +0530 callservicesd Ending discovery mode default 12:05:02.902261 +0530 callservicesd Setting audio activation context: for provider default 12:05:02.902786 +0530 analyticsd [] no observers; dropped. default 12:05:02.903672 +0530 mediaserverd 2767: { "action":"set_property", "session":{"ID":"0x1803a","PID":112,"name":"callservicesd"}, "details":{"key":"InitiationDescription","value":{"initiation accessibility preference":1635087471,"initiation call direction":1768842095,"initiation trigger":1668047974}} } default 12:05:02.904251 +0530 mediaremoted [AVRoutingServer] Client callservicesd changed route discovery mode to Disabled. default 12:05:02.905711 +0530 callservicesd Successfully set audio activation context default 12:05:02.908987 +0530 callservicesd Setting audio active: options: 0 for provider default 12:05:02.909414 +0530 mediaserverd 2854: { "action":"activate", "session":{"ID":"0x1803a","PID":112,"name":"callservicesd"}, "details":"entry" } default 12:05:02.910728 +0530 mediaserverd CAReportingClient.mm:316:-[CAReportingClient sendMessage:category:type:reporters:]: message { "active devices" = "[ { vdef, [ ], [ pspk ( 0 ) ] }, { vspd, [ pmbi ( 0 ) ], [ ] } ]"; category = csav; mode = imdf; }: (null) default 12:05:02.911139 +0530 mediaserverd -CMSessionMgr- cmsSetIsActive: CMSession: 'sid:0x1803a, callservicesd(112), 'prim'' with category/mode Ringtone/Default going active default 12:05:02.913746 +0530 mediaserverd CAReportingClient.mm:333:-[CAReportingClient setServiceType:reporterID:]: serviceName 0: 1572879 default 12:05:02.914896 +0530 mediaserverd -CMSUtilities- CMSUtility_SendSessionStateReportToAudioToolBox: Starting reporter for session : sid:0x1803a, callservicesd(112), 'prim', reporter id = 1572879 default 12:05:02.916690 +0530 mediaserverd CAReportingClient.mm:296:-[CAReportingClient startReporters:]: starting ( 1572879 ) default 12:05:02.918895 +0530 mediaserverd 114: service type 0 set for reporter 1572879 default 12:05:02.922798 +0530 mediaserverd CAReportingClient.mm:316:-[CAReportingClient sendMessage:category:type:reporters:]: message { HostApplicationDisplayID = callservicesd; }: ( 1572879 ) default 12:05:02.927039 +0530 mediaserverd startLogging: Client starts logging... default 12:05:02.927599 +0530 rtcreportingd createReportingSessionWithDelegate: retained XPCTransaction. Ref count is 1 default 12:05:02.928207 +0530 rtcreportingd updateCorrelatedSessions: Session 4294967295 has no correlated sessions as it is a standalone session default 12:05:02.929403 +0530 rtcreportingd storebagForSession: Not fetching storebag for client type 19 - must wait 900 seconds between attempts default 12:05:02.936773 +0530 mediaserverd 2524: Route configuration change initiated [ client request ]. Route configuration: default 12:05:02.937369 +0530 mediaserverd 2527: - category: crng default 12:05:02.937850 +0530 mediaserverd 2527: - initiation context: [ initiation accessibility preference: auto; initiation call direction: inco; initiation trigger: cldf ] default 12:05:02.939042 +0530 mediaserverd 2527: - voice processing configuration: [ ] default 12:05:02.939784 +0530 mediaserverd 2527: - reporter IDs: { 1572879 } default 12:05:02.941114 +0530 mediaserverd 2527: - sub-port preferences: { } default 12:05:02.942629 +0530 mediaserverd 2527: - mode: imdf default 12:05:02.943797 +0530 mediaserverd 2527: - device hints: { <CFData 0x104cf7f30 [0x1b2507310]>{length = 48, capacity = 48, bytes = 0x666564767472736e626f6c6700000000 ... 6846c90401000000} } default 12:05:02.949491 +0530 mediaserverd 2098: - Device Hints: { [ vdef: [nsrt/glob/0] 44100.000000 ] }. default 12:05:02.967053 +0530 symptomsd 3072 Com.Courtbuddy.Courtbuddy: BackgroundRunning (most elevated: BackgroundRunning) default 12:05:02.967663 +0530 SpringBoard WIFI PICKER [Com.Courtbuddy.Courtbuddy]: isProcessLaunch: 0, isForegroundActivation: 0, isForegroundDeactivation: 0 default 12:05:02.970588 +0530 mediaserverd 182: Set mute value of 1 on HAL device 33 (selector: kAudioDevicePropertyMute; scope: 'outp' (1869968496); element: 4). default 12:05:02.979063 +0530 mediaserverd 150: Num Output Streams used for timesync determination: 1 default 12:05:02.981715 +0530 mediaserverd HALS_Device.cpp:110:Activate: HALS_Device::Activate: activating device 5020: VAD [vdef] AggDev 583 default 12:05:02.982163 +0530 mediaserverd HALS_IOEngine2.cpp:1071:_UpdateTotalStreamUsage: 'Null_Device': Updating 1 output stream(s) default 12:05:02.983306 +0530 mediaserverd HALS_IOEngine2.cpp:1071:_UpdateTotalStreamUsage: 'Null_Device': Updating 1 input stream(s) default 12:05:02.984149 +0530 mediaserverd HALS_IOContextDescription.cpp:1113:PushStreamUsageToEngines_block_invoke: IOContext 5024: pushing 1 output stream(s) to 'Null_Device' default 12:05:02.985132 +0530 mediaserverd HALS_IOContextDescription.cpp:1117:PushStreamUsageToEngines_block_invoke: IOContext 5024: output stream[0] => Enabled: 'Null_Device' default 12:05:02.985596 +0530 mediaserverd HALS_IOContextDescription.cpp:1113:PushStreamUsageToEngines_block_invoke: IOContext 5024: pushing 1 input stream(s) to 'Null_Device' default 12:05:02.990218 +0530 mediaserverd HALS_IOEngine2.cpp:1071:_UpdateTotalStreamUsage: 'Null_Device': Updating 1 output stream(s) default 12:05:02.991189 +0530 mediaserverd HALS_IOContextDescription.cpp:1117:PushStreamUsageToEngines_block_invoke: IOContext 5024: input stream[0] => Enabled: 'Null_Device' default 12:05:02.991710 +0530 mediaserverd HALS_IOEngine2.cpp:1100:_UpdateTotalStreamUsage: 'Null_Device': Output[0] => Enabled default 12:05:02.992179 +0530 mediaserverd HALS_IOEngine2.cpp:1071:_UpdateTotalStreamUsage: 'Null_Device': Updating 1 input stream(s) default 12:05:02.992907 +0530 mediaserverd HALS_IOEngine2.cpp:1100:_UpdateTotalStreamUsage: 'Null_Device': Input[0] => Enabled default 12:05:03.999916 +0530 callservicesd Updated isRunning for because new application state is 4 default 12:05:03.008985 +0530 mediaserverd 399: Synchronously setting physical format to [ 16/44100/2; flags: 0xc; bpp: 4; fpp: 1; Bpf: 4 ] on stream 77. default 12:05:03.009290 +0530 mediaserverd HALS_IOContextDescription.cpp:1113:PushStreamUsageToEngines_block_invoke: IOContext 5024: pushing 1 input stream(s) to 'Null_Device' default 12:05:03.009469 +0530 mediaserverd HALS_IOContextDescription.cpp:1117:PushStreamUsageToEngines_block_invoke: IOContext 5024: input stream[0] => Disabled: 'Null_Device' default 12:05:03.009892 +0530 mediaserverd HALS_IOEngine2.cpp:1071:_UpdateTotalStreamUsage: 'Null_Device': Updating 1 input stream(s) default 12:05:03.023103 +0530 mediaserverd HALS_IOEngine2.cpp:1100:_UpdateTotalStreamUsage: 'Null_Device': Input[0] => Disabled default 12:05:03.033334 +0530 mediaserverd HALS_IOContextDescription.cpp:1113:PushStreamUsageToEngines_block_invoke: IOContext 5024: pushing 1 output stream(s) to 'Null_Device' default 12:05:03.040461 +0530 mediaserverd HALS_IOContextDescription.cpp:1117:PushStreamUsageToEngines_block_invoke: IOContext 5024: output stream[0] => Enabled: 'Null_Device' default 12:05:03.052005 +0530 mediaserverd HALS_IOEngine2.cpp:1071:_UpdateTotalStreamUsage: 'Null_Device': Updating 1 output stream(s) default 12:05:03.409784 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x1bded","PID":3072,"name":"CourtBuddy"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.425175 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x1b33f","PID":2634,"name":"coreduetd"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.425681 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x19729","PID":2085,"name":"SiriViewService"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.425984 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x196fc","PID":2086,"name":"voiced"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.426242 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x196a8","PID":2065,"name":"mediaremoted","type":"Auxiliary"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.426544 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x196a6","PID":2065,"name":"mediaremoted"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.426847 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x18061","PID":230,"name":"accessoryd"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.427122 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x1803a","PID":112,"name":"callservicesd"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.428235 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x18025","PID":22,"name":"assistantd"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.429937 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x18023","PID":52,"name":"SpringBoard"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.433481 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x18020","PID":42,"name":"wifid"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.453377 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x1801d","PID":78,"name":"CommCenter"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.648889 +0530 coreduetd Received notification event for nearby devices changed! default 12:05:03.650200 +0530 callservicesd Successfully set audio active: options: 0 default 12:05:03.650643 +0530 callservicesd destinationIDChangedForCall default 12:05:03.933736 +0530 assertiond -[BKAssertion dealloc] - <0x14bd3c220> default 12:05:04.000483 +0530 CourtBuddy TIC TLS Event [5:0x107fa4880]: 2, Pending(0) default 12:05:04.003587 +0530 CourtBuddy TIC TLS Event [5:0x107fa4880]: 20, Pending(0) default 12:05:04.004126 +0530 CourtBuddy TIC TCP Conn Connected [5:0x107fa4880]: Err(16) default 12:05:04.005366 +0530 CourtBuddy TIC TCP Conn Event [5:0x107fa4880]: 1 default 12:05:04.005939 +0530 CourtBuddy TIC TCP Conn Event [5:0x107fa4880]: 8 default 12:05:04.006104 +0530 CourtBuddy TIC TLS Handshake Complete [5:0x107fa4880] default 12:05:04.007327 +0530 CourtBuddy Task <3C17CA8C-D648-471A-8195-A2BD2AB09A98>.<2> now using Connection 5 default 12:05:04.007630 +0530 CourtBuddy Task <3C17CA8C-D648-471A-8195-A2BD2AB09A98>.<2> sent request, body S default 12:05:04.026441 +0530 mediaserverd -CMSessionMgr- CMSessionMgrHandleApplicationStateChange: CMSession: Client Com.Courtbuddy.Courtbuddy with pid '3072' is now Background Running. Background entitlement: YES default 12:05:04.029235 +0530 mediaserverd 2066: Client request to set nominal sample rate to 44100.000000 on VAD 89. default 12:05:04.030407 +0530 mediaserverd HALS_IOContext.cpp:1024:StopIOProcID: HALS_IOContext::StopIOProcID: 5018 Codec (VAD [vdef] AggDev 582): default 12:05:04.030651 +0530 mediaserverd HALS_IOContext.cpp:1030:StopIOProcID: HALS_IOContext::StopIOProcID: stopping 0x21 state: Prewarm: 0 Play: 0 State: Stopped IOProc 0x21: no default 12:05:04.030786 +0530 mediaserverd HALS_Device.cpp:170:_Deactivate: HALS_Device::_Deactivate: deactivating device 5014: VAD [vdef] AggDev 582 error 12:05:04.030961 +0530 mediaserverd HALS_Framework.cpp:1492:AudioObjectRemovePropertyListener: AudioObjectRemovePropertyListener: no object with given ID 5014 default 12:05:04.031103 +0530 powerd Process mediaserverd.24 Released PreventUserIdleDisplaySleep "com.apple.audio.context5018.preventuseridledisplaysleep" age:00:00:59 id:21474871003 [System: PrevIdle SysAct] default 12:05:04.031267 +0530 powerd Process mediaserverd.24 Released PreventUserIdleSystemSleep "com.apple.audio.context5018.preventuseridlesleep" age:00:00:59 id:4295001818 [System: PrevIdle SysAct] default 12:05:04.031435 +0530 mediaserverd HALS_IOEngine2.cpp:1071:_UpdateTotalStreamUsage: 'Codec': Updating 1 output stream(s) error 12:05:04.031589 +0530 mediaserverd HALS_Framework.cpp:1492:AudioObjectRemovePropertyListener: AudioObjectRemovePropertyListener: no object with given ID 5014 default 12:05:04.031733 +0530 mediaserverd HALS_IOEngine2.cpp:1071:_UpdateTotalStreamUsage: 'Codec': Updating 1 input stream(s) default 12:05:04.032018 +0530 mediaserverd 4538: Route configuration change completed [ internal update ]. Route description: default 12:05:04.032156 +0530 mediaserverd 4538: - route change reason: rred default 12:05:04.032302 +0530 mediaserverd 4538: - category: crng default 12:05:04.032432 +0530 mediaserverd 4538: - mode: imdf default 12:05:04.032916 +0530 mediaserverd 4876: VirtualAudio_Devices (2): default 12:05:04.033065 +0530 mediaserverd 4876: - VirtualAudio_Device: [ type: vdef; id: 89; addr: 0x1012d5040; hidden: 0; VA strms: { o/5025/0x106e8c640 }; agg dev: [ id: 5020; addr: 0x1020ae600; uid: "VAD [vdef] AggDev 583"; virt strms: { }; phys devs: { [ id: 76; addr: 0x1012b04f0; uid: "Null_Device"; streams: { i/78/0x1012b2390, o/77/0x1012b1700 } ] } ] ]; running: 0; sr: 44100 default 12:05:04.033185 +0530 mediaserverd 4876: - VirtualAudio_Stream: [ id: 5025; addr: 0x106e8c640; dir: out; owning VAD: [ 89/0x1012d5040 ]; virt strms: [ addr: 0x107728000; dir: out; pref virt chans: 0; forced virt chans: 0; actual strm: [ addr: 0x1020ae970; owning dev: 0x1020ae600; strms: { [ id: 77; addr: 0x1012b1700; dir: out ] } ] ] ]; fmt: [ 32/44100/2; flags: 0x29; bpp: 4; fpp: 1; Bpf: 4 ] default 12:05:04.033345 +0530 mediaserverd 4876: - VirtualAudio_Device: [ type: vspd; id: 4726; addr: 0x106ef2250; hidden: 0; VA strms: { i/4731/0x1013481b0, }; agg dev: [ id: 4720; addr: 0x107732510; uid: "VAD [vspd] AggDev 540"; virt strms: { }; phys devs: { [ id: 33; addr: 0x1012c16a0; uid: "Codec"; streams: { i/35/0x1013c4240, o/34/0x1013c41f0 } ] } ] ]; running: 0; sr: 16000 default 12:05:04.033627 +0530 mediaserverd 4876: - VirtualAudio_Stream: [ id: 4731; addr: 0x1013481b0; dir: in; owning VAD: [ 4726/0x106ef2250 ]; virt strms: [ addr: 0x104ec51b0; dir: in; pref virt chans: 0; forced virt chans: 0; actual strm: [ id: 35; addr: 0x1013c4240; dir: in ] ] ]; fmt: [ 32/16000/1; flags: 0x29; bpp: 4; fpp: 1; Bpf: 4 ] default 12:05:04.033905 +0530 mediaserverd 4876: Routing manager: [ ] default 12:05:04.034203 +0530 mediaserverd 4876: VirtualAudio_Ports (6): default 12:05:04.034796 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 82; addr: 0x1012b8180; core port: [ type: pnul; addr: 0x1012b5be0; conn: 1; rout: 1 ] ] default 12:05:04.035106 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 83; addr: 0x1012b85a0; core port: [ type: pnli; addr: 0x1012b7620; conn: 1; rout: 1 ] ] default 12:05:04.035410 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 96; addr: 0x101263200; core port: [ type: pmbi; addr: 0x1012db4e0; conn: 1; rout: 1 ] ] default 12:05:04.035723 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 81; addr: 0x1012b7590; core port: [ type: pap ; addr: 0x101398b60; conn: 0; rout: 0 ] ] default 12:05:04.036038 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 95; addr: 0x1012b7910; core port: [ type: pspk; addr: 0x1013c5180; conn: 1; rout: 1 ] ] default 12:05:04.036227 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 97; addr: 0x101263570; core port: [ type: papa; addr: 0x1013d3360; conn: 1; rout: 0 ] ] default 12:05:04.040650 +0530 SpringBoard [AVOutputContext] Forwarding AVOutputContextOutputDevicesDidChangeNotification as kMRAVOutputContextDevicesDidChangeNotification using context parameter <MRAVOutputContext 0x10fec5390 SharedSystemAudio avOutputContext = <AVOutputContext: 0x10be4b720>> default 12:05:04.041026 +0530 SpringBoard [AVOutputContext] Output devices did change notification received: NSConcreteNotification 0x111bcefb0 {name = AVOutputContextOutputDeviceDidChangeNotification; object = <AVOutputContext: 0x10c8294e0>} default 12:05:04.041586 +0530 studentd [AVOutputContext] Output devices: ( ) default 12:05:04.044955 +0530 homed [AVOutputContext] Output devices: ( ) default 12:05:04.049928 +0530 mediaremoted [MRDNowPlayingOriginClient] Changing currentRouteHasVolumeControl from MRVolumeControlCapabilitiesAbsolute to MRVolumeControlCapabilitiesNone for client <MRDNowPlayingOriginClient 0x100d259c0 origin=<_MROriginProtobuf: 0x100c11cf0> { deviceInfo = { allowsPairing = 1; applicationBundleIdentifier = "com.apple.mediaremoted"; localizedModelName = iPad; name = "Skycap\U2019s iPad"; protocolVersion = 1; sharedQueueVersion = 2; supportsACL = 1; supportsSharedQueue = 1; supportsSystemPairing = 1; systemBuildVersion = 15D60; systemMediaApplication = "com.apple.Music"; uniqueIdentifier = "A9903373-B4F0-47A0-A968-952F340B39E9"; }; displayName = "Skycap\U2019s iPad"; identifier = 1280262988; type = Local; } 0 nowPlayingClients> default 12:05:04.050177 +0530 mediaremoted [AVOutputContext] Forwarding AVOutputContextOutputDevicesDidChangeNotification as kMRAVOutputContextDevicesDidChangeNotification using context parameter <MRAVOutputContext 0x100c29fe0 SharedSystemAudio avOutputContext = <AVOutputContext: 0x100c29c50>> default 12:05:04.051791 +0530 mediaremoted [AVOutputContext] Output devices did change notification received: NSConcreteNotification 0x100c52d20 {name = AVOutputContextOutputDeviceDidChangeNotification; object = <AVOutputContext: 0x100c29c50>} default 12:05:04.052472 +0530 mediaserverd 3356: { "action":"application_state_changed", "session":{"ID":"0x1bded","PID":3072,"name":"CourtBuddy"}, "details":{"new_state":"Background Running"} } default 12:05:04.076916 +0530 coreduetd AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:04.077758 +0530 accessoryd AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:04.078154 +0530 wifid AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:04.079441 +0530 assistantd AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:04.079533 +0530 assistantd ControllerImpl.mm:4889:handleRouteChange: AVVoiceController -> Route Change default 12:05:04.080030 +0530 CommCenter AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:04.080566 +0530 CourtBuddy AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:04.080652 +0530 callservicesd AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:04.082726 +0530 SpringBoard AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:04.158623 +0530 callservicesd Posting TUCallCenterCallerIDChangedNotification with object userInfo (null) default 12:05:04.162250 +0530 studentd [AVOutputContext] Reloaded output devices from AV context. Previous devices: {( <MRAVConcreteOutputDevice 0x100f898b0 (local) "Speaker" uid="Built-In Speaker" group_id="(null)" type=BuiltIn subtype=Speaker> )} New devices: ( ) default 12:05:04.162562 +0530 studentd [AVOutputContext] Notifying clients that output devices did change for context <MRAVOutputContext 0x100e364e0 SharedAudioPresentation avOutputContext = <AVOutputContext: 0x100e390c0>> default 12:05:04.163806 +0530 studentd [AVOutputContext] Forwarding AVOutputContextOutputDevicesDidChangeNotification as kMRAVOutputContextDevicesDidChangeNotification using context parameter <MRAVOutputContext 0x100e364e0 SharedAudioPresentation avOutputContext = <AVOutputContext: 0x100e390c0>> default 12:05:04.164457 +0530 studentd [AVOutputContext] Forwarding AVOutputContextOutputDevicesDidChangeNotification as kMRAVOutputContextDevicesDidChangeNotification using context parameter <MRAVOutputContext 0x100e364e0 SharedAudioPresentation avOutputContext = <AVOutputContext: 0x100e390c0>> default 12:05:04.164711 +0530 studentd [AVOutputContext] Output devices did change notification received: NSConcreteNotification 0x100e4df80 {name = AVOutputContextOutputDeviceDidChangeNotification; object = <AVOutputContext: 0x100f29460>} default 12:05:04.165097 +0530 studentd [AVOutputContext] Output devices: ( ) default 12:05:04.165275 +0530 homed [AVOutputContext] Reloaded output devices from AV context. Previous devices: {( <MRAVConcreteOutputDevice 0x127e656a0 (local) "Speaker" uid="Built-In Speaker" group_id="(null)" type=BuiltIn subtype=Speaker> )} New devices: ( ) default 12:05:04.165411 +0530 homed [AVOutputContext] Notifying clients that output devices did change for context <MRAVOutputContext 0x127d84a80 SharedAudioPresentation avOutputContext = <AVOutputContext: 0x127d76a70>> default 12:05:04.165552 +0530 homed [AVOutputContext] Forwarding AVOutputContextOutputDevicesDidChangeNotification as kMRAVOutputContextDevicesDidChangeNotification using context parameter <MRAVOutputContext 0x127d84a80 SharedAudioPresentation avOutputContext = <AVOutputContext: 0x127d76a70>> default 12:05:04.165718 +0530 homed [AVOutputContext] Forwarding AVOutputContextOutputDevicesDidChangeNotification as kMRAVOutputContextDevicesDidChangeNotification using context parameter <MRAVOutputContext 0x127d84a80 SharedAudioPresentation avOutputContext = <AVOutputContext: 0x127d76a70>> default 12:05:04.165858 +0530 homed [AVOutputContext] Output devices did change notification received: NSConcreteNotification 0x127d64b50 {name = AVOutputContextOutputDeviceDidChangeNotification; object = <AVOutputContext: 0x127d71d10>} default 12:05:04.167959 +0530 SpringBoard [BaseRoutingDataSource] Received volume control availability did change notification with available = 0 default 12:05:04.168290 +0530 SpringBoard [BaseRoutingDataSource] Received volume control availability did change notification with available = 0 default 12:05:04.168444 +0530 SpringBoard [BaseRoutingDataSource] Received volume control availability did change notification with available = 0 default 12:05:04.168782 +0530 SpringBoard [BaseRoutingDataSource] Received volume control availability did change notification with available = 0 default 12:05:04.169173 +0530 SpringBoard [AVOutputContext] Output devices: ( ) default 12:05:04.169327 +0530 SpringBoard [BaseRoutingDataSource] Received volume control availability did change notification with available = 0 default 12:05:04.169614 +0530 SpringBoard [BaseRoutingDataSource] Received volume control availability did change notification with available = 0 default 12:05:04.172820 +0530 InCallService Setting image: on button default 12:05:04.173129 +0530 InCallService Setting image: on button default 12:05:04.173424 +0530 InCallService Setting image: on button default 12:05:04.173782 +0530 InCallService Setting image: on button default 12:05:04.175861 +0530 callservicesd Adding call to dirty calls pool default 12:05:04.176162 +0530 callservicesd faceTimeIDSStatus for destinationID: is: 0 default 12:05:04.176484 +0530 callservicesd Start default 12:05:04.176901 +0530 callservicesd Call source manager completed transaction group default 12:05:04.253343 +0530 InCallService Setting image: on button default 12:05:04.255736 +0530 InCallService Setting image: on button default 12:05:04.256148 +0530 InCallService callCenterCallStatusChangedNotification: default 12:05:04.256589 +0530 InCallService UpdateCurrentState: Current Call Groups is default 12:05:04.256801 +0530 InCallService UpdateCurrentState: Call status is TUCallStatusRinging, setting state to PHInCallStateIncomingRinging default 12:05:04.257135 +0530 InCallService Audio: setCurrentState: 1 (existing state is 0) default 12:05:04.257347 +0530 InCallService setMiddleViewState: 0 default 12:05:04.261288 +0530 InCallService BottomBar () set to state: 0 default 12:05:04.263037 +0530 callservicesd Call action completed for call: default 12:05:04.263177 +0530 callservicesd End call action fulfilled: default 12:05:04.263218 +0530 InCallService Starting Suppression of STK Alerts default 12:05:04.263260 +0530 InCallService Audio: Setting current state: 0 -> 1 default 12:05:04.263302 +0530 InCallService callStatusChangedNotification: default 12:05:04.263661 +0530 InCallService _updateCallGroups: CACHED: -> CURRENT: default 12:05:04.263875 +0530 InCallService callCenterCallStatusChangedNotification: default 12:05:04.265780 +0530 InCallService UpdateCurrentState: Current Call Groups is default 12:05:04.266068 +0530 InCallService UpdateCurrentState: Call status is TUCallStatusRinging, setting state to PHInCallStateIncomingRinging default 12:05:04.266212 +0530 InCallService Audio: setCurrentState: 1 (existing state is 0) default 12:05:04.266388 +0530 InCallService setMiddleViewState: 0 default 12:05:04.267725 +0530 InCallService BottomBar () set to state: 0 default 12:05:04.272265 +0530 callservicesd Stopped tracking call: default 12:05:04.272461 +0530 InCallService Starting Suppression of STK Alerts default 12:05:04.272542 +0530 InCallService Audio: Setting current state: 0 -> 1 default 12:05:04.272629 +0530 InCallService PHAudioCallControlsViewController is handling TUCallCenterCallStatusChangedNotification default 12:05:04.272692 +0530 InCallService (UI) Asked to update Six-up Audio Controls default 12:05:04.272825 +0530 InCallService (UI) Reloading Six-up Audio Controls default 12:05:04.272928 +0530 CourtBuddy Task <3C17CA8C-D648-471A-8195-A2BD2AB09A98>.<2> received response, status 200 content K default 12:05:04.273368 +0530 InCallService callModelChanged: NOT AMBIGUOUS default 12:05:04.273450 +0530 InCallService callModelChanged: NOT AMBIGUOUS default 12:05:04.273595 +0530 InCallService callModelChanged: NOT AMBIGUOUS default 12:05:04.273678 +0530 InCallService Posting TUCallCenterModelStateChangedNotification with object (null) userInfo (null) default 12:05:04.287172 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14be3d7e0; "Deliver Message" (suspend:10s); id:…62C04C45C0EC> default 12:05:04.287264 +0530 assertiond [InCallService:473] Deactivate assertion: <BKProcessAssertion: 0x14be3d7e0; "Deliver Message" (suspend:10s); id:…62C04C45C0EC> default 12:05:04.287322 +0530 assertiond [InCallService:473] dump all assertions HWM:7 (deactivateAssertion): { <BKProcessAssertion: 0x14bd45dc0; "Continuous Background Running" (continuous:inf); id:…1F6DFFCEB89F> [active] <BKProcessAssertion: 0x14be38b40; "com.apple.viewservice.session" (viewServices:inf); id:…B22B90192C76> [active] <BKProcessAssertion: 0x14bd2f7d0; "com.apple.viewservice.session" (viewServices:inf); id:…D2412D261499> [active] <BKProcessAssertion: 0x14be377d0; "com.apple.viewservice.session" (viewServices:inf); id:…8CF49362ED31> [active] <BKProcessAssertion: 0x14bd3c220; "com.apple.viewservice.session" (viewServices:inf); id:…677A61B2CE70> [active] } default 12:05:04.287449 +0530 assertiond [InCallService:473] Setting jetsam priority to 8 [0x22000] default 12:05:04.287532 +0530 assertiond [InCallService:473] Remove assertion: <BKProcessAssertion: 0x14be3d7e0; "Deliver Message" (suspend:10s); id:…62C04C45C0EC> default 12:05:04.287834 +0530 InCallService loadView: Appeared without a root view controller so we'll create a new one (0) default 12:05:04.288025 +0530 InCallService Obtaining Dismissal Assertion for reason: PHInitialPresentationAssertionReason default 12:05:04.288198 +0530 InCallService InCallRootViewController updateCallControllerForCurrentState default 12:05:04.289634 +0530 InCallService InCallRootViewController will show audio viewcontroller for incomingCall default 12:05:04.289759 +0530 InCallService InCallRootViewController showing Audio controller default 12:05:04.289848 +0530 InCallService Obtaining Dismissal Assertion for reason: PHTransitioningBetweenViewControllersAssertionReason default 12:05:04.289902 +0530 InCallService Obtaining Idle Timer Assertion: showing Audio controller default 12:05:04.289982 +0530 InCallService window: , shouldAppearOrDisappear: 0 default 12:05:04.290102 +0530 InCallService BottomBar () set to state: 8 default 12:05:04.313735 +0530 callservicesd Updating clients with call: default 12:05:04.321377 +0530 InCallService PHAudioCallViewController view loaded default 12:05:04.324314 +0530 InCallService UpdateCurrentState: Current Call Groups is default 12:05:04.324689 +0530 InCallService UpdateCurrentState: Call status is TUCallStatusRinging, setting state to PHInCallStateIncomingRinging default 12:05:04.324948 +0530 InCallService Audio: setCurrentState: 1 (existing state is 0) default 12:05:04.325986 +0530 InCallService setMiddleViewState: 0 default 12:05:04.330569 +0530 InCallService BottomBar () set to state: 0 default 12:05:04.359546 +0530 InCallService Starting Suppression of STK Alerts default 12:05:04.359625 +0530 InCallService Audio: Setting current state: 0 -> 1 default 12:05:04.359780 +0530 InCallService Setting allowsOrientationChangeEvents to 0 default 12:05:04.359863 +0530 InCallService Audio controller requesting button events 15 default 12:05:04.359988 +0530 InCallService Setting desired hardware buttons to 15 default 12:05:04.360069 +0530 InCallService Setting allows menu button dismissal to 0 default 12:05:04.374430 +0530 InCallService _updateCallGroups: CACHED: -> CURRENT: default 12:05:04.380274 +0530 assertiond -[BKAssertion dealloc] - <0x14be3d7e0> default 12:05:04.383198 +0530 mediaserverd -CMSessionMgr- CMSessionMgrHandleApplicationStateChange: CMSession: Client (null) with pid '473' is now Process Server. Background entitlement: YES default 12:05:04.383470 +0530 mediaserverd 3356: { "action":"application_state_changed", "session":{"ID":"0x18882","PID":473,"name":"InCallService","type":"Fig"}, "details":{"new_state":"Process Server"} } default 12:05:04.385940 +0530 accessoryd Handling current calls changed: default 12:05:04.386106 +0530 accessoryd Handling call changed for disconnected calls: default 12:05:04.386711 +0530 accessoryd statusChangedForCall default 12:05:04.386938 +0530 accessoryd Posting TUCallCenterCallStatusChangedInternalNotification with object userInfo (null) default 12:05:04.387240 +0530 accessoryd Posting TUCallCenterCallStatusChangedNotification with object userInfo (null) default 12:05:04.387644 +0530 accessoryd faceTimeIDStatusChangedForCall default 12:05:04.388291 +0530 accessoryd Posting TUCallFaceTimeIDStatusChangedNotification with object userInfo (null) default 12:05:04.389209 +0530 accessoryd displayContextChangedForCall default 12:05:04.389369 +0530 accessoryd Posting TUCallDisplayContextChangedNotification with object userInfo (null) default 12:05:04.389433 +0530 accessoryd Sending call state update: { AddressBookID = "-1"; CallUUID = "FD8FDE47-C120-4F1B-9FCE-98AB288462C7"; ConferenceGroup = 0; Direction = 1; DisconnectReason = 0; DisplayName = "+12687828339"; IsConferenced = 0; Label = "Antigua and Barbuda, Antigua and Barbuda"; RemoteID = "+12687828339"; Service = 0; StartTimestamp = 0; Status = 0; } default 12:05:04.389555 +0530 accessoryd Sending communications update: { CurrentCallCount = 0; } default 12:05:04.389689 +0530 accessoryd Sending communications update: { EndAndAcceptAvailable = 0; HoldAndAcceptAvailable = 0; HoldAvailable = 0; InitiateCallAvailable = 1; MergeAvailable = 0; SwapAvailable = 0; } default 12:05:04.390184 +0530 callservicesd Updating client with disconnected call: calls: default 12:05:04.393945 +0530 callservicesd Updating client with disconnected call: calls: default 12:05:04.394044 +0530 callservicesd Handling current calls changed: default 12:05:04.395652 +0530 mediaserverd 4876: - VirtualAudio_Device: [ type: vspd; id: 4726; addr: 0x106ef2250; hidden: 0; VA strms: { i/4731/0x1013481b0, }; agg dev: [ id: 4720; addr: 0x107732510; uid: "VAD [vspd] AggDev 540"; virt strms: { }; phys devs: { [ id: 33; addr: 0x1012c16a0; uid: "Codec"; streams: { i/35/0x1013c4240, o/34/0x1013c41f0 } ] } ] ]; running: 0; sr: 16000 default 12:05:04.395825 +0530 mediaserverd 4876: - VirtualAudio_Stream: [ id: 4731; addr: 0x1013481b0; dir: in; owning VAD: [ 4726/0x106ef2250 ]; virt strms: [ addr: 0x104ec51b0; dir: in; pref virt chans: 0; forced virt chans: 0; actual strm: [ id: 35; addr: 0x1013c4240; dir: in ] ] ]; fmt: [ 32/16000/1; flags: 0x29; bpp: 4; fpp: 1; Bpf: 4 ] default 12:05:04.395959 +0530 mediaserverd 4876: Routing manager: [ ] default 12:05:04.396146 +0530 mediaserverd 4876: VirtualAudio_Ports (6): default 12:05:04.396227 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 82; addr: 0x1012b8180; core port: [ type: pnul; addr: 0x1012b5be0; conn: 1; rout: 1 ] ] default 12:05:04.396387 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 83; addr: 0x1012b85a0; core port: [ type: pnli; addr: 0x1012b7620; conn: 1; rout: 1 ] ] default 12:05:04.396545 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 96; addr: 0x101263200; core port: [ type: pmbi; addr: 0x1012db4e0; conn: 1; rout: 1 ] ] default 12:05:04.396875 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 81; addr: 0x1012b7590; core port: [ type: pap ; addr: 0x101398b60; conn: 0; rout: 0 ] ] default 12:05:04.397463 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 95; addr: 0x1012b7910; core port: [ type: pspk; addr: 0x1013c5180; conn: 1; rout: 1 ] ] default 12:05:04.398038 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 97; addr: 0x101263570; core port: [ type: papa; addr: 0x1013d3360; conn: 1; rout: 0 ] ] default 12:05:04.400870 +0530 assertiond -[BKAssertion dealloc] - <0x14bd2adc0> default 12:05:04.410934 +0530 SpringBoard [AVOutputContext] Output devices did change notification received: NSConcreteNotification 0x10cdcbf40 {name = AVOutputContextOutputDeviceDidChangeNotification; object = <AVOutputContext: 0x10c8294e0>} default 12:05:04.412302 +0530 SpringBoard [AVOutputContext] Output devices: ( "Speaker: Built-In Speaker" ) default 12:05:04.413393 +0530 SpringBoard [AVOutputContext] Reloaded output devices from AV context. Previous devices: {( )} New devices: ( "<MRAVConcreteOutputDevice 0x10dfbc080 (local) \"Speaker\" uid=\"Built-In Speaker\" group_id=\"(null)\" type=BuiltIn subtype=Speaker>" ) default 12:05:04.416469 +0530 SpringBoard [AVOutputContext] Forwarding AVOutputContextOutputDevicesDidChangeNotification as kMRAVOutputContextDevicesDidChangeNotification using context parameter <MRAVOutputContext 0x10fec5390 SharedSystemAudio avOutputContext = <AVOutputContext: 0x10be4b720>> default 12:05:04.417742 +0530 SpringBoard [AVOutputContext] Output devices did change notification received: NSConcreteNotification 0x111ba2160 {name = AVOutputContextOutputDeviceDidChangeNotification; object = <AVOutputContext: 0x10bedeb00>} default 12:05:04.419365 +0530 SpringBoard Pickable Routes Changed: default 12:05:04.419955 +0530 SpringBoard [AVOutputContext] Output devices: ( "Speaker: Built-In Speaker" ) default 12:05:04.421003 +0530 SpringBoard _pickableRoutesForPhoneCall is unsupported default 12:05:04.421167 +0530 SpringBoard [AVOutputContext] Reloaded output devices from AV context. Previous devices: {( )} New devices: ( "<MRAVConcreteOutputDevice 0x10d8208d0 (local) \"Speaker\" uid=\"Built-In Speaker\" group_id=\"(null)\" type=BuiltIn subtype=Speaker>" ) default 12:05:04.422460 +0530 SpringBoard _pickableRoutesForVoiceMailWithForceNewRequest is unsupported default 12:05:04.422611 +0530 SpringBoard [AVOutputContext] Forwarding AVOutputContextOutputDevicesDidChangeNotification as kMRAVOutputContextDevicesDidChangeNotification using context parameter <MRAVOutputContext 0x10fec5390 SharedSystemAudio avOutputContext = <AVOutputContext: 0x10be4b720>> default 12:05:04.422720 +0530 SpringBoard AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:04.423126 +0530 SpringBoard [AVOutputContext] Output devices did change notification received: NSConcreteNotification 0x111dc71e0 {name = AVOutputContextOutputDeviceDidChangeNotification; object = <AVOutputContext: 0x10cd99330>} default 12:05:04.423680 +0530 SpringBoard Handling current calls changed: default 12:05:04.423919 +0530 SpringBoard [AVOutputContext] Output devices: ( "Speaker: Built-In Speaker" ) default 12:05:04.424416 +0530 SpringBoard Handling call changed for disconnected calls: default 12:05:04.425843 +0530 SpringBoard shouldSuppressRingtoneChangedForCall default 12:05:04.425911 +0530 SpringBoard Posting TUCallShouldSuppressRingingChangedNotification with object userInfo (null) default 12:05:04.426010 +0530 SpringBoard faceTimeIDStatusChangedForCall default 12:05:04.426123 +0530 SpringBoard Posting TUCallFaceTimeIDStatusChangedNotification with object userInfo (null) default 12:05:04.426201 +0530 SpringBoard destinationIDChangedForCall default 12:05:04.426299 +0530 SpringBoard Posting TUCallCenterCallerIDChangedNotification with object userInfo (null) default 12:05:04.426382 +0530 SpringBoard displayContextChangedForCall default 12:05:04.426466 +0530 SpringBoard [AVOutputContext] Reloaded output devices from AV context. Previous devices: {( )} New devices: ( "<MRAVConcreteOutputDevice 0x10ac88600 (local) \"Speaker\" uid=\"Built-In Speaker\" group_id=\"(null)\" type=BuiltIn subtype=Speaker>" ) default 12:05:04.426561 +0530 SpringBoard Posting TUCallDisplayContextChangedNotification with object userInfo (null) default 12:05:04.426626 +0530 SpringBoard audioPropertiesChangedForCall default 12:05:04.426729 +0530 SpringBoard Posting TUCallAudioPropertiesChangedNotification with object userInfo (null) default 12:05:04.426820 +0530 SpringBoard modelChangedForCall default 12:05:04.426941 +0530 SpringBoard Posting TUCallModelChangedNotification with object userInfo (null) default 12:05:04.427024 +0530 SpringBoard - updateIdleTimerForReason:"IdleTimerReset"] default 12:05:04.427079 +0530 SpringBoard Posting TUCallCenterModelStateChangedNotification with object (null) userInfo (null) default 12:05:04.427218 +0530 SpringBoard [AVOutputContext] Notifying clients that output devices did change for context <MRAVOutputContext 0x10bb2b640 SharedAudioPresentation avOutputContext = <AVOutputContext: 0x10ba96330>> default 12:05:04.427828 +0530 SpringBoard [MRAVLocalEndpoint] Local endpoint <MRAVLocalEndpoint 0x10bb2abb0 (local) uid="LOCAL" outputDevices = ( )> is reloading output devices from context <MRAVOutputContext 0x10bb2b640 SharedAudioPresentation avOutputContext = <AVOutputContext: 0x10ba96330>> error 12:05:04.429728 +0530 SpringBoard Error getting name for : Error Domain=NSOSStatusErrorDomain Code=-50 "(null)" error 12:05:04.430090 +0530 SpringBoard Error getting name for : Error Domain=NSOSStatusErrorDomain Code=-50 "(null)" error 12:05:04.430533 +0530 SpringBoard Error getting name for : Error Domain=NSOSStatusErrorDomain Code=-50 "(null)" default 12:05:04.431296 +0530 SpringBoard [AVOutputContext] Notifying clients that output devices did change for context <MRAVOutputContext 0x10ba78920 SharedAudioPresentation avOutputContext = <AVOutputContext: 0x109a29560>> default 12:05:04.440811 +0530 SpringBoard Added: <FBUIApplicationSceneDeactivationAssertion: 0x10d825310; reason: systemAnimation; all scene levels; hasPredicate: NO> default 12:05:04.442304 +0530 useractivityd client process changing types to scan for to CopyPaste default 12:05:04.442748 +0530 sharingd Skipping request for enabled: YES, state: PoweredOn, shouldStart: NO, scanForCopyPaste: YES, scanForHandoff: NO default 12:05:04.444354 +0530 SpringBoard SB orientation locked: YES; user lock: YES, was stale: NO, orientation: overrides: {( "<SBRemoteAlertAdapter: 0x1020d2400; identifier: com.apple.InCallService; class: PHInCallRemoteAlertShellViewController> {\n effectiveVC = <_SBRemoteAlertHostViewController: 0x1023fba00>;\n}" )}, default 12:05:04.445719 +0530 SpringBoard notifyBestAppChanged:(null) UASuggestedActionType=0 / opts=(null) when=Thu Aug 16 12:05:03 2018 confidence=0 from=/ default 12:05:04.446835 +0530 sharingd Skipping request for enabled: YES, state: PoweredOn, shouldStart: NO, scanForCopyPaste: YES, scanForHandoff: YES default 12:05:04.446892 +0530 sharingd SystemUI changed: 0x10 -> 0x20010 default 12:05:04.454905 +0530 useractivityd client process changing types to scan for to Handoff, CopyPaste default 12:05:04.459633 +0530 SpringBoard Removed: <FBUIApplicationSceneDeactivationAssertion: 0x10d825310; reason: systemAnimation; all scene levels; hasPredicate: NO> default 12:05:04.472607 +0530 SpringBoard SB orientation locked: YES; user lock: YES, was stale: NO, orientation: overrides: {( "<SBRemoteAlertAdapter: 0x1020d2400; identifier: com.apple.InCallService; class: PHInCallRemoteAlertShellViewController> {\n effectiveVC = <_SBRemoteAlertHostViewController: 0x1023fba00>;\n}" )}, default 12:05:04.472772 +0530 SpringBoard Root transaction complete: <SBAppsToAlertWorkspaceTransaction: 0x11375e260> default 12:05:04.479315 +0530 SpringBoard - _setIdleTimerWithDescriptor:<SBIdleTimerDescriptor: 0x10ba19b40; timerMode: Automatic; quickUnwarnInterval: 582.0s; warnInterval: 580.0s; totalInterval: 600.0s> reason:"PHIdleTimerDisabledReason"] default 12:05:04.479360 +0530 SpringBoard 0x10dddff40 reconfigured attention timeouts:{ 582 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: quickWarn"; 580 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: warn"; 600 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: expiration"; }, configuration generation: 5499 default 12:05:04.479401 +0530 SpringBoard attention client RESUME <AWAttentionAwarenessConfiguration: 0x10f35eca0> (identifier: com.apple.springboard.GlobalBacklightIdleTimer samplingInterval: 0.00000 samplingDelay: 0.00000 attentionLostTimeouts: 582.00000, 580.00000, 600.00000 mask Button|Keyboard|Digitizer|GameController|MesaTouch) default 12:05:04.479660 +0530 backboardd RemoteClient.m:255 : 92173.81575: Info: reset attention lost timeout for at 92173.81547 default 12:05:04.479745 +0530 backboardd Scheduler.m:143 : 92173.81585: Info: 1 clients: default 12:05:04.479832 +0530 InCallService Audio: setCurrentState: 0 (existing state is 7) default 12:05:04.479888 +0530 InCallService Releasing Dismissal Assertion PHAudioCallViewControllerDismissalAssertionHandlingActiveCall. Remaining assertions are: default 12:05:04.479966 +0530 InCallService Released Idle Timer Assertion: requestInCallDismissalWithAnimation default 12:05:04.480059 +0530 SpringBoard setting configuration:<AWAttentionAwarenessConfiguration: 0x1017d9eb0> (identifier: com.apple.springboard.GlobalBacklightIdleTimer samplingInterval: 0.00000 samplingDelay: 0.00000 attentionLostTimeouts: 582.00000, 580.00000, 600.00000 mask Button|Keyboard|Digitizer|GameController|MesaTouch) default 12:05:04.481355 +0530 SpringBoard Got call record save notification from other app default 12:05:04.481618 +0530 SpringBoard --- Got Database changed notification due to an external change! Make cache dirty and send client DB Changed Notification default 12:05:04.482138 +0530 SpringBoard Fetching from DB and updating cache. And coalescing: Yes, With callType limit: kCallTypeAll default 12:05:04.482771 +0530 backboardd RemoteClient.m:255 : 92173.81796: Info: reset attention lost timeout for at 92173.81796 default 12:05:04.482895 +0530 backboardd RemoteClient.m:141 : 92173.81815: Info: updated config , old config default 12:05:04.486694 +0530 InCallService Request to set status bar hidden NO on default 12:05:04.486775 +0530 SpringBoard Running <SBAlertToAppsWorkspaceTransaction: 0x11379ac40> for transition request: <SBMainWorkspaceTransitionRequest: 0x101152fc0; eventLabel: DeactivateAlert = SBRemoteAlertAdapter; display: Main; source: Unspecified> { applicationContext = <SBWorkspaceApplicationSceneTransitionContext: 0x1138b8340; background: NO> entities = { SBLayoutRolePrimary = <SBHomeScreenEntity: 0x10c89b030; ID: com.apple.SpringBoard.workspace-entity.builtin.home-screen; layoutRole: primary>; }; alertContext = <SBWorkspaceAlertTransitionContext: 0x1114a54a0; alertToDeactivate: <SBRemoteAlertAdapter: 0x1020d2400>>; } default 12:05:04.487177 +0530 SpringBoard Added: <FBUIApplicationSceneDeactivationAssertion: 0x106a277d0; reason: systemAnimation; all scene levels; hasPredicate: NO> default 12:05:04.488180 +0530 InCallService requestInCallDismissalWithAnimation default 12:05:04.488867 +0530 InCallService Client token: being removed to WiFi association clients () default 12:05:04.488997 +0530 SpringBoard SB orientation locked: YES; user lock: YES, was stale: NO, orientation: overrides: {( "<SBRemoteAlertAdapter: 0x1020d2400; identifier: com.apple.InCallService; class: PHInCallRemoteAlertShellViewController> {\n effectiveVC = <_SBRemoteAlertHostViewController: 0x1023fba00>;\n}" )}, default 12:05:04.491861 +0530 SpringBoard notifyBestAppChanged:(null) UASuggestedActionType=0 / opts=(null) when=Thu Aug 16 12:05:04 2018 confidence=0 from=/ default 12:05:04.493538 +0530 SpringBoard Removed: <FBUIApplicationSceneDeactivationAssertion: 0x106a277d0; reason: systemAnimation; all scene levels; hasPredicate: NO> default 12:05:04.496496 +0530 CommCenter #I FBSDisplayLayoutUpdateHandler: update start default 12:05:04.496586 +0530 CommCenter #I ActivationObserver: notifyAboutFrontAppChange : app: ; pid: 0; net: 0 default 12:05:04.496677 +0530 CommCenter #I FBSDisplayLayoutUpdateHandler: 5. app got notification state: new counter=1598 default 12:05:04.496751 +0530 CommCenter #I FBSDisplayLayoutUpdateHandler: update start default 12:05:04.496838 +0530 CommCenter #I ActivationObserver: notifyAboutFrontAppChange : app: ; pid: 0; net: 0 default 12:05:04.496944 +0530 CommCenter #I FBSDisplayLayoutUpdateHandler: 5. app got notification state: new counter=1599 default 12:05:04.501493 +0530 InCallService InCallRootViewController updateCallControllerForCurrentState default 12:05:04.502023 +0530 SpringBoard Added: <FBUIApplicationSceneDeactivationAssertion: 0x10f3e6660; reason: systemAnimation; all scene levels; hasPredicate: NO> default 12:05:04.502490 +0530 InCallService InCallRootViewController doesn't need to show anything default 12:05:04.502685 +0530 callservicesd
default 12:05:04.502824 +0530 callservicesd
default 12:05:04.502938 +0530 callservicesd Logging event name=CallState dictionary= default 12:05:04.504224 +0530 sharingd SystemUI changed: 0x20010 -> 0x20010 default 12:05:04.504306 +0530 InCallService Stopping Suppression of STK Alerts default 12:05:04.504665 +0530 SpringBoard Added: <FBUIApplicationSceneDeactivationAssertion: 0x1069d2a90; reason: systemAnimation; all scene levels; hasPredicate: NO> default 12:05:04.505445 +0530 InCallService Audio: Setting current state: 7 -> 0 default 12:05:04.505900 +0530 InCallService Audio: setCurrentState: 0 (existing state is 7) default 12:05:04.506748 +0530 InCallService Stopping Suppression of STK Alerts default 12:05:04.506872 +0530 useractivityd client process changing types to scan for to CopyPaste default 12:05:04.507812 +0530 sharingd Skipping request for enabled: YES, state: PoweredOn, shouldStart: NO, scanForCopyPaste: YES, scanForHandoff: NO default 12:05:04.508174 +0530 InCallService Audio: Setting current state: 7 -> 0 default 12:05:04.509026 +0530 InCallService
default 12:05:04.509264 +0530 InCallService Proxying enteredBackgroundForAllCalls through CSD default 12:05:04.509382 +0530 InCallService Audio: setCurrentState: 0 (existing state is 7) default 12:05:04.509461 +0530 InCallService Stopping Suppression of STK Alerts default 12:05:04.509543 +0530 InCallService Audio: Setting current state: 7 -> 0 default 12:05:04.509632 +0530 InCallService Audio: setCurrentState: 0 (existing state is 7) default 12:05:04.509714 +0530 InCallService Stopping Suppression of STK Alerts default 12:05:04.509808 +0530 InCallService Audio: Setting current state: 7 -> 0 default 12:05:04.536132 +0530 SpringBoard Starting device motion, mode=0x22,useAccelerometer=0,useGyro=1,useCompass=0,fUseNorthRef=0,buildingGYTT=0 default 12:05:04.579790 +0530 CommCenter #I FBSDisplayLayoutUpdateHandler: update start default 12:05:04.579934 +0530 CommCenter #I ActivationObserver: notifyAboutFrontAppChange : app: ; pid: 0; net: 0 default 12:05:04.580312 +0530 CommCenter #I FBSDisplayLayoutUpdateHandler: 5. app got notification state: new counter=1600 default 12:05:04.588824 +0530 SpringBoard {"msg":"CLGyroBiasEstimatorClientRemote::registerWithGyroBiasEstimatorPrivate", "event":"activity", "isBuildingGYTT":0, "client":"0x1043fbb10", "info":"0x1043f7cf0"} default 12:05:04.589810 +0530 SpringBoard {"msg":"Sending cached messages to daemon", "event":"activity"} default 12:05:04.590496 +0530 sharingd SystemUI changed: 0x20010 -> 0x10 default 12:05:04.590758 +0530 SpringBoard #Warning No cached registration message default 12:05:04.593149 +0530 locationd {"msg":"state transition", "event":"state_transition", "state":"DaemonClient", "id":"0x103821e00", "property":"lifecycle", "old":"0x0", "new":"0x103821e00"} default 12:05:04.594839 +0530 locationd {"msg":"state transition", "event":"state_transition", "state":"DaemonClient", "id":"0x103821e00", "property":"clientName", "old":"", "new":"com.apple.springboard"} default 12:05:04.597386 +0530 dasd Attempting to suspend based on triggers: ( "com.apple.duetactivityscheduler.callinprogresspolicy.callinprogress", "com.apple.duetactivityscheduler.callinprogresspolicy.callinprogress" ) default 12:05:04.604050 +0530 locationd #Warning PAUSE: BATCH: '' (, ) started in unexpected state: default 12:05:04.605284 +0530 locationd Client com.apple.springboard connected default 12:05:04.605810 +0530 locationd Background indicator enabled for is now (was ) default 12:05:04.606202 +0530 locationd {"msg":"kCLConnectionMessageGyroBiasEstimation", "event":"activity", "this":"0x103821e00", "registrationRequired":0, "registrationReceived":0} default 12:05:04.606621 +0530 locationd Client com.apple.springboard (0x103821e00) is subscribing to notification kCLConnectionMessageGyroBiasEstimation default 12:05:04.613226 +0530 SpringBoard <== returns 50 calls default 12:05:04.620326 +0530 SpringBoard Firing kCallHistoryDatabaseChangedNotification notification: (null) default 12:05:04.623007 +0530 SpringBoard Stopping device motion, mode=0x22 default 12:05:04.623267 +0530 SpringBoard default 12:05:04.623817 +0530 SpringBoard {"msg":"CLGyroBiasEstimatorClientRemote::unregisterWithGyroBiasEstimatorPrivate", "event":"activity", "client":"0x1043fbb10"} default 12:05:04.624679 +0530 dasd Evaluating 148 activities based on triggers default 12:05:04.624817 +0530 locationd #Warning Location connection invalid! default 12:05:04.626971 +0530 locationd {"msg":"CLConnection::handleDisconnection", "event":"activity"} default 12:05:04.627122 +0530 locationd Client com.apple.springboard disconnected default 12:05:04.630011 +0530 dasd com.apple.session.schedule:5EA363:[ {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}} ], FinalDecision: Must Not Proceed} default 12:05:04.630327 +0530 locationd {"msg":"state transition", "event":"state_transition", "state":"DaemonClient", "id":"0x103821e00", "property":"lifecycle", "old":"0x103821e00", "new":"0x0"} default 12:05:04.637637 +0530 dasd com.apple.coreduetd.monitor.NextCalendarEvent:2DA57A:[ {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}} ], FinalDecision: Must Not Proceed} default 12:05:04.637795 +0530 dasd com.apple.coreduetd.monitor.MotionState:87E219:[ {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}} ], FinalDecision: Must Not Proceed} default 12:05:04.637936 +0530 dasd com.apple.coreduetd.monitor.CallInProgress:A52626:[ {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}} ], FinalDecision: Must Not Proceed} default 12:05:04.644997 +0530 SpringBoard ==> () default 12:05:04.645443 +0530 SpringBoard <== returns 50 calls default 12:05:04.646731 +0530 coreduetd Setting limiting call kinds: default 12:05:04.646859 +0530 coreduetd Creating call history database handle default 12:05:04.647087 +0530 coreduetd ==> () default 12:05:04.647165 +0530 coreduetd Fetching from DB and updating cache. And coalescing: Yes, With callType limit: kCallTypeAll default 12:05:04.651168 +0530 coreduetd createPermanent client: default 12:05:04.651359 +0530 SpringBoard <== () => 0 calls default 12:05:04.651517 +0530 SpringBoard [ _onQueue_updateBadgeCount] default 12:05:04.653338 +0530 SpringBoard BBDataProvider: Invalidate bulletins in section com.apple.facetime for destinations 2 default 12:05:04.653747 +0530 SpringBoard BBServer: Update bulletins in section com.apple.facetime for feed 1 default 12:05:04.653912 +0530 SpringBoard Received request to return bulletins with parameters: clearedInfo: (null) default 12:05:04.654022 +0530 SpringBoard ==> () default 12:05:04.654359 +0530 SpringBoard <== returns 50 calls default 12:05:04.654529 +0530 coreduetd Persistent store at URL is not present default 12:05:04.655465 +0530 SpringBoard <== () 0 calls default 12:05:04.655547 +0530 SpringBoard [ _onQueue_updateBadgeCount] missed calls found, updating badge to 0 default 12:05:04.655692 +0530 SpringBoard [ _onQueue_updateBadgeCount] doesn't support voicemail default 12:05:04.655785 +0530 SpringBoard [ _onQueue_updateBadgeCount] calling BBDataProviderSetApplicationBadgeString with "" default 12:05:04.655874 +0530 SpringBoard BBDataProvider: Set application badge string for section com.apple.facetime to '' default 12:05:04.656014 +0530 SpringBoard Cleared info : (null) default 12:05:04.658861 +0530 coreduetd Initialized permanent data store: YES default 12:05:04.660135 +0530 coreduetd <== returns 50 calls default 12:05:04.660252 +0530 coreduetd <== () => 1 calls default 12:05:04.660837 +0530 coreduetd CHManager is getting destroyed... default 12:05:04.661567 +0530 SpringBoard ==> () default 12:05:04.661729 +0530 SpringBoard <== returns 50 calls default 12:05:04.661816 +0530 SpringBoard <== () => 0 calls default 12:05:04.661975 +0530 SpringBoard com.apple.facetime.sortmapping Saving record IDs to suppress value: default 12:05:04.662130 +0530 SpringBoard Pre-suppression list of bulletins: default 12:05:04.662255 +0530 SpringBoard BBServer: Section com.apple.facetime responded with 0 bulletin requests to feed 1 default 12:05:04.662334 +0530 SpringBoard Updating section com.apple.facetime with 0 new bulletins default 12:05:04.662428 +0530 SpringBoard Current bulletins in this section: 0 default 12:05:04.667177 +0530 CallHistorySyncHelper Got call record save notification from other app default 12:05:04.667340 +0530 CallHistorySyncHelper Firing kCallHistoryDatabaseChangedNotification notification: (null) default 12:05:04.670603 +0530 CallHistorySyncHelper Pruning call history database default 12:05:04.670770 +0530 CallHistorySyncHelper Starting XPCTransaction reason: Pruning database default 12:05:04.671169 +0530 CallHistorySyncHelper FT audio calls visible to user: 0 default 12:05:04.673972 +0530 CallHistorySyncHelper FT video calls visible to user: 0 default 12:05:04.674092 +0530 coreduetd Received notification event for nearby devices changed! default 12:05:04.674564 +0530 dasd Trigger: is now [] default 12:05:04.674709 +0530 dasd Foreground app changed—- default 12:05:04.677218 +0530 locationd {"msg":"client getting effective client name", "clientName":"com.apple.locationd", "bundleId":"", "bundlePath":"\/System\/Library\/LocationBundles\/AppSuggestions.bundle"} default 12:05:04.678761 +0530 locationd {"msg":"client getting effective client name", "clientName":"com.apple.locationd", "bundleId":"com.apple.AppStore", "bundlePath":""} default 12:05:04.690169 +0530 CallHistorySyncHelper Non FT calls visible to user: 50 default 12:05:04.690759 +0530 CallHistorySyncHelper No changes in the data context to save default 12:05:04.690825 +0530 CallHistorySyncHelper Successfully pruned 0 calls from database result: YES default 12:05:04.690913 +0530 CallHistorySyncHelper Ending XPCTransaction reason: Pruning database default 12:05:04.697437 +0530 dasd Trigger: is now [] default 12:05:04.697909 +0530 dasd Foreground app changed—- default 12:05:04.704418 +0530 callservicesd Logging inCall=1 default 12:05:04.705533 +0530 callservicesd Logging inCall=0 default 12:05:04.711249 +0530 mediaserverd startLogging: Client starts logging... default 12:05:04.714004 +0530 symptomsd Entry, display name Com.Courtbuddy.Courtbuddy uuid A2E721D7-F42D-395C-AF38-FD5264EA14FB pid 3072 isFront 0 default 12:05:04.794543 +0530 assertiond [InCallService:473] Attempting to acquire assertion for InCallService:473: <BKProcessAssertion: 0x14bd552c0; "systemAnimationFence" (finishTask:180s); id:…53DD8ED41CBD> default 12:05:04.794840 +0530 assertiond [InCallService:473] Add assertion: <BKProcessAssertion: 0x14bd552c0; id: 473-91C172C1-E74D-49E6-A70E-53DD8ED41CBD; name: systemAnimationFence; state: active; reason: finishTask; duration: 180.0s> { owner = <BSProcessHandle: 0x14bd49bb0; InCallService:473; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventSuspendOnSleep; } default 12:05:04.795191 +0530 assertiond [InCallService:473] Activate assertion: <BKProcessAssertion: 0x14bd552c0; "systemAnimationFence" (finishTask:180s); id:…53DD8ED41CBD> default 12:05:04.795481 +0530 assertiond [InCallService:473] Setting jetsam priority to 8 [0x22008] default 12:05:04.796598 +0530 assertiond [SpringBoard:52] Attempting to acquire assertion for SpringBoard:52: <BKProcessAssertion: 0x14bd34680; "systemAnimationFence" (finishTask:180s); id:…B630093FAC3C> default 12:05:04.797476 +0530 assertiond [SpringBoard:52] Add assertion: <BKProcessAssertion: 0x14bd34680; id: 52-4EAFA1A4-2056-4C93-B9DE-B630093FAC3C; name: systemAnimationFence; state: active; reason: finishTask; duration: 180.0s> { owner = <BSProcessHandle: 0x14bd19030; SpringBoard:52; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventSuspendOnSleep; } default 12:05:04.801383 +0530 assertiond [SpringBoard:52] Activate assertion: <BKProcessAssertion: 0x14bd34680; "systemAnimationFence" (finishTask:180s); id:…B630093FAC3C> default 12:05:04.802032 +0530 assertiond Updating PowerAssertion on SpringBoard:52 default 12:05:04.803438 +0530 SpringBoard Backgrounding scene for alertManager: default 12:05:04.803877 +0530 InCallService Released Idle Timer Assertion: viewWillDisappear default 12:05:04.804205 +0530 InCallService remove status bar suppression PHSuppressInCallStatusBarForFullscreenUIReason default 12:05:04.804505 +0530 InCallService removed reason: PHSuppressInCallStatusBarForFullscreenUIReason, reasons: default 12:05:04.804793 +0530 InCallService Setting PIP presence token to NO default 12:05:04.805283 +0530 InCallService setting status bar suppression token: 0 error 12:05:04.805625 +0530 SpringBoard [_UIKeyboardArbiter] Rejecting attach for <_UIKeyboardArbiterHandle: 0x104394cb0; PID 52: com.apple.springboard ; hosting PIDs {( 473 )}; level 2002.000000; active NO [wants YES]; suppression 0> (currently (null)) default 12:05:04.805770 +0530 callservicesd inCallServiceWantsStatusBarSuppressionState is now 0 default 12:05:04.825134 +0530 SpringBoard - _setIdleTimerWithDescriptor:<SBIdleTimerDescriptor: 0x1138d2780; timerMode: Automatic; quickUnwarnInterval: 582.0s; warnInterval: 580.0s; totalInterval: 600.0s> reason:"SBWorkspaceActiveProviderChanged:SBAlertManagerNoActiveAlerts"] default 12:05:04.832796 +0530 SpringBoard 0x10dddff40 reconfigured attention timeouts:{ 582 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: quickWarn"; 580 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: warn"; 600 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: expiration"; }, configuration generation: 5500 default 12:05:04.833290 +0530 backboardd RemoteClient.m:255 : 92174.53933: Info: reset attention lost timeout for at 92174.53933 default 12:05:04.833695 +0530 backboardd RemoteClient.m:141 : 92174.54342: Info: updated config , old config default 12:05:04.833834 +0530 SpringBoard setting configuration:<AWAttentionAwarenessConfiguration: 0x111b1ed90> (identifier: com.apple.springboard.GlobalBacklightIdleTimer samplingInterval: 0.00000 samplingDelay: 0.00000 attentionLostTimeouts: 582.00000, 580.00000, 600.00000 mask Button|Keyboard|Digitizer|GameController|MesaTouch) default 12:05:04.834220 +0530 backboardd RemoteClient.m:255 : 92174.54443: Info: reset attention lost timeout for at 92174.54442 default 12:05:04.834991 +0530 backboardd RemoteClient.m:141 : 92174.54463: Info: updated config , old config default 12:05:04.835101 +0530 SpringBoard Disabling global orientation lock override for reason: <SBRemoteAlertAdapter: 0x1020d2400; identifier: com.apple.InCallService; class: PHInCallRemoteAlertShellViewController> { effectiveVC = <_SBRemoteAlertHostViewController: 0x1023fba00>; } default 12:05:04.836496 +0530 SpringBoard SB orientation locked: YES; user lock: YES, was stale: NO, orientation: overrides: NO, default 12:05:04.837472 +0530 SpringBoard - updateIdleTimerForReason:"IdleTimerReset"] default 12:05:04.839169 +0530 SpringBoard 0x10dddff40 reconfigured attention timeouts:{ 582 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: quickWarn"; 580 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: warn"; 600 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: expiration"; }, configuration generation: 5501 default 12:05:04.839776 +0530 SpringBoard setting configuration:<AWAttentionAwarenessConfiguration: 0x10c8b6aa0> (identifier: com.apple.springboard.GlobalBacklightIdleTimer samplingInterval: 0.00000 samplingDelay: 0.00000 attentionLostTimeouts: 582.00000, 580.00000, 600.00000 mask Button|Keyboard|Digitizer|GameController|MesaTouch) default 12:05:04.845071 +0530 SpringBoard Front display did change: (null) default 12:05:04.846111 +0530 SpringBoard 0x10dddff40 reconfigured attention timeouts:{ 582 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: quickWarn"; 580 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: warn"; 600 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: expiration"; }, configuration generation: 5502 default 12:05:04.846787 +0530 SpringBoard setting configuration:<AWAttentionAwarenessConfiguration: 0x111dbe320> (identifier: com.apple.springboard.GlobalBacklightIdleTimer samplingInterval: 0.00000 samplingDelay: 0.00000 attentionLostTimeouts: 582.00000, 580.00000, 600.00000 mask Button|Keyboard|Digitizer|GameController|MesaTouch) default 12:05:04.847318 +0530 SpringBoard - _setIdleTimerWithDescriptor:<SBIdleTimerDescriptor: 0x1069e8020; timerMode: Automatic; quickUnwarnInterval: 582.0s; warnInterval: 580.0s; totalInterval: 600.0s> reason:"SBHomeScreen"] default 12:05:04.847560 +0530 SpringBoard 0x10dddff40 reconfigured attention timeouts:{ 582 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: quickWarn"; 580 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: warn"; 600 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: expiration"; }, configuration generation: 5503 default 12:05:04.848451 +0530 SpringBoard setting configuration:<AWAttentionAwarenessConfiguration: 0x10df49df0> (identifier: com.apple.springboard.GlobalBacklightIdleTimer samplingInterval: 0.00000 samplingDelay: 0.00000 attentionLostTimeouts: 582.00000, 580.00000, 600.00000 mask Button|Keyboard|Digitizer|GameController|MesaTouch) default 12:05:04.865966 +0530 backboardd RemoteClient.m:255 : 92174.54927: Info: reset attention lost timeout for at 92174.54927 default 12:05:04.866245 +0530 backboardd RemoteClient.m:141 : 92174.54947: Info: updated config , old config default 12:05:04.868293 +0530 backboardd RemoteClient.m:255 : 92174.55357: Info: reset attention lost timeout for at 92174.55357 default 12:05:04.868787 +0530 backboardd RemoteClient.m:141 : 92174.55370: Info: updated config , old config default 12:05:04.949271 +0530 SpringBoard [com.apple.springboard] Sending scene action [SceneLifecycleEventOnly] through WorkspaceServer: 0x100ef4560 default 12:05:04.979518 +0530 assertiond [SpringBoard:52] Attempting to acquire assertion for SpringBoard:52: <BKProcessAssertion: 0x14be37ad0; "Deliver Message" (suspend:10s); id:…CACAB2C68496> default 12:05:04.980522 +0530 assertiond [SpringBoard:52] Add assertion: <BKProcessAssertion: 0x14be37ad0; id: 52-773A6B47-CBD3-4034-A987-CACAB2C68496; name: "Deliver Message"; state: active; reason: suspend; duration: 10.0s> { owner = <BSProcessHandle: 0x14bd19030; SpringBoard:52; valid: YES>; flags = preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventSuspendOnSleep; } default 12:05:04.980800 +0530 assertiond [SpringBoard:52] Activate assertion: <BKProcessAssertion: 0x14be37ad0; "Deliver Message" (suspend:10s); id:…CACAB2C68496> default 12:05:04.982191 +0530 assertiond Updating PowerAssertion on SpringBoard:52 default 12:05:05.061881 +0530 useractivityd client process changing types to scan for to Handoff, CopyPaste default 12:05:05.062377 +0530 sharingd Skipping request for enabled: YES, state: PoweredOn, shouldStart: NO, scanForCopyPaste: YES, scanForHandoff: YES default 12:05:05.066350 +0530 SpringBoard SB orientation locked: YES; user lock: YES, was stale: NO, orientation: overrides: NO, default 12:05:05.066735 +0530 SpringBoard notifyBestAppChanged:(null) UASuggestedActionType=0 / opts=(null) when=Thu Aug 16 12:05:04 2018 confidence=0 from=/ default 12:05:05.069269 +0530 SpringBoard Removed: <FBUIApplicationSceneDeactivationAssertion: 0x1069d2a90; reason: systemAnimation; all scene levels; hasPredicate: NO> default 12:05:05.070600 +0530 SpringBoard Front display did change: (null) default 12:05:05.073627 +0530 SpringBoard 0x10dddff40 reconfigured attention timeouts:{ 582 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: quickWarn"; 580 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: warn"; 600 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: expiration"; }, configuration generation: 5504 default 12:05:05.073772 +0530 SpringBoard setting configuration:<AWAttentionAwarenessConfiguration: 0x111b74f10> (identifier: com.apple.springboard.GlobalBacklightIdleTimer samplingInterval: 0.00000 samplingDelay: 0.00000 attentionLostTimeouts: 582.00000, 580.00000, 600.00000 mask Button|Keyboard|Digitizer|GameController|MesaTouch) default 12:05:05.075293 +0530 backboardd RemoteClient.m:255 : 92174.62612: Info: reset attention lost timeout for at 92174.62612 default 12:05:05.075402 +0530 backboardd RemoteClient.m:141 : 92174.62647: Info: updated config , old config default 12:05:05.080229 +0530 SpringBoard Starting device motion, mode=0x22,useAccelerometer=0,useGyro=1,useCompass=0,fUseNorthRef=0,buildingGYTT=0 default 12:05:05.088273 +0530 SpringBoard {"msg":"CLGyroBiasEstimatorClientRemote::registerWithGyroBiasEstimatorPrivate", "event":"activity", "isBuildingGYTT":0, "client":"0x1043fbb10", "info":"0x1043f7cf0"} default 12:05:05.090375 +0530 SpringBoard {"msg":"Sending cached messages to daemon", "event":"activity"} default 12:05:05.091131 +0530 SpringBoard #Warning No cached registration message default 12:05:05.094125 +0530 locationd {"msg":"state transition", "event":"state_transition", "state":"DaemonClient", "id":"0x10300bc00", "property":"lifecycle", "old":"0x0", "new":"0x10300bc00"} default 12:05:05.094460 +0530 locationd {"msg":"state transition", "event":"state_transition", "state":"DaemonClient", "id":"0x10300bc00", "property":"clientName", "old":"", "new":"com.apple.springboard"} default 12:05:05.096426 +0530 SpringBoard {"msg":"CLGyroBiasEstimatorClientRemote::onWatchdogTimerExpiry", "event":"activity", "client":"0x1043fbb10"} default 12:05:05.102676 +0530 symptomsd Entry, display name Com.Courtbuddy.Courtbuddy uuid A2E721D7-F42D-395C-AF38-FD5264EA14FB pid 3072 isFront 0 default 12:05:05.103338 +0530 SpringBoard Removed: <FBUIApplicationSceneDeactivationAssertion: 0x10f3e6660; reason: systemAnimation; all scene levels; hasPredicate: NO> default 12:05:05.104516 +0530 locationd #Warning PAUSE: BATCH: '' (, ) started in unexpected state: default 12:05:05.105422 +0530 locationd Client com.apple.springboard connected default 12:05:05.105878 +0530 locationd Background indicator enabled for is now (was ) default 12:05:05.106345 +0530 locationd {"msg":"kCLConnectionMessageGyroBiasEstimation", "event":"activity", "this":"0x10300bc00", "registrationRequired":0, "registrationReceived":0} default 12:05:05.106576 +0530 locationd Client com.apple.springboard (0x10300bc00) is subscribing to notification kCLConnectionMessageGyroBiasEstimation default 12:05:05.107329 +0530 SpringBoard Root transaction complete: <SBAlertToAppsWorkspaceTransaction: 0x11379ac40> default 12:05:05.120233 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14bd552c0; "systemAnimationFence" (finishTask:180s); id:…53DD8ED41CBD> default 12:05:05.120312 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14bd34680; "systemAnimationFence" (finishTask:180s); id:…B630093FAC3C> default 12:05:05.120422 +0530 assertiond [SpringBoard:52] Deactivate assertion: <BKProcessAssertion: 0x14bd34680; "systemAnimationFence" (finishTask:180s); id:…B630093FAC3C> default 12:05:05.120495 +0530 assertiond [SpringBoard:52] dump all assertions HWM:6 (deactivateAssertion): { <BKProcessAssertion: 0x14be1f6d0; "FBSystemApp" (continuous:inf); id:…309B54AF59A5> [active] <BKProcessAssertion: 0x14be21170; "Resume" (activation:inf); id:…793F333DC7EB> [active] <BKProcessAssertion: 0x14be37ad0; "Deliver Message" (suspend:10s); id:…CACAB2C68496> [active] } default 12:05:05.120597 +0530 assertiond Updating PowerAssertion on SpringBoard:52 default 12:05:05.120729 +0530 assertiond [InCallService:473] Deactivate assertion: <BKProcessAssertion: 0x14bd552c0; "systemAnimationFence" (finishTask:180s); id:…53DD8ED41CBD> default 12:05:05.120831 +0530 assertiond [InCallService:473] dump all assertions HWM:7 (deactivateAssertion): { <BKProcessAssertion: 0x14bd45dc0; "Continuous Background Running" (continuous:inf); id:…1F6DFFCEB89F> [active] <BKProcessAssertion: 0x14be38b40; "com.apple.viewservice.session" (viewServices:inf); id:…B22B90192C76> [active] <BKProcessAssertion: 0x14bd2f7d0; "com.apple.viewservice.session" (viewServices:inf); id:…D2412D261499> [active] <BKProcessAssertion: 0x14be377d0; "com.apple.viewservice.session" (viewServices:inf); id:…8CF49362ED31> [active] <BKProcessAssertion: 0x14bd3c220; "com.apple.viewservice.session" (viewServices:inf); id:…677A61B2CE70> [active] } default 12:05:05.120907 +0530 assertiond [SpringBoard:52] Remove assertion: <BKProcessAssertion: 0x14bd34680; "systemAnimationFence" (finishTask:180s); id:…B630093FAC3C> default 12:05:05.120993 +0530 assertiond [InCallService:473] Setting jetsam priority to 8 [0x22000] default 12:05:05.121127 +0530 assertiond Updating PowerAssertion on SpringBoard:52 default 12:05:05.121205 +0530 assertiond [InCallService:473] Remove assertion: <BKProcessAssertion: 0x14bd552c0; "systemAnimationFence" (finishTask:180s); id:…53DD8ED41CBD> default 12:05:05.123962 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14be37ad0; "Deliver Message" (suspend:10s); id:…CACAB2C68496> default 12:05:05.124417 +0530 InCallService window: (null), shouldAppearOrDisappear: 0 default 12:05:05.124897 +0530 assertiond [SpringBoard:52] Deactivate assertion: <BKProcessAssertion: 0x14be37ad0; "Deliver Message" (suspend:10s); id:…CACAB2C68496> default 12:05:05.124978 +0530 assertiond [InCallService:473] Attempting to acquire assertion for InCallService:473: <BKProcessAssertion: 0x14be23c10; "Called by UIKit, from " (finishTask:180s); id:…BFFD8F6E9B04> default 12:05:05.125261 +0530 backboardd Gyro samples data gap or out of order! deltaInterval= default 12:05:05.125341 +0530 assertiond [SpringBoard:52] dump all assertions HWM:6 (deactivateAssertion): { <BKProcessAssertion: 0x14be1f6d0; "FBSystemApp" (continuous:inf); id:…309B54AF59A5> [active] <BKProcessAssertion: 0x14be21170; "Resume" (activation:inf); id:…793F333DC7EB> [active] } default 12:05:05.125982 +0530 assertiond Updating PowerAssertion on SpringBoard:52 default 12:05:05.126114 +0530 assertiond [InCallService:473] Add assertion: <BKProcessAssertion: 0x14be23c10; id: 473-8B003C9D-45CF-48EE-8E07-BFFD8F6E9B04; name: "Called by UIKit, from "; state: active; reason: finishTask; duration: 180.0s> { owner = <BSProcessHandle: 0x14bd49bb0; InCallService:473; valid: YES>; flags = preventSuspend, preventIdleSleep, preventSuspendOnSleep; } error 12:05:05.126465 +0530 SpringBoard [_UIKeyboardArbiter] Rejecting attach for <_UIKeyboardArbiterHandle: 0x104394cb0; PID 52: com.apple.springboard ; hosting PIDs {( 473 )}; level 2002.000000; active NO [wants YES]; suppression 0> (currently (null)) default 12:05:05.126556 +0530 assertiond [SpringBoard:52] Remove assertion: <BKProcessAssertion: 0x14be37ad0; "Deliver Message" (suspend:10s); id:…CACAB2C68496> default 12:05:05.126979 +0530 assertiond [InCallService:473] Activate assertion: <BKProcessAssertion: 0x14be23c10; "Called by UIKit, from " (finishTask:180s); id:…BFFD8F6E9B04> default 12:05:05.127061 +0530 powerd Sleep revert state: 1 default 12:05:05.127295 +0530 assertiond Updating PowerAssertion on SpringBoard:52 default 12:05:05.127425 +0530 powerd Process assertiond.63 Created SystemIsActive "InCallService:473:473-8B003C9D-45CF-48EE-8E07-BFFD8F6E9B04 [Called by UIKit, from ] [0x14be23c10]" age:00:00:00 id:51539642105 [System: PrevIdle SysAct] default 12:05:05.127624 +0530 assertiond [InCallService:473] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep (assertion 0x14be23c10 added: preventIdleSleep; removed: (none)) default 12:05:05.128086 +0530 assertiond [InCallService:473] Setting jetsam priority to 8 [0x22008] default 12:05:05.128262 +0530 assertiond Creating PowerAssertion on InCallService:473 default 12:05:05.128611 +0530 assertiond Created PowerAssertion on InCallService:473, sleep reverted default 12:05:05.129149 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14be23c10; "Called by UIKit, from " (finishTask:180s); id:…BFFD8F6E9B04> default 12:05:05.129448 +0530 assertiond [InCallService:473] Deactivate assertion: <BKProcessAssertion: 0x14be23c10; "Called by UIKit, from " (finishTask:180s); id:…BFFD8F6E9B04> default 12:05:05.129601 +0530 assertiond [InCallService:473] dump all assertions HWM:7 (deactivateAssertion): { <BKProcessAssertion: 0x14bd45dc0; "Continuous Background Running" (continuous:inf); id:…1F6DFFCEB89F> [active] <BKProcessAssertion: 0x14be38b40; "com.apple.viewservice.session" (viewServices:inf); id:…B22B90192C76> [active] <BKProcessAssertion: 0x14bd2f7d0; "com.apple.viewservice.session" (viewServices:inf); id:…D2412D261499> [active] <BKProcessAssertion: 0x14be377d0; "com.apple.viewservice.session" (viewServices:inf); id:…8CF49362ED31> [active] <BKProcessAssertion: 0x14bd3c220; "com.apple.viewservice.session" (viewServices:inf); id:…677A61B2CE70> [active] } default 12:05:05.129769 +0530 powerd Process assertiond.63 Released SystemIsActive "InCallService:473:473-8B003C9D-45CF-48EE-8E07-BFFD8F6E9B04 [Called by UIKit, from ] [0x14be23c10]" age:00:00:00 id:51539642105 [System: PrevIdle SysAct] default 12:05:05.130081 +0530 assertiond [InCallService:473] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, wantsForegroundResourcePriority, preventSuspendOnSleep (assertion 0x14be23c10 added: (none); removed: preventIdleSleep) default 12:05:05.131343 +0530 InCallService Released Idle Timer Assertion: dealloc default 12:05:05.131599 +0530 InCallService Request to set status bar hidden NO on (null) default 12:05:05.132323 +0530 assertiond [InCallService:473] Setting jetsam priority to 8 [0x22000] default 12:05:05.132407 +0530 assertiond Releasing PowerAssertion on InCallService:473 from update default 12:05:05.132687 +0530 assertiond [InCallService:473] Remove assertion: <BKProcessAssertion: 0x14be23c10; "Called by UIKit, from " (finishTask:180s); id:…BFFD8F6E9B04> default 12:05:05.132980 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14bd3c220; "com.apple.viewservice.session" (viewServices:inf); id:…677A61B2CE70> default 12:05:05.133146 +0530 assertiond [InCallService:473] Deactivate assertion: <BKProcessAssertion: 0x14bd3c220; "com.apple.viewservice.session" (viewServices:inf); id:…677A61B2CE70> default 12:05:05.133395 +0530 assertiond [InCallService:473] dump all assertions HWM:7 (deactivateAssertion): { <BKProcessAssertion: 0x14bd45dc0; "Continuous Background Running" (continuous:inf); id:…1F6DFFCEB89F> [active] <BKProcessAssertion: 0x14be38b40; "com.apple.viewservice.session" (viewServices:inf); id:…B22B90192C76> [active] <BKProcessAssertion: 0x14bd2f7d0; "com.apple.viewservice.session" (viewServices:inf); id:…D2412D261499> [active] <BKProcessAssertion: 0x14be377d0; "com.apple.viewservice.session" (viewServices:inf); id:…8CF49362ED31> [active] } default 12:05:05.133622 +0530 assertiond [InCallService:473] Scheduling allow-idle-sleep timer with interval: 180.0 default 12:05:05.133706 +0530 assertiond [InCallService:473] Remove assertion: <BKProcessAssertion: 0x14bd3c220; "com.apple.viewservice.session" (viewServices:inf); id:…677A61B2CE70> default 12:05:05.208206 +0530 assertiond -[BKAssertion dealloc] - <0x14bd552c0> default 12:05:05.208361 +0530 assertiond -[BKAssertion dealloc] - <0x14bd34680> default 12:05:05.208442 +0530 assertiond -[BKAssertion dealloc] - <0x14be37ad0> default 12:05:05.288631 +0530 assertiond -[BKAssertion dealloc] - <0x14be23c10> default 12:05:05.345892 +0530 assertiond -[BKAssertion dealloc] - <0x14bd3c220> default 12:05:05.347491 +0530 sharingd SystemUI changed: 0x10 -> 0x10 default 12:05:05.349767 +0530 CommCenter #I FBSDisplayLayoutUpdateHandler: update start default 12:05:05.349907 +0530 CommCenter #I ActivationObserver: notifyAboutFrontAppChange : app: ; pid: 0; net: 0 default 12:05:05.349994 +0530 CommCenter #I FBSDisplayLayoutUpdateHandler: 5. app got notification state: new counter=1601 default 12:05:05.357810 +0530 CommCenter #I BundleID: is no longer a foreground app default 12:05:05.358098 +0530 CommCenter #I BundleID: is no longer a foreground app default 12:05:05.367583 +0530 rtcreportingd releaseXPCTransaction: XPC transaction ref count is 0 default 12:05:05.367724 +0530 rtcreportingd releaseXPCTransaction: XPC transaction ended default 12:05:05.370308 +0530 rtcreportingd createReportingSessionWithDelegate: retained XPCTransaction. Ref count is 1 default 12:05:05.370717 +0530 rtcreportingd storebagForSession: Not fetching storebag for client type 19 - must wait 900 seconds between attempts error 12:05:05.370897 +0530 mediaserverd 217: No backends found, this session won't get sent to the server default 12:05:05.394900 +0530 symptomsd L2 Metrics on ifname en0: rssi: -47 (txFrames/txReTx/txFail) 32/19/0 -> (was/is) 0/0 default 12:05:05.403160 +0530 voiced AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:05.443166 +0530 CallHistorySyncHelper Successfully donated interaction for call default 12:05:05.458377 +0530 voiced AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:05.471168 +0530 analyticsd [] no observers; dropped. default 12:05:05.472300 +0530 analyticsd [] no observers; dropped. default 12:05:05.472981 +0530 analyticsd [] no observers; dropped. default 12:05:05.473086 +0530 analyticsd [] no observers; dropped. default 12:05:05.473174 +0530 analyticsd [] no observers; dropped. default 12:05:05.473805 +0530 analyticsd [] no observers; dropped. default 12:05:05.474546 +0530 analyticsd [] no observers; dropped. default 12:05:05.475399 +0530 analyticsd [] no observers; dropped. default 12:05:05.608703 +0530 SpringBoard {"msg":"CLGyroBiasEstimatorClientRemote::unregisterWithGyroBiasEstimatorPrivate", "event":"activity", "client":"0x1043fbb10"} default 12:05:05.609411 +0530 locationd #Warning Location connection invalid! default 12:05:05.610039 +0530 locationd {"msg":"CLConnection::handleDisconnection", "event":"activity"} default 12:05:05.610892 +0530 locationd Client com.apple.springboard disconnected default 12:05:05.611642 +0530 locationd {"msg":"state transition", "event":"state_transition", "state":"DaemonClient", "id":"0x10300bc00", "property":"lifecycle", "old":"0x10300bc00", "new":"0x0"}

Hope it helps!

Regards Rohit

rohit-skycap commented 6 years ago

Continued... default 12:05:02.156382 +0530 callservicesd Call controller host requested transaction for connection with identifier: bundle: extensionIdentifier: (null) default 12:05:02.156496 +0530 mediaremoted call: default 12:05:02.156581 +0530 callservicesd Using call source for requested transaction default 12:05:02.156713 +0530 callservicesd Allowing requested transaction: default 12:05:02.157326 +0530 callservicesd Asked to add action to uncommitted transaction for call source default 12:05:02.157591 +0530 callservicesd Asked to commit uncommitted transactions: default 12:05:02.158814 +0530 callservicesd Sending -[CXCallSource commitTransaction:]_block_invoke with transaction: default 12:05:02.160136 +0530 callservicesd Draining pool with dirty calls: default 12:05:02.160965 +0530 dasd Trigger: is now [1] default 12:05:02.161209 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (deactivateAssertion): { <BKProcessAssertion: 0x14bd3c220; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…CBF67115BC69> [active] } default 12:05:02.163229 +0530 assertiond [CourtBuddy:3072] New process assertion state; preventSuspend, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep (assertion 0x14be3d7e0 added: (none); removed: preventThrottleDownUI) default 12:05:02.163623 +0530 assertiond [CourtBuddy:3072] Setting jetsam priority to 10 [0x1000000] default 12:05:02.164743 +0530 callservicesd Updating clients with call: default 12:05:02.165075 +0530 callservicesd Cached ID status request (destinations: ) (service: com.apple.ess) (listenerID: com.apple.TUCallCenter) (transactionID: ) default 12:05:02.169366 +0530 identityservicesd Message from client: 0x123d60be0 default 12:05:02.169510 +0530 identityservicesd *** Incoming cached ID status query for (service: com.apple.ess) (transactionID: ) (destinations: ) default 12:05:02.169643 +0530 identityservicesd Selecting account {forOutsideiCloudMessaging: YES, iCloudUsableForOutside: NO} default 12:05:02.169854 +0530 identityservicesd Selected account {registeredAccount: (null)} default 12:05:02.170154 +0530 identityservicesd No registered account for service com.apple.ess, bailing... default 12:05:02.170550 +0530 callservicesd Received cached id status (destinations: (null)) (service: (null)) default 12:05:02.170940 +0530 callservicesd transactionID map after REMOVE default 12:05:02.171665 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (CPUMON check): { <BKProcessAssertion: 0x14bd3c220; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…CBF67115BC69> [active] } default 12:05:02.172142 +0530 callservicesd Received results for service: (null) updates (null) default 12:05:02.172938 +0530 callservicesd Updating client with calls: default 12:05:02.173077 +0530 assertiond [CourtBuddy:3072] Attempting to acquire assertion for CourtBuddy:3072: <BKProcessAssertion: 0x14bd3fb10; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…7953C981D33A> default 12:05:02.174842 +0530 accessoryd Handling current calls changed: default 12:05:02.174990 +0530 accessoryd No cached call found for . Initialized new proxy call 0x103e68640 default 12:05:02.175073 +0530 accessoryd statusChangedForCall default 12:05:02.178049 +0530 callservicesd Updating client with calls: default 12:05:02.178915 +0530 accessoryd Posting TUCallCenterCallStatusChangedInternalNotification with object userInfo (null) default 12:05:02.178970 +0530 accessoryd Posting TUCallCenterCallStatusChangedNotification with object userInfo (null) default 12:05:02.179580 +0530 accessoryd destinationIDChangedForCall default 12:05:02.180695 +0530 accessoryd Posting TUCallCenterCallerIDChangedNotification with object userInfo (null) default 12:05:02.182091 +0530 accessoryd displayContextChangedForCall default 12:05:02.184262 +0530 callservicesd Handling current calls changed: default 12:05:02.184360 +0530 accessoryd Posting TUCallDisplayContextChangedNotification with object userInfo (null) default 12:05:02.184460 +0530 callservicesd No cached call found for . Initialized new proxy call 0x100d30c90 default 12:05:02.184550 +0530 assertiond Updating PowerAssertion on CourtBuddy:3072 default 12:05:02.185518 +0530 accessoryd audioPropertiesChangedForCall default 12:05:02.186674 +0530 accessoryd Posting TUCallAudioPropertiesChangedNotification with object userInfo (null) default 12:05:02.186757 +0530 accessoryd modelChangedForCall default 12:05:02.186811 +0530 accessoryd Posting TUCallModelChangedNotification with object userInfo (null) default 12:05:02.188665 +0530 accessoryd Posting TUCallCenterModelStateChangedNotification with object (null) userInfo (null) default 12:05:02.193746 +0530 callservicesd statusChangedForCall default 12:05:02.193796 +0530 accessoryd Sending call state update: { AddressBookID = "-1"; CallUUID = "FD8FDE47-C120-4F1B-9FCE-98AB288462C7"; ConferenceGroup = 0; Direction = 1; DisconnectReason = 0; DisplayName = "+12687828339"; IsConferenced = 0; Label = ""; RemoteID = "+12687828339"; Service = 0; StartTimestamp = 0; Status = 2; } default 12:05:02.193911 +0530 accessoryd Sending communications update: { CurrentCallCount = 1; } default 12:05:02.196728 +0530 accessoryd Sending communications update: { EndAndAcceptAvailable = 0; HoldAndAcceptAvailable = 0; HoldAvailable = 0; InitiateCallAvailable = 0; MergeAvailable = 0; SwapAvailable = 0; } default 12:05:02.197094 +0530 accessoryd Sending communications update: { EndAndAcceptAvailable = 0; HoldAndAcceptAvailable = 0; HoldAvailable = 0; InitiateCallAvailable = 0; MergeAvailable = 0; SwapAvailable = 0; } default 12:05:02.198231 +0530 callservicesd Posting TUCallCenterCallStatusChangedInternalNotification with object userInfo (null) default 12:05:02.198529 +0530 assertiond [CourtBuddy:3072] Remove assertion: <BKProcessAssertion: 0x14be3d7e0; "Deliver Message" (suspend:10s); id:…DE1A3BEE13EE> default 12:05:02.200243 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (CPUMON check): { <BKProcessAssertion: 0x14bd3c220; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…CBF67115BC69> [active] } default 12:05:02.202099 +0530 callservicesd Posting TUCallCenterCallStatusChangedNotification with object userInfo (null) default 12:05:02.205399 +0530 assertiond Updating PowerAssertion on CourtBuddy:3072 default 12:05:02.206046 +0530 callservicesd call: default 12:05:02.206153 +0530 callservicesd Beginning transaction for . Transaction count is now 1 default 12:05:02.208592 +0530 assertiond [CourtBuddy:3072] Deactivate assertion: <BKProcessAssertion: 0x14bd3c220; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…CBF67115BC69> default 12:05:02.209455 +0530 callservicesd Beginning transaction for . Transaction count is now 2 default 12:05:02.209620 +0530 assertiond [CourtBuddy:3072] no more active assertions, resetting _timedAssertionPermittedDuration, _timedAssertionReferenceTime, _timedAssertionDeadlineActive: NO default 12:05:02.210664 +0530 assertiond [CourtBuddy:3072] No time-limited assertions remain default 12:05:02.211157 +0530 callservicesd Updating nearby device routes using devices: default 12:05:02.211599 +0530 callservicesd Current calls do not support nearby devices () or device doesn't support primary calling () default 12:05:02.212895 +0530 callservicesd notification: default 12:05:02.216724 +0530 assertiond [CourtBuddy:3072] New process assertion state; (none) (assertion 0x14bd3c220 added: (none); removed: preventSuspend, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep) default 12:05:02.218749 +0530 assertiond [CourtBuddy:3072] suspend success default 12:05:02.220698 +0530 assertiond [CourtBuddy:3072] Setting jetsam priority to 0 [0] default 12:05:02.221477 +0530 callservicesd [WARN] No audio route collection found for audio category AVAudioSessionCategorySoloAmbient and audio mode AVAudioSessionModeDefault for call default 12:05:02.224323 +0530 assertiond [CourtBuddy:3072] pid_shutdown_sockets(1) success default 12:05:02.224877 +0530 callservicesd Ignoring ringing call status change for call because relay calling is disabled (1) or this call doesn't support relaying call state (0) or a vehicle route is available (0) or call is RTT (0) or call is TTY (0) default 12:05:02.224920 +0530 callservicesd Posting CLTM notification com.apple.request.hipuncap and setting state to 2 default 12:05:02.224963 +0530 callservicesd Starting coordinated alert request to determine ringtone un-suppression: default 12:05:02.228067 +0530 powerd Process assertiond.63 Released SystemIsActive "CourtBuddy:3072:112-C06D4F5B-D860-4E57-BDA3-CBF67115BC69 [CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy] [0x14bd3c220]" age:00:00:00 id:51539642095 [System: PrevIdle SysAct] default 12:05:02.228542 +0530 callservicesd Call status changed for call: default 12:05:02.228792 +0530 callservicesd TUFormattedPhoneNumber called with number: '' and country code '' default 12:05:02.228845 +0530 callservicesd - PNCreateFormattedStringWithCountry returned default 12:05:02.229697 +0530 callservicesd Queueing activity at beginning of queue: (timeout: 0.000000) default 12:05:02.231071 +0530 assertiond [CourtBuddy:3072] setpriority success for resource GPU to PRIO_DARWIN_GPU_DENY default 12:05:02.231220 +0530 assertiond [CourtBuddy:3072] setpriority success for resource CPU to PRIO_DARWIN_BG default 12:05:02.231490 +0530 assertiond Releasing PowerAssertion on CourtBuddy:3072 from update default 12:05:02.231608 +0530 assertiond [CourtBuddy:3072] Remove assertion: <BKProcessAssertion: 0x14bd3c220; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…CBF67115BC69> default 12:05:02.232294 +0530 assertiond [CourtBuddy:3072] Add assertion: <BKProcessAssertion: 0x14bd3fb10; id: 112-B2F98596-4968-45B0-8E8F-7953C981D33A; name: CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy; state: active; reason: voIP; duration: infs> { owner = <BSProcessHandle: 0x14bd24f50; callservicesd:112; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep; } default 12:05:02.232599 +0530 assertiond [CourtBuddy:3072] Activate assertion: <BKProcessAssertion: 0x14bd3fb10; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…7953C981D33A> default 12:05:02.233224 +0530 callservicesd Updated currently broadcasted activity to default 12:05:02.233412 +0530 callservicesd Dequeueing activity: default 12:05:02.233659 +0530 callservicesd ENCODE: Caching encoded userInfo to use until we are marked dirty again, returning encoded result opts={ LSUserActivityContainsFileProviderURL = 0; LSUserActivityContainsUnsynchronizedCloudDocs = 0; UAUserActivityContainsCloudDocsKey = 0;} default 12:05:02.233744 +0530 callservicesd Updated currently broadcasted activity to (null) default 12:05:02.234732 +0530 useractivityd - Making 1A02AFF6-818E-46A8-94D6-A3B9CB5D109A/ into the currentItem from process /112 default 12:05:02.236029 +0530 assertiond [CourtBuddy:3072] New process assertion state; preventSuspend, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep (assertion 0x14bd3fb10 added: preventSuspend, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep; removed: (none)) default 12:05:02.236100 +0530 assertiond [CourtBuddy:3072] Setting jetsam priority to 10 [0x1000000] default 12:05:02.236272 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (CPUMON check): { <BKProcessAssertion: 0x14bd3fb10; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…7953C981D33A> [active] } default 12:05:02.236704 +0530 analyticsd [] no observers; dropped. default 12:05:02.236974 +0530 useractivityd - Making 1A02AFF6-818E-46A8-94D6-A3B9CB5D109A/ into the currentItem from process /112 default 12:05:02.237753 +0530 assertiond [CourtBuddy:3072] setpriority success for resource GPU to PRIO_DARWIN_GPU_ALLOW default 12:05:02.238043 +0530 assertiond [CourtBuddy:3072] setpriority success for resource CPU to default (0) default 12:05:02.238470 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Setting badge number to 13 default 12:05:02.238593 +0530 CourtBuddy TIC TLS Event [3:0x109018640]: 20, Pending(0) default 12:05:02.238737 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Set badge number [ hasCompletionHandler: 0 hasError: 0 ] default 12:05:02.239063 +0530 CourtBuddy [DEBUG TwilioVoice] Inside removeFromActiveCallInvites:, remove call invite CA37da7ad592bd9cd0ad3d5de106215b42 from active call invites default 12:05:02.239430 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Set badge number [ hasCompletionHandler: 0 hasError: 0 ] default 12:05:02.239743 +0530 CourtBuddy [DEBUG TVOCallInvite] dealloc. default 12:05:02.239837 +0530 CourtBuddy call: default 12:05:02.239947 +0530 CourtBuddy Received reply from transaction request with error: (null) default 12:05:02.240082 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Setting badge number to 17 default 12:05:02.240179 +0530 CourtBuddy Received request to commit transaction default 12:05:02.240385 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Set badge number [ hasCompletionHandler: 0 hasError: 0 ] default 12:05:02.240602 +0530 CourtBuddy EndCallAction transaction request successful default 12:05:02.240739 +0530 CourtBuddy Delegate did not execute transaction. Performing actions individually default 12:05:02.241016 +0530 CourtBuddy TIC TCP Conn Connected [3:0x109018640]: Err(16) default 12:05:02.241155 +0530 CourtBuddy Asking delegate to perform action default 12:05:02.241620 +0530 CourtBuddy [Com.Courtbuddy.Courtbuddy] Set badge number [ hasCompletionHandler: 0 hasError: 0 ] default 12:05:02.241712 +0530 CourtBuddy Provider was notified that action completed default 12:05:02.242289 +0530 CourtBuddy Removing transaction from list of pending transactions because it is now complete: default 12:05:02.242755 +0530 CourtBuddy TIC TCP Conn Event [3:0x109018640]: 1 default 12:05:02.242862 +0530 CourtBuddy TIC TCP Conn Event [3:0x109018640]: 8 default 12:05:02.243089 +0530 CourtBuddy TIC TLS Handshake Complete [3:0x109018640] default 12:05:02.247247 +0530 assertiond [CourtBuddy:3072] resume success (voIP) default 12:05:02.247336 +0530 powerd Sleep revert state: 1 default 12:05:02.247661 +0530 callservicesd Received -[CXCallSource actionCompleted:] with action: default 12:05:02.248093 +0530 powerd Process assertiond.63 Created SystemIsActive "CourtBuddy:3072:112-B2F98596-4968-45B0-8E8F-7953C981D33A [CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy] [0x14bd3fb10]" age:00:00:00 id:51539642096 [System: PrevIdle SysAct] default 12:05:02.248256 +0530 callservicesd completedAction: default 12:05:02.248534 +0530 callservicesd Notifying delegate of completed transaction group: default 12:05:02.250206 +0530 SpringBoard [Com.Courtbuddy.Courtbuddy] Setting badge to 17 [ old badge: 13 ] default 12:05:02.250314 +0530 SpringBoard [FBSystemService] SpringBoard:52 requested the badge value for Com.Courtbuddy.Courtbuddy be set to "17" default 12:05:02.251391 +0530 assertiond [CourtBuddy:3072] dump all assertions HWM:3 (CPUMON check): { <BKProcessAssertion: 0x14bd3fb10; "CSDVoIPProcessAssertion-Com.Courtbuddy.Courtbuddy" (voIP:inf); id:…7953C981D33A> [active] } default 12:05:02.252391 +0530 assertiond Creating PowerAssertion on CourtBuddy:3072 default 12:05:02.252617 +0530 assertiond Created PowerAssertion on CourtBuddy:3072, sleep reverted error 12:05:02.255825 +0530 CourtBuddy Function boringssl_session_errorlog: line 2871 [boringssl_session_read] SSL_ERROR_ZERO_RETURN(6): operation failed because the connection was cleanly shut down with a close_notify alert default 12:05:02.256132 +0530 CourtBuddy Task .<1> received response, status 200 content K error 12:05:02.257620 +0530 CourtBuddy Function boringssl_session_errorlog: line 2871 [boringssl_session_read] SSL_ERROR_ZERO_RETURN(6): operation failed because the connection was cleanly shut down with a close_notify alert default 12:05:02.259010 +0530 SpringBoard Application process state changed for Com.Courtbuddy.Courtbuddy: <SBApplicationProcessState: 0x106a62b10; pid: 3072; taskState: Suspended; visibility: Background> default 12:05:02.259297 +0530 SpringBoard Application process state changed for Com.Courtbuddy.Courtbuddy: <SBApplicationProcessState: 0x10ded8e10; pid: 3072; taskState: Running; visibility: Background> default 12:05:02.271754 +0530 CourtBuddy [DEBUG TVONotificationClient] Completed registration request. default 12:05:02.273366 +0530 CourtBuddy [ERROR TwilioVoice] Inside register:deviceToken:completion:, failed to register for Twilio push notifications. Error:The request timed out. error 12:05:02.302954 +0530 CourtBuddy Function boringssl_session_errorlog: line 2871 [boringssl_session_read] SSL_ERROR_ZERO_RETURN(6): operation failed because the connection was cleanly shut down with a close_notify alert error 12:05:02.304477 +0530 CourtBuddy TIC Read Status [3:0x109018640]: 1:57 default 12:05:02.305537 +0530 CourtBuddy TIC TCP Conn Cancel [3:0x109018640] error 12:05:02.306341 +0530 CourtBuddy Task <6FA26867-3604-4FFA-AA50-0F157155F894>.<1> HTTP load failed (error code: -1005 [4:-4]) error 12:05:02.306703 +0530 CourtBuddy Task <6FA26867-3604-4FFA-AA50-0F157155F894>.<1> finished with error - code: -1005 default 12:05:02.308659 +0530 CourtBuddy Task <6FA26867-3604-4FFA-AA50-0F157155F894>.<1> now using Connection 3 default 12:05:02.308876 +0530 CourtBuddy TIC TCP Conn Cancel [1:0x1096b7d30] error 12:05:02.309840 +0530 CourtBuddy Function boringssl_context_get_os_status: line 4240 SSL_AD_CLOSE_NOTIFY error 12:05:02.317649 +0530 CourtBuddy Function nw_protocol_boringssl_get_output_frames: line 1184 get output frames failed, state 8196 default 12:05:02.325331 +0530 CourtBuddy TIC TCP Conn Cancel [2:0x1096d4d10] default 12:05:02.328848 +0530 CourtBuddy Task .<1> response ended error 12:05:02.329122 +0530 CourtBuddy Function boringssl_session_errorlog: line 2871 [boringssl_session_read] SSL_ERROR_ZERO_RETURN(6): operation failed because the connection was cleanly shut down with a close_notify alert error 12:05:02.329374 +0530 CourtBuddy Task .<1> HTTP load failed (error code: -999 [1:89]) error 12:05:02.334233 +0530 CourtBuddy Task <6A9826A5-4DE1-4D09-AD4C-7C581A4FD477>.<1> HTTP load failed (error code: -999 [1:89]) error 12:05:02.652508 +0530 CourtBuddy Function nw_protocol_boringssl_get_output_frames: line 1184 get output frames failed, state 8196 default 12:05:02.653373 +0530 callservicesd Began app history activity for call default 12:05:02.653632 +0530 callservicesd Frontmost call is hosted here ... default 12:05:02.656528 +0530 CourtBuddy TIC TCP Conn Destroyed [1:0x1096b7d30] default 12:05:02.657076 +0530 CourtBuddy TIC TLS Event [5:0x107fa4880]: 1, Pending(0) default 12:05:02.657360 +0530 CourtBuddy TIC TCP Conn Start [6:0x109667410] default 12:05:02.661772 +0530 CourtBuddy Task .<3> setting up Connection 6 default 12:05:02.661923 +0530 callservicesd ... and it is an endpoint here ... default 12:05:02.896986 +0530 CourtBuddy TIC TCP Conn Start [7:0x1096b7d30] default 12:05:02.898032 +0530 CourtBuddy Task .<1> setting up Connection 7 default 12:05:02.900147 +0530 callservicesd ... and we are a secondary device ... default 12:05:02.900292 +0530 callservicesd [WARN] ... but no dynamic identifier could be found (1) or no handoff user info exists (1). Not broadcasting frontmost call default 12:05:02.900433 +0530 callservicesd Proximity detection should be 0 since isEndpointOnCurrentDevice: 0, isInterfaceOrientationPortrait: 1, isRTT: 0, isTTY: 0 default 12:05:02.900576 +0530 callservicesd Unregistering for com.apple.telephonyutilities.suppressringtone user activity type and dynamic identifier (null) default 12:05:02.900873 +0530 callservicesd resolutionChangedHandler closure invoked default 12:05:02.901019 +0530 callservicesd Unregistered to listen for activity type 3 and stopped listening for best app suggestions default 12:05:02.901278 +0530 callservicesd oldDescriptor: descriptor: default 12:05:02.901651 +0530 callservicesd Stopping sound playback default 12:05:02.901966 +0530 callservicesd Ending discovery mode default 12:05:02.902261 +0530 callservicesd Setting audio activation context: for provider default 12:05:02.902786 +0530 analyticsd [] no observers; dropped. default 12:05:02.903672 +0530 mediaserverd 2767: { "action":"set_property", "session":{"ID":"0x1803a","PID":112,"name":"callservicesd"}, "details":{"key":"InitiationDescription","value":{"initiation accessibility preference":1635087471,"initiation call direction":1768842095,"initiation trigger":1668047974}} } default 12:05:02.904251 +0530 mediaremoted [AVRoutingServer] Client callservicesd changed route discovery mode to Disabled. default 12:05:02.905711 +0530 callservicesd Successfully set audio activation context default 12:05:02.908987 +0530 callservicesd Setting audio active: options: 0 for provider default 12:05:02.909414 +0530 mediaserverd 2854: { "action":"activate", "session":{"ID":"0x1803a","PID":112,"name":"callservicesd"}, "details":"entry" } default 12:05:02.910728 +0530 mediaserverd CAReportingClient.mm:316:-[CAReportingClient sendMessage:category:type:reporters:]: message { "active devices" = "[ { vdef, [ ], [ pspk ( 0 ) ] }, { vspd, [ pmbi ( 0 ) ], [ ] } ]"; category = csav; mode = imdf; }: (null) default 12:05:02.911139 +0530 mediaserverd -CMSessionMgr- cmsSetIsActive: CMSession: 'sid:0x1803a, callservicesd(112), 'prim'' with category/mode Ringtone/Default going active default 12:05:02.913746 +0530 mediaserverd CAReportingClient.mm:333:-[CAReportingClient setServiceType:reporterID:]: serviceName 0: 1572879 default 12:05:02.914896 +0530 mediaserverd -CMSUtilities- CMSUtility_SendSessionStateReportToAudioToolBox: Starting reporter for session : sid:0x1803a, callservicesd(112), 'prim', reporter id = 1572879 default 12:05:02.916690 +0530 mediaserverd CAReportingClient.mm:296:-[CAReportingClient startReporters:]: starting ( 1572879 ) default 12:05:02.918895 +0530 mediaserverd 114: service type 0 set for reporter 1572879 default 12:05:02.922798 +0530 mediaserverd CAReportingClient.mm:316:-[CAReportingClient sendMessage:category:type:reporters:]: message { HostApplicationDisplayID = callservicesd; }: ( 1572879 ) default 12:05:02.927039 +0530 mediaserverd startLogging: Client starts logging... default 12:05:02.927599 +0530 rtcreportingd createReportingSessionWithDelegate: retained XPCTransaction. Ref count is 1 default 12:05:02.928207 +0530 rtcreportingd updateCorrelatedSessions: Session 4294967295 has no correlated sessions as it is a standalone session default 12:05:02.929403 +0530 rtcreportingd storebagForSession: Not fetching storebag for client type 19 - must wait 900 seconds between attempts default 12:05:02.936773 +0530 mediaserverd 2524: Route configuration change initiated [ client request ]. Route configuration: default 12:05:02.937369 +0530 mediaserverd 2527: - category: crng default 12:05:02.937850 +0530 mediaserverd 2527: - initiation context: [ initiation accessibility preference: auto; initiation call direction: inco; initiation trigger: cldf ] default 12:05:02.939042 +0530 mediaserverd 2527: - voice processing configuration: [ ] default 12:05:02.939784 +0530 mediaserverd 2527: - reporter IDs: { 1572879 } default 12:05:02.941114 +0530 mediaserverd 2527: - sub-port preferences: { } default 12:05:02.942629 +0530 mediaserverd 2527: - mode: imdf default 12:05:02.943797 +0530 mediaserverd 2527: - device hints: { <CFData 0x104cf7f30 [0x1b2507310]>{length = 48, capacity = 48, bytes = 0x666564767472736e626f6c6700000000 ... 6846c90401000000} } default 12:05:02.949491 +0530 mediaserverd 2098: - Device Hints: { [ vdef: [nsrt/glob/0] 44100.000000 ] }. default 12:05:02.967053 +0530 symptomsd 3072 Com.Courtbuddy.Courtbuddy: BackgroundRunning (most elevated: BackgroundRunning) default 12:05:02.967663 +0530 SpringBoard WIFI PICKER [Com.Courtbuddy.Courtbuddy]: isProcessLaunch: 0, isForegroundActivation: 0, isForegroundDeactivation: 0 default 12:05:02.970588 +0530 mediaserverd 182: Set mute value of 1 on HAL device 33 (selector: kAudioDevicePropertyMute; scope: 'outp' (1869968496); element: 4). default 12:05:02.979063 +0530 mediaserverd 150: Num Output Streams used for timesync determination: 1 default 12:05:02.981715 +0530 mediaserverd HALS_Device.cpp:110:Activate: HALS_Device::Activate: activating device 5020: VAD [vdef] AggDev 583 default 12:05:02.982163 +0530 mediaserverd HALS_IOEngine2.cpp:1071:_UpdateTotalStreamUsage: 'Null_Device': Updating 1 output stream(s) default 12:05:02.983306 +0530 mediaserverd HALS_IOEngine2.cpp:1071:_UpdateTotalStreamUsage: 'Null_Device': Updating 1 input stream(s) default 12:05:02.984149 +0530 mediaserverd HALS_IOContextDescription.cpp:1113:PushStreamUsageToEngines_block_invoke: IOContext 5024: pushing 1 output stream(s) to 'Null_Device' default 12:05:02.985132 +0530 mediaserverd HALS_IOContextDescription.cpp:1117:PushStreamUsageToEngines_block_invoke: IOContext 5024: output stream[0] => Enabled: 'Null_Device' default 12:05:02.985596 +0530 mediaserverd HALS_IOContextDescription.cpp:1113:PushStreamUsageToEngines_block_invoke: IOContext 5024: pushing 1 input stream(s) to 'Null_Device' default 12:05:02.990218 +0530 mediaserverd HALS_IOEngine2.cpp:1071:_UpdateTotalStreamUsage: 'Null_Device': Updating 1 output stream(s) default 12:05:02.991189 +0530 mediaserverd HALS_IOContextDescription.cpp:1117:PushStreamUsageToEngines_block_invoke: IOContext 5024: input stream[0] => Enabled: 'Null_Device' default 12:05:02.991710 +0530 mediaserverd HALS_IOEngine2.cpp:1100:_UpdateTotalStreamUsage: 'Null_Device': Output[0] => Enabled default 12:05:02.992179 +0530 mediaserverd HALS_IOEngine2.cpp:1071:_UpdateTotalStreamUsage: 'Null_Device': Updating 1 input stream(s) default 12:05:02.992907 +0530 mediaserverd HALS_IOEngine2.cpp:1100:_UpdateTotalStreamUsage: 'Null_Device': Input[0] => Enabled default 12:05:03.999916 +0530 callservicesd Updated isRunning for because new application state is 4 default 12:05:03.008985 +0530 mediaserverd 399: Synchronously setting physical format to [ 16/44100/2; flags: 0xc; bpp: 4; fpp: 1; Bpf: 4 ] on stream 77. default 12:05:03.009290 +0530 mediaserverd HALS_IOContextDescription.cpp:1113:PushStreamUsageToEngines_block_invoke: IOContext 5024: pushing 1 input stream(s) to 'Null_Device' default 12:05:03.009469 +0530 mediaserverd HALS_IOContextDescription.cpp:1117:PushStreamUsageToEngines_block_invoke: IOContext 5024: input stream[0] => Disabled: 'Null_Device' default 12:05:03.009892 +0530 mediaserverd HALS_IOEngine2.cpp:1071:_UpdateTotalStreamUsage: 'Null_Device': Updating 1 input stream(s) default 12:05:03.023103 +0530 mediaserverd HALS_IOEngine2.cpp:1100:_UpdateTotalStreamUsage: 'Null_Device': Input[0] => Disabled default 12:05:03.033334 +0530 mediaserverd HALS_IOContextDescription.cpp:1113:PushStreamUsageToEngines_block_invoke: IOContext 5024: pushing 1 output stream(s) to 'Null_Device' default 12:05:03.040461 +0530 mediaserverd HALS_IOContextDescription.cpp:1117:PushStreamUsageToEngines_block_invoke: IOContext 5024: output stream[0] => Enabled: 'Null_Device' default 12:05:03.052005 +0530 mediaserverd HALS_IOEngine2.cpp:1071:_UpdateTotalStreamUsage: 'Null_Device': Updating 1 output stream(s) default 12:05:03.409784 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x1bded","PID":3072,"name":"CourtBuddy"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.425175 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x1b33f","PID":2634,"name":"coreduetd"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.425681 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x19729","PID":2085,"name":"SiriViewService"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.425984 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x196fc","PID":2086,"name":"voiced"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.426242 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x196a8","PID":2065,"name":"mediaremoted","type":"Auxiliary"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.426544 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x196a6","PID":2065,"name":"mediaremoted"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.426847 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x18061","PID":230,"name":"accessoryd"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.427122 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x1803a","PID":112,"name":"callservicesd"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.428235 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x18025","PID":22,"name":"assistantd"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.429937 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x18023","PID":52,"name":"SpringBoard"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.433481 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x18020","PID":42,"name":"wifid"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.453377 +0530 mediaserverd 3400: { "action":"property_change", "session":{"ID":"0x1801d","PID":78,"name":"CommCenter"}, "details":{"key":"ActiveAudioRouteDidChange"} } default 12:05:03.648889 +0530 coreduetd Received notification event for nearby devices changed! default 12:05:03.650200 +0530 callservicesd Successfully set audio active: options: 0 default 12:05:03.650643 +0530 callservicesd destinationIDChangedForCall default 12:05:03.933736 +0530 assertiond -[BKAssertion dealloc] - <0x14bd3c220> default 12:05:04.000483 +0530 CourtBuddy TIC TLS Event [5:0x107fa4880]: 2, Pending(0) default 12:05:04.003587 +0530 CourtBuddy TIC TLS Event [5:0x107fa4880]: 20, Pending(0) default 12:05:04.004126 +0530 CourtBuddy TIC TCP Conn Connected [5:0x107fa4880]: Err(16) default 12:05:04.005366 +0530 CourtBuddy TIC TCP Conn Event [5:0x107fa4880]: 1 default 12:05:04.005939 +0530 CourtBuddy TIC TCP Conn Event [5:0x107fa4880]: 8 default 12:05:04.006104 +0530 CourtBuddy TIC TLS Handshake Complete [5:0x107fa4880] default 12:05:04.007327 +0530 CourtBuddy Task <3C17CA8C-D648-471A-8195-A2BD2AB09A98>.<2> now using Connection 5 default 12:05:04.007630 +0530 CourtBuddy Task <3C17CA8C-D648-471A-8195-A2BD2AB09A98>.<2> sent request, body S default 12:05:04.026441 +0530 mediaserverd -CMSessionMgr- CMSessionMgrHandleApplicationStateChange: CMSession: Client Com.Courtbuddy.Courtbuddy with pid '3072' is now Background Running. Background entitlement: YES default 12:05:04.029235 +0530 mediaserverd 2066: Client request to set nominal sample rate to 44100.000000 on VAD 89. default 12:05:04.030407 +0530 mediaserverd HALS_IOContext.cpp:1024:StopIOProcID: HALS_IOContext::StopIOProcID: 5018 Codec (VAD [vdef] AggDev 582): default 12:05:04.030651 +0530 mediaserverd HALS_IOContext.cpp:1030:StopIOProcID: HALS_IOContext::StopIOProcID: stopping 0x21 state: Prewarm: 0 Play: 0 State: Stopped IOProc 0x21: no default 12:05:04.030786 +0530 mediaserverd HALS_Device.cpp:170:_Deactivate: HALS_Device::_Deactivate: deactivating device 5014: VAD [vdef] AggDev 582 error 12:05:04.030961 +0530 mediaserverd HALS_Framework.cpp:1492:AudioObjectRemovePropertyListener: AudioObjectRemovePropertyListener: no object with given ID 5014 default 12:05:04.031103 +0530 powerd Process mediaserverd.24 Released PreventUserIdleDisplaySleep "com.apple.audio.context5018.preventuseridledisplaysleep" age:00:00:59 id:21474871003 [System: PrevIdle SysAct] default 12:05:04.031267 +0530 powerd Process mediaserverd.24 Released PreventUserIdleSystemSleep "com.apple.audio.context5018.preventuseridlesleep" age:00:00:59 id:4295001818 [System: PrevIdle SysAct] default 12:05:04.031435 +0530 mediaserverd HALS_IOEngine2.cpp:1071:_UpdateTotalStreamUsage: 'Codec': Updating 1 output stream(s) error 12:05:04.031589 +0530 mediaserverd HALS_Framework.cpp:1492:AudioObjectRemovePropertyListener: AudioObjectRemovePropertyListener: no object with given ID 5014 default 12:05:04.031733 +0530 mediaserverd HALS_IOEngine2.cpp:1071:_UpdateTotalStreamUsage: 'Codec': Updating 1 input stream(s) default 12:05:04.032018 +0530 mediaserverd 4538: Route configuration change completed [ internal update ]. Route description: default 12:05:04.032156 +0530 mediaserverd 4538: - route change reason: rred default 12:05:04.032302 +0530 mediaserverd 4538: - category: crng default 12:05:04.032432 +0530 mediaserverd 4538: - mode: imdf default 12:05:04.032916 +0530 mediaserverd 4876: VirtualAudio_Devices (2): default 12:05:04.033065 +0530 mediaserverd 4876: - VirtualAudio_Device: [ type: vdef; id: 89; addr: 0x1012d5040; hidden: 0; VA strms: { o/5025/0x106e8c640 }; agg dev: [ id: 5020; addr: 0x1020ae600; uid: "VAD [vdef] AggDev 583"; virt strms: { }; phys devs: { [ id: 76; addr: 0x1012b04f0; uid: "Null_Device"; streams: { i/78/0x1012b2390, o/77/0x1012b1700 } ] } ] ]; running: 0; sr: 44100 default 12:05:04.033185 +0530 mediaserverd 4876: - VirtualAudio_Stream: [ id: 5025; addr: 0x106e8c640; dir: out; owning VAD: [ 89/0x1012d5040 ]; virt strms: [ addr: 0x107728000; dir: out; pref virt chans: 0; forced virt chans: 0; actual strm: [ addr: 0x1020ae970; owning dev: 0x1020ae600; strms: { [ id: 77; addr: 0x1012b1700; dir: out ] } ] ] ]; fmt: [ 32/44100/2; flags: 0x29; bpp: 4; fpp: 1; Bpf: 4 ] default 12:05:04.033345 +0530 mediaserverd 4876: - VirtualAudio_Device: [ type: vspd; id: 4726; addr: 0x106ef2250; hidden: 0; VA strms: { i/4731/0x1013481b0, }; agg dev: [ id: 4720; addr: 0x107732510; uid: "VAD [vspd] AggDev 540"; virt strms: { }; phys devs: { [ id: 33; addr: 0x1012c16a0; uid: "Codec"; streams: { i/35/0x1013c4240, o/34/0x1013c41f0 } ] } ] ]; running: 0; sr: 16000 default 12:05:04.033627 +0530 mediaserverd 4876: - VirtualAudio_Stream: [ id: 4731; addr: 0x1013481b0; dir: in; owning VAD: [ 4726/0x106ef2250 ]; virt strms: [ addr: 0x104ec51b0; dir: in; pref virt chans: 0; forced virt chans: 0; actual strm: [ id: 35; addr: 0x1013c4240; dir: in ] ] ]; fmt: [ 32/16000/1; flags: 0x29; bpp: 4; fpp: 1; Bpf: 4 ] default 12:05:04.033905 +0530 mediaserverd 4876: Routing manager: [ ] default 12:05:04.034203 +0530 mediaserverd 4876: VirtualAudio_Ports (6): default 12:05:04.034796 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 82; addr: 0x1012b8180; core port: [ type: pnul; addr: 0x1012b5be0; conn: 1; rout: 1 ] ] default 12:05:04.035106 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 83; addr: 0x1012b85a0; core port: [ type: pnli; addr: 0x1012b7620; conn: 1; rout: 1 ] ] default 12:05:04.035410 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 96; addr: 0x101263200; core port: [ type: pmbi; addr: 0x1012db4e0; conn: 1; rout: 1 ] ] default 12:05:04.035723 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 81; addr: 0x1012b7590; core port: [ type: pap ; addr: 0x101398b60; conn: 0; rout: 0 ] ] default 12:05:04.036038 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 95; addr: 0x1012b7910; core port: [ type: pspk; addr: 0x1013c5180; conn: 1; rout: 1 ] ] default 12:05:04.036227 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 97; addr: 0x101263570; core port: [ type: papa; addr: 0x1013d3360; conn: 1; rout: 0 ] ] default 12:05:04.040650 +0530 SpringBoard [AVOutputContext] Forwarding AVOutputContextOutputDevicesDidChangeNotification as kMRAVOutputContextDevicesDidChangeNotification using context parameter <MRAVOutputContext 0x10fec5390 SharedSystemAudio avOutputContext = <AVOutputContext: 0x10be4b720>> default 12:05:04.041026 +0530 SpringBoard [AVOutputContext] Output devices did change notification received: NSConcreteNotification 0x111bcefb0 {name = AVOutputContextOutputDeviceDidChangeNotification; object = <AVOutputContext: 0x10c8294e0>} default 12:05:04.041586 +0530 studentd [AVOutputContext] Output devices: ( ) default 12:05:04.044955 +0530 homed [AVOutputContext] Output devices: ( ) default 12:05:04.049928 +0530 mediaremoted [MRDNowPlayingOriginClient] Changing currentRouteHasVolumeControl from MRVolumeControlCapabilitiesAbsolute to MRVolumeControlCapabilitiesNone for client <MRDNowPlayingOriginClient 0x100d259c0 origin=<_MROriginProtobuf: 0x100c11cf0> { deviceInfo = { allowsPairing = 1; applicationBundleIdentifier = "com.apple.mediaremoted"; localizedModelName = iPad; name = "Skycap\U2019s iPad"; protocolVersion = 1; sharedQueueVersion = 2; supportsACL = 1; supportsSharedQueue = 1; supportsSystemPairing = 1; systemBuildVersion = 15D60; systemMediaApplication = "com.apple.Music"; uniqueIdentifier = "A9903373-B4F0-47A0-A968-952F340B39E9"; }; displayName = "Skycap\U2019s iPad"; identifier = 1280262988; type = Local; } 0 nowPlayingClients> default 12:05:04.050177 +0530 mediaremoted [AVOutputContext] Forwarding AVOutputContextOutputDevicesDidChangeNotification as kMRAVOutputContextDevicesDidChangeNotification using context parameter <MRAVOutputContext 0x100c29fe0 SharedSystemAudio avOutputContext = <AVOutputContext: 0x100c29c50>> default 12:05:04.051791 +0530 mediaremoted [AVOutputContext] Output devices did change notification received: NSConcreteNotification 0x100c52d20 {name = AVOutputContextOutputDeviceDidChangeNotification; object = <AVOutputContext: 0x100c29c50>} default 12:05:04.052472 +0530 mediaserverd 3356: { "action":"application_state_changed", "session":{"ID":"0x1bded","PID":3072,"name":"CourtBuddy"}, "details":{"new_state":"Background Running"} } default 12:05:04.076916 +0530 coreduetd AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:04.077758 +0530 accessoryd AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:04.078154 +0530 wifid AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:04.079441 +0530 assistantd AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:04.079533 +0530 assistantd ControllerImpl.mm:4889:handleRouteChange: AVVoiceController -> Route Change default 12:05:04.080030 +0530 CommCenter AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:04.080566 +0530 CourtBuddy AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:04.080652 +0530 callservicesd AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:04.082726 +0530 SpringBoard AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:04.158623 +0530 callservicesd Posting TUCallCenterCallerIDChangedNotification with object userInfo (null) default 12:05:04.162250 +0530 studentd [AVOutputContext] Reloaded output devices from AV context. Previous devices: {( <MRAVConcreteOutputDevice 0x100f898b0 (local) "Speaker" uid="Built-In Speaker" group_id="(null)" type=BuiltIn subtype=Speaker> )} New devices: ( ) default 12:05:04.162562 +0530 studentd [AVOutputContext] Notifying clients that output devices did change for context <MRAVOutputContext 0x100e364e0 SharedAudioPresentation avOutputContext = <AVOutputContext: 0x100e390c0>> default 12:05:04.163806 +0530 studentd [AVOutputContext] Forwarding AVOutputContextOutputDevicesDidChangeNotification as kMRAVOutputContextDevicesDidChangeNotification using context parameter <MRAVOutputContext 0x100e364e0 SharedAudioPresentation avOutputContext = <AVOutputContext: 0x100e390c0>> default 12:05:04.164457 +0530 studentd [AVOutputContext] Forwarding AVOutputContextOutputDevicesDidChangeNotification as kMRAVOutputContextDevicesDidChangeNotification using context parameter <MRAVOutputContext 0x100e364e0 SharedAudioPresentation avOutputContext = <AVOutputContext: 0x100e390c0>> default 12:05:04.164711 +0530 studentd [AVOutputContext] Output devices did change notification received: NSConcreteNotification 0x100e4df80 {name = AVOutputContextOutputDeviceDidChangeNotification; object = <AVOutputContext: 0x100f29460>} default 12:05:04.165097 +0530 studentd [AVOutputContext] Output devices: ( ) default 12:05:04.165275 +0530 homed [AVOutputContext] Reloaded output devices from AV context. Previous devices: {( <MRAVConcreteOutputDevice 0x127e656a0 (local) "Speaker" uid="Built-In Speaker" group_id="(null)" type=BuiltIn subtype=Speaker> )} New devices: ( ) default 12:05:04.165411 +0530 homed [AVOutputContext] Notifying clients that output devices did change for context <MRAVOutputContext 0x127d84a80 SharedAudioPresentation avOutputContext = <AVOutputContext: 0x127d76a70>> default 12:05:04.165552 +0530 homed [AVOutputContext] Forwarding AVOutputContextOutputDevicesDidChangeNotification as kMRAVOutputContextDevicesDidChangeNotification using context parameter <MRAVOutputContext 0x127d84a80 SharedAudioPresentation avOutputContext = <AVOutputContext: 0x127d76a70>> default 12:05:04.165718 +0530 homed [AVOutputContext] Forwarding AVOutputContextOutputDevicesDidChangeNotification as kMRAVOutputContextDevicesDidChangeNotification using context parameter <MRAVOutputContext 0x127d84a80 SharedAudioPresentation avOutputContext = <AVOutputContext: 0x127d76a70>> default 12:05:04.165858 +0530 homed [AVOutputContext] Output devices did change notification received: NSConcreteNotification 0x127d64b50 {name = AVOutputContextOutputDeviceDidChangeNotification; object = <AVOutputContext: 0x127d71d10>} default 12:05:04.167959 +0530 SpringBoard [BaseRoutingDataSource] Received volume control availability did change notification with available = 0 default 12:05:04.168290 +0530 SpringBoard [BaseRoutingDataSource] Received volume control availability did change notification with available = 0 default 12:05:04.168444 +0530 SpringBoard [BaseRoutingDataSource] Received volume control availability did change notification with available = 0 default 12:05:04.168782 +0530 SpringBoard [BaseRoutingDataSource] Received volume control availability did change notification with available = 0 default 12:05:04.169173 +0530 SpringBoard [AVOutputContext] Output devices: ( ) default 12:05:04.169327 +0530 SpringBoard [BaseRoutingDataSource] Received volume control availability did change notification with available = 0 default 12:05:04.169614 +0530 SpringBoard [BaseRoutingDataSource] Received volume control availability did change notification with available = 0 default 12:05:04.172820 +0530 InCallService Setting image: on button default 12:05:04.173129 +0530 InCallService Setting image: on button default 12:05:04.173424 +0530 InCallService Setting image: on button default 12:05:04.173782 +0530 InCallService Setting image: on button default 12:05:04.175861 +0530 callservicesd Adding call to dirty calls pool default 12:05:04.176162 +0530 callservicesd faceTimeIDSStatus for destinationID: is: 0 default 12:05:04.176484 +0530 callservicesd Start default 12:05:04.176901 +0530 callservicesd Call source manager completed transaction group default 12:05:04.253343 +0530 InCallService Setting image: on button default 12:05:04.255736 +0530 InCallService Setting image: on button default 12:05:04.256148 +0530 InCallService callCenterCallStatusChangedNotification: default 12:05:04.256589 +0530 InCallService UpdateCurrentState: Current Call Groups is default 12:05:04.256801 +0530 InCallService UpdateCurrentState: Call status is TUCallStatusRinging, setting state to PHInCallStateIncomingRinging default 12:05:04.257135 +0530 InCallService Audio: setCurrentState: 1 (existing state is 0) default 12:05:04.257347 +0530 InCallService setMiddleViewState: 0 default 12:05:04.261288 +0530 InCallService BottomBar () set to state: 0 default 12:05:04.263037 +0530 callservicesd Call action completed for call: default 12:05:04.263177 +0530 callservicesd End call action fulfilled: default 12:05:04.263218 +0530 InCallService Starting Suppression of STK Alerts default 12:05:04.263260 +0530 InCallService Audio: Setting current state: 0 -> 1 default 12:05:04.263302 +0530 InCallService callStatusChangedNotification: default 12:05:04.263661 +0530 InCallService _updateCallGroups: CACHED: -> CURRENT: default 12:05:04.263875 +0530 InCallService callCenterCallStatusChangedNotification: default 12:05:04.265780 +0530 InCallService UpdateCurrentState: Current Call Groups is default 12:05:04.266068 +0530 InCallService UpdateCurrentState: Call status is TUCallStatusRinging, setting state to PHInCallStateIncomingRinging default 12:05:04.266212 +0530 InCallService Audio: setCurrentState: 1 (existing state is 0) default 12:05:04.266388 +0530 InCallService setMiddleViewState: 0 default 12:05:04.267725 +0530 InCallService BottomBar () set to state: 0 default 12:05:04.272265 +0530 callservicesd Stopped tracking call: default 12:05:04.272461 +0530 InCallService Starting Suppression of STK Alerts default 12:05:04.272542 +0530 InCallService Audio: Setting current state: 0 -> 1 default 12:05:04.272629 +0530 InCallService PHAudioCallControlsViewController is handling TUCallCenterCallStatusChangedNotification default 12:05:04.272692 +0530 InCallService (UI) Asked to update Six-up Audio Controls default 12:05:04.272825 +0530 InCallService (UI) Reloading Six-up Audio Controls default 12:05:04.272928 +0530 CourtBuddy Task <3C17CA8C-D648-471A-8195-A2BD2AB09A98>.<2> received response, status 200 content K default 12:05:04.273368 +0530 InCallService callModelChanged: NOT AMBIGUOUS default 12:05:04.273450 +0530 InCallService callModelChanged: NOT AMBIGUOUS default 12:05:04.273595 +0530 InCallService callModelChanged: NOT AMBIGUOUS default 12:05:04.273678 +0530 InCallService Posting TUCallCenterModelStateChangedNotification with object (null) userInfo (null) default 12:05:04.287172 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14be3d7e0; "Deliver Message" (suspend:10s); id:…62C04C45C0EC> default 12:05:04.287264 +0530 assertiond [InCallService:473] Deactivate assertion: <BKProcessAssertion: 0x14be3d7e0; "Deliver Message" (suspend:10s); id:…62C04C45C0EC> default 12:05:04.287322 +0530 assertiond [InCallService:473] dump all assertions HWM:7 (deactivateAssertion): { <BKProcessAssertion: 0x14bd45dc0; "Continuous Background Running" (continuous:inf); id:…1F6DFFCEB89F> [active] <BKProcessAssertion: 0x14be38b40; "com.apple.viewservice.session" (viewServices:inf); id:…B22B90192C76> [active] <BKProcessAssertion: 0x14bd2f7d0; "com.apple.viewservice.session" (viewServices:inf); id:…D2412D261499> [active] <BKProcessAssertion: 0x14be377d0; "com.apple.viewservice.session" (viewServices:inf); id:…8CF49362ED31> [active] <BKProcessAssertion: 0x14bd3c220; "com.apple.viewservice.session" (viewServices:inf); id:…677A61B2CE70> [active] } default 12:05:04.287449 +0530 assertiond [InCallService:473] Setting jetsam priority to 8 [0x22000] default 12:05:04.287532 +0530 assertiond [InCallService:473] Remove assertion: <BKProcessAssertion: 0x14be3d7e0; "Deliver Message" (suspend:10s); id:…62C04C45C0EC> default 12:05:04.287834 +0530 InCallService loadView: Appeared without a root view controller so we'll create a new one (0) default 12:05:04.288025 +0530 InCallService Obtaining Dismissal Assertion for reason: PHInitialPresentationAssertionReason default 12:05:04.288198 +0530 InCallService InCallRootViewController updateCallControllerForCurrentState default 12:05:04.289634 +0530 InCallService InCallRootViewController will show audio viewcontroller for incomingCall default 12:05:04.289759 +0530 InCallService InCallRootViewController showing Audio controller default 12:05:04.289848 +0530 InCallService Obtaining Dismissal Assertion for reason: PHTransitioningBetweenViewControllersAssertionReason default 12:05:04.289902 +0530 InCallService Obtaining Idle Timer Assertion: showing Audio controller default 12:05:04.289982 +0530 InCallService window: , shouldAppearOrDisappear: 0 default 12:05:04.290102 +0530 InCallService BottomBar () set to state: 8 default 12:05:04.313735 +0530 callservicesd Updating clients with call: default 12:05:04.321377 +0530 InCallService PHAudioCallViewController view loaded default 12:05:04.324314 +0530 InCallService UpdateCurrentState: Current Call Groups is default 12:05:04.324689 +0530 InCallService UpdateCurrentState: Call status is TUCallStatusRinging, setting state to PHInCallStateIncomingRinging default 12:05:04.324948 +0530 InCallService Audio: setCurrentState: 1 (existing state is 0) default 12:05:04.325986 +0530 InCallService setMiddleViewState: 0 default 12:05:04.330569 +0530 InCallService BottomBar () set to state: 0 default 12:05:04.359546 +0530 InCallService Starting Suppression of STK Alerts default 12:05:04.359625 +0530 InCallService Audio: Setting current state: 0 -> 1 default 12:05:04.359780 +0530 InCallService Setting allowsOrientationChangeEvents to 0 default 12:05:04.359863 +0530 InCallService Audio controller requesting button events 15 default 12:05:04.359988 +0530 InCallService Setting desired hardware buttons to 15 default 12:05:04.360069 +0530 InCallService Setting allows menu button dismissal to 0 default 12:05:04.374430 +0530 InCallService _updateCallGroups: CACHED: -> CURRENT: default 12:05:04.380274 +0530 assertiond -[BKAssertion dealloc] - <0x14be3d7e0> default 12:05:04.383198 +0530 mediaserverd -CMSessionMgr- CMSessionMgrHandleApplicationStateChange: CMSession: Client (null) with pid '473' is now Process Server. Background entitlement: YES default 12:05:04.383470 +0530 mediaserverd 3356: { "action":"application_state_changed", "session":{"ID":"0x18882","PID":473,"name":"InCallService","type":"Fig"}, "details":{"new_state":"Process Server"} } default 12:05:04.385940 +0530 accessoryd Handling current calls changed: default 12:05:04.386106 +0530 accessoryd Handling call changed for disconnected calls: default 12:05:04.386711 +0530 accessoryd statusChangedForCall default 12:05:04.386938 +0530 accessoryd Posting TUCallCenterCallStatusChangedInternalNotification with object userInfo (null) default 12:05:04.387240 +0530 accessoryd Posting TUCallCenterCallStatusChangedNotification with object userInfo (null) default 12:05:04.387644 +0530 accessoryd faceTimeIDStatusChangedForCall default 12:05:04.388291 +0530 accessoryd Posting TUCallFaceTimeIDStatusChangedNotification with object userInfo (null) default 12:05:04.389209 +0530 accessoryd displayContextChangedForCall default 12:05:04.389369 +0530 accessoryd Posting TUCallDisplayContextChangedNotification with object userInfo (null) default 12:05:04.389433 +0530 accessoryd Sending call state update: { AddressBookID = "-1"; CallUUID = "FD8FDE47-C120-4F1B-9FCE-98AB288462C7"; ConferenceGroup = 0; Direction = 1; DisconnectReason = 0; DisplayName = "+12687828339"; IsConferenced = 0; Label = "Antigua and Barbuda, Antigua and Barbuda"; RemoteID = "+12687828339"; Service = 0; StartTimestamp = 0; Status = 0; } default 12:05:04.389555 +0530 accessoryd Sending communications update: { CurrentCallCount = 0; } default 12:05:04.389689 +0530 accessoryd Sending communications update: { EndAndAcceptAvailable = 0; HoldAndAcceptAvailable = 0; HoldAvailable = 0; InitiateCallAvailable = 1; MergeAvailable = 0; SwapAvailable = 0; } default 12:05:04.390184 +0530 callservicesd Updating client with disconnected call: calls: default 12:05:04.393945 +0530 callservicesd Updating client with disconnected call: calls: default 12:05:04.394044 +0530 callservicesd Handling current calls changed: default 12:05:04.395652 +0530 mediaserverd 4876: - VirtualAudio_Device: [ type: vspd; id: 4726; addr: 0x106ef2250; hidden: 0; VA strms: { i/4731/0x1013481b0, }; agg dev: [ id: 4720; addr: 0x107732510; uid: "VAD [vspd] AggDev 540"; virt strms: { }; phys devs: { [ id: 33; addr: 0x1012c16a0; uid: "Codec"; streams: { i/35/0x1013c4240, o/34/0x1013c41f0 } ] } ] ]; running: 0; sr: 16000 default 12:05:04.395825 +0530 mediaserverd 4876: - VirtualAudio_Stream: [ id: 4731; addr: 0x1013481b0; dir: in; owning VAD: [ 4726/0x106ef2250 ]; virt strms: [ addr: 0x104ec51b0; dir: in; pref virt chans: 0; forced virt chans: 0; actual strm: [ id: 35; addr: 0x1013c4240; dir: in ] ] ]; fmt: [ 32/16000/1; flags: 0x29; bpp: 4; fpp: 1; Bpf: 4 ] default 12:05:04.395959 +0530 mediaserverd 4876: Routing manager: [ ] default 12:05:04.396146 +0530 mediaserverd 4876: VirtualAudio_Ports (6): default 12:05:04.396227 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 82; addr: 0x1012b8180; core port: [ type: pnul; addr: 0x1012b5be0; conn: 1; rout: 1 ] ] default 12:05:04.396387 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 83; addr: 0x1012b85a0; core port: [ type: pnli; addr: 0x1012b7620; conn: 1; rout: 1 ] ] default 12:05:04.396545 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 96; addr: 0x101263200; core port: [ type: pmbi; addr: 0x1012db4e0; conn: 1; rout: 1 ] ] default 12:05:04.396875 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 81; addr: 0x1012b7590; core port: [ type: pap ; addr: 0x101398b60; conn: 0; rout: 0 ] ] default 12:05:04.397463 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 95; addr: 0x1012b7910; core port: [ type: pspk; addr: 0x1013c5180; conn: 1; rout: 1 ] ] default 12:05:04.398038 +0530 mediaserverd 4876: - VirtualAudio_Port: [ id: 97; addr: 0x101263570; core port: [ type: papa; addr: 0x1013d3360; conn: 1; rout: 0 ] ] default 12:05:04.400870 +0530 assertiond -[BKAssertion dealloc] - <0x14bd2adc0> default 12:05:04.410934 +0530 SpringBoard [AVOutputContext] Output devices did change notification received: NSConcreteNotification 0x10cdcbf40 {name = AVOutputContextOutputDeviceDidChangeNotification; object = <AVOutputContext: 0x10c8294e0>} default 12:05:04.412302 +0530 SpringBoard [AVOutputContext] Output devices: ( "Speaker: Built-In Speaker" ) default 12:05:04.413393 +0530 SpringBoard [AVOutputContext] Reloaded output devices from AV context. Previous devices: {( )} New devices: ( "<MRAVConcreteOutputDevice 0x10dfbc080 (local) \"Speaker\" uid=\"Built-In Speaker\" group_id=\"(null)\" type=BuiltIn subtype=Speaker>" ) default 12:05:04.416469 +0530 SpringBoard [AVOutputContext] Forwarding AVOutputContextOutputDevicesDidChangeNotification as kMRAVOutputContextDevicesDidChangeNotification using context parameter <MRAVOutputContext 0x10fec5390 SharedSystemAudio avOutputContext = <AVOutputContext: 0x10be4b720>> default 12:05:04.417742 +0530 SpringBoard [AVOutputContext] Output devices did change notification received: NSConcreteNotification 0x111ba2160 {name = AVOutputContextOutputDeviceDidChangeNotification; object = <AVOutputContext: 0x10bedeb00>} default 12:05:04.419365 +0530 SpringBoard Pickable Routes Changed: default 12:05:04.419955 +0530 SpringBoard [AVOutputContext] Output devices: ( "Speaker: Built-In Speaker" ) default 12:05:04.421003 +0530 SpringBoard _pickableRoutesForPhoneCall is unsupported default 12:05:04.421167 +0530 SpringBoard [AVOutputContext] Reloaded output devices from AV context. Previous devices: {( )} New devices: ( "<MRAVConcreteOutputDevice 0x10d8208d0 (local) \"Speaker\" uid=\"Built-In Speaker\" group_id=\"(null)\" type=BuiltIn subtype=Speaker>" ) default 12:05:04.422460 +0530 SpringBoard _pickableRoutesForVoiceMailWithForceNewRequest is unsupported default 12:05:04.422611 +0530 SpringBoard [AVOutputContext] Forwarding AVOutputContextOutputDevicesDidChangeNotification as kMRAVOutputContextDevicesDidChangeNotification using context parameter <MRAVOutputContext 0x10fec5390 SharedSystemAudio avOutputContext = <AVOutputContext: 0x10be4b720>> default 12:05:04.422720 +0530 SpringBoard AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:04.423126 +0530 SpringBoard [AVOutputContext] Output devices did change notification received: NSConcreteNotification 0x111dc71e0 {name = AVOutputContextOutputDeviceDidChangeNotification; object = <AVOutputContext: 0x10cd99330>} default 12:05:04.423680 +0530 SpringBoard Handling current calls changed: default 12:05:04.423919 +0530 SpringBoard [AVOutputContext] Output devices: ( "Speaker: Built-In Speaker" ) default 12:05:04.424416 +0530 SpringBoard Handling call changed for disconnected calls: default 12:05:04.425843 +0530 SpringBoard shouldSuppressRingtoneChangedForCall default 12:05:04.425911 +0530 SpringBoard Posting TUCallShouldSuppressRingingChangedNotification with object userInfo (null) default 12:05:04.426010 +0530 SpringBoard faceTimeIDStatusChangedForCall default 12:05:04.426123 +0530 SpringBoard Posting TUCallFaceTimeIDStatusChangedNotification with object userInfo (null) default 12:05:04.426201 +0530 SpringBoard destinationIDChangedForCall default 12:05:04.426299 +0530 SpringBoard Posting TUCallCenterCallerIDChangedNotification with object userInfo (null) default 12:05:04.426382 +0530 SpringBoard displayContextChangedForCall default 12:05:04.426466 +0530 SpringBoard [AVOutputContext] Reloaded output devices from AV context. Previous devices: {( )} New devices: ( "<MRAVConcreteOutputDevice 0x10ac88600 (local) \"Speaker\" uid=\"Built-In Speaker\" group_id=\"(null)\" type=BuiltIn subtype=Speaker>" ) default 12:05:04.426561 +0530 SpringBoard Posting TUCallDisplayContextChangedNotification with object userInfo (null) default 12:05:04.426626 +0530 SpringBoard audioPropertiesChangedForCall default 12:05:04.426729 +0530 SpringBoard Posting TUCallAudioPropertiesChangedNotification with object userInfo (null) default 12:05:04.426820 +0530 SpringBoard modelChangedForCall default 12:05:04.426941 +0530 SpringBoard Posting TUCallModelChangedNotification with object userInfo (null) default 12:05:04.427024 +0530 SpringBoard - updateIdleTimerForReason:"IdleTimerReset"] default 12:05:04.427079 +0530 SpringBoard Posting TUCallCenterModelStateChangedNotification with object (null) userInfo (null) default 12:05:04.427218 +0530 SpringBoard [AVOutputContext] Notifying clients that output devices did change for context <MRAVOutputContext 0x10bb2b640 SharedAudioPresentation avOutputContext = <AVOutputContext: 0x10ba96330>> default 12:05:04.427828 +0530 SpringBoard [MRAVLocalEndpoint] Local endpoint <MRAVLocalEndpoint 0x10bb2abb0 (local) uid="LOCAL" outputDevices = ( )> is reloading output devices from context <MRAVOutputContext 0x10bb2b640 SharedAudioPresentation avOutputContext = <AVOutputContext: 0x10ba96330>> error 12:05:04.429728 +0530 SpringBoard Error getting name for : Error Domain=NSOSStatusErrorDomain Code=-50 "(null)" error 12:05:04.430090 +0530 SpringBoard Error getting name for : Error Domain=NSOSStatusErrorDomain Code=-50 "(null)" error 12:05:04.430533 +0530 SpringBoard Error getting name for : Error Domain=NSOSStatusErrorDomain Code=-50 "(null)" default 12:05:04.431296 +0530 SpringBoard [AVOutputContext] Notifying clients that output devices did change for context <MRAVOutputContext 0x10ba78920 SharedAudioPresentation avOutputContext = <AVOutputContext: 0x109a29560>> default 12:05:04.440811 +0530 SpringBoard Added: <FBUIApplicationSceneDeactivationAssertion: 0x10d825310; reason: systemAnimation; all scene levels; hasPredicate: NO> default 12:05:04.442304 +0530 useractivityd client process changing types to scan for to CopyPaste default 12:05:04.442748 +0530 sharingd Skipping request for enabled: YES, state: PoweredOn, shouldStart: NO, scanForCopyPaste: YES, scanForHandoff: NO default 12:05:04.444354 +0530 SpringBoard SB orientation locked: YES; user lock: YES, was stale: NO, orientation: overrides: {( "<SBRemoteAlertAdapter: 0x1020d2400; identifier: com.apple.InCallService; class: PHInCallRemoteAlertShellViewController> {\n effectiveVC = <_SBRemoteAlertHostViewController: 0x1023fba00>;\n}" )}, default 12:05:04.445719 +0530 SpringBoard notifyBestAppChanged:(null) UASuggestedActionType=0 / opts=(null) when=Thu Aug 16 12:05:03 2018 confidence=0 from=/ default 12:05:04.446835 +0530 sharingd Skipping request for enabled: YES, state: PoweredOn, shouldStart: NO, scanForCopyPaste: YES, scanForHandoff: YES default 12:05:04.446892 +0530 sharingd SystemUI changed: 0x10 -> 0x20010 default 12:05:04.454905 +0530 useractivityd client process changing types to scan for to Handoff, CopyPaste default 12:05:04.459633 +0530 SpringBoard Removed: <FBUIApplicationSceneDeactivationAssertion: 0x10d825310; reason: systemAnimation; all scene levels; hasPredicate: NO> default 12:05:04.472607 +0530 SpringBoard SB orientation locked: YES; user lock: YES, was stale: NO, orientation: overrides: {( "<SBRemoteAlertAdapter: 0x1020d2400; identifier: com.apple.InCallService; class: PHInCallRemoteAlertShellViewController> {\n effectiveVC = <_SBRemoteAlertHostViewController: 0x1023fba00>;\n}" )}, default 12:05:04.472772 +0530 SpringBoard Root transaction complete: <SBAppsToAlertWorkspaceTransaction: 0x11375e260> default 12:05:04.479315 +0530 SpringBoard - _setIdleTimerWithDescriptor:<SBIdleTimerDescriptor: 0x10ba19b40; timerMode: Automatic; quickUnwarnInterval: 582.0s; warnInterval: 580.0s; totalInterval: 600.0s> reason:"PHIdleTimerDisabledReason"] default 12:05:04.479360 +0530 SpringBoard 0x10dddff40 reconfigured attention timeouts:{ 582 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: quickWarn"; 580 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: warn"; 600 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: expiration"; }, configuration generation: 5499 default 12:05:04.479401 +0530 SpringBoard attention client RESUME <AWAttentionAwarenessConfiguration: 0x10f35eca0> (identifier: com.apple.springboard.GlobalBacklightIdleTimer samplingInterval: 0.00000 samplingDelay: 0.00000 attentionLostTimeouts: 582.00000, 580.00000, 600.00000 mask Button|Keyboard|Digitizer|GameController|MesaTouch) default 12:05:04.479660 +0530 backboardd RemoteClient.m:255 : 92173.81575: Info: reset attention lost timeout for at 92173.81547 default 12:05:04.479745 +0530 backboardd Scheduler.m:143 : 92173.81585: Info: 1 clients: default 12:05:04.479832 +0530 InCallService Audio: setCurrentState: 0 (existing state is 7) default 12:05:04.479888 +0530 InCallService Releasing Dismissal Assertion PHAudioCallViewControllerDismissalAssertionHandlingActiveCall. Remaining assertions are: default 12:05:04.479966 +0530 InCallService Released Idle Timer Assertion: requestInCallDismissalWithAnimation default 12:05:04.480059 +0530 SpringBoard setting configuration:<AWAttentionAwarenessConfiguration: 0x1017d9eb0> (identifier: com.apple.springboard.GlobalBacklightIdleTimer samplingInterval: 0.00000 samplingDelay: 0.00000 attentionLostTimeouts: 582.00000, 580.00000, 600.00000 mask Button|Keyboard|Digitizer|GameController|MesaTouch) default 12:05:04.481355 +0530 SpringBoard Got call record save notification from other app default 12:05:04.481618 +0530 SpringBoard --- Got Database changed notification due to an external change! Make cache dirty and send client DB Changed Notification default 12:05:04.482138 +0530 SpringBoard Fetching from DB and updating cache. And coalescing: Yes, With callType limit: kCallTypeAll default 12:05:04.482771 +0530 backboardd RemoteClient.m:255 : 92173.81796: Info: reset attention lost timeout for at 92173.81796 default 12:05:04.482895 +0530 backboardd RemoteClient.m:141 : 92173.81815: Info: updated config , old config default 12:05:04.486694 +0530 InCallService Request to set status bar hidden NO on default 12:05:04.486775 +0530 SpringBoard Running <SBAlertToAppsWorkspaceTransaction: 0x11379ac40> for transition request: <SBMainWorkspaceTransitionRequest: 0x101152fc0; eventLabel: DeactivateAlert = SBRemoteAlertAdapter; display: Main; source: Unspecified> { applicationContext = <SBWorkspaceApplicationSceneTransitionContext: 0x1138b8340; background: NO> entities = { SBLayoutRolePrimary = <SBHomeScreenEntity: 0x10c89b030; ID: com.apple.SpringBoard.workspace-entity.builtin.home-screen; layoutRole: primary>; }; alertContext = <SBWorkspaceAlertTransitionContext: 0x1114a54a0; alertToDeactivate: <SBRemoteAlertAdapter: 0x1020d2400>>; } default 12:05:04.487177 +0530 SpringBoard Added: <FBUIApplicationSceneDeactivationAssertion: 0x106a277d0; reason: systemAnimation; all scene levels; hasPredicate: NO> default 12:05:04.488180 +0530 InCallService requestInCallDismissalWithAnimation default 12:05:04.488867 +0530 InCallService Client token: being removed to WiFi association clients () default 12:05:04.488997 +0530 SpringBoard SB orientation locked: YES; user lock: YES, was stale: NO, orientation: overrides: {( "<SBRemoteAlertAdapter: 0x1020d2400; identifier: com.apple.InCallService; class: PHInCallRemoteAlertShellViewController> {\n effectiveVC = <_SBRemoteAlertHostViewController: 0x1023fba00>;\n}" )}, default 12:05:04.491861 +0530 SpringBoard notifyBestAppChanged:(null) UASuggestedActionType=0 / opts=(null) when=Thu Aug 16 12:05:04 2018 confidence=0 from=/ default 12:05:04.493538 +0530 SpringBoard Removed: <FBUIApplicationSceneDeactivationAssertion: 0x106a277d0; reason: systemAnimation; all scene levels; hasPredicate: NO> default 12:05:04.496496 +0530 CommCenter #I FBSDisplayLayoutUpdateHandler: update start default 12:05:04.496586 +0530 CommCenter #I ActivationObserver: notifyAboutFrontAppChange : app: ; pid: 0; net: 0 default 12:05:04.496677 +0530 CommCenter #I FBSDisplayLayoutUpdateHandler: 5. app got notification state: new counter=1598 default 12:05:04.496751 +0530 CommCenter #I FBSDisplayLayoutUpdateHandler: update start default 12:05:04.496838 +0530 CommCenter #I ActivationObserver: notifyAboutFrontAppChange : app: ; pid: 0; net: 0 default 12:05:04.496944 +0530 CommCenter #I FBSDisplayLayoutUpdateHandler: 5. app got notification state: new counter=1599 default 12:05:04.501493 +0530 InCallService InCallRootViewController updateCallControllerForCurrentState default 12:05:04.502023 +0530 SpringBoard Added: <FBUIApplicationSceneDeactivationAssertion: 0x10f3e6660; reason: systemAnimation; all scene levels; hasPredicate: NO> default 12:05:04.502490 +0530 InCallService InCallRootViewController doesn't need to show anything default 12:05:04.502685 +0530 callservicesd
default 12:05:04.502824 +0530 callservicesd
default 12:05:04.502938 +0530 callservicesd Logging event name=CallState dictionary= default 12:05:04.504224 +0530 sharingd SystemUI changed: 0x20010 -> 0x20010 default 12:05:04.504306 +0530 InCallService Stopping Suppression of STK Alerts default 12:05:04.504665 +0530 SpringBoard Added: <FBUIApplicationSceneDeactivationAssertion: 0x1069d2a90; reason: systemAnimation; all scene levels; hasPredicate: NO> default 12:05:04.505445 +0530 InCallService Audio: Setting current state: 7 -> 0 default 12:05:04.505900 +0530 InCallService Audio: setCurrentState: 0 (existing state is 7) default 12:05:04.506748 +0530 InCallService Stopping Suppression of STK Alerts default 12:05:04.506872 +0530 useractivityd client process changing types to scan for to CopyPaste default 12:05:04.507812 +0530 sharingd Skipping request for enabled: YES, state: PoweredOn, shouldStart: NO, scanForCopyPaste: YES, scanForHandoff: NO default 12:05:04.508174 +0530 InCallService Audio: Setting current state: 7 -> 0 default 12:05:04.509026 +0530 InCallService
default 12:05:04.509264 +0530 InCallService Proxying enteredBackgroundForAllCalls through CSD default 12:05:04.509382 +0530 InCallService Audio: setCurrentState: 0 (existing state is 7) default 12:05:04.509461 +0530 InCallService Stopping Suppression of STK Alerts default 12:05:04.509543 +0530 InCallService Audio: Setting current state: 7 -> 0 default 12:05:04.509632 +0530 InCallService Audio: setCurrentState: 0 (existing state is 7) default 12:05:04.509714 +0530 InCallService Stopping Suppression of STK Alerts default 12:05:04.509808 +0530 InCallService Audio: Setting current state: 7 -> 0 default 12:05:04.536132 +0530 SpringBoard Starting device motion, mode=0x22,useAccelerometer=0,useGyro=1,useCompass=0,fUseNorthRef=0,buildingGYTT=0 default 12:05:04.579790 +0530 CommCenter #I FBSDisplayLayoutUpdateHandler: update start default 12:05:04.579934 +0530 CommCenter #I ActivationObserver: notifyAboutFrontAppChange : app: ; pid: 0; net: 0 default 12:05:04.580312 +0530 CommCenter #I FBSDisplayLayoutUpdateHandler: 5. app got notification state: new counter=1600 default 12:05:04.588824 +0530 SpringBoard {"msg":"CLGyroBiasEstimatorClientRemote::registerWithGyroBiasEstimatorPrivate", "event":"activity", "isBuildingGYTT":0, "client":"0x1043fbb10", "info":"0x1043f7cf0"} default 12:05:04.589810 +0530 SpringBoard {"msg":"Sending cached messages to daemon", "event":"activity"} default 12:05:04.590496 +0530 sharingd SystemUI changed: 0x20010 -> 0x10 default 12:05:04.590758 +0530 SpringBoard #Warning No cached registration message default 12:05:04.593149 +0530 locationd {"msg":"state transition", "event":"state_transition", "state":"DaemonClient", "id":"0x103821e00", "property":"lifecycle", "old":"0x0", "new":"0x103821e00"} default 12:05:04.594839 +0530 locationd {"msg":"state transition", "event":"state_transition", "state":"DaemonClient", "id":"0x103821e00", "property":"clientName", "old":"", "new":"com.apple.springboard"} default 12:05:04.597386 +0530 dasd Attempting to suspend based on triggers: ( "com.apple.duetactivityscheduler.callinprogresspolicy.callinprogress", "com.apple.duetactivityscheduler.callinprogresspolicy.callinprogress" ) default 12:05:04.604050 +0530 locationd #Warning PAUSE: BATCH: '' (, ) started in unexpected state: default 12:05:04.605284 +0530 locationd Client com.apple.springboard connected default 12:05:04.605810 +0530 locationd Background indicator enabled for is now (was ) default 12:05:04.606202 +0530 locationd {"msg":"kCLConnectionMessageGyroBiasEstimation", "event":"activity", "this":"0x103821e00", "registrationRequired":0, "registrationReceived":0} default 12:05:04.606621 +0530 locationd Client com.apple.springboard (0x103821e00) is subscribing to notification kCLConnectionMessageGyroBiasEstimation default 12:05:04.613226 +0530 SpringBoard <== returns 50 calls default 12:05:04.620326 +0530 SpringBoard Firing kCallHistoryDatabaseChangedNotification notification: (null) default 12:05:04.623007 +0530 SpringBoard Stopping device motion, mode=0x22 default 12:05:04.623267 +0530 SpringBoard default 12:05:04.623817 +0530 SpringBoard {"msg":"CLGyroBiasEstimatorClientRemote::unregisterWithGyroBiasEstimatorPrivate", "event":"activity", "client":"0x1043fbb10"} default 12:05:04.624679 +0530 dasd Evaluating 148 activities based on triggers default 12:05:04.624817 +0530 locationd #Warning Location connection invalid! default 12:05:04.626971 +0530 locationd {"msg":"CLConnection::handleDisconnection", "event":"activity"} default 12:05:04.627122 +0530 locationd Client com.apple.springboard disconnected default 12:05:04.630011 +0530 dasd com.apple.session.schedule:5EA363:[ {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}} ], FinalDecision: Must Not Proceed} default 12:05:04.630327 +0530 locationd {"msg":"state transition", "event":"state_transition", "state":"DaemonClient", "id":"0x103821e00", "property":"lifecycle", "old":"0x103821e00", "new":"0x0"} default 12:05:04.637637 +0530 dasd com.apple.coreduetd.monitor.NextCalendarEvent:2DA57A:[ {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}} ], FinalDecision: Must Not Proceed} default 12:05:04.637795 +0530 dasd com.apple.coreduetd.monitor.MotionState:87E219:[ {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}} ], FinalDecision: Must Not Proceed} default 12:05:04.637936 +0530 dasd com.apple.coreduetd.monitor.CallInProgress:A52626:[ {name: DeviceActivityPolicy, policyWeight: 20.000, response: {Decision: Must Not Proceed, Score: 0.00, Rationale: [{deviceActivity == 1}]}} ], FinalDecision: Must Not Proceed} default 12:05:04.644997 +0530 SpringBoard ==> () default 12:05:04.645443 +0530 SpringBoard <== returns 50 calls default 12:05:04.646731 +0530 coreduetd Setting limiting call kinds: default 12:05:04.646859 +0530 coreduetd Creating call history database handle default 12:05:04.647087 +0530 coreduetd ==> () default 12:05:04.647165 +0530 coreduetd Fetching from DB and updating cache. And coalescing: Yes, With callType limit: kCallTypeAll default 12:05:04.651168 +0530 coreduetd createPermanent client: default 12:05:04.651359 +0530 SpringBoard <== () => 0 calls default 12:05:04.651517 +0530 SpringBoard [ _onQueue_updateBadgeCount] default 12:05:04.653338 +0530 SpringBoard BBDataProvider: Invalidate bulletins in section com.apple.facetime for destinations 2 default 12:05:04.653747 +0530 SpringBoard BBServer: Update bulletins in section com.apple.facetime for feed 1 default 12:05:04.653912 +0530 SpringBoard Received request to return bulletins with parameters: clearedInfo: (null) default 12:05:04.654022 +0530 SpringBoard ==> () default 12:05:04.654359 +0530 SpringBoard <== returns 50 calls default 12:05:04.654529 +0530 coreduetd Persistent store at URL is not present default 12:05:04.655465 +0530 SpringBoard <== () 0 calls default 12:05:04.655547 +0530 SpringBoard [ _onQueue_updateBadgeCount] missed calls found, updating badge to 0 default 12:05:04.655692 +0530 SpringBoard [ _onQueue_updateBadgeCount] doesn't support voicemail default 12:05:04.655785 +0530 SpringBoard [ _onQueue_updateBadgeCount] calling BBDataProviderSetApplicationBadgeString with "" default 12:05:04.655874 +0530 SpringBoard BBDataProvider: Set application badge string for section com.apple.facetime to '' default 12:05:04.656014 +0530 SpringBoard Cleared info : (null) default 12:05:04.658861 +0530 coreduetd Initialized permanent data store: YES default 12:05:04.660135 +0530 coreduetd <== returns 50 calls default 12:05:04.660252 +0530 coreduetd <== () => 1 calls default 12:05:04.660837 +0530 coreduetd CHManager is getting destroyed... default 12:05:04.661567 +0530 SpringBoard ==> () default 12:05:04.661729 +0530 SpringBoard <== returns 50 calls default 12:05:04.661816 +0530 SpringBoard <== () => 0 calls default 12:05:04.661975 +0530 SpringBoard com.apple.facetime.sortmapping Saving record IDs to suppress value: default 12:05:04.662130 +0530 SpringBoard Pre-suppression list of bulletins: default 12:05:04.662255 +0530 SpringBoard BBServer: Section com.apple.facetime responded with 0 bulletin requests to feed 1 default 12:05:04.662334 +0530 SpringBoard Updating section com.apple.facetime with 0 new bulletins default 12:05:04.662428 +0530 SpringBoard Current bulletins in this section: 0 default 12:05:04.667177 +0530 CallHistorySyncHelper Got call record save notification from other app default 12:05:04.667340 +0530 CallHistorySyncHelper Firing kCallHistoryDatabaseChangedNotification notification: (null) default 12:05:04.670603 +0530 CallHistorySyncHelper Pruning call history database default 12:05:04.670770 +0530 CallHistorySyncHelper Starting XPCTransaction reason: Pruning database default 12:05:04.671169 +0530 CallHistorySyncHelper FT audio calls visible to user: 0 default 12:05:04.673972 +0530 CallHistorySyncHelper FT video calls visible to user: 0 default 12:05:04.674092 +0530 coreduetd Received notification event for nearby devices changed! default 12:05:04.674564 +0530 dasd Trigger: is now [] default 12:05:04.674709 +0530 dasd Foreground app changed—- default 12:05:04.677218 +0530 locationd {"msg":"client getting effective client name", "clientName":"com.apple.locationd", "bundleId":"", "bundlePath":"\/System\/Library\/LocationBundles\/AppSuggestions.bundle"} default 12:05:04.678761 +0530 locationd {"msg":"client getting effective client name", "clientName":"com.apple.locationd", "bundleId":"com.apple.AppStore", "bundlePath":""} default 12:05:04.690169 +0530 CallHistorySyncHelper Non FT calls visible to user: 50 default 12:05:04.690759 +0530 CallHistorySyncHelper No changes in the data context to save default 12:05:04.690825 +0530 CallHistorySyncHelper Successfully pruned 0 calls from database result: YES default 12:05:04.690913 +0530 CallHistorySyncHelper Ending XPCTransaction reason: Pruning database default 12:05:04.697437 +0530 dasd Trigger: is now [] default 12:05:04.697909 +0530 dasd Foreground app changed—- default 12:05:04.704418 +0530 callservicesd Logging inCall=1 default 12:05:04.705533 +0530 callservicesd Logging inCall=0 default 12:05:04.711249 +0530 mediaserverd startLogging: Client starts logging... default 12:05:04.714004 +0530 symptomsd Entry, display name Com.Courtbuddy.Courtbuddy uuid A2E721D7-F42D-395C-AF38-FD5264EA14FB pid 3072 isFront 0 default 12:05:04.794543 +0530 assertiond [InCallService:473] Attempting to acquire assertion for InCallService:473: <BKProcessAssertion: 0x14bd552c0; "systemAnimationFence" (finishTask:180s); id:…53DD8ED41CBD> default 12:05:04.794840 +0530 assertiond [InCallService:473] Add assertion: <BKProcessAssertion: 0x14bd552c0; id: 473-91C172C1-E74D-49E6-A70E-53DD8ED41CBD; name: systemAnimationFence; state: active; reason: finishTask; duration: 180.0s> { owner = <BSProcessHandle: 0x14bd49bb0; InCallService:473; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventSuspendOnSleep; } default 12:05:04.795191 +0530 assertiond [InCallService:473] Activate assertion: <BKProcessAssertion: 0x14bd552c0; "systemAnimationFence" (finishTask:180s); id:…53DD8ED41CBD> default 12:05:04.795481 +0530 assertiond [InCallService:473] Setting jetsam priority to 8 [0x22008] default 12:05:04.796598 +0530 assertiond [SpringBoard:52] Attempting to acquire assertion for SpringBoard:52: <BKProcessAssertion: 0x14bd34680; "systemAnimationFence" (finishTask:180s); id:…B630093FAC3C> default 12:05:04.797476 +0530 assertiond [SpringBoard:52] Add assertion: <BKProcessAssertion: 0x14bd34680; id: 52-4EAFA1A4-2056-4C93-B9DE-B630093FAC3C; name: systemAnimationFence; state: active; reason: finishTask; duration: 180.0s> { owner = <BSProcessHandle: 0x14bd19030; SpringBoard:52; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventSuspendOnSleep; } default 12:05:04.801383 +0530 assertiond [SpringBoard:52] Activate assertion: <BKProcessAssertion: 0x14bd34680; "systemAnimationFence" (finishTask:180s); id:…B630093FAC3C> default 12:05:04.802032 +0530 assertiond Updating PowerAssertion on SpringBoard:52 default 12:05:04.803438 +0530 SpringBoard Backgrounding scene for alertManager: default 12:05:04.803877 +0530 InCallService Released Idle Timer Assertion: viewWillDisappear default 12:05:04.804205 +0530 InCallService remove status bar suppression PHSuppressInCallStatusBarForFullscreenUIReason default 12:05:04.804505 +0530 InCallService removed reason: PHSuppressInCallStatusBarForFullscreenUIReason, reasons: default 12:05:04.804793 +0530 InCallService Setting PIP presence token to NO default 12:05:04.805283 +0530 InCallService setting status bar suppression token: 0 error 12:05:04.805625 +0530 SpringBoard [_UIKeyboardArbiter] Rejecting attach for <_UIKeyboardArbiterHandle: 0x104394cb0; PID 52: com.apple.springboard ; hosting PIDs {( 473 )}; level 2002.000000; active NO [wants YES]; suppression 0> (currently (null)) default 12:05:04.805770 +0530 callservicesd inCallServiceWantsStatusBarSuppressionState is now 0 default 12:05:04.825134 +0530 SpringBoard - _setIdleTimerWithDescriptor:<SBIdleTimerDescriptor: 0x1138d2780; timerMode: Automatic; quickUnwarnInterval: 582.0s; warnInterval: 580.0s; totalInterval: 600.0s> reason:"SBWorkspaceActiveProviderChanged:SBAlertManagerNoActiveAlerts"] default 12:05:04.832796 +0530 SpringBoard 0x10dddff40 reconfigured attention timeouts:{ 582 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: quickWarn"; 580 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: warn"; 600 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: expiration"; }, configuration generation: 5500 default 12:05:04.833290 +0530 backboardd RemoteClient.m:255 : 92174.53933: Info: reset attention lost timeout for at 92174.53933 default 12:05:04.833695 +0530 backboardd RemoteClient.m:141 : 92174.54342: Info: updated config , old config default 12:05:04.833834 +0530 SpringBoard setting configuration:<AWAttentionAwarenessConfiguration: 0x111b1ed90> (identifier: com.apple.springboard.GlobalBacklightIdleTimer samplingInterval: 0.00000 samplingDelay: 0.00000 attentionLostTimeouts: 582.00000, 580.00000, 600.00000 mask Button|Keyboard|Digitizer|GameController|MesaTouch) default 12:05:04.834220 +0530 backboardd RemoteClient.m:255 : 92174.54443: Info: reset attention lost timeout for at 92174.54442 default 12:05:04.834991 +0530 backboardd RemoteClient.m:141 : 92174.54463: Info: updated config , old config default 12:05:04.835101 +0530 SpringBoard Disabling global orientation lock override for reason: <SBRemoteAlertAdapter: 0x1020d2400; identifier: com.apple.InCallService; class: PHInCallRemoteAlertShellViewController> { effectiveVC = <_SBRemoteAlertHostViewController: 0x1023fba00>; } default 12:05:04.836496 +0530 SpringBoard SB orientation locked: YES; user lock: YES, was stale: NO, orientation: overrides: NO, default 12:05:04.837472 +0530 SpringBoard - updateIdleTimerForReason:"IdleTimerReset"] default 12:05:04.839169 +0530 SpringBoard 0x10dddff40 reconfigured attention timeouts:{ 582 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: quickWarn"; 580 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: warn"; 600 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: expiration"; }, configuration generation: 5501 default 12:05:04.839776 +0530 SpringBoard setting configuration:<AWAttentionAwarenessConfiguration: 0x10c8b6aa0> (identifier: com.apple.springboard.GlobalBacklightIdleTimer samplingInterval: 0.00000 samplingDelay: 0.00000 attentionLostTimeouts: 582.00000, 580.00000, 600.00000 mask Button|Keyboard|Digitizer|GameController|MesaTouch) default 12:05:04.845071 +0530 SpringBoard Front display did change: (null) default 12:05:04.846111 +0530 SpringBoard 0x10dddff40 reconfigured attention timeouts:{ 582 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: quickWarn"; 580 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: warn"; 600 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: expiration"; }, configuration generation: 5502 default 12:05:04.846787 +0530 SpringBoard setting configuration:<AWAttentionAwarenessConfiguration: 0x111dbe320> (identifier: com.apple.springboard.GlobalBacklightIdleTimer samplingInterval: 0.00000 samplingDelay: 0.00000 attentionLostTimeouts: 582.00000, 580.00000, 600.00000 mask Button|Keyboard|Digitizer|GameController|MesaTouch) default 12:05:04.847318 +0530 SpringBoard - _setIdleTimerWithDescriptor:<SBIdleTimerDescriptor: 0x1069e8020; timerMode: Automatic; quickUnwarnInterval: 582.0s; warnInterval: 580.0s; totalInterval: 600.0s> reason:"SBHomeScreen"] default 12:05:04.847560 +0530 SpringBoard 0x10dddff40 reconfigured attention timeouts:{ 582 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: quickWarn"; 580 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: warn"; 600 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: expiration"; }, configuration generation: 5503 default 12:05:04.848451 +0530 SpringBoard setting configuration:<AWAttentionAwarenessConfiguration: 0x10df49df0> (identifier: com.apple.springboard.GlobalBacklightIdleTimer samplingInterval: 0.00000 samplingDelay: 0.00000 attentionLostTimeouts: 582.00000, 580.00000, 600.00000 mask Button|Keyboard|Digitizer|GameController|MesaTouch) default 12:05:04.865966 +0530 backboardd RemoteClient.m:255 : 92174.54927: Info: reset attention lost timeout for at 92174.54927 default 12:05:04.866245 +0530 backboardd RemoteClient.m:141 : 92174.54947: Info: updated config , old config default 12:05:04.868293 +0530 backboardd RemoteClient.m:255 : 92174.55357: Info: reset attention lost timeout for at 92174.55357 default 12:05:04.868787 +0530 backboardd RemoteClient.m:141 : 92174.55370: Info: updated config , old config default 12:05:04.949271 +0530 SpringBoard [com.apple.springboard] Sending scene action [SceneLifecycleEventOnly] through WorkspaceServer: 0x100ef4560 default 12:05:04.979518 +0530 assertiond [SpringBoard:52] Attempting to acquire assertion for SpringBoard:52: <BKProcessAssertion: 0x14be37ad0; "Deliver Message" (suspend:10s); id:…CACAB2C68496> default 12:05:04.980522 +0530 assertiond [SpringBoard:52] Add assertion: <BKProcessAssertion: 0x14be37ad0; id: 52-773A6B47-CBD3-4034-A987-CACAB2C68496; name: "Deliver Message"; state: active; reason: suspend; duration: 10.0s> { owner = <BSProcessHandle: 0x14bd19030; SpringBoard:52; valid: YES>; flags = preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventSuspendOnSleep; } default 12:05:04.980800 +0530 assertiond [SpringBoard:52] Activate assertion: <BKProcessAssertion: 0x14be37ad0; "Deliver Message" (suspend:10s); id:…CACAB2C68496> default 12:05:04.982191 +0530 assertiond Updating PowerAssertion on SpringBoard:52 default 12:05:05.061881 +0530 useractivityd client process changing types to scan for to Handoff, CopyPaste default 12:05:05.062377 +0530 sharingd Skipping request for enabled: YES, state: PoweredOn, shouldStart: NO, scanForCopyPaste: YES, scanForHandoff: YES default 12:05:05.066350 +0530 SpringBoard SB orientation locked: YES; user lock: YES, was stale: NO, orientation: overrides: NO, default 12:05:05.066735 +0530 SpringBoard notifyBestAppChanged:(null) UASuggestedActionType=0 / opts=(null) when=Thu Aug 16 12:05:04 2018 confidence=0 from=/ default 12:05:05.069269 +0530 SpringBoard Removed: <FBUIApplicationSceneDeactivationAssertion: 0x1069d2a90; reason: systemAnimation; all scene levels; hasPredicate: NO> default 12:05:05.070600 +0530 SpringBoard Front display did change: (null) default 12:05:05.073627 +0530 SpringBoard 0x10dddff40 reconfigured attention timeouts:{ 582 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: quickWarn"; 580 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: warn"; 600 = "SBAttentionAwareIdleTimerTimeoutContext - expectation: expiration"; }, configuration generation: 5504 default 12:05:05.073772 +0530 SpringBoard setting configuration:<AWAttentionAwarenessConfiguration: 0x111b74f10> (identifier: com.apple.springboard.GlobalBacklightIdleTimer samplingInterval: 0.00000 samplingDelay: 0.00000 attentionLostTimeouts: 582.00000, 580.00000, 600.00000 mask Button|Keyboard|Digitizer|GameController|MesaTouch) default 12:05:05.075293 +0530 backboardd RemoteClient.m:255 : 92174.62612: Info: reset attention lost timeout for at 92174.62612 default 12:05:05.075402 +0530 backboardd RemoteClient.m:141 : 92174.62647: Info: updated config , old config default 12:05:05.080229 +0530 SpringBoard Starting device motion, mode=0x22,useAccelerometer=0,useGyro=1,useCompass=0,fUseNorthRef=0,buildingGYTT=0 default 12:05:05.088273 +0530 SpringBoard {"msg":"CLGyroBiasEstimatorClientRemote::registerWithGyroBiasEstimatorPrivate", "event":"activity", "isBuildingGYTT":0, "client":"0x1043fbb10", "info":"0x1043f7cf0"} default 12:05:05.090375 +0530 SpringBoard {"msg":"Sending cached messages to daemon", "event":"activity"} default 12:05:05.091131 +0530 SpringBoard #Warning No cached registration message default 12:05:05.094125 +0530 locationd {"msg":"state transition", "event":"state_transition", "state":"DaemonClient", "id":"0x10300bc00", "property":"lifecycle", "old":"0x0", "new":"0x10300bc00"} default 12:05:05.094460 +0530 locationd {"msg":"state transition", "event":"state_transition", "state":"DaemonClient", "id":"0x10300bc00", "property":"clientName", "old":"", "new":"com.apple.springboard"} default 12:05:05.096426 +0530 SpringBoard {"msg":"CLGyroBiasEstimatorClientRemote::onWatchdogTimerExpiry", "event":"activity", "client":"0x1043fbb10"} default 12:05:05.102676 +0530 symptomsd Entry, display name Com.Courtbuddy.Courtbuddy uuid A2E721D7-F42D-395C-AF38-FD5264EA14FB pid 3072 isFront 0 default 12:05:05.103338 +0530 SpringBoard Removed: <FBUIApplicationSceneDeactivationAssertion: 0x10f3e6660; reason: systemAnimation; all scene levels; hasPredicate: NO> default 12:05:05.104516 +0530 locationd #Warning PAUSE: BATCH: '' (, ) started in unexpected state: default 12:05:05.105422 +0530 locationd Client com.apple.springboard connected default 12:05:05.105878 +0530 locationd Background indicator enabled for is now (was ) default 12:05:05.106345 +0530 locationd {"msg":"kCLConnectionMessageGyroBiasEstimation", "event":"activity", "this":"0x10300bc00", "registrationRequired":0, "registrationReceived":0} default 12:05:05.106576 +0530 locationd Client com.apple.springboard (0x10300bc00) is subscribing to notification kCLConnectionMessageGyroBiasEstimation default 12:05:05.107329 +0530 SpringBoard Root transaction complete: <SBAlertToAppsWorkspaceTransaction: 0x11379ac40> default 12:05:05.120233 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14bd552c0; "systemAnimationFence" (finishTask:180s); id:…53DD8ED41CBD> default 12:05:05.120312 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14bd34680; "systemAnimationFence" (finishTask:180s); id:…B630093FAC3C> default 12:05:05.120422 +0530 assertiond [SpringBoard:52] Deactivate assertion: <BKProcessAssertion: 0x14bd34680; "systemAnimationFence" (finishTask:180s); id:…B630093FAC3C> default 12:05:05.120495 +0530 assertiond [SpringBoard:52] dump all assertions HWM:6 (deactivateAssertion): { <BKProcessAssertion: 0x14be1f6d0; "FBSystemApp" (continuous:inf); id:…309B54AF59A5> [active] <BKProcessAssertion: 0x14be21170; "Resume" (activation:inf); id:…793F333DC7EB> [active] <BKProcessAssertion: 0x14be37ad0; "Deliver Message" (suspend:10s); id:…CACAB2C68496> [active] } default 12:05:05.120597 +0530 assertiond Updating PowerAssertion on SpringBoard:52 default 12:05:05.120729 +0530 assertiond [InCallService:473] Deactivate assertion: <BKProcessAssertion: 0x14bd552c0; "systemAnimationFence" (finishTask:180s); id:…53DD8ED41CBD> default 12:05:05.120831 +0530 assertiond [InCallService:473] dump all assertions HWM:7 (deactivateAssertion): { <BKProcessAssertion: 0x14bd45dc0; "Continuous Background Running" (continuous:inf); id:…1F6DFFCEB89F> [active] <BKProcessAssertion: 0x14be38b40; "com.apple.viewservice.session" (viewServices:inf); id:…B22B90192C76> [active] <BKProcessAssertion: 0x14bd2f7d0; "com.apple.viewservice.session" (viewServices:inf); id:…D2412D261499> [active] <BKProcessAssertion: 0x14be377d0; "com.apple.viewservice.session" (viewServices:inf); id:…8CF49362ED31> [active] <BKProcessAssertion: 0x14bd3c220; "com.apple.viewservice.session" (viewServices:inf); id:…677A61B2CE70> [active] } default 12:05:05.120907 +0530 assertiond [SpringBoard:52] Remove assertion: <BKProcessAssertion: 0x14bd34680; "systemAnimationFence" (finishTask:180s); id:…B630093FAC3C> default 12:05:05.120993 +0530 assertiond [InCallService:473] Setting jetsam priority to 8 [0x22000] default 12:05:05.121127 +0530 assertiond Updating PowerAssertion on SpringBoard:52 default 12:05:05.121205 +0530 assertiond [InCallService:473] Remove assertion: <BKProcessAssertion: 0x14bd552c0; "systemAnimationFence" (finishTask:180s); id:…53DD8ED41CBD> default 12:05:05.123962 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14be37ad0; "Deliver Message" (suspend:10s); id:…CACAB2C68496> default 12:05:05.124417 +0530 InCallService window: (null), shouldAppearOrDisappear: 0 default 12:05:05.124897 +0530 assertiond [SpringBoard:52] Deactivate assertion: <BKProcessAssertion: 0x14be37ad0; "Deliver Message" (suspend:10s); id:…CACAB2C68496> default 12:05:05.124978 +0530 assertiond [InCallService:473] Attempting to acquire assertion for InCallService:473: <BKProcessAssertion: 0x14be23c10; "Called by UIKit, from " (finishTask:180s); id:…BFFD8F6E9B04> default 12:05:05.125261 +0530 backboardd Gyro samples data gap or out of order! deltaInterval= default 12:05:05.125341 +0530 assertiond [SpringBoard:52] dump all assertions HWM:6 (deactivateAssertion): { <BKProcessAssertion: 0x14be1f6d0; "FBSystemApp" (continuous:inf); id:…309B54AF59A5> [active] <BKProcessAssertion: 0x14be21170; "Resume" (activation:inf); id:…793F333DC7EB> [active] } default 12:05:05.125982 +0530 assertiond Updating PowerAssertion on SpringBoard:52 default 12:05:05.126114 +0530 assertiond [InCallService:473] Add assertion: <BKProcessAssertion: 0x14be23c10; id: 473-8B003C9D-45CF-48EE-8E07-BFFD8F6E9B04; name: "Called by UIKit, from "; state: active; reason: finishTask; duration: 180.0s> { owner = <BSProcessHandle: 0x14bd49bb0; InCallService:473; valid: YES>; flags = preventSuspend, preventIdleSleep, preventSuspendOnSleep; } error 12:05:05.126465 +0530 SpringBoard [_UIKeyboardArbiter] Rejecting attach for <_UIKeyboardArbiterHandle: 0x104394cb0; PID 52: com.apple.springboard ; hosting PIDs {( 473 )}; level 2002.000000; active NO [wants YES]; suppression 0> (currently (null)) default 12:05:05.126556 +0530 assertiond [SpringBoard:52] Remove assertion: <BKProcessAssertion: 0x14be37ad0; "Deliver Message" (suspend:10s); id:…CACAB2C68496> default 12:05:05.126979 +0530 assertiond [InCallService:473] Activate assertion: <BKProcessAssertion: 0x14be23c10; "Called by UIKit, from " (finishTask:180s); id:…BFFD8F6E9B04> default 12:05:05.127061 +0530 powerd Sleep revert state: 1 default 12:05:05.127295 +0530 assertiond Updating PowerAssertion on SpringBoard:52 default 12:05:05.127425 +0530 powerd Process assertiond.63 Created SystemIsActive "InCallService:473:473-8B003C9D-45CF-48EE-8E07-BFFD8F6E9B04 [Called by UIKit, from ] [0x14be23c10]" age:00:00:00 id:51539642105 [System: PrevIdle SysAct] default 12:05:05.127624 +0530 assertiond [InCallService:473] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep (assertion 0x14be23c10 added: preventIdleSleep; removed: (none)) default 12:05:05.128086 +0530 assertiond [InCallService:473] Setting jetsam priority to 8 [0x22008] default 12:05:05.128262 +0530 assertiond Creating PowerAssertion on InCallService:473 default 12:05:05.128611 +0530 assertiond Created PowerAssertion on InCallService:473, sleep reverted default 12:05:05.129149 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14be23c10; "Called by UIKit, from " (finishTask:180s); id:…BFFD8F6E9B04> default 12:05:05.129448 +0530 assertiond [InCallService:473] Deactivate assertion: <BKProcessAssertion: 0x14be23c10; "Called by UIKit, from " (finishTask:180s); id:…BFFD8F6E9B04> default 12:05:05.129601 +0530 assertiond [InCallService:473] dump all assertions HWM:7 (deactivateAssertion): { <BKProcessAssertion: 0x14bd45dc0; "Continuous Background Running" (continuous:inf); id:…1F6DFFCEB89F> [active] <BKProcessAssertion: 0x14be38b40; "com.apple.viewservice.session" (viewServices:inf); id:…B22B90192C76> [active] <BKProcessAssertion: 0x14bd2f7d0; "com.apple.viewservice.session" (viewServices:inf); id:…D2412D261499> [active] <BKProcessAssertion: 0x14be377d0; "com.apple.viewservice.session" (viewServices:inf); id:…8CF49362ED31> [active] <BKProcessAssertion: 0x14bd3c220; "com.apple.viewservice.session" (viewServices:inf); id:…677A61B2CE70> [active] } default 12:05:05.129769 +0530 powerd Process assertiond.63 Released SystemIsActive "InCallService:473:473-8B003C9D-45CF-48EE-8E07-BFFD8F6E9B04 [Called by UIKit, from ] [0x14be23c10]" age:00:00:00 id:51539642105 [System: PrevIdle SysAct] default 12:05:05.130081 +0530 assertiond [InCallService:473] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, wantsForegroundResourcePriority, preventSuspendOnSleep (assertion 0x14be23c10 added: (none); removed: preventIdleSleep) default 12:05:05.131343 +0530 InCallService Released Idle Timer Assertion: dealloc default 12:05:05.131599 +0530 InCallService Request to set status bar hidden NO on (null) default 12:05:05.132323 +0530 assertiond [InCallService:473] Setting jetsam priority to 8 [0x22000] default 12:05:05.132407 +0530 assertiond Releasing PowerAssertion on InCallService:473 from update default 12:05:05.132687 +0530 assertiond [InCallService:473] Remove assertion: <BKProcessAssertion: 0x14be23c10; "Called by UIKit, from " (finishTask:180s); id:…BFFD8F6E9B04> default 12:05:05.132980 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14bd3c220; "com.apple.viewservice.session" (viewServices:inf); id:…677A61B2CE70> default 12:05:05.133146 +0530 assertiond [InCallService:473] Deactivate assertion: <BKProcessAssertion: 0x14bd3c220; "com.apple.viewservice.session" (viewServices:inf); id:…677A61B2CE70> default 12:05:05.133395 +0530 assertiond [InCallService:473] dump all assertions HWM:7 (deactivateAssertion): { <BKProcessAssertion: 0x14bd45dc0; "Continuous Background Running" (continuous:inf); id:…1F6DFFCEB89F> [active] <BKProcessAssertion: 0x14be38b40; "com.apple.viewservice.session" (viewServices:inf); id:…B22B90192C76> [active] <BKProcessAssertion: 0x14bd2f7d0; "com.apple.viewservice.session" (viewServices:inf); id:…D2412D261499> [active] <BKProcessAssertion: 0x14be377d0; "com.apple.viewservice.session" (viewServices:inf); id:…8CF49362ED31> [active] } default 12:05:05.133622 +0530 assertiond [InCallService:473] Scheduling allow-idle-sleep timer with interval: 180.0 default 12:05:05.133706 +0530 assertiond [InCallService:473] Remove assertion: <BKProcessAssertion: 0x14bd3c220; "com.apple.viewservice.session" (viewServices:inf); id:…677A61B2CE70> default 12:05:05.208206 +0530 assertiond -[BKAssertion dealloc] - <0x14bd552c0> default 12:05:05.208361 +0530 assertiond -[BKAssertion dealloc] - <0x14bd34680> default 12:05:05.208442 +0530 assertiond -[BKAssertion dealloc] - <0x14be37ad0> default 12:05:05.288631 +0530 assertiond -[BKAssertion dealloc] - <0x14be23c10> default 12:05:05.345892 +0530 assertiond -[BKAssertion dealloc] - <0x14bd3c220> default 12:05:05.347491 +0530 sharingd SystemUI changed: 0x10 -> 0x10 default 12:05:05.349767 +0530 CommCenter #I FBSDisplayLayoutUpdateHandler: update start default 12:05:05.349907 +0530 CommCenter #I ActivationObserver: notifyAboutFrontAppChange : app: ; pid: 0; net: 0 default 12:05:05.349994 +0530 CommCenter #I FBSDisplayLayoutUpdateHandler: 5. app got notification state: new counter=1601 default 12:05:05.357810 +0530 CommCenter #I BundleID: is no longer a foreground app default 12:05:05.358098 +0530 CommCenter #I BundleID: is no longer a foreground app default 12:05:05.367583 +0530 rtcreportingd releaseXPCTransaction: XPC transaction ref count is 0 default 12:05:05.367724 +0530 rtcreportingd releaseXPCTransaction: XPC transaction ended default 12:05:05.370308 +0530 rtcreportingd createReportingSessionWithDelegate: retained XPCTransaction. Ref count is 1 default 12:05:05.370717 +0530 rtcreportingd storebagForSession: Not fetching storebag for client type 19 - must wait 900 seconds between attempts error 12:05:05.370897 +0530 mediaserverd 217: No backends found, this session won't get sent to the server default 12:05:05.394900 +0530 symptomsd L2 Metrics on ifname en0: rssi: -47 (txFrames/txReTx/txFail) 32/19/0 -> (was/is) 0/0 default 12:05:05.403160 +0530 voiced AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:05.443166 +0530 CallHistorySyncHelper Successfully donated interaction for call default 12:05:05.458377 +0530 voiced AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:05.471168 +0530 analyticsd [] no observers; dropped. default 12:05:05.472300 +0530 analyticsd [] no observers; dropped. default 12:05:05.472981 +0530 analyticsd [] no observers; dropped. default 12:05:05.473086 +0530 analyticsd [] no observers; dropped. default 12:05:05.473174 +0530 analyticsd [] no observers; dropped. default 12:05:05.473805 +0530 analyticsd [] no observers; dropped. default 12:05:05.474546 +0530 analyticsd [] no observers; dropped. default 12:05:05.475399 +0530 analyticsd [] no observers; dropped. default 12:05:05.608703 +0530 SpringBoard {"msg":"CLGyroBiasEstimatorClientRemote::unregisterWithGyroBiasEstimatorPrivate", "event":"activity", "client":"0x1043fbb10"} default 12:05:05.609411 +0530 locationd #Warning Location connection invalid! default 12:05:05.610039 +0530 locationd {"msg":"CLConnection::handleDisconnection", "event":"activity"} default 12:05:05.610892 +0530 locationd Client com.apple.springboard disconnected default 12:05:05.611642 +0530 locationd {"msg":"state transition", "event":"state_transition", "state":"DaemonClient", "id":"0x10300bc00", "property":"lifecycle", "old":"0x10300bc00", "new":"0x0"}

Regards Rohit

rohit-skycap commented 6 years ago

continued... default 12:05:05.105878 +0530 locationd Background indicator enabled for is now (was ) default 12:05:05.106345 +0530 locationd {"msg":"kCLConnectionMessageGyroBiasEstimation", "event":"activity", "this":"0x10300bc00", "registrationRequired":0, "registrationReceived":0} default 12:05:05.106576 +0530 locationd Client com.apple.springboard (0x10300bc00) is subscribing to notification kCLConnectionMessageGyroBiasEstimation default 12:05:05.107329 +0530 SpringBoard Root transaction complete: <SBAlertToAppsWorkspaceTransaction: 0x11379ac40> default 12:05:05.120233 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14bd552c0; "systemAnimationFence" (finishTask:180s); id:…53DD8ED41CBD> default 12:05:05.120312 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14bd34680; "systemAnimationFence" (finishTask:180s); id:…B630093FAC3C> default 12:05:05.120422 +0530 assertiond [SpringBoard:52] Deactivate assertion: <BKProcessAssertion: 0x14bd34680; "systemAnimationFence" (finishTask:180s); id:…B630093FAC3C> default 12:05:05.120495 +0530 assertiond [SpringBoard:52] dump all assertions HWM:6 (deactivateAssertion): { <BKProcessAssertion: 0x14be1f6d0; "FBSystemApp" (continuous:inf); id:…309B54AF59A5> [active] <BKProcessAssertion: 0x14be21170; "Resume" (activation:inf); id:…793F333DC7EB> [active] <BKProcessAssertion: 0x14be37ad0; "Deliver Message" (suspend:10s); id:…CACAB2C68496> [active] } default 12:05:05.120597 +0530 assertiond Updating PowerAssertion on SpringBoard:52 default 12:05:05.120729 +0530 assertiond [InCallService:473] Deactivate assertion: <BKProcessAssertion: 0x14bd552c0; "systemAnimationFence" (finishTask:180s); id:…53DD8ED41CBD> default 12:05:05.120831 +0530 assertiond [InCallService:473] dump all assertions HWM:7 (deactivateAssertion): { <BKProcessAssertion: 0x14bd45dc0; "Continuous Background Running" (continuous:inf); id:…1F6DFFCEB89F> [active] <BKProcessAssertion: 0x14be38b40; "com.apple.viewservice.session" (viewServices:inf); id:…B22B90192C76> [active] <BKProcessAssertion: 0x14bd2f7d0; "com.apple.viewservice.session" (viewServices:inf); id:…D2412D261499> [active] <BKProcessAssertion: 0x14be377d0; "com.apple.viewservice.session" (viewServices:inf); id:…8CF49362ED31> [active] <BKProcessAssertion: 0x14bd3c220; "com.apple.viewservice.session" (viewServices:inf); id:…677A61B2CE70> [active] } default 12:05:05.120907 +0530 assertiond [SpringBoard:52] Remove assertion: <BKProcessAssertion: 0x14bd34680; "systemAnimationFence" (finishTask:180s); id:…B630093FAC3C> default 12:05:05.120993 +0530 assertiond [InCallService:473] Setting jetsam priority to 8 [0x22000] default 12:05:05.121127 +0530 assertiond Updating PowerAssertion on SpringBoard:52 default 12:05:05.121205 +0530 assertiond [InCallService:473] Remove assertion: <BKProcessAssertion: 0x14bd552c0; "systemAnimationFence" (finishTask:180s); id:…53DD8ED41CBD> default 12:05:05.123962 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14be37ad0; "Deliver Message" (suspend:10s); id:…CACAB2C68496> default 12:05:05.124417 +0530 InCallService window: (null), shouldAppearOrDisappear: 0 default 12:05:05.124897 +0530 assertiond [SpringBoard:52] Deactivate assertion: <BKProcessAssertion: 0x14be37ad0; "Deliver Message" (suspend:10s); id:…CACAB2C68496> default 12:05:05.124978 +0530 assertiond [InCallService:473] Attempting to acquire assertion for InCallService:473: <BKProcessAssertion: 0x14be23c10; "Called by UIKit, from " (finishTask:180s); id:…BFFD8F6E9B04> default 12:05:05.125261 +0530 backboardd Gyro samples data gap or out of order! deltaInterval= default 12:05:05.125341 +0530 assertiond [SpringBoard:52] dump all assertions HWM:6 (deactivateAssertion): { <BKProcessAssertion: 0x14be1f6d0; "FBSystemApp" (continuous:inf); id:…309B54AF59A5> [active] <BKProcessAssertion: 0x14be21170; "Resume" (activation:inf); id:…793F333DC7EB> [active] } default 12:05:05.125982 +0530 assertiond Updating PowerAssertion on SpringBoard:52 default 12:05:05.126114 +0530 assertiond [InCallService:473] Add assertion: <BKProcessAssertion: 0x14be23c10; id: 473-8B003C9D-45CF-48EE-8E07-BFFD8F6E9B04; name: "Called by UIKit, from "; state: active; reason: finishTask; duration: 180.0s> { owner = <BSProcessHandle: 0x14bd49bb0; InCallService:473; valid: YES>; flags = preventSuspend, preventIdleSleep, preventSuspendOnSleep; } error 12:05:05.126465 +0530 SpringBoard [_UIKeyboardArbiter] Rejecting attach for <_UIKeyboardArbiterHandle: 0x104394cb0; PID 52: com.apple.springboard ; hosting PIDs {( 473 )}; level 2002.000000; active NO [wants YES]; suppression 0> (currently (null)) default 12:05:05.126556 +0530 assertiond [SpringBoard:52] Remove assertion: <BKProcessAssertion: 0x14be37ad0; "Deliver Message" (suspend:10s); id:…CACAB2C68496> default 12:05:05.126979 +0530 assertiond [InCallService:473] Activate assertion: <BKProcessAssertion: 0x14be23c10; "Called by UIKit, from " (finishTask:180s); id:…BFFD8F6E9B04> default 12:05:05.127061 +0530 powerd Sleep revert state: 1 default 12:05:05.127295 +0530 assertiond Updating PowerAssertion on SpringBoard:52 default 12:05:05.127425 +0530 powerd Process assertiond.63 Created SystemIsActive "InCallService:473:473-8B003C9D-45CF-48EE-8E07-BFFD8F6E9B04 [Called by UIKit, from ] [0x14be23c10]" age:00:00:00 id:51539642105 [System: PrevIdle SysAct] default 12:05:05.127624 +0530 assertiond [InCallService:473] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventIdleSleep, wantsForegroundResourcePriority, preventSuspendOnSleep (assertion 0x14be23c10 added: preventIdleSleep; removed: (none)) default 12:05:05.128086 +0530 assertiond [InCallService:473] Setting jetsam priority to 8 [0x22008] default 12:05:05.128262 +0530 assertiond Creating PowerAssertion on InCallService:473 default 12:05:05.128611 +0530 assertiond Created PowerAssertion on InCallService:473, sleep reverted default 12:05:05.129149 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14be23c10; "Called by UIKit, from " (finishTask:180s); id:…BFFD8F6E9B04> default 12:05:05.129448 +0530 assertiond [InCallService:473] Deactivate assertion: <BKProcessAssertion: 0x14be23c10; "Called by UIKit, from " (finishTask:180s); id:…BFFD8F6E9B04> default 12:05:05.129601 +0530 assertiond [InCallService:473] dump all assertions HWM:7 (deactivateAssertion): { <BKProcessAssertion: 0x14bd45dc0; "Continuous Background Running" (continuous:inf); id:…1F6DFFCEB89F> [active] <BKProcessAssertion: 0x14be38b40; "com.apple.viewservice.session" (viewServices:inf); id:…B22B90192C76> [active] <BKProcessAssertion: 0x14bd2f7d0; "com.apple.viewservice.session" (viewServices:inf); id:…D2412D261499> [active] <BKProcessAssertion: 0x14be377d0; "com.apple.viewservice.session" (viewServices:inf); id:…8CF49362ED31> [active] <BKProcessAssertion: 0x14bd3c220; "com.apple.viewservice.session" (viewServices:inf); id:…677A61B2CE70> [active] } default 12:05:05.129769 +0530 powerd Process assertiond.63 Released SystemIsActive "InCallService:473:473-8B003C9D-45CF-48EE-8E07-BFFD8F6E9B04 [Called by UIKit, from ] [0x14be23c10]" age:00:00:00 id:51539642105 [System: PrevIdle SysAct] default 12:05:05.130081 +0530 assertiond [InCallService:473] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, wantsForegroundResourcePriority, preventSuspendOnSleep (assertion 0x14be23c10 added: (none); removed: preventIdleSleep) default 12:05:05.131343 +0530 InCallService Released Idle Timer Assertion: dealloc default 12:05:05.131599 +0530 InCallService Request to set status bar hidden NO on (null) default 12:05:05.132323 +0530 assertiond [InCallService:473] Setting jetsam priority to 8 [0x22000] default 12:05:05.132407 +0530 assertiond Releasing PowerAssertion on InCallService:473 from update default 12:05:05.132687 +0530 assertiond [InCallService:473] Remove assertion: <BKProcessAssertion: 0x14be23c10; "Called by UIKit, from " (finishTask:180s); id:…BFFD8F6E9B04> default 12:05:05.132980 +0530 assertiond Client relinquished <BKProcessAssertion: 0x14bd3c220; "com.apple.viewservice.session" (viewServices:inf); id:…677A61B2CE70> default 12:05:05.133146 +0530 assertiond [InCallService:473] Deactivate assertion: <BKProcessAssertion: 0x14bd3c220; "com.apple.viewservice.session" (viewServices:inf); id:…677A61B2CE70> default 12:05:05.133395 +0530 assertiond [InCallService:473] dump all assertions HWM:7 (deactivateAssertion): { <BKProcessAssertion: 0x14bd45dc0; "Continuous Background Running" (continuous:inf); id:…1F6DFFCEB89F> [active] <BKProcessAssertion: 0x14be38b40; "com.apple.viewservice.session" (viewServices:inf); id:…B22B90192C76> [active] <BKProcessAssertion: 0x14bd2f7d0; "com.apple.viewservice.session" (viewServices:inf); id:…D2412D261499> [active] <BKProcessAssertion: 0x14be377d0; "com.apple.viewservice.session" (viewServices:inf); id:…8CF49362ED31> [active] } default 12:05:05.133622 +0530 assertiond [InCallService:473] Scheduling allow-idle-sleep timer with interval: 180.0 default 12:05:05.133706 +0530 assertiond [InCallService:473] Remove assertion: <BKProcessAssertion: 0x14bd3c220; "com.apple.viewservice.session" (viewServices:inf); id:…677A61B2CE70> default 12:05:05.208206 +0530 assertiond -[BKAssertion dealloc] - <0x14bd552c0> default 12:05:05.208361 +0530 assertiond -[BKAssertion dealloc] - <0x14bd34680> default 12:05:05.208442 +0530 assertiond -[BKAssertion dealloc] - <0x14be37ad0> default 12:05:05.288631 +0530 assertiond -[BKAssertion dealloc] - <0x14be23c10> default 12:05:05.345892 +0530 assertiond -[BKAssertion dealloc] - <0x14bd3c220> default 12:05:05.347491 +0530 sharingd SystemUI changed: 0x10 -> 0x10 default 12:05:05.349767 +0530 CommCenter #I FBSDisplayLayoutUpdateHandler: update start default 12:05:05.349907 +0530 CommCenter #I ActivationObserver: notifyAboutFrontAppChange : app: ; pid: 0; net: 0 default 12:05:05.349994 +0530 CommCenter #I FBSDisplayLayoutUpdateHandler: 5. app got notification state: new counter=1601 default 12:05:05.357810 +0530 CommCenter #I BundleID: is no longer a foreground app default 12:05:05.358098 +0530 CommCenter #I BundleID: is no longer a foreground app default 12:05:05.367583 +0530 rtcreportingd releaseXPCTransaction: XPC transaction ref count is 0 default 12:05:05.367724 +0530 rtcreportingd releaseXPCTransaction: XPC transaction ended default 12:05:05.370308 +0530 rtcreportingd createReportingSessionWithDelegate: retained XPCTransaction. Ref count is 1 default 12:05:05.370717 +0530 rtcreportingd storebagForSession: Not fetching storebag for client type 19 - must wait 900 seconds between attempts error 12:05:05.370897 +0530 mediaserverd 217: No backends found, this session won't get sent to the server default 12:05:05.394900 +0530 symptomsd L2 Metrics on ifname en0: rssi: -47 (txFrames/txReTx/txFail) 32/19/0 -> (was/is) 0/0 default 12:05:05.403160 +0530 voiced AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:05.443166 +0530 CallHistorySyncHelper Successfully donated interaction for call default 12:05:05.458377 +0530 voiced AVAudioSession.mm:324:HandleRouteChange: Posting AVAudioSessionRouteChangeNotification. Reason: 3 default 12:05:05.471168 +0530 analyticsd [] no observers; dropped. default 12:05:05.472300 +0530 analyticsd [] no observers; dropped. default 12:05:05.472981 +0530 analyticsd [] no observers; dropped. default 12:05:05.473086 +0530 analyticsd [] no observers; dropped. default 12:05:05.473174 +0530 analyticsd [] no observers; dropped. default 12:05:05.473805 +0530 analyticsd [] no observers; dropped. default 12:05:05.474546 +0530 analyticsd [] no observers; dropped. default 12:05:05.475399 +0530 analyticsd [] no observers; dropped. default 12:05:05.608703 +0530 SpringBoard {"msg":"CLGyroBiasEstimatorClientRemote::unregisterWithGyroBiasEstimatorPrivate", "event":"activity", "client":"0x1043fbb10"} default 12:05:05.609411 +0530 locationd #Warning Location connection invalid! default 12:05:05.610039 +0530 locationd {"msg":"CLConnection::handleDisconnection", "event":"activity"} default 12:05:05.610892 +0530 locationd Client com.apple.springboard disconnected default 12:05:05.611642 +0530 locationd {"msg":"state transition", "event":"state_transition", "state":"DaemonClient", "id":"0x10300bc00", "property":"lifecycle", "old":"0x10300bc00", "new":"0x0"}

Regards Rohit

bobiechen-twilio commented 6 years ago

Hi Rohit,

The log is too long and we can't just dig into this. Have you added tracing messages and checked if the incoming call notification was received and call invite created by the SDK?

rohit-skycap commented 6 years ago

Hi Bobie

Debug information:

1: Incoming call notification is received. 2: Delegate method -callInviteReceived( callInvite: TVOCallInvite) is called. 3: func handleCallInviteReceived( callInvite: TVOCallInvite) is called. 4: func reportIncomingCall(from: String, uuid: UUID) is called 5: callKitProvider.reportNewIncomingCall is not reporting incoming call.

Regards Rohit

bobiechen-twilio commented 6 years ago

Hi @rohit-skycap

The main-queue magic solved the issue for us

  DispatchQueue.main.async {
    completion()
  }

What does it look like in your didReceiveIncomingPush callback? and can you try tapping into the app and see if the CallKit call does show up after step 5?

parulgarg004 commented 6 years ago

@bchen-twilio Kindly check attached screenshot, I guess the code is correct.

screen shot 2018-08-27 at 8 39 56 pm
bobiechen-twilio commented 6 years ago

Hi @parulgarg004

Are you also having trouble receiving notifications or reporting the call to CallKit when the app is re-launched in the background?

parulgarg004 commented 6 years ago

@bchen-twilio I'm facing same issue reported by @rohit-skycap

bobiechen-twilio commented 6 years ago

@parulgarg004

Thanks for reporting. While we are trying to identify the root cause, can you also use the Mac OS Console application to check if the app does receive the call notification in the background. It doesn't seem like a delivery failure, but just want to make sure we are investigating in the right direction.

-bobie

parulgarg004 commented 6 years ago

@bchen-twilio sure I will do

elsammak commented 6 years ago

@bchen-twilio The main-queue magic solved the issue for me too..It seems it's a problem at iOS itself. But now if I tapped "Reject" from the notification itself I failed to receive any other coming notification!

bobiechen-twilio commented 6 years ago

Hi @elsammak After calling [callInvite reject], are you able to receive incoming call notification via the didReceiveIncomingPushWithPayload callback of PushKit? reject won't affect the ability of the SDK/app to receive call notifications.

elsammak commented 6 years ago

Sorry, it works fine now. The problem happens on iOS 9 only.

parulgarg004 commented 6 years ago

@bchen-twilio I'm receiving notifications but UI is not getting triggered.

rohit-skycap commented 6 years ago

@bchen-twilio I have init PKPushRegistry with concurrent queue. Check the code snippet below. // PushKit registry let pushKitQueue = DispatchQueue(label: "pushkit", attributes: .concurrent) voipRegistry = PKPushRegistry.init(queue: pushKitQueue)

//Following is my handling of didReceiveIncomingPushWith func pushRegistry(_ registry: PKPushRegistry, didReceiveIncomingPushWith payload: PKPushPayload, for type: PKPushType, completion: @escaping () -> Void) { if (type == PKPushType.voIP) { self.handleNotificationPayload(payload: payload) } DispatchQueue.main.sync { completion() } }

Observations: 1: This has improved chances of reporting incoming call in terminated state. 2: I am using same VoIP certificate and push token for Twilio Video with Notify that is always reporting incoming video call. 3: Notification of call rejection is not received at caller device if receiver has app in terminated state for both Voice & Video call rejections.

Kindly provide with more information to fix.

Regards Rohit

bobiechen-twilio commented 6 years ago

Hi @rohit-skycap

Is there any reason you need to init the push-registry with the concurrent queue?

rohit-skycap commented 6 years ago

@bchen-twilio See every-time a voip notification is received PKPushRegistry is re initialised which registers device and invokes delegate method
"pushRegistry(_ registry: PKPushRegistry, didUpdate credentials: PKPushCredentials, for type: PKPushType)" in main thread.

In above delegate I have registered device token on Twilio Voice using TwilioVoice.register(withAccessToken: accessToken, deviceToken: deviceToken) and on Twilio Notify using REST request for Video call notifications.

May be PushKit registry is Blocking the Main/UI thread which is not allowing triggering of Report Incoming call. Thats why I used PushKit registry in concurrent queue.

Thanks Rohit

parulgarg004 commented 6 years ago

@bchen-twilio Kindly provide update on issue as this is last one we are facing.

bobiechen-twilio commented 6 years ago

Hi @parulgarg004

This seems to be an issue of PushKit's threading model since after investigation we've confirmed that call notifications were sent and received properly and the SDK was able to return the TVOCallInvite object. We are still trying to experiment with different scenarios and see if we can provide any workaround for the issue.

parulgarg004 commented 6 years ago

Thanks for the update @bchen-twilio we are doing some experiments at our side as well.

andrii-tiutiunnyk commented 6 years ago

In your case: is provider fully created? Did you receive providerDidBegin callback?

agreensh commented 6 years ago

This looks to be the same as my raised issue (Quickstart Example app fails to receive call when backgrounded #174). Are there any workarounds? This is a blocker to using Twilio for us. If users can't receive calls, it is worthless.

Adding the

        DispatchQueue.main.sync {
            completion()
        }

The call seems to be notified when the app is backgrounded, but if you reject the call it is not picked up by the caller (ie the call - from the caller's perspective - keeps dialling even though the receiver has rejected it. How to fix that?

okyfirmansyah commented 5 years ago

The case that Voip notification could not wake up the app is similar to us, especially when app has been suspended after few minutes in background.

In our case, dispatching completion() handler to main queue alone will not solve problem. I did something like:

DispatchQueue.global().asyncAfter(deadline: .now() + 5.0) {
      DispatchQueue.main.async {
          completion?()
      }
  }

the 5s completion delay is to allow the service to make proper connection and get proper signalling done before showing phone notification UI.

Hope it helps

bobiechen-twilio commented 5 years ago

Hi all, We have updated the sample apps to address the background-suspended issue especially on iOS 12. Please refer to the pull-request and apply necessary updates to you application to fix the issue.

Thanks! -bobie