App immediately crashes after re-opening with no crash report

I am trying to diagnose a very strange application crash that occurs intermittently under the following conditions

  • App built in release and installed on iPhone
  • App is in the background (e.g. close the app and open a different app without fully force quitting it)

When these conditions are present, and I re-open the application by clicking on it's icon on the home screen, the app shows briefly on the screen and then immediately quits. This happens maybe 50% of the time when these conditions are present, but it does not create a crash report and there are no jetsam reports from the time of the crash either.

I was able to capture a sysdiagnose immediately after the crash (within 3 seconds), and I have reviewed the logs to help me determine a possible cause, but none of the logs seem to be causing it.

I am putting some potentially relevant log lines below, and I am attaching the logarchive.

Additionally, the entire application is open source here on github, and the crashing :( version of the app is available here on the app store. Note this crash does not happen in the macOS version.

Finally, I saw a previous thread that recommended adding atexit {abort()} to an app that doesn't produce a crash report, so I added that here before collecting these logs and I still don't get a crash report.

Here are some log lines may be relevant, but none of them provide a reason for app termination.

>>> MY APP IS OPENED
default 2025-01-25 13:16:11.060118 -0500 runningboardd com.apple.runningboard monitor Calculated state for app<com.msdrigg.roam(95D1E2E9-9609-44D9-A30A-0C4AEA990A0D)>: running-active (role: UserInteractiveFocal) (endowments: <private>)
default 2025-01-25 13:16:11.060132 -0500 runningboardd com.apple.runningboard process [app<com.msdrigg.roam(95D1E2E9-9609-44D9-A30A-0C4AEA990A0D)>:1758] Set jetsam priority to 100 [0] flag[1]
default 2025-01-25 13:16:11.060132 -0500 runningboardd com.apple.runningboard ttl [app<com.msdrigg.roam(95D1E2E9-9609-44D9-A30A-0C4AEA990A0D)>:1758] Resuming task.
default 2025-01-25 13:16:11.060185 -0500 runningboardd com.apple.runningboard ttl [app<com.msdrigg.roam(95D1E2E9-9609-44D9-A30A-0C4AEA990A0D)>:1758] Set darwin role to: UserInteractiveFocal
info 2025-01-25 13:16:11.062002 -0500 CommCenter com.apple.CommCenter ul BundleID: com.msdrigg.roam is a foreground app
>>> XPC says something about XPC_ERROR_CONNECTION_INTERRUPTED
com.apple.mDNSResponder Default [R9386->Q40264] Question assigned DNS service 125
default 2025-01-25 13:16:11.067097 -0500 Roam com.apple.xpc connection [0x300b94900] Re-initialization successful; calling out to event handler with XPC_ERROR_CONNECTION_INTERRUPTED
default 2025-01-25 13:16:11.067152 -0500 Roam com.apple.runningboard monitor Received state update for 1758 (app<com.msdrigg.roam(95D1E2E9-9609-44D9-A30A-0C4AEA990A0D)>, unknown-NotVisible
info 2025-01-25 13:16:11.068357 -0500 Roam com.apple.coreaudio
>>>MY APP RUNS AND STARTS LOGGING ON ITS OWN
default 2025-01-25 13:16:11.109376 -0500 Roam com.msdrigg.roam ECPWebsocketClient Clearing handlers
default 2025-01-25 13:16:11.109378 -0500 Roam com.msdrigg.roam ECPWebsocketClient No longer in error b/c restarting
default 2025-01-25 13:16:11.109419 -0500 Roam com.msdrigg.roam ECPWebsocketClient Ignoring state change because it is the same connecting at 2025-01-25 18:16:11 +0000
>>> XPC Connection invalidated
default 2025-01-25 13:16:11.146441 -0500 runningboardd com.apple.runningboard process XPC connection invalidated: [app<com.msdrigg.roam(95D1E2E9-9609-44D9-A30A-0C4AEA990A0D)>:1758]
>>> Launchd reports app exit
default 2025-01-25 13:16:11.150861 -0500 launchd user/501/UIKitApplication:com.msdrigg.roam[6159][rb-legacy] [1758] exited due to SIGPIPE | sent by Roam[1758], ran for 4930203ms
default 2025-01-25 13:16:11.150876 -0500 launchd user/501/UIKitApplication:com.msdrigg.roam[6159][rb-legacy] [1758] service state: exited

Logs split due to size being too big :(

default	2025-01-25 13:16:11.059596 -0500	runningboardd	com.apple.runningboard	ttl	Acquiring assertion targeting [app:1758] from originator [osservice:35] with description ,
	,
	
	]>
info	2025-01-25 13:16:11.059597 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Adding child transaction: : animation
info	2025-01-25 13:16:11.059608 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Adding child transaction: : notify observers
info	2025-01-25 13:16:11.059619 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Adding child transaction: : clean up
info	2025-01-25 13:16:11.059623 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Adding child transaction: : clean up
info	2025-01-25 13:16:11.059644 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Adding child transaction: : animation
info	2025-01-25 13:16:11.059653 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Adding child transaction: : notify observers
info	2025-01-25 13:16:11.059664 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Adding child transaction: : clean up
info	2025-01-25 13:16:11.059668 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Adding child transaction: : clean up
default	2025-01-25 13:16:11.059675 -0500	runningboardd	com.apple.runningboard	ttl	Assertion 33-35-27377 (target:[app:1758]) will be created as active
info	2025-01-25 13:16:11.059698 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Adding child transaction: : clean up
info	2025-01-25 13:16:11.059705 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Removed milestones: SBWaitingForPreAnimationTasksMilestone
info	2025-01-25 13:16:11.059710 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Adding child transaction: 
info	2025-01-25 13:16:11.059712 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion taken for reason: beginning
info	2025-01-25 13:16:11.059715 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Initial' to 'Working'
info	2025-01-25 13:16:11.059762 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Adding child transaction: 
info	2025-01-25 13:16:11.059766 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Adding child transaction: : animation
info	2025-01-25 13:16:11.059770 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Adding child transaction: : notify observers
info	2025-01-25 13:16:11.059773 -0500	runningboardd	com.apple.runningboard	assertion	app is now targeted by 4 assertions
info	2025-01-25 13:16:11.059773 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Adding child transaction: : clean up
info	2025-01-25 13:16:11.059777 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion taken for reason: beginning
info	2025-01-25 13:16:11.059779 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Initial' to 'Working'
info	2025-01-25 13:16:11.059783 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Milestones added: awaitingCompletion
default	2025-01-25 13:16:11.059813 -0500	CommCenter	com.apple.FrontBoard	Common	Creating service facility connection with 
info	2025-01-25 13:16:11.059962 -0500	runningboardd	com.apple.runningboard	assertion	_checkForSuspendableAssertionCycle for app bailing out since it's not holding a suspendable assertion
info	2025-01-25 13:16:11.059973 -0500	runningboardd	com.apple.runningboard	assertion	Removing 0 assertions
default	2025-01-25 13:16:11.060111 -0500	nsurlsessiond	com.apple.network	connection	[C275.1.1 Hostname#707ef177:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: resolver:start_dns @0.001s
info	2025-01-25 13:16:11.060117 -0500	backboardd	com.apple.CoreBrightness.BLControl	default	key= property=
default	2025-01-25 13:16:11.060118 -0500	runningboardd	com.apple.runningboard	monitor	Calculated state for app: running-active (role: UserInteractiveFocal) (endowments: )
default	2025-01-25 13:16:11.060132 -0500	runningboardd	com.apple.runningboard	process	[app:1758] Set jetsam priority to 100 [0] flag[1]
default	2025-01-25 13:16:11.060132 -0500	runningboardd	com.apple.runningboard	ttl	[app:1758] Resuming task.
default	2025-01-25 13:16:11.060185 -0500	runningboardd	com.apple.runningboard	ttl	[app:1758] Set darwin role to: UserInteractiveFocal
default	2025-01-25 13:16:11.060192 -0500	runningboardd	com.apple.runningboard	process	1758 Set Darwin GPU to "allow"
fault	2025-01-25 13:16:11.060209 -0500	kernel			trying to get apparently bogus resource handle 0
info	2025-01-25 13:16:11.060220 -0500	runningboardd	com.apple.runningboard	process	1758 setGPURole role to 0
default	2025-01-25 13:16:11.060236 -0500	runningboardd	com.apple.runningboard	ttl	[app:1758] visiblity is yes
info	2025-01-25 13:16:11.060287 -0500	runningboardd	com.apple.runningboard	state	Process: [app:1758] has changes in inheritances: {(
    
)}
default	2025-01-25 13:16:11.060309 -0500	runningboardd	com.apple.runningboard	connection	Inheritance changeset: 
)} lost:{(
)}>
info	2025-01-25 13:16:11.060367 -0500	runningboardd	com.apple.runningboard	assertion	Finished acquiring assertion 33-35-27377 (target:[app:1758])
info	2025-01-25 13:16:11.060586 -0500	SpringBoard	com.apple.FrontBoard	Watchdog	[app:1758] [realTime] Now monitoring resource allowance of 10.00s (at refreshInterval -1.00s)
info	2025-01-25 13:16:11.060600 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Milestone satisfied: awaitingCompletion
info	2025-01-25 13:16:11.060609 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion removed for reason: beginning
info	2025-01-25 13:16:11.060615 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion taken for reason: beginning
info	2025-01-25 13:16:11.060617 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Initial' to 'Working'
info	2025-01-25 13:16:11.060647 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion taken for reason: beginning
info	2025-01-25 13:16:11.060651 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Initial' to 'Working'
info	2025-01-25 13:16:11.060656 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Milestones added: awaitingCompletion
default	2025-01-25 13:16:11.061302 -0500	chronod	com.apple.runningboard	monitor	Received state update for 1758 (app, running-active-Visible
info	2025-01-25 13:16:11.061414 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:97] (euid 25, auid 25) (persona (null)): lookupHandleForPredicate:error:
default	2025-01-25 13:16:11.061418 -0500	runningboardd	com.apple.runningboard	message	PERF: Received lookupHandleForPredicate request from [osservice:97] (euid 25, auid 25) (persona (null))
info	2025-01-25 13:16:11.061471 -0500	SpringBoard	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
info	2025-01-25 13:16:11.061502 -0500	SpringBoard	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
default	2025-01-25 13:16:11.061615 -0500	CommCenter	com.apple.runningboard	monitor	Received state update for 1758 (app, running-active-Visible
info	2025-01-25 13:16:11.061729 -0500	CommCenter	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
info	2025-01-25 13:16:11.061850 -0500	SpringBoard	com.apple.FrontBoard	Common	not sending layout update to suspended process 
info	2025-01-25 13:16:11.061904 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:35] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.062002 -0500	CommCenter	com.apple.CommCenter	ul	BundleID: com.msdrigg.roam is a foreground app
info	2025-01-25 13:16:11.062135 -0500	CommCenter	com.apple.telephony	cu.data	BundleID: com.msdrigg.roam is a foreground app
info	2025-01-25 13:16:11.062237 -0500	SpringBoard	com.apple.Accessibility	AXRuntimePID	Client requesting unsuspension of PID:1758 Name:
info	2025-01-25 13:16:11.062292 -0500	SpringBoard	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
info	2025-01-25 13:16:11.062525 -0500	backboardd	com.apple.Accessibility	AXRuntimeNotifications	Sending notification to client: 1021, {
    "display-type" = 0;
    pid = 1758;
    "suspended-status" = resumed;
}
info	2025-01-25 13:16:11.062592 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:35] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.062840 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:97] (euid 25, auid 25) (persona (null)): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.063055 -0500	CommCenter	com.apple.runningboard	monitor	unsubscribing configuration of monitor M97-745
info	2025-01-25 13:16:11.063319 -0500	assistivetouchd	com.apple.Accessibility	AXRuntimePID	Did receive kAXPidStatusChangedNotification
info	2025-01-25 13:16:11.063390 -0500	assistivetouchd	com.apple.Accessibility	AXRuntimePID	pid status change recorded: {
    "display-type" = 0;
    pid = 1758;
    "suspended-status" = resumed;
} for display type: 0
info	2025-01-25 13:16:11.063396 -0500	assistivetouchd	com.apple.Accessibility	AXRuntimePID	Removing suspended PID: 1758
info	2025-01-25 13:16:11.063404 -0500	assistivetouchd	com.apple.Accessibility	AXRuntimePID	Did resume pid: 1758 on Display 0
default	2025-01-25 13:16:11.064243 -0500	CommCenter	com.apple.FrontBoard	Common	[FBSSystemAppProxy:0xdaec8c690] Service facility connection invalidated
default	2025-01-25 13:16:11.064569 -0500	CommCenter	com.apple.CommCenter	DATA.AppObserver	#I ActivationObserver: notifyAboutFrontAppChange : app: ; pid: 1758; net: 0
default	2025-01-25 13:16:11.064588 -0500	CommCenter	com.apple.CommCenter	DATA.AppObserver	#I ActivationObserver: notifyAboutFrontAppsChange
info	2025-01-25 13:16:11.064754 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:97] (euid 25, auid 25) (persona (null)): async_unsubscribeFromProcessStateChangesWithIdentifier:
info	2025-01-25 13:16:11.064944 -0500	SpringBoard	com.apple.FrontBoard	Common	not sending layout update to suspended process 
info	2025-01-25 13:16:11.065191 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked [C275.1.1] Starting host resolution Hostname#707ef177:443, flags 0xc008d000 proto 0 using hostname: 
default	2025-01-25 13:16:11.065243 -0500	nsurlsessiond	com.apple.duetactivityscheduler	client	startActivity:  activity was not found
default	2025-01-25 13:16:11.065437 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9386] getaddrinfo start -- flags: 0xC008D000, ifindex: 0, protocols: 0, hostname: , options: 0x0 {}, client pid: 259 (nsurlsessiond), delegator uuid: A097E1BA-BBCD-3DFB-9BA3-A3E86A635430
info	2025-01-25 13:16:11.065486 -0500	PerfPowerServices	com.apple.CoreAnalytics	client	Dropping "com.apple.power.frames" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.065571 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9386->Q46614] Question for  (HTTPS) assigned DNS service -- id: 125, type: ODoH, source: nw, scope: uuid, interface: /0, servers: {}, domains: {}, attributes: {a-ok, aaaa-ok, fail-fast, allows-failover}, interface properties: {ipv4}, resolver config: {provider name: BBdXnYiu, provider path: BBxPZwof}, parent: 11
default	2025-01-25 13:16:11.065589 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9386->Q11313] Question assigned DNS service 125
default	2025-01-25 13:16:11.065608 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9386->Q40264] Question assigned DNS service 125
default	2025-01-25 13:16:11.067097 -0500	Roam	com.apple.xpc	connection	[0x300b94900] Re-initialization successful; calling out to event handler with XPC_ERROR_CONNECTION_INTERRUPTED
default	2025-01-25 13:16:11.067152 -0500	Roam	com.apple.runningboard	monitor	Received state update for 1758 (app, unknown-NotVisible
info	2025-01-25 13:16:11.068357 -0500	Roam	com.apple.coreaudio	as_client	AVAudioSessionClient_Common.mm:153   Handling deferred message, sessionID = 0x67206, notificationName = CurrentOutputDeviceBufferSizeDidChange
default	2025-01-25 13:16:11.068484 -0500	Roam	com.apple.network	connection	[C6 IPv4#9fded1eb:8060 ready channel-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied_change @8375.101s, uuid: 3D3EE736-5E0E-40EF-87F4-6DE9E8DD22B6
info	2025-01-25 13:16:11.069242 -0500	Roam	com.apple.network	connection	nw_connection_start_dry_run_on_nw_queue [C6] Starting dry-run endpoint handler [C7] to check for a better path
info	2025-01-25 13:16:11.069293 -0500	Roam	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C6 IPv4#9fded1eb:8060 ready channel-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, not viable
default	2025-01-25 13:16:11.069298 -0500	Roam	com.apple.network	connection	[C6 IPv4#9fded1eb:8060 ready channel-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @8375.102s
info	2025-01-25 13:16:11.069319 -0500	Roam	com.apple.network	connection	nw_endpoint_handler_get_alternate_path_state [C6 IPv4#9fded1eb:8060 ready channel-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] better path satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi due to non-viable current path satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi
info	2025-01-25 13:16:11.069320 -0500	Roam	com.apple.network	connection	nw_connection_update_better_path_locked_on_nw_queue [C6] Better alternate path available
info	2025-01-25 13:16:11.069358 -0500	Roam	com.apple.network	tcp	nw_proto_tcp_notify_segmentation_offload [C6:2] notifying segmentation offload value 0
info	2025-01-25 13:16:11.069401 -0500	Roam	com.apple.network		nw_protocol_ipv4_notify [C6:3] 0x108f791e0 segmentation offload notify enable 0
info	2025-01-25 13:16:11.069492 -0500	Roam	com.apple.network	tcp	nw_protocol_tcp_updated_path [C6:2] traffic_mgmt_background current 0 new 1
info	2025-01-25 13:16:11.069523 -0500	Roam	com.apple.network	tcp	nw_protocol_tcp_updated_path [C6:2] flow is defunct
info	2025-01-25 13:16:11.069531 -0500	Roam	com.apple.network	tcp	sodefunct [C6:2] level process_suspended flow [TCP :56199 -> :8060] is now defunct [rcv_fl 0x1484, snd_fl 0x1480]
default	2025-01-25 13:16:11.069542 -0500	Roam	com.apple.network	tcp	nw_protocol_tcp_log_summary [C6:2] 
	[7160CD86-76E4-41CE-A35B-ADB67D3E6CBF :56199<->:8060]
	Init: 1, Conn_Time: 12.189ms, SYNs: 1, WR_T: 0/0, RD_T: 0/0, TFO: 1/1/1, ECN: 0/0/0, Accurate ECN (client/server): Disabled/Disabled, TS: 1, TSO: 0
	rtt_cache: none, rtt_upd: 179, rtt: 16.968ms, rtt_var: 4.625ms rtt_nc: 16.968ms, rtt_var_nc: 4.625ms base rtt: 4ms
	ACKs-compressed: 0, ACKs delayed: 0 delayed ACKs sent: 0
info	2025-01-25 13:16:11.069546 -0500	Roam	com.apple.network	tcp	nw_protocol_tcp_signal_error [C6:2] tcp signal error: 53
info	2025-01-25 13:16:11.069559 -0500	Roam	com.apple.network	tcp	__nw_protocol_tcp_disconnect [C6:2] disconnect tcp
info	2025-01-25 13:16:11.069833 -0500	SpringBoard	com.apple.Accessibility	AXRuntimeNotifications	Attempting to send notification:  (1001) 
default	2025-01-25 13:16:11.070066 -0500	kernel			AppleH10PearlCam::DeferredPowerDownTimeOut, fState=0
default	2025-01-25 13:16:11.070082 -0500	kernel			AppleH10CamIn::ISP_PowerOffCamera_gated (fPowerEvent=0, fOutstandingPowerUpRequests=0)
default	2025-01-25 13:16:11.070086 -0500	kernel			AppleH10CamIn::ISP_PowerOffCamera_gated - requesting ISP power down
default	2025-01-25 13:16:11.070090 -0500	kernel			AppleH10CamIn::ISP_PowerOffCamera_gated - set fPowerEvent from 0 to kH10ISPPowerEventType_PowerOffPending, fOutstandingPowerUpRequests = 0 isPowered: 1
default	2025-01-25 13:16:11.070184 -0500	kernel			ANE0: powerStateWillChangeTo_gated :H11ANEIn:: IPC peer ISP will power down
default	2025-01-25 13:16:11.070205 -0500	kernel			AppleH10CamIn::setPowerStateGated - 0
default	2025-01-25 13:16:11.070209 -0500	kernel			AppleH10CamIn::setPowerStateGated (turn off) - change fPowerEvent from 2 to PowerOffPending
default	2025-01-25 13:16:11.070213 -0500	kernel			AppleH10CamIn::power_off_hardware
default	2025-01-25 13:16:11.070214 -0500	kernel			AppleH10CamIn::ISP_Suspend
default	2025-01-25 13:16:11.070250 -0500	kernel			ISPCPU: [ISP] CMD = 0x0013 [CISP_CMD_RPC_ENABLE] [0x0]
default	2025-01-25 13:16:11.070291 -0500	kernel			ISPCPU: [ISP: 1061.791016] CH = 0x5 CMD = 0x0101 [CISP_CMD_CH_STOP]
default	2025-01-25 13:16:11.070293 -0500	kernel			ISPCPU: [ISP] Channel 5 Stop takes total 0.0087ms
default	2025-01-25 13:16:11.070326 -0500	kernel			ISPCPU: [ISP: 1061.791138] CH = 5 CMD = 0x0104 [CISP_CMD_CH_BUFFER_RETURN]
default	2025-01-25 13:16:11.070353 -0500	kernel			ISPCPU: [ISP: 1061.791138] CH = 0x4 CMD = 0x0101 [CISP_CMD_CH_STOP]
default	2025-01-25 13:16:11.070357 -0500	kernel			ISPCPU: [ISP] Channel 4 Stop takes total 0.0075ms
default	2025-01-25 13:16:11.070383 -0500	kernel			ISPCPU: [ISP: 1061.791138] CH = 4 CMD = 0x0104 [CISP_CMD_CH_BUFFER_RETURN]
default	2025-01-25 13:16:11.070658 -0500	kernel			ISPCPU: [ISP: 1061.791382] CH = 0x3 CMD = 0x0101 [CISP_CMD_CH_STOP]
default	2025-01-25 13:16:11.070662 -0500	kernel			ISPCPU: [ISP] Channel 3 Stop takes total 0.0078ms
default	2025-01-25 13:16:11.070710 -0500	kernel			ISPCPU: [ISP: 1061.791504] CH = 3 CMD = 0x0104 [CISP_CMD_CH_BUFFER_RETURN]
info	2025-01-25 13:16:11.070754 -0500	kernel	com.apple.iohid	default	IOHIDLibUserClient:0x100000843 resourceNotificationGated client not privileged
info	2025-01-25 13:16:11.070849 -0500	SpringBoard	com.apple.Accessibility	AXRuntimeNotifications	Attempting to send notification:  (1078) 
default	2025-01-25 13:16:11.070950 -0500	backboardd	com.apple.BackBoard	EventDelivery	new deferring rules for pid:35: [
    [35-270];  -> ; reason: SBWindowScene: 0x526199800: Begin event deferring in keyboardFocus for window: 0x527d48800,
    [35-2];  -> ; reason: systemGestureSymbol-Main,
    [35-1];  -> ; reason: systemGestures-Main,
    [35-4];  -> ; reason: SB incoming to root scene (symbol),
    [35-5];  -> ; reason: systemKeyCommandOverlayEnvironment to root scene,
    [35-3];  -> ; reason: SB incoming to root scene
]
default	2025-01-25 13:16:11.070951 -0500	kernel			ISPCPU: [ISP: 1061.791748] CH = 0x2 CMD = 0x0101 [CISP_CMD_CH_STOP]
default	2025-01-25 13:16:11.070956 -0500	kernel			ISPCPU: [ISP] Channel 2 Stop takes total 0.0075ms
default	2025-01-25 13:16:11.070985 -0500	kernel			ISPCPU: [ISP: 1061.791748] CH = 2 CMD = 0x0104 [CISP_CMD_CH_BUFFER_RETURN]
error	2025-01-25 13:16:11.071065 -0500	backboardd	com.apple.BackBoard	EventDelivery	cycle detected between [35-270] -> [35-3]
error	2025-01-25 13:16:11.071145 -0500	backboardd	com.apple.BackBoard	EventDelivery	cycle detected between [35-270] -> [35-3]
info	2025-01-25 13:16:11.071160 -0500	mDNSResponder	com.apple.mdns	resolver	[Q46614] Querier session event -- type: ready, error: 0/0x0 noErr
default	2025-01-25 13:16:11.071247 -0500	kernel			ISPCPU: [ISP: 1061.791992] CH = 0x1 CMD = 0x0101 [CISP_CMD_CH_STOP]
default	2025-01-25 13:16:11.071249 -0500	backboardd	com.apple.BackBoard	EventDelivery	chain did update (setDeferringRules)  [
    ,
    
]
default	2025-01-25 13:16:11.071249 -0500	kernel			ISPCPU: [ISP] Channel 1 Stop takes total 0.0072ms
default	2025-01-25 13:16:11.071281 -0500	kernel			ISPCPU: [ISP: 1061.792114] CH = 1 CMD = 0x0104 [CISP_CMD_CH_BUFFER_RETURN]
default	2025-01-25 13:16:11.071314 -0500	kernel			ISPCPU: [ISP: 1061.792114] CH = 0x0 CMD = 0x0101 [CISP_CMD_CH_STOP]
default	2025-01-25 13:16:11.071316 -0500	kernel			ISPCPU: [ISP] Channel 0 Stop takes total 0.0073ms
default	2025-01-25 13:16:11.071346 -0500	kernel			ISPCPU: [ISP: 1061.792114] CH = 0 CMD = 0x0104 [CISP_CMD_CH_BUFFER_RETURN]
default	2025-01-25 13:16:11.071408 -0500	backboardd	com.apple.BackBoard	EventDelivery	chain did update (setDeferringRules)  [
    ,
    
]
default	2025-01-25 13:16:11.071619 -0500	kernel			ISPCPU: [ISP: 1061.792481] CH = 3 CMD = 0x0625 [CISP_CMD_CH_PROJECTOR_USAGE_GET]
default	2025-01-25 13:16:11.071624 -0500	kernel			ISPCPU: CImageCaptureH6::CmdProcessor L:64, Cmd: 0x96
default	2025-01-25 13:16:11.071626 -0500	kernel			ISPCPU: [MSC] CH = 0x3   Projector Usage Get dh 8814 dl 0 sh 5876 sl 0, fl 56017, pa 0, pb 2938, sd 0, cd {0 0 0 0}
default	2025-01-25 13:16:11.071640 -0500	kernel			AppleH10CamIn::ISP_Suspend - ProjUse: D=8814, DLP=0, S=5876, SLP=0, F=56017, PA=0, PB=2938, SB=0, CD100=0, CD250=0, CD400=0
default	2025-01-25 13:16:11.071669 -0500	kernel			ISPCPU: [ISP: 1061.792481] CH = 3 CMD = 0x0622 [CISP_CMD_CH_PROJECTOR_REQUEST]
default	2025-01-25 13:16:11.071672 -0500	kernel			ISPCPU: CImageCaptureH6::CmdProcessor L:64, Cmd: 0x94
default	2025-01-25 13:16:11.071691 -0500	kernel			ISPCPU: CmdTurnOnDevicePower: ch:3 ctrlWord:0x:8 TS: 345.964600
default	2025-01-25 13:16:11.071764 -0500	backboardd	com.apple.BackBoard	EventDelivery	new deferring rules for pid:35: [
    [35-270];  -> ; reason: SBWindowScene: 0x526199800: Begin event deferring in keyboardFocus for window: 0x527d48800,
    [35-2];  -> ; reason: systemGestureSymbol-Main,
    [35-1];  -> ; reason: systemGestures-Main,
    [35-271];  -> ; reason: SpringBoard: enforcing outbound,
    [35-4];  -> ; reason: SB incoming to root scene (symbol),
    [35-5];  -> 
info	2025-01-25 13:16:11.071851 -0500	mDNSResponder	com.apple.network	connection	nw_connection_create_with_id [C947] create connection to URL#6298e078
error	2025-01-25 13:16:11.071886 -0500	backboardd	com.apple.BackBoard	EventDelivery	cycle detected between [35-270] -> [35-3]
error	2025-01-25 13:16:11.071945 -0500	backboardd	com.apple.BackBoard	EventDelivery	cycle detected between [35-270] -> [35-3]
default	2025-01-25 13:16:11.072022 -0500	backboardd	com.apple.BackBoard	EventDelivery	chain did update (setDeferringRules)  [
    ,
    
]
info	2025-01-25 13:16:11.072196 -0500	Roam	com.apple.coreaudio	as_client	AVAudioSessionClient_Common.mm:153   Handling deferred message, sessionID = 0x67206, notificationName = CurrentInputDeviceBufferSizeDidChange
default	2025-01-25 13:16:11.072429 -0500	backboardd	com.apple.BackBoard	EventDelivery	chain did update (setDeferringRules)  [
    ,
    
]
info	2025-01-25 13:16:11.072722 -0500	Roam	com.apple.coreaudio	as_client	AVAudioSessionClient_Common.mm:153   Handling deferred message, sessionID = 0x67206, notificationName = ActiveAudioRouteDidChange
default	2025-01-25 13:16:11.073232 -0500	mDNSResponder	com.apple.mdns	resolver	[Q46614] Sent 128-byte query #1 to BBdXnYiu over HTTPS via any/0 -- id: 0x0000 (0), flags: 0x0100 (Q/Query, RD, NoError), counts: 1/0/0/1, BBEadsmZ IN HTTPS?, . OPT 512 0 {EDE, code: 0}, {Padding, [71 B]}
info	2025-01-25 13:16:11.073235 -0500	mDNSResponder	com.apple.mdns	resolver	[Q11313] Querier session event -- type: ready, error: 0/0x0 noErr
info	2025-01-25 13:16:11.073326 -0500	mDNSResponder	com.apple.network	connection	nw_connection_create_with_id [C948] create connection to URL#6298e078
default	2025-01-25 13:16:11.073389 -0500	mDNSResponder	com.apple.network	activity	Create activity 
default	2025-01-25 13:16:11.073435 -0500	Roam	com.apple.BackBoard	EventDelivery	policyStatus: was:none
default	2025-01-25 13:16:11.073520 -0500	mDNSResponder	com.apple.network	activity	Activated 
default	2025-01-25 13:16:11.073529 -0500	mDNSResponder	com.apple.network	activity	[C948] event: client:start_activity @74949.992s, activity 
default	2025-01-25 13:16:11.073602 -0500	mDNSResponder	com.apple.mdns	resolver	[Q11313] Sent 128-byte query #1 to BBdXnYiu over HTTPS via any/0 -- id: 0x0000 (0), flags: 0x0100 (Q/Query, RD, NoError), counts: 1/0/0/1, BBEadsmZ IN AAAA?, . OPT 512 0 {EDE, code: 0}, {Padding, [71 B]}
info	2025-01-25 13:16:11.073606 -0500	mDNSResponder	com.apple.mdns	resolver	[Q40264] Querier session event -- type: ready, error: 0/0x0 noErr
info	2025-01-25 13:16:11.073628 -0500	mDNSResponder	com.apple.network	connection	nw_connection_create_with_id [C949] create connection to URL#6298e078
default	2025-01-25 13:16:11.073668 -0500	mDNSResponder	com.apple.network	activity	Create activity 
default	2025-01-25 13:16:11.073688 -0500	mDNSResponder	com.apple.network	activity	Activated 
default	2025-01-25 13:16:11.073693 -0500	mDNSResponder	com.apple.network	activity	[C949] event: client:start_activity @74949.992s, activity 
default	2025-01-25 13:16:11.073709 -0500	mDNSResponder	com.apple.network	connection	[C947 D883BEC3-21F6-4054-81D0-F0DD501C1267 Hostname#ac3906c0:443 tcp, url hash: 6298e078, fast-open, definite, attribution: developer, context: Default Network Context (private), proc: 366A8056-2AD1-3D10-BEF3-E07D6B9B7FFB, no wake from sleep] start
info	2025-01-25 13:16:11.073723 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_start [C947 Hostname#ac3906c0:443 initial parent-flow ((null))]
default	2025-01-25 13:16:11.073730 -0500	mDNSResponder	com.apple.network	connection	[C947 Hostname#ac3906c0:443 initial parent-flow ((null))] event: path:start @0.000s
default	2025-01-25 13:16:11.073744 -0500	mDNSResponder	com.apple.mdns	resolver	[Q40264] Sent 128-byte query #1 to BBdXnYiu over HTTPS via any/0 -- id: 0x0000 (0), flags: 0x0100 (Q/Query, RD, NoError), counts: 1/0/0/1, BBEadsmZ IN A?, . OPT 512 0 {EDE, code: 0}, {Padding, [71 B]}
default	2025-01-25 13:16:11.074052 -0500	Roam	com.apple.coreaudio	as_client	    AVAudioSession_iOS.mm:443   Session 0x67206 posting AVAudioSessionRouteChangeNotification. Reason: AVAudioSessionRouteChangeReasonUnknown
default	2025-01-25 13:16:11.074210 -0500	mDNSResponder	com.apple.network	connection	[C947 Hostname#ac3906c0:443 waiting parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied @0.000s, uuid: 7FFE96FE-6B8F-49D1-8466-CD60E02F3787
info	2025-01-25 13:16:11.074215 -0500	mDNSResponder	com.apple.network	connection	nw_connection_endpoint_report_on_nw_queue_block_invoke [C947 Hostname#ac3906c0:443 waiting parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] skipping state update
default	2025-01-25 13:16:11.074255 -0500	mDNSResponder	com.apple.network	connection	[C947 Hostname#ac3906c0:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_connect @0.000s
default	2025-01-25 13:16:11.074259 -0500	mDNSResponder	com.apple.network	connection	nw_connection_report_state_with_handler_on_nw_queue [C947] reporting state preparing
info	2025-01-25 13:16:11.074275 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connect [C947 Hostname#ac3906c0:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] connect bottom protocol
default	2025-01-25 13:16:11.074315 -0500	mDNSResponder	com.apple.network	connection	[C947 Hostname#ac3906c0:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_child @0.000s
info	2025-01-25 13:16:11.074316 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_start [C947.1 Hostname#ac3906c0:443 initial path ((null))]
default	2025-01-25 13:16:11.074320 -0500	mDNSResponder	com.apple.network	connection	[C947.1 Hostname#ac3906c0:443 initial path ((null))] event: path:start @0.000s
default	2025-01-25 13:16:11.074343 -0500	mDNSResponder	com.apple.network	connection	[C947.1 Hostname#ac3906c0:443 waiting path (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied @0.000s, uuid: 7FFE96FE-6B8F-49D1-8466-CD60E02F3787
default	2025-01-25 13:16:11.074491 -0500	Roam	com.apple.BackBoard	EventDelivery	observerPolicyDidChange: 0x30149a9e0 -> <_UIKeyWindowSceneObserver: 0x30399de90>
default	2025-01-25 13:16:11.074583 -0500	mDNSResponder	com.apple.network	connection	[C947.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: proxy:start_process @0.000s
default	2025-01-25 13:16:11.074671 -0500	mDNSResponder	com.apple.network	connection	[C947.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: proxy:finish_process @0.000s
default	2025-01-25 13:16:11.074676 -0500	mDNSResponder	com.apple.network	connection	[C947.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: proxy:start_resolve @0.000s
default	2025-01-25 13:16:11.074682 -0500	mDNSResponder	com.apple.network	connection	[C947.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: proxy:finish_resolve @0.000s
default	2025-01-25 13:16:11.074845 -0500	audiomxd	com.apple.coremedia		-CMVAEndptMgr- vaemIsAC3EncodingSupported: Device doesn't support AC3 encoding, canEncodeToAC3 = NO, isAC3Supported = NO
info	2025-01-25 13:16:11.074856 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_proxy_add_child_for_config [C947.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] adding endpoint handler for mask.icloud.com:443
info	2025-01-25 13:16:11.075068 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_proxy_add_child_for_config [C947.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] adding endpoint handler for mask-h2.icloud.com:443
info	2025-01-25 13:16:11.075073 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_start [C947.1.1 mask.icloud.com:443 initial path ((null))]
default	2025-01-25 13:16:11.075082 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1 mask.icloud.com:443 initial path ((null))] event: path:start @0.001s
error	2025-01-25 13:16:11.075429 -0500	Roam	ecp.websocket	ECPProtocolFramer	Timed out 2025-01-25 16:00:48 +0000 Ready
default	2025-01-25 13:16:11.075433 -0500	Roam	ecp.websocket	ECPProtocolFramer	Sending close
default	2025-01-25 13:16:11.075498 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1 mask.icloud.com:443 waiting path (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied @0.001s, uuid: 2049BF5A-8506-475D-B7EA-4DA5080AD817
info	2025-01-25 13:16:11.075803 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_setup_protocols [C947.1.1 mask.icloud.com:443 in_progress intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] setup flow id D6603097-1E81-4069-B37B-55C64F559A2E
default	2025-01-25 13:16:11.076183 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1 mask.icloud.com:443 in_progress intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_connect @0.002s
default	2025-01-25 13:16:11.076261 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1 mask.icloud.com:443 in_progress intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_child @0.002s
info	2025-01-25 13:16:11.076267 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_start [C947.1.1.1 mask.icloud.com:443 initial path ((null))]
default	2025-01-25 13:16:11.076271 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1.1 mask.icloud.com:443 initial path ((null))] event: path:start @0.002s
default	2025-01-25 13:16:11.076679 -0500	kernel			ISPCPU: Mamabear Capacitance: 0
default	2025-01-25 13:16:11.076693 -0500	kernel			ISPCPU: Last MB Status: 0x15
default	2025-01-25 13:16:11.076694 -0500	kernel			ISPCPU: CmdTurnOffDevicePower: ch 3, ctrlWord: 0x8 TS: 345.969605
default	2025-01-25 13:16:11.077111 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	Entering new state disconnected at 2025-01-25 18:16:11 +0000 from connected
info	2025-01-25 13:16:11.077115 -0500	Roam	com.apple.network	connection	nw_flow_error [C6 IPv4#9fded1eb:8060 ready channel-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol (ECPWebSocketFramer) sent error: Operation timed out
default	2025-01-25 13:16:11.077152 -0500	Roam	com.apple.network	connection	nw_flow_disconnected [C6 IPv4#9fded1eb:8060 ready channel-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol disconnected
default	2025-01-25 13:16:11.077310 -0500	Roam	com.msdrigg.roam	ECPMonitor	Getting new ws state disconnected at 2025-01-25 18:16:11 +0000
default	2025-01-25 13:16:11.077327 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	Network viability changed false
default	2025-01-25 13:16:11.077688 -0500	kernel			AppleH10PearlCam::PearlCam_GetBufferBufferUseStatistics - fInUseBufferHighWaterMark=16
default	2025-01-25 13:16:11.077697 -0500	kernel			AppleH10CamIn::ISP_Suspend - disable timer
default	2025-01-25 13:16:11.077702 -0500	kernel			AppleH10CamIn::ISP_Suspend - disable self IPC EP
default	2025-01-25 13:16:11.077703 -0500	kernel			IspAneIPCEndPoints::enableFWIPCEP_gated - send CISP_CMD_IPC_ENDPOINT_UNSET to FW, self state: 4
default	2025-01-25 13:16:11.077732 -0500	kernel			ISPCPU: IPC: Endpoint Config Unset **********
default	2025-01-25 13:16:11.077737 -0500	kernel			ISPCPU: [ISP] CMD = 0x300b [CISP_CMD_IPC_ENDPOINT_UNSET]
default	2025-01-25 13:16:11.077739 -0500	kernel			ISPCPU: [ISP] CMD = 0x300b readRingBuffer Addr 0x10c7c000 len 0x4000
default	2025-01-25 13:16:11.077740 -0500	kernel			ISPCPU: [ISP] CMD = 0x300b writeRingBuffer Addr 0x10c84000 len 0x4000
default	2025-01-25 13:16:11.077744 -0500	kernel			ISPCPU: [ISP] CMD = 0x300b mappedWriteNogtifierRegiterAddr 0xfe000000 value 1
default	2025-01-25 13:16:11.078315 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	Reconnecting with better path
error	2025-01-25 13:16:11.078550 -0500	Roam	com.apple.network	connection	nw_read_request_report [C6] Receive failed with error "Operation timed out"
info	2025-01-25 13:16:11.078592 -0500	Roam	com.apple.network	tcp	nw_protocol_tcp_disconnect [C6:2] input protocol initiated disconnect
info	2025-01-25 13:16:11.078593 -0500	Roam	com.apple.network	tcp	nw_protocol_tcp_disconnect [C6:2] send disconnect to input protocol
error	2025-01-25 13:16:11.078661 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	Triggering receive message with error
info	2025-01-25 13:16:11.080292 -0500	SpringBoard	com.apple.MaterialKit	Luma	pill=0x52aabba00 changing style from none to gray
default	2025-01-25 13:16:11.080368 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	WS path changed to satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi
default	2025-01-25 13:16:11.080383 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	In error because getting req error
default	2025-01-25 13:16:11.080499 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	Clearing handlers
default	2025-01-25 13:16:11.080622 -0500	Roam	com.apple.network	connection	[C6 IPv4#9fded1eb:8060 failed channel-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:disconnect @8375.113s, error Operation timed out
info	2025-01-25 13:16:11.080641 -0500	SpringBoard	com.apple.MaterialKit	Luma	pill=0x52a518a00 changing style from none to gray
default	2025-01-25 13:16:11.080682 -0500	Roam	com.apple.network	connection	nw_connection_report_state_with_handler_on_nw_queue [C6] reporting state failed error Operation timed out
default	2025-01-25 13:16:11.081060 -0500	Roam	com.apple.network	connection	[C6 D19BEB45-6D6F-4420-BAFE-CFF3F83696EC IPv4#9fded1eb:8060 tcp, url hash: 8ab38fa1, attribution: developer] cancel
info	2025-01-25 13:16:11.081238 -0500	backboardd	com.apple.CBColorModule.Primary.Ammolite	default	CFXAmmoliteUpdateTarget: Ammolite: Lux 19.219402 (delta 5.499224 / thr 10.000000)
info	2025-01-25 13:16:11.081348 -0500	backboardd	com.apple.CoreBrightness.CBColorModule.Primary	default	Set ambient color sample ALS event = [Orientation = 1; Illuminance = 19.000000; xy = (0.417760,0.374654); XYZ = (6.821594,6.117726,3.389671); CCT1 = 3791.897705; Integration time = 0.097300; Gain = 33554432; Obstructed = 0; First = 0, mitigation = 0, timestamp = 0]
default	2025-01-25 13:16:11.082241 -0500	Roam	com.apple.network	connection	[C6 D19BEB45-6D6F-4420-BAFE-CFF3F83696EC IPv4#9fded1eb:8060 tcp, url hash: 8ab38fa1, attribution: developer] cancelled
	[C6 3D3EE736-5E0E-40EF-87F4-6DE9E8DD22B6 192.168.8.125:56199<->IPv4#9fded1eb:8060]
	Connected Path: satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi
	Privacy Stance: Not Eligible
	Duration: 8375.114s, TCP @0.001s took 0.012s
	bytes in/out: 0/0, packets in/out: 0/0, rtt: 0.000s, retransmitted bytes: 0, out-of-order bytes: 0
	ecn packets sent/acked/marked/lost: 0/0/0/0
info	2025-01-25 13:16:11.082251 -0500	Roam	com.apple.network	connection	nw_endpoint_handler_cancel [C6 IPv4#9fded1eb:8060 failed channel-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)]
info	2025-01-25 13:16:11.082369 -0500	Roam	com.apple.network	connection	nw_association_schedule_deactivation  will become dormant after 10000ms of inactivity
info	2025-01-25 13:16:11.082390 -0500	Roam	com.apple.network	connection	nw_endpoint_handler_cancel [C7 dry-run IPv4#9fded1eb:8060 initial path ((null))]
default	2025-01-25 13:16:11.082421 -0500	Roam	com.apple.network	connection	nw_connection_report_state_with_handler_on_nw_queue [C6] reporting state cancelled error Operation timed out
default	2025-01-25 13:16:11.083115 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1.1 mask.icloud.com:443 waiting path (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied @0.009s, uuid: C86C98A3-166A-4FC9-A28E-BFB1F9C469F7
default	2025-01-25 13:16:11.083364 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: resolver:start_dns @0.009s
info	2025-01-25 13:16:11.084037 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked [C947.1.1.1] Starting host resolution mask.icloud.com:443, flags 0xc000d000 proto 0 using hostname: 
info	2025-01-25 13:16:11.084193 -0500	SpringBoard	com.apple.Accessibility	AXRuntimeNotifications	Attempting to send notification:  (1001) 
info	2025-01-25 13:16:11.084671 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion removed for reason: beginning
info	2025-01-25 13:16:11.084680 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion removed for reason: beginning
info	2025-01-25 13:16:11.084686 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion removed for reason: beginning
info	2025-01-25 13:16:11.084693 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Milestone satisfied: awaitingCompletion
info	2025-01-25 13:16:11.084700 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Working' to 'Done Working'
info	2025-01-25 13:16:11.084706 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion removed for reason: beginning
info	2025-01-25 13:16:11.084714 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Milestone satisfied: synchronizedCommit
info	2025-01-25 13:16:11.084717 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Working' to 'Done Working'
info	2025-01-25 13:16:11.084722 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction finished work: 
info	2025-01-25 13:16:11.084727 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion taken for reason: beginning
info	2025-01-25 13:16:11.084728 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Initial' to 'Working'
info	2025-01-25 13:16:11.084733 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Milestones added: awaitingCompletion
info	2025-01-25 13:16:11.084741 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Milestone satisfied: slaves
info	2025-01-25 13:16:11.084744 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Milestone satisfied: awaitingCompletion
info	2025-01-25 13:16:11.084748 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Working' to 'Done Working'
info	2025-01-25 13:16:11.084750 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion removed for reason: beginning
info	2025-01-25 13:16:11.084754 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Done Working' to 'Completed'
info	2025-01-25 13:16:11.084755 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Completed after 0.00s.
info	2025-01-25 13:16:11.084772 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction completed: : addSlaves
info	2025-01-25 13:16:11.084774 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction completed: : addSlaves
info	2025-01-25 13:16:11.084779 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Done Working' to 'Completed'
info	2025-01-25 13:16:11.084779 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Completed after 0.03s.
info	2025-01-25 13:16:11.084785 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction completed: : beginTransition
info	2025-01-25 13:16:11.084789 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Done Working' to 'Completed'
info	2025-01-25 13:16:11.084789 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Completed after 0.03s.
info	2025-01-25 13:16:11.084796 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction completed: 
info	2025-01-25 13:16:11.084800 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction completed: : beginTransition
info	2025-01-25 13:16:11.084804 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Done Working' to 'Completed'
info	2025-01-25 13:16:11.084804 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Completed after 0.03s.
info	2025-01-25 13:16:11.084810 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction completed: : prepareTransition
info	2025-01-25 13:16:11.084813 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Done Working' to 'Completed'
info	2025-01-25 13:16:11.084814 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Completed after 0.03s.
default	2025-01-25 13:16:11.084817 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	In error with state failed(POSIXErrorCode(rawValue: 60): Operation timed out)
info	2025-01-25 13:16:11.084825 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction completed: 
info	2025-01-25 13:16:11.084834 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction completed: : prepareTransition
info	2025-01-25 13:16:11.084839 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Done Working' to 'Completed'
info	2025-01-25 13:16:11.084840 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Completed after 0.03s.
info	2025-01-25 13:16:11.084844 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction completed: 
info	2025-01-25 13:16:11.084865 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Milestone satisfied: synchronizedCommit
info	2025-01-25 13:16:11.084870 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Milestone satisfied: synchronizedCommit
default	2025-01-25 13:16:11.084873 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	Ignoring state change because it is the same disconnected at 2025-01-25 18:16:11 +0000
default	2025-01-25 13:16:11.084875 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	In error because getting req error
default	2025-01-25 13:16:11.084877 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	Clearing handlers
info	2025-01-25 13:16:11.084880 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Removed milestones: synchronizedCommit-0x52999cc00
info	2025-01-25 13:16:11.084884 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion removed for reason: beginning
info	2025-01-25 13:16:11.084892 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Milestone satisfied: processWillBeginLaunching
info	2025-01-25 13:16:11.084898 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Milestone satisfied: processDidFinishLaunching
info	2025-01-25 13:16:11.084903 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Working' to 'Done Working'
info	2025-01-25 13:16:11.084908 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction finished work: 
default	2025-01-25 13:16:11.084911 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	In error with state cancelled
info	2025-01-25 13:16:11.084912 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion removed for reason: beginning
info	2025-01-25 13:16:11.084914 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Done Working' to 'Completed'
info	2025-01-25 13:16:11.084914 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Completed after 0.03s.
info	2025-01-25 13:16:11.084919 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction completed: 
info	2025-01-25 13:16:11.084923 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion removed for reason: beginning
info	2025-01-25 13:16:11.084925 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion removed for reason: beginning
default	2025-01-25 13:16:11.084928 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	Ignoring state change because it is the same disconnected at 2025-01-25 18:16:11 +0000
info	2025-01-25 13:16:11.084928 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion removed for reason: beginning
info	2025-01-25 13:16:11.084933 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion removed for reason: beginning
info	2025-01-25 13:16:11.085051 -0500	Roam	com.apple.network		nw_channel_handle_defunct Defunct channel destroyed with key: 2E31CD0F-2883-4439-A855-A0C25FE9CBB5-12 and fd: 15
info	2025-01-25 13:16:11.085073 -0500	Roam	com.apple.network	tcp	nw_protocol_tcp_disconnected [C6:2] output protocol is disconnected
info	2025-01-25 13:16:11.085241 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_proxy_start_next_child [C947.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] starting next child endpoint in 223ms
default	2025-01-25 13:16:11.085335 -0500	mDNSResponder	com.apple.network	connection	[C948 B0189D73-B876-454F-8105-EEF94CB96B29 Hostname#ac3906c0:443 tcp, url hash: 6298e078, fast-open, definite, attribution: developer, context: Default Network Context (private), proc: 366A8056-2AD1-3D10-BEF3-E07D6B9B7FFB, no wake from sleep] start
info	2025-01-25 13:16:11.085351 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_start [C948 Hostname#ac3906c0:443 initial parent-flow ((null))]
default	2025-01-25 13:16:11.085357 -0500	mDNSResponder	com.apple.network	connection	[C948 Hostname#ac3906c0:443 initial parent-flow ((null))] event: path:start @0.000s
default	2025-01-25 13:16:11.085390 -0500	mDNSResponder	com.apple.network	connection	[C948 Hostname#ac3906c0:443 waiting parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied @0.000s, uuid: 7FFE96FE-6B8F-49D1-8466-CD60E02F3787
info	2025-01-25 13:16:11.085393 -0500	mDNSResponder	com.apple.network	connection	nw_connection_endpoint_report_on_nw_queue_block_invoke [C948 Hostname#ac3906c0:443 waiting parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] skipping state update
default	2025-01-25 13:16:11.085424 -0500	mDNSResponder	com.apple.network	connection	[C948 Hostname#ac3906c0:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_connect @0.000s
default	2025-01-25 13:16:11.085427 -0500	mDNSResponder	com.apple.network	connection	nw_connection_report_state_with_handler_on_nw_queue [C948] reporting state preparing
info	2025-01-25 13:16:11.085448 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connect [C948 Hostname#ac3906c0:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] connect bottom protocol
default	2025-01-25 13:16:11.085489 -0500	mDNSResponder	com.apple.network	connection	[C948 Hostname#ac3906c0:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_child @0.000s
info	2025-01-25 13:16:11.085491 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_start [C948.1 Hostname#ac3906c0:443 initial path ((null))]
default	2025-01-25 13:16:11.085503 -0500	mDNSResponder	com.apple.network	connection	[C948.1 Hostname#ac3906c0:443 initial path ((null))] event: path:start @0.000s
default	2025-01-25 13:16:11.085520 -0500	mDNSResponder	com.apple.network	connection	[C948.1 Hostname#ac3906c0:443 waiting path (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied @0.000s, uuid: 7FFE96FE-6B8F-49D1-8466-CD60E02F3787
default	2025-01-25 13:16:11.085704 -0500	mDNSResponder	com.apple.network	connection	[C948.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: proxy:start_process @0.000s
default	2025-01-25 13:16:11.085782 -0500	mDNSResponder	com.apple.network	connection	[C948.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: proxy:finish_process @0.000s
default	2025-01-25 13:16:11.085789 -0500	mDNSResponder	com.apple.network	connection	[C948.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: proxy:start_resolve @0.000s
default	2025-01-25 13:16:11.085796 -0500	mDNSResponder	com.apple.network	connection	[C948.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: proxy:finish_resolve @0.000s
info	2025-01-25 13:16:11.085804 -0500	SpringBoard	com.apple.duetexpertd.atx	app_library	ATXAppDirectoryClient: -[ATXAppDirectoryClient logLaunchFromCategoryPreviewWithDate:categoryID:categoryIndex:bundleID:bundleIndex:appDirectoryResponse:]_block_invoke, categoryId: 4, categoryIndex: 18446744073709551615, bundleId: , bundleIndex: 0, response: 
info	2025-01-25 13:16:11.085844 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_proxy_add_child_for_config [C948.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] adding endpoint handler for mask.icloud.com:443
info	2025-01-25 13:16:11.085877 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_proxy_add_child_for_config [C948.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] adding endpoint handler for mask-h2.icloud.com:443
info	2025-01-25 13:16:11.085881 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_start [C948.1.1 mask.icloud.com:443 initial path ((null))]
default	2025-01-25 13:16:11.085886 -0500	mDNSResponder	com.apple.network	connection	[C948.1.1 mask.icloud.com:443 initial path ((null))] event: path:start @0.000s
info	2025-01-25 13:16:11.085911 -0500	SpringBoard	com.apple.coreduet.knowledge		Starting saveObjects with 1 objects.
default	2025-01-25 13:16:11.085916 -0500	mDNSResponder	com.apple.network	connection	[C948.1.1 mask.icloud.com:443 waiting path (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied @0.000s, uuid: 2049BF5A-8506-475D-B7EA-4DA5080AD817
info	2025-01-25 13:16:11.086081 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_setup_protocols [C948.1.1 mask.icloud.com:443 in_progress intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] setup flow id DD70E0E0-77C5-453B-82A3-49EB4BD63135
default	2025-01-25 13:16:11.086122 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9387] getaddrinfo start -- flags: 0xC000D000, ifindex: 0, protocols: 0, hostname: , options: 0x0 {}, client pid: 198 (mDNSResponder)
default	2025-01-25 13:16:11.086139 -0500	mDNSResponder	com.apple.network	connection	[C948.1.1 mask.icloud.com:443 in_progress intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_connect @0.000s
default	2025-01-25 13:16:11.086155 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9387->Q8634] Cleared resolver UUID for question:  (HTTPS)
default	2025-01-25 13:16:11.086163 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9387->Q8634] Question assigned DNS service 101
default	2025-01-25 13:16:11.086182 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9387->Q18258] Cleared resolver UUID for question:  (AAAA)
default	2025-01-25 13:16:11.086183 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9387->Q18258] Question assigned DNS service 101
default	2025-01-25 13:16:11.086184 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[Q18258] DetermineUnicastQuerySuppression: Query suppressed for  AAAA (AAAA records are unusable)
default	2025-01-25 13:16:11.086191 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9387->Q58759] Cleared resolver UUID for question:  (Addr)
default	2025-01-25 13:16:11.086194 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9387->Q58759] Question assigned DNS service 101
default	2025-01-25 13:16:11.086194 -0500	mDNSResponder	com.apple.network	connection	[C948.1.1 mask.icloud.com:443 in_progress intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_child @0.000s
info	2025-01-25 13:16:11.086198 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_start [C948.1.1.1 mask.icloud.com:443 initial path ((null))]
default	2025-01-25 13:16:11.086203 -0500	mDNSResponder	com.apple.network	connection	[C948.1.1.1 mask.icloud.com:443 initial path ((null))] event: path:start @0.000s
default	2025-01-25 13:16:11.086273 -0500	mDNSResponder	com.apple.network	connection	[C948.1.1.1 mask.icloud.com:443 waiting path (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied @0.000s, uuid: C86C98A3-166A-4FC9-A28E-BFB1F9C469F7
default	2025-01-25 13:16:11.086301 -0500	mDNSResponder	com.apple.network	connection	[C948.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: resolver:start_dns @0.000s
info	2025-01-25 13:16:11.086383 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked [C948.1.1.1] Starting host resolution mask.icloud.com:443, flags 0xc000d000 proto 0 using hostname: 
info	2025-01-25 13:16:11.086414 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_proxy_start_next_child [C948.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] starting next child endpoint in 223ms
default	2025-01-25 13:16:11.086455 -0500	mDNSResponder	com.apple.network	connection	[C949 78D012CD-44B4-4C92-88A8-CC528A7E69ED Hostname#ac3906c0:443 tcp, url hash: 6298e078, fast-open, definite, attribution: developer, context: Default Network Context (private), proc: 366A8056-2AD1-3D10-BEF3-E07D6B9B7FFB, no wake from sleep] start
info	2025-01-25 13:16:11.086467 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_start [C949 Hostname#ac3906c0:443 initial parent-flow ((null))]
default	2025-01-25 13:16:11.086471 -0500	mDNSResponder	com.apple.network	connection	[C949 Hostname#ac3906c0:443 initial parent-flow ((null))] event: path:start @0.000s
default	2025-01-25 13:16:11.086488 -0500	mDNSResponder	com.apple.network	connection	[C949 Hostname#ac3906c0:443 waiting parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied @0.000s, uuid: 7FFE96FE-6B8F-49D1-8466-CD60E02F3787
info	2025-01-25 13:16:11.086492 -0500	mDNSResponder	com.apple.network	connection	nw_connection_endpoint_report_on_nw_queue_block_invoke [C949 Hostname#ac3906c0:443 waiting parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] skipping state update
default	2025-01-25 13:16:11.086512 -0500	mDNSResponder	com.apple.network	connection	[C949 Hostname#ac3906c0:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_connect @0.000s
default	2025-01-25 13:16:11.086513 -0500	mDNSResponder	com.apple.network	connection	nw_connection_report_state_with_handler_on_nw_queue [C949] reporting state preparing
info	2025-01-25 13:16:11.086523 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connect [C949 Hostname#ac3906c0:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] connect bottom protocol
default	2025-01-25 13:16:11.086551 -0500	mDNSResponder	com.apple.network	connection	[C949 Hostname#ac3906c0:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_child @0.000s
info	2025-01-25 13:16:11.086555 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_start [C949.1 Hostname#ac3906c0:443 initial path ((null))]
default	2025-01-25 13:16:11.086556 -0500	mDNSResponder	com.apple.network	connection	[C949.1 Hostname#ac3906c0:443 initial path ((null))] event: path:start @0.000s
default	2025-01-25 13:16:11.086574 -0500	mDNSResponder	com.apple.network	connection	[C949.1 Hostname#ac3906c0:443 waiting path (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied @0.000s, uuid: 7FFE96FE-6B8F-49D1-8466-CD60E02F3787
info	2025-01-25 13:16:11.086852 -0500	coreduetd	com.apple.coreduet.knowledge		[Storage] Starting saveObjects with 1 objects.
info	2025-01-25 13:16:11.087044 -0500	Roam	com.apple.network	path	nw_path_necp_update_evaluator_block_invoke [0B861DC8-97B9-4F44-B546-287A0A593595  generic, multipath service: 1, attribution: developer]
	path: satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi
info	2025-01-25 13:16:11.087171 -0500	coreduetd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: _DKEvent.UserInteraction.AppDirectory using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/_DKEvent.UserInteraction.AppDirectory
info	2025-01-25 13:16:11.087184 -0500	coreduetd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.087225 -0500	Roam	com.apple.network		nw_channel_create_block_invoke Channel destroyed with key: 2E31CD0F-2883-4439-A855-A0C25FE9CBB5-12 and fd: 15
info	2025-01-25 13:16:11.087250 -0500	coreduetd	com.apple.coreduet.knowledge		[Storage] Completed saveObjects with success=1. Error: (null).
info	2025-01-25 13:16:11.087311 -0500	Roam	com.msdrigg.roam	DeviceDiscoveryActor	Refreshing device PersistentIdentifier(id: SwiftData.PersistentIdentifier.ID(url: x-coredata://35313590-0FAB-44EF-898B-8ED9121D91C2/Device/p1), implementation: SwiftData.PersistentIdentifierImplementation)
info	2025-01-25 13:16:11.087407 -0500	SpringBoard	com.apple.coreduet.knowledge		Completed saveObjects with success=1. Error: (null).
default	2025-01-25 13:16:11.088231 -0500	coreduetd	com.apple.xpc	connection	[0xcfe066080] invalidated because the client process (pid 35) either cancelled the connection or exited
default	2025-01-25 13:16:11.088257 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9388] getaddrinfo start -- flags: 0xC000D000, ifindex: 0, protocols: 0, hostname: , options: 0x0 {}, client pid: 198 (mDNSResponder)
default	2025-01-25 13:16:11.088393 -0500	mDNSResponder	com.apple.network	connection	[C949.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: proxy:start_process @0.001s
default	2025-01-25 13:16:11.088401 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[Q8634] AnswerQuestionByFollowingCNAME: following CNAME referral -- CNAME: , referral count: 0
default	2025-01-25 13:16:11.088413 -0500	mDNSResponder	com.apple.network	connection	[C949.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: proxy:finish_process @0.001s
default	2025-01-25 13:16:11.088416 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9387->Q20006] Question assigned DNS service 101
default	2025-01-25 13:16:11.088417 -0500	mDNSResponder	com.apple.network	connection	[C949.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: proxy:start_resolve @0.001s
default	2025-01-25 13:16:11.088421 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[Q18258] GenerateNegativeResponse: Generating negative response for question
default	2025-01-25 13:16:11.088423 -0500	mDNSResponder	com.apple.network	connection	[C949.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: proxy:finish_resolve @0.001s
default	2025-01-25 13:16:11.088443 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[Q58759] AnswerQuestionByFollowingCNAME: following CNAME referral -- CNAME: , referral count: 0
default	2025-01-25 13:16:11.088454 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9387->Q18405] Question assigned DNS service 101
info	2025-01-25 13:16:11.088469 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_proxy_add_child_for_config [C949.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] adding endpoint handler for mask.icloud.com:443
info	2025-01-25 13:16:11.088496 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_proxy_add_child_for_config [C949.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] adding endpoint handler for mask-h2.icloud.com:443
info	2025-01-25 13:16:11.088500 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_start [C949.1.1 mask.icloud.com:443 initial path ((null))]
default	2025-01-25 13:16:11.088505 -0500	mDNSResponder	com.apple.network	connection	[C949.1.1 mask.icloud.com:443 initial path ((null))] event: path:start @0.002s
default	2025-01-25 13:16:11.088509 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9388->Q11181] Cleared resolver UUID for question:  (HTTPS)
default	2025-01-25 13:16:11.088510 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9388->Q11181] Question assigned DNS service 101
default	2025-01-25 13:16:11.088521 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9388->Q50497] Cleared resolver UUID for question:  (AAAA)
default	2025-01-25 13:16:11.088522 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9388->Q50497] Question assigned DNS service 101
default	2025-01-25 13:16:11.088525 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[Q50497] DetermineUnicastQuerySuppression: Query suppressed for  AAAA (AAAA records are unusable)
default	2025-01-25 13:16:11.088526 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9388->DupQ50497->Q18258] Duplicate question  (AAAA)
default	2025-01-25 13:16:11.088532 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9388->Q3640] Cleared resolver UUID for question:  (Addr)
default	2025-01-25 13:16:11.088534 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9388->Q3640] Question assigned DNS service 101
default	2025-01-25 13:16:11.088537 -0500	mDNSResponder	com.apple.network	connection	[C949.1.1 mask.icloud.com:443 waiting path (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied @0.002s, uuid: 2049BF5A-8506-475D-B7EA-4DA5080AD817
default	2025-01-25 13:16:11.088602 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9387->Q18258] getaddrinfo result -- event: add, ifindex: 0, name: BBwctorm, type: AAAA, rdata: , reason: query-suppressed
info	2025-01-25 13:16:11.089315 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_setup_protocols [C949.1.1 mask.icloud.com:443 in_progress intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] setup flow id B59CD41C-9644-498D-B277-880CCDF031A7
default	2025-01-25 13:16:11.089369 -0500	mDNSResponder	com.apple.network	connection	[C949.1.1 mask.icloud.com:443 in_progress intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_connect @0.002s
default	2025-01-25 13:16:11.089451 -0500	mDNSResponder	com.apple.network	connection	[C949.1.1 mask.icloud.com:443 in_progress intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_child @0.002s
info	2025-01-25 13:16:11.089453 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_start [C949.1.1.1 mask.icloud.com:443 initial path ((null))]
default	2025-01-25 13:16:11.089457 -0500	mDNSResponder	com.apple.network	connection	[C949.1.1.1 mask.icloud.com:443 initial path ((null))] event: path:start @0.002s
default	2025-01-25 13:16:11.089484 -0500	mDNSResponder	com.apple.network	connection	[C949.1.1.1 mask.icloud.com:443 waiting path (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied @0.003s, uuid: C86C98A3-166A-4FC9-A28E-BFB1F9C469F7
default	2025-01-25 13:16:11.089510 -0500	mDNSResponder	com.apple.network	connection	[C949.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: resolver:start_dns @0.003s
default	2025-01-25 13:16:11.089757 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[Q11181] AnswerQuestionByFollowingCNAME: following CNAME referral -- CNAME: , referral count: 0
default	2025-01-25 13:16:11.089766 -0500	Roam	com.apple.wcd	WC	-[WCSession xpcConnectionInterrupted]
default	2025-01-25 13:16:11.089771 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9388->Q39607] Question assigned DNS service 101
default	2025-01-25 13:16:11.089776 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9388->DupQ39607->Q20006] Duplicate question  (HTTPS)
info	2025-01-25 13:16:11.089787 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked [C949.1.1.1] Starting host resolution mask.icloud.com:443, flags 0xc000d000 proto 0 using hostname: 
default	2025-01-25 13:16:11.089788 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[Q50497] GenerateNegativeResponse: Generating negative response for question
default	2025-01-25 13:16:11.089807 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[Q3640] AnswerQuestionByFollowingCNAME: following CNAME referral -- CNAME: , referral count: 0
default	2025-01-25 13:16:11.089813 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9388->Q58140] Question assigned DNS service 101
default	2025-01-25 13:16:11.089816 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9388->DupQ58140->Q18405] Duplicate question  (Addr)
info	2025-01-25 13:16:11.089826 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_proxy_start_next_child [C949.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] starting next child endpoint in 223ms
default	2025-01-25 13:16:11.089865 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9388->Q50497] getaddrinfo result -- event: add, ifindex: 0, name: BBwctorm, type: AAAA, rdata: , reason: query-suppressed
info	2025-01-25 13:16:11.089874 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C947.1.1.1] Got 1 DNS results
info	2025-01-25 13:16:11.089890 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C947.1.1.1] Got DNS result type NoAddress ifindex=0   IN6ADDR_ANY
info	2025-01-25 13:16:11.089895 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C947.1.1.1] Got DNS negative reason: query suppressed
default	2025-01-25 13:16:11.089939 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9389] getaddrinfo start -- flags: 0xC000D000, ifindex: 0, protocols: 0, hostname: , options: 0x0 {}, client pid: 198 (mDNSResponder)
default	2025-01-25 13:16:11.089948 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9389->Q36224] Cleared resolver UUID for question:  (HTTPS)
default	2025-01-25 13:16:11.089950 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9389->Q36224] Question assigned DNS service 101
default	2025-01-25 13:16:11.089958 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9389->Q60556] Cleared resolver UUID for question:  (AAAA)
default	2025-01-25 13:16:11.089960 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9389->Q60556] Question assigned DNS service 101
default	2025-01-25 13:16:11.089962 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[Q60556] DetermineUnicastQuerySuppression: Query suppressed for  AAAA (AAAA records are unusable)
default	2025-01-25 13:16:11.089963 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9389->DupQ60556->Q18258] Duplicate question  (AAAA)
default	2025-01-25 13:16:11.089970 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9389->Q46093] Cleared resolver UUID for question:  (Addr)
default	2025-01-25 13:16:11.089971 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9389->Q46093] Question assigned DNS service 101
info	2025-01-25 13:16:11.090137 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C948.1.1.1] Got 1 DNS results
info	2025-01-25 13:16:11.090153 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C948.1.1.1] Got DNS result type NoAddress ifindex=0   IN6ADDR_ANY
info	2025-01-25 13:16:11.090157 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C948.1.1.1] Got DNS negative reason: query suppressed
default	2025-01-25 13:16:11.090205 -0500	mDNSResponder	com.apple.mdns	resolver	[Q20006] Sent 36-byte query #1 to  over UDP via en0/12 -- id: 0x9F40 (40768), flags: 0x0100 (Q/Query, RD, NoError), counts: 1/0/0/0, BBYScIEF IN HTTPS?
default	2025-01-25 13:16:11.090307 -0500	Roam	com.apple.coremedia		<<<< AVOutputContext (FigRoutingContext) >>>> AVFigRoutingContextRouteConfigUpdated: called (context=0x303596510, routeConfigUpdateID=774178355486, reason=configUpdateReasonEndedBottomUpRouteChange, initiator=(null) errorString=(null), deviceID=, previousDeviceIDs=, deviceID provided?=NO, previous deviceIDs provided?=NO
default	2025-01-25 13:16:11.090395 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[Q36224] AnswerQuestionByFollowingCNAME: following CNAME referral -- CNAME: , referral count: 0
default	2025-01-25 13:16:11.090404 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9389->Q57065] Question assigned DNS service 101
default	2025-01-25 13:16:11.090406 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9389->DupQ57065->Q20006] Duplicate question  (HTTPS)
default	2025-01-25 13:16:11.090408 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[Q60556] GenerateNegativeResponse: Generating negative response for question
default	2025-01-25 13:16:11.090420 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[Q46093] AnswerQuestionByFollowingCNAME: following CNAME referral -- CNAME: , referral count: 0
default	2025-01-25 13:16:11.090428 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9389->Q44664] Question assigned DNS service 101
default	2025-01-25 13:16:11.090430 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9389->DupQ44664->Q18405] Duplicate question  (Addr)
default	2025-01-25 13:16:11.090436 -0500	mDNSResponder	com.apple.mdns	resolver	[Q18405] Sent 36-byte query #1 to  over UDP via en0/12 -- id: 0xBDEE (48622), flags: 0x0100 (Q/Query, RD, NoError), counts: 1/0/0/0, BBYScIEF IN A?
default	2025-01-25 13:16:11.090456 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9389->Q60556] getaddrinfo result -- event: add, ifindex: 0, name: BBwctorm, type: AAAA, rdata: , reason: query-suppressed
default	2025-01-25 13:16:11.090471 -0500	Roam	com.apple.wcd	WC	-[WCXPCManager onqueue_reconnect]
info	2025-01-25 13:16:11.090553 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C949.1.1.1] Got 1 DNS results
info	2025-01-25 13:16:11.090579 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C949.1.1.1] Got DNS result type NoAddress ifindex=0   IN6ADDR_ANY
info	2025-01-25 13:16:11.090581 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C949.1.1.1] Got DNS negative reason: query suppressed
default	2025-01-25 13:16:11.090677 -0500	Roam	com.msdrigg.roam	DataHandler	Refreshing device with id PersistentIdentifier(id: SwiftData.PersistentIdentifier.ID(url: x-coredata://35313590-0FAB-44EF-898B-8ED9121D91C2/Device/p1), implementation: SwiftData.PersistentIdentifierImplementation)
debug	2025-01-25 13:16:11.091516 -0500	softwareupdateservicesd	com.apple.softwareupdateservicesui.ios	Common	new layout: >>>

context: >>>

default	2025-01-25 13:16:11.091525 -0500	softwareupdateservicesd	com.apple.softwareupdateservicesui.ios	Common	homescreen changed: 1 -> 0
default	2025-01-25 13:16:11.092325 -0500	mediaremoted	com.apple.amp.mediaremote	XPC	[ConnectionMonitor] Updated connectionStatus = Running for  after 5047.185023 seconds
default	2025-01-25 13:16:11.092516 -0500	UserEventAgent	com.apple.runningboard	monitor	Received state update for 1758 (app, running-active-Visible
info	2025-01-25 13:16:11.093502 -0500	Roam	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 0
default	2025-01-25 13:16:11.093564 -0500	Roam	com.apple.coremedia		<<<< AVOutputContext >>>> -[AVOutputContext outputContextImpl:didChangeOutputDeviceWithInitiator:]: Posting AVOutputContextOutputDeviceDidChangeNotification with initiator (null) for context=0x303596510
info	2025-01-25 13:16:11.094202 -0500	SpringBoard	com.apple.SplashBoard	Snapshot	 [com.msdrigg.roam] not purging the cached image; force: 0; _imageAccessCount: 1; _keepImageAccessUntilExpiration: 0; _hasProtectedContent: 0; _keepImageAccessForPreheat: 0
info	2025-01-25 13:16:11.094336 -0500	audiomxd	com.apple.coreaudio	as_server	AudioSessionServerImpNotificationHandlers.mm:686   HandleMXNotification, session ID = 0x6700f, name = DisplayLayoutDidChange, payload = {
    "DisplayLayoutDidChange_ApplicationDisplayID" = "com.msdrigg.roam";
    "DisplayLayoutDidChange_FullScreenModalPresent" = 0;
    "DisplayLayoutDidChange_FullScreenOverlayPresent" = 0;
    "DisplayLayoutDidChange_SideOverlayPresent" = 0;
}
info	2025-01-25 13:16:11.094343 -0500	SpringBoard	com.apple.Accessibility	ASTCommon	Home Screen displayed: NSConcreteNotification 0x303529840 {name = SBHomescreenDisplayChangedNotification}
info	2025-01-25 13:16:11.094819 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:38] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): lookupHandleForPredicate:error:
default	2025-01-25 13:16:11.094832 -0500	runningboardd	com.apple.runningboard	message	PERF: Received lookupHandleForPredicate request from [osservice:38] (euid 501, auid 501) (persona (null))
info	2025-01-25 13:16:11.094880 -0500	SpringBoard	com.apple.Accessibility	AXRuntimeNotifications	Did post notification. notification:  (1001) error:0 data:
info	2025-01-25 13:16:11.094897 -0500	mediaplaybackd	com.apple.coreaudio	as_client	AVAudioSessionClient_Common.mm:153   Handling deferred message, sessionID = 0x6700f, notificationName = DisplayLayoutDidChange
info	2025-01-25 13:16:11.094999 -0500	assistivetouchd	com.apple.Accessibility	ASTCommon	AST keyboard update: {
    pid = 35;
    visible = 0;
}
info	2025-01-25 13:16:11.095107 -0500	SpringBoard	com.apple.FrontBoard	Scene	Client intercepting scene update for scene: com.apple.springboard
info	2025-01-25 13:16:11.095117 -0500	assistivetouchd	com.apple.Accessibility	ASTCommon	KB visible: 0 with frame: {{0, 0}, {0, 0}} (exisitng frame: {{0, 0}, {0, 0}}
info	2025-01-25 13:16:11.095118 -0500	assistivetouchd	com.apple.Accessibility	ASTCommon	No change in KB visibility, not moving nubbit.
info	2025-01-25 13:16:11.095304 -0500	backboardd	com.apple.Accessibility	AXRuntimeNotifications	Sending notification to client: 1001, {
    data = "";
    pid = 35;
}
info	2025-01-25 13:16:11.095493 -0500	SpringBoard	com.apple.FrontBoard	Scene	Client intercepting scene update for scene: searchScreen
default	2025-01-25 13:16:11.095664 -0500	CommCenter	com.apple.CommCenter	stk.1	#I SIM has not requested to be notified on entering idle screen, not processing
default	2025-01-25 13:16:11.095665 -0500	CommCenter	com.apple.CommCenter	stk.2	#I SIM has not requested to be notified on entering idle screen, not processing
info	2025-01-25 13:16:11.095710 -0500	SpringBoard	com.apple.FrontBoard	Scene	Client intercepting scene update for scene: sceneID:com.msdrigg.roam-default
info	2025-01-25 13:16:11.095809 -0500	SpringBoard	com.apple.FrontBoard	ProcessScene	[0x3004c64c0:(FBSceneManager):sceneID:com.msdrigg.roam-default] Sending scene action [Forward Event][0xfe42] to process 0x527e36b80 (watchdog: none)
info	2025-01-25 13:16:11.095897 -0500	SpringBoard	com.apple.Accessibility	AXRuntimeNotifications	Did post notification. notification:  (1078) error:0 data:
info	2025-01-25 13:16:11.096204 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:38] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): hostProcessForInstance:error:
info	2025-01-25 13:16:11.096501 -0500	mediaremoted	com.apple.runningboard	assertion	Acquiring assertion: 
info	2025-01-25 13:16:11.096658 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:38] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): acquireAssertionWithDescriptor:error:
default	2025-01-25 13:16:11.096831 -0500	runningboardd	com.apple.runningboard	ttl	Acquiring assertion targeting [app:1758] from originator [osservice:38] with description 
	]>
default	2025-01-25 13:16:11.096951 -0500	runningboardd	com.apple.runningboard	ttl	Assertion 33-38-27378 (target:[app:1758]) will be created as inactive as start-time-defining assertions exist
info	2025-01-25 13:16:11.097069 -0500	mediaremoted	com.apple.amp.mediaremote	MediaRemote	Acquired assertion: 
info	2025-01-25 13:16:11.097073 -0500	runningboardd	com.apple.runningboard	assertion	app is now targeted by 5 assertions
info	2025-01-25 13:16:11.097131 -0500	runningboardd	com.apple.runningboard	assertion	Removing 0 assertions
info	2025-01-25 13:16:11.097157 -0500	runningboardd	com.apple.runningboard	assertion	Finished acquiring assertion 33-38-27378 (target:[app:1758])
default	2025-01-25 13:16:11.097587 -0500	Roam	com.apple.coremedia		<<<< AVOutputContext (FigRoutingContext) >>>> AVFigRoutingContextRouteConfigUpdated: called (context=0x303596510, routeConfigUpdateID=777295670354, reason=configUpdateReasonEndedBottomUpRouteChange, initiator=(null) errorString=(null), deviceID=, previousDeviceIDs=, deviceID provided?=NO, previous deviceIDs provided?=NO
default	2025-01-25 13:16:11.098215 -0500	Roam	com.apple.coremedia		<<<< AVOutputContext >>>> -[AVOutputContext outputContextImpl:didChangeOutputDeviceWithInitiator:]: Posting AVOutputContextOutputDeviceDidChangeNotification with initiator (null) for context=0x303596510
info	2025-01-25 13:16:11.100025 -0500	audiomxd	com.apple.coreaudio	as_server	AudioSessionServerImpNotificationHandlers.mm:686   HandleMXNotification, session ID = 0x67209, name = DisplayLayoutDidChange, payload = {
    "DisplayLayoutDidChange_ApplicationDisplayID" = "com.msdrigg.roam";
    "DisplayLayoutDidChange_FullScreenModalPresent" = 0;
    "DisplayLayoutDidChange_FullScreenOverlayPresent" = 0;
    "DisplayLayoutDidChange_SideOverlayPresent" = 0;
}
info	2025-01-25 13:16:11.101036 -0500	mediaplaybackd	com.apple.coreaudio	as_client	AVAudioSessionClient_Common.mm:153   Handling deferred message, sessionID = 0x67209, notificationName = DisplayLayoutDidChange
info	2025-01-25 13:16:11.101667 -0500	audiomxd	com.apple.coreaudio	as_server	AudioSessionServerImpNotificationHandlers.mm:686   HandleMXNotification, session ID = 0x6720a, name = DisplayLayoutDidChange, payload = {
    "DisplayLayoutDidChange_ApplicationDisplayID" = "com.msdrigg.roam";
    "DisplayLayoutDidChange_FullScreenModalPresent" = 0;
    "DisplayLayoutDidChange_FullScreenOverlayPresent" = 0;
    "DisplayLayoutDidChange_SideOverlayPresent" = 0;
}
info	2025-01-25 13:16:11.102129 -0500	mediaplaybackd	com.apple.coreaudio	as_client	AVAudioSessionClient_Common.mm:153   Handling deferred message, sessionID = 0x6720a, notificationName = DisplayLayoutDidChange
default	2025-01-25 13:16:11.102505 -0500	wcd	com.apple.wcd	WC	Accepting new connection from client with bundle ID com.msdrigg.roam and communicationID com.msdrigg.roam
default	2025-01-25 13:16:11.102938 -0500	wcd	com.apple.xpc	connection	[0xd160b8000] activating connection: mach=false listener=false peer=true name=com.apple.wcd.peer[1758].0xd160b8000
info	2025-01-25 13:16:11.103641 -0500	audiomxd	com.apple.coreaudio	va_port  	Port_MicrophoneBuiltIn_Aspen.cpp:255   Looking up client visible sub-port ID for 1986228839 (vcrg)
info	2025-01-25 13:16:11.103672 -0500	audiomxd	com.apple.coreaudio	va_port  	Port_MicrophoneBuiltIn_Aspen.cpp:146   Found match for internal sub-port ID vcrg: mc02.
info	2025-01-25 13:16:11.103673 -0500	audiomxd	com.apple.coreaudio	va_port  	Port_MicrophoneBuiltIn_Aspen.cpp:264   Returning client visible sub-port ID mc02 for active ID vcrg
default	2025-01-25 13:16:11.103964 -0500	audiomxd	com.apple.coremedia		-CMVAEndptMgr- vaemIsAC3EncodingSupported: Device doesn't support AC3 encoding, canEncodeToAC3 = NO, isAC3Supported = NO
info	2025-01-25 13:16:11.104660 -0500	Roam	com.apple.coreaudio	as_client	AVAudioSessionClient_Common.mm:153   Handling deferred message, sessionID = 0x67206, notificationName = VoicePromptStyleDidChange
info	2025-01-25 13:16:11.104665 -0500	Roam	com.apple.coreaudio	as_client	AVAudioSessionClient_Common.mm:153   Handling deferred message, sessionID = 0x67206, notificationName = AvailablePhysicalFormatsDidChange
info	2025-01-25 13:16:11.104667 -0500	Roam	com.apple.coreaudio	as_client	AVAudioSessionClient_Common.mm:153   Handling deferred message, sessionID = 0x67206, notificationName = AvailableFormatsDidChange
info	2025-01-25 13:16:11.104955 -0500	SpringBoard	com.apple.MaterialKit	Luma	pill=0x52a518a00 responding to dark luma change (0.21)
info	2025-01-25 13:16:11.105104 -0500	SpringBoard	com.apple.MaterialKit	Luma	pill=0x52a518a00 changing style from gray to white
default	2025-01-25 13:16:11.105693 -0500	audiomxd	com.apple.coremedia		-CMVAEndptMgr- vaemIsAC3EncodingSupported: Device doesn't support AC3 encoding, canEncodeToAC3 = NO, isAC3Supported = NO
default	2025-01-25 13:16:11.106098 -0500	audiomxd	com.apple.coremedia		-CMVAEndptMgr- vaemIsAC3EncodingSupported: Device doesn't support AC3 encoding, canEncodeToAC3 = NO, isAC3Supported = NO
default	2025-01-25 13:16:11.106309 -0500	Roam	com.apple.coreaudio	as_client	    AVAudioSession_iOS.mm:4883  Session 0x67206 posting AVAudioSessionAudioHardwareFormatChangeNotification
info	2025-01-25 13:16:11.106313 -0500	Roam	com.apple.coreaudio	as_client	AVAudioSessionClient_Common.mm:153   Handling deferred message, sessionID = 0x67206, notificationName = AvailableSampleRatesDidChange
info	2025-01-25 13:16:11.106314 -0500	Roam	com.apple.coreaudio	as_client	    AVAudioSession_iOS.mm:4633  Notifying listeners that available sample rates changed
info	2025-01-25 13:16:11.106317 -0500	Roam	com.apple.coreaudio	as_client	AVAudioSessionClient_Common.mm:153   Handling deferred message, sessionID = 0x67206, notificationName = CurrentOutputSampleRateDidChange
default	2025-01-25 13:16:11.106318 -0500	wcd	com.apple.wcd	WC	com.msdrigg.roam: client supports switch: YES, client pairingID: (null), system pairingID: (null)
default	2025-01-25 13:16:11.106322 -0500	wcd	com.apple.wcd	WC	com.msdrigg.roam: activating for currently active counterpart
default	2025-01-25 13:16:11.106323 -0500	wcd	com.apple.wcd	WC	com.msdrigg.roam
info	2025-01-25 13:16:11.106913 -0500	Roam	com.apple.coreaudio	as_client	AVAudioSessionClient_Common.mm:153   Handling deferred message, sessionID = 0x67206, notificationName = CurrentInputSampleRateDidChange
default	2025-01-25 13:16:11.107338 -0500	nsurlsessiond			(501) Successful  voucher adoption for persona:091FDB51-A021-4393-B58C-D0209A831DB8
default	2025-01-25 13:16:11.107347 -0500	PerfPowerServices	com.apple.runningboard	monitor	Received state update for 1758 (app, running-active-Visible
default	2025-01-25 13:16:11.107382 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> has not requested a begin delay
default	2025-01-25 13:16:11.107388 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> skipping delayed request callback - delegate not implemented
default	2025-01-25 13:16:11.107400 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> will begin
info	2025-01-25 13:16:11.107486 -0500	PerfPowerServices	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
default	2025-01-25 13:16:11.107505 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> resuming, timeouts(60.0, 604800.0) qos(0x11) voucher() activity(E1E16548-C9B5-4E34-8CB2-25220F6B731C)
default	2025-01-25 13:16:11.107672 -0500	wcd	com.apple.wcd	WC	com.msdrigg.roam not dequeueing content for client as it has no pairingID
default	2025-01-25 13:16:11.107764 -0500	bluetoothd	com.apple.CoreUtils	CUSystemMonitor	SystemUI unknown identifier: 'sceneID:com.msdrigg.roam-default' / 'com.msdrigg.roam'
default	2025-01-25 13:16:11.107862 -0500	bluetoothd	com.apple.CoreUtils	CUSystemMonitor	SystemUI changed: 0x0 < >, diff 0x10 < HomeScreen >
default	2025-01-25 13:16:11.108206 -0500	milod	com.apple.MicroLocation	MicroLocation	_handleULDisplayMonitorEventDisplayState: appInFocus: 
default	2025-01-25 13:16:11.108236 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> resumeTaskWithIdentifier, props 
default	2025-01-25 13:16:11.108263 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> resuming, QOS(0x11)
default	2025-01-25 13:16:11.108330 -0500	sharingd	com.apple.sharing	Daemon	SystemUI changed:  -> 
default	2025-01-25 13:16:11.108408 -0500	sharingd	com.apple.sharing	PairedUnlock	on lock screen: NO
default	2025-01-25 13:16:11.108419 -0500	sharingd	com.apple.sharing	SDProxHandoffAgent	System UI Changed 0x0 < >, CanTrigger yes
info	2025-01-25 13:16:11.108539 -0500	UserEventAgent	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
info	2025-01-25 13:16:11.108592 -0500	UserEventAgent	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
info	2025-01-25 13:16:11.108653 -0500	UserEventAgent	com.apple.CoreAnalytics	client	Dropping "com.apple.appUsage.activation" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.108787 -0500	watchdogd	com.apple.runningboard	monitor	Received state update for 1758 (app, running-active-Visible
default	2025-01-25 13:16:11.108807 -0500	locationd	com.apple.runningboard	monitor	Received state update for 1758 (app, running-active-Visible
default	2025-01-25 13:16:11.108925 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"invoking applicationStateChange handler", "StateChangeData":"{\n    BKSApplicationStateAppIsFrontmost = 1;\n    BKSApplicationStateExtensionKey = 0;\n    SBApplicationStateDisplayIDKey = \"com.msdrigg.roam\";\n    SBApplicationStateKey = 8;\n    SBApplicationStateProcessIDKey = 1758;\n    SBMostElevatedStateForProcessID = 8;\n}"}
info	2025-01-25 13:16:11.108974 -0500	locationd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
default	2025-01-25 13:16:11.109004 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"Post Application State Change Notification", "notification":"ForegroundRunning", "pid":1758, "bundleId":"com.msdrigg.roam"}
default	2025-01-25 13:16:11.109131 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#Warning #ClientResolution the passed keyPath is not registered. Resolving to #nullCKP", "InputCKP":"icom.msdrigg.roam:"}
default	2025-01-25 13:16:11.109137 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: (0x16b935c20) GetIdentifyingInformation
info	2025-01-25 13:16:11.109170 -0500	Roam	com.apple.network	connection	nw_connection_create_with_id [C8] create connection to URL#8ab38fa1
default	2025-01-25 13:16:11.109216 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	Cancelling existing connection to restart
default	2025-01-25 13:16:11.109236 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction releasing: (0x16b935c20) GetIdentifyingInformation
default	2025-01-25 13:16:11.109241 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA AppMonitor notification", "notification":"ForegroundRunning", "pid":1758, "bundleId":"com.msdrigg.roam", "ClientKey":"icom.msdrigg.roam:"}
default	2025-01-25 13:16:11.109245 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA Marking change", "clientKey":"icom.msdrigg.roam:", "reason":"Process state from RunningBoard", "AssertionLevel":"kCLClientInUseLevelDirectUserEngagement", "coming":1}
default	2025-01-25 13:16:11.109246 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA updating AssertionRecord", "ClientKey":"icom.msdrigg.roam:", "AssertionLevel":"kCLClientInUseLevelNotInUse"}
default	2025-01-25 13:16:11.109246 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA AssertionRecord updated", "ClientKey":"icom.msdrigg.roam:", "AssertionLevel":"kCLClientInUseLevelDirectUserEngagement"}
default	2025-01-25 13:16:11.109246 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA in-use level changed for client", "ClientKey":"icom.msdrigg.roam:"}
default	2025-01-25 13:16:11.109262 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#Warning #ClientResolution the passed keyPath is not registered. Resolving to #nullCKP", "InputCKP":"icom.msdrigg.roam:"}
default	2025-01-25 13:16:11.109323 -0500	Roam	com.apple.network	connection	[C8 CC1AE33F-D99C-42D4-981A-CD4CCB552FE5 IPv4#9fded1eb:8060 tcp, url hash: 8ab38fa1, attribution: developer] cancel
info	2025-01-25 13:16:11.109328 -0500	Roam	com.apple.network	connection	nw_endpoint_handler_cancel [C8 IPv4#9fded1eb:8060 initial parent-flow ((null))]
default	2025-01-25 13:16:11.109335 -0500	Roam	com.apple.network	connection	nw_connection_report_state_with_handler_on_nw_queue [C8] not reporting state cancelled
info	2025-01-25 13:16:11.109360 -0500	Roam	com.apple.network	connection	nw_connection_create_with_id [C9] create connection to URL#8ab38fa1
info	2025-01-25 13:16:11.109366 -0500	Roam	com.apple.network	connection	[C8 IPv4#9fded1eb:8060 tcp, url hash: 8ab38fa1, attribution: developer] dealloc
default	2025-01-25 13:16:11.109376 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	Clearing handlers
default	2025-01-25 13:16:11.109378 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	No longer in error b/c restarting
default	2025-01-25 13:16:11.109419 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	Ignoring state change because it is the same connecting at 2025-01-25 18:16:11 +0000
default	2025-01-25 13:16:11.109482 -0500	Roam	com.apple.network	connection	[C9 51C1CFB1-2CEA-4720-8F39-740C6685887F IPv4#9fded1eb:8060 tcp, url hash: 8ab38fa1, attribution: developer, context: Default Network Context (private), proc: 3FB45E9F-423F-345C-8DC0-6CC65B27F4CB] start
info	2025-01-25 13:16:11.109486 -0500	Roam	com.apple.network	connection	nw_endpoint_handler_start [C9 IPv4#9fded1eb:8060 initial parent-flow ((null))]
default	2025-01-25 13:16:11.109489 -0500	Roam	com.apple.network	connection	[C9 IPv4#9fded1eb:8060 initial parent-flow ((null))] event: path:start @0.000s
default	2025-01-25 13:16:11.109509 -0500	Roam	com.apple.network	connection	[C9 IPv4#9fded1eb:8060 waiting parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied @0.000s, uuid: 3D3EE736-5E0E-40EF-87F4-6DE9E8DD22B6
info	2025-01-25 13:16:11.109512 -0500	Roam	com.apple.network	connection	nw_connection_endpoint_report_on_nw_queue_block_invoke [C9 IPv4#9fded1eb:8060 waiting parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] skipping state update
default	2025-01-25 13:16:11.109530 -0500	Roam	com.apple.network	connection	[C9 IPv4#9fded1eb:8060 in_progress channel-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_nexus @0.000s
default	2025-01-25 13:16:11.109532 -0500	Roam	com.apple.network	connection	nw_connection_report_state_with_handler_on_nw_queue [C9] reporting state preparing
default	2025-01-25 13:16:11.109549 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	WS path changed to satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi
default	2025-01-25 13:16:11.109566 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	No longer in error with state preparing
default	2025-01-25 13:16:11.109575 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	Ignoring state change because it is the same connecting at 2025-01-25 18:16:11 +0000
info	2025-01-25 13:16:11.109781 -0500	Roam	com.apple.network	connection	nw_endpoint_flow_setup_channel [C9 IPv4#9fded1eb:8060 in_progress channel-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] requested nexus flow
default	2025-01-25 13:16:11.109848 -0500	Roam	com.apple.network	connection	[C9 IPv4#9fded1eb:8060 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:receive_nexus @0.000s
info	2025-01-25 13:16:11.109890 -0500	watchdogd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
info	2025-01-25 13:16:11.109899 -0500	Roam	com.apple.network	connection	nw_endpoint_flow_setup_protocols [C9 IPv4#9fded1eb:8060 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] setup flow id C0CC4399-00F2-4757-9945-360F0C17C500
default	2025-01-25 13:16:11.109901 -0500	mediaremoted	com.apple.amp.mediaremote	MediaRemote	[MRDDisplayMonitor] Layout Changed 
default	2025-01-25 13:16:11.109910 -0500	watchdogd			32834240890708: 
default	2025-01-25 13:16:11.109922 -0500	mediaremoted	com.apple.amp.mediaremote	MediaRemote	[MRDDisplayMonitor] Layout Changed 
default	2025-01-25 13:16:11.109982 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	Sending command QueryDeviceInfoRequest
info	2025-01-25 13:16:11.110052 -0500	Roam	com.apple.network	tcp	nw_protocol_tcp_register_notification [C9:2] segmentation_offload_notification enabled
default	2025-01-25 13:16:11.110096 -0500	gamepolicyd	com.apple.runningboard	monitor	Received state update for 1758 (app, running-active-NotVisible
info	2025-01-25 13:16:11.110213 -0500	gamepolicyd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
default	2025-01-25 13:16:11.110258 -0500	gamepolicyd	com.apple.gamepolicyd	Common	Foreground games identified - holding transaction
default	2025-01-25 13:16:11.110286 -0500	Roam	com.msdrigg.roam	ECPWebsocketClient	Current response handlers 0 and new request 2 with state connecting at 2025-01-25 18:16:11 +0000 and ws state preparing
default	2025-01-25 13:16:11.110547 -0500	dasd	com.apple.runningboard	monitor	Received state update for 1758 (app, running-active-Visible
info	2025-01-25 13:16:11.111197 -0500	Roam	com.apple.network		nw_channel_create_with_attributes Channel created with key: 2E31CD0F-2883-4439-A855-A0C25FE9CBB5-3 and fd: 15
info	2025-01-25 13:16:11.111202 -0500	Roam	com.apple.network	connection	nw_endpoint_flow_attach_channel_protocol [C9 IPv4#9fded1eb:8060 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] opened channel at level 2
default	2025-01-25 13:16:11.111212 -0500	Roam	com.apple.network	connection	[C9 IPv4#9fded1eb:8060 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_connect @0.001s
info	2025-01-25 13:16:11.111227 -0500	Roam	com.apple.network	tcp	nw_proto_tcp_notify_segmentation_offload [C9:2] notifying segmentation offload value 0
info	2025-01-25 13:16:11.111233 -0500	Roam	com.apple.network		nw_protocol_ipv4_notify [C9:3] 0x1116a1be0 segmentation offload notify enable 0
info	2025-01-25 13:16:11.111269 -0500	Roam	com.apple.network	tcp	nw_protocol_tcp_connected [C9:2] tfo preconnect
info	2025-01-25 13:16:11.111273 -0500	Roam	com.apple.network	connection	nw_flow_connected [C9 IPv4#9fded1eb:8060 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] Transport protocol (tcp) waiting for output, ignore
default	2025-01-25 13:16:11.111371 -0500	wcd	com.apple.runningboard	monitor	Received state update for 1758 (app, running-active-Visible
default	2025-01-25 13:16:11.111603 -0500	Roam	com.apple.network	tcp	tcp_output [C9:2] flags=[S] seq=1321491992, ack=0, win=65535 state=SYN_SENT rcv_nxt=0, snd_una=1321491992
default	2025-01-25 13:16:11.111689 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1758 (app, running-active-Visible
info	2025-01-25 13:16:11.111776 -0500	audiomxd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
default	2025-01-25 13:16:11.111831 -0500	audiomxd	com.apple.coremedia		-MX_RunningBoardServices- mx_runningBoardServices_setApplicationStateToCache: Process '1758' state is updated to 'Foreground Running'
info	2025-01-25 13:16:11.112014 -0500	audiomxd	com.apple.coreaudio	as_server	AudioSessionServerImpNotificationHandlers.mm:686   HandleMXNotification, session ID = 0x67206, name = ApplicationStateDidChange, payload = {
    ApplicationState = 8;
}
default	2025-01-25 13:16:11.112023 -0500	audiomxd	com.apple.mediaexperience	Session	-CMSessionMgr- CMSessionMgrHandleApplicationStateChange:16822 Client com.msdrigg.roam with session sid:0x67206, Roam(1758), 'prim' [0xd17bc0a80] with pid '1758' is now Foreground Running. Background entitlement: YES ActiveLongFormVideoSession: NO IsLongFormVideoApp NO
info	2025-01-25 13:16:11.112031 -0500	audiomxd	com.apple.coreaudio	as_server	AudioSessionServerImpNotificationHandlers.mm:686   HandleMXNotification, session ID = 0x6720b, name = ApplicationStateDidChange, payload = {
    ApplicationState = 8;
}
default	2025-01-25 13:16:11.112077 -0500	audiomxd	com.apple.coremedia		-CMSessionMgr- CMSessionMgrHandleApplicationStateChange: Client com.msdrigg.roam with pid '1758' is considered to stop when device locks
info	2025-01-25 13:16:11.112308 -0500	dasd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
info	2025-01-25 13:16:11.112349 -0500	dasd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
default	2025-01-25 13:16:11.112566 -0500	intelligentroutingd	com.apple.intelligentrouting	qe	#system-state-manager, [], System state might have changed due to App in focus:


default	2025-01-25 13:16:11.112571 -0500	audiomxd	com.apple.coremedia		-CMSUtilities- CMSUtilityApplier_PostNotification_EndInterruptionCommand: Sending EndInterruption to 'sid:0x67206, Roam(1758), 'prim' (com.msdrigg.roam)' with status 'non-resumable.AmbientSound' (most likely as it is back in the foreground), waitingToResume : 1), application state = Foreground Running
info	2025-01-25 13:16:11.112613 -0500	audiomxd	com.apple.coreaudio	hsrv	        AVHapticServer.mm:2023  -[AVHapticServer HandleInterruptionForSession:command:dictionary:]: Session ID 422406, interruptionCommand 1
info	2025-01-25 13:16:11.112626 -0500	audiomxd	com.apple.coreaudio	aqme	   AudioToolboxServers.mm:934   ================= AudioToolboxServerHandleInterruption msg 1((null)) process 'sid:0x67206, Roam(1758), 'prim'' =================
info	2025-01-25 13:16:11.112653 -0500	audiomxd	com.apple.coreaudio	hsrv	        AVHapticServer.mm:2023  -[AVHapticServer HandleInterruptionForSession:command:dictionary:]: Session ID 422406, interruptionCommand 264
info	2025-01-25 13:16:11.112657 -0500	audiomxd	com.apple.coreaudio	aqme	   AudioToolboxServers.mm:934   ================= AudioToolboxServerHandleInterruption msg 264(Foreground Running) process 'sid:0x67206, Roam(1758), 'prim'' =================
info	2025-01-25 13:16:11.112662 -0500	audiomxd	com.apple.coreaudio	hsrv	        AVHapticServer.mm:2023  -[AVHapticServer HandleInterruptionForSession:command:dictionary:]: Session ID 422411, interruptionCommand 264
default	2025-01-25 13:16:11.112663 -0500	audiomxd	com.apple.coreaudio	hsrv	        AVHapticServer.mm:524   -[AVHapticServerInstance handleInterruptionForSession:command:dictionary:]: Handling session interruption notification for client 0x10006de, interruption cmd: 264
info	2025-01-25 13:16:11.112665 -0500	audiomxd	com.apple.coreaudio	aqme	   AudioToolboxServers.mm:934   ================= AudioToolboxServerHandleInterruption msg 264(Foreground Running) process 'sid:0x6720b, Roam(1758), 'auxi'' =================
default	2025-01-25 13:16:11.112668 -0500	audiomxd	com.apple.coreaudio	hsrv	        AVHapticServer.mm:454   -[AVHapticServerInstance handleClientApplicationStateChange:]: Handling app (client) state change for client 0x10006de
default	2025-01-25 13:16:11.112668 -0500	audiomxd	com.apple.coreaudio	hsrv	        AVHapticServer.mm:426   -[AVHapticServerInstance handleClientApplicationStateChangeUsingAppState:]: App for suspended client 0x10006de now resuming
info	2025-01-25 13:16:11.113032 -0500	audiomxd	com.apple.coreaudio	as_server	AudioSessionServerImpNotificationHandlers.mm:686   HandleMXNotification, session ID = 0x67206, name = Interruption, payload = {
    InterruptionCmd = 1;
    InterruptorName = "sid:0x67206, Roam(1758), 'prim'";
    Status = "non-resumable.AmbientSound";
    VolumeChangeDuration = "0.7";
}
default	2025-01-25 13:16:11.113527 -0500	backboardd	com.apple.runningboard	monitor	Received state update for 1758 (app, running-active-Visible
info	2025-01-25 13:16:11.113912 -0500	Roam	com.apple.coreaudio	as_client	AVAudioSessionClient_Common.mm:153   Handling deferred message, sessionID = 0x67206, notificationName = Interruption
info	2025-01-25 13:16:11.113982 -0500	backboardd	com.apple.CoreAnalytics	client	Dropping "com.apple.AttentionAwareness.clientStateNegative" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.114005 -0500	backboardd	com.apple.AttentionAwareness	AttentionAwareness	  32834.24503: notify client com.apple.siri.AttentionAwareness.Touch of  (timestamp:   32834.24501 attentionLostTimeout       0.10000 tagIndex 0 (tag not present in server))
info	2025-01-25 13:16:11.114042 -0500	backboardd	com.apple.CoreAnalytics	client	Dropping "com.apple.AttentionAwareness.clientEvent" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.114901 -0500	intelligentroutingd	com.apple.intelligentrouting	qe	#system-state-manager, [], System state might have changed due to App in focus:


info	2025-01-25 13:16:11.114931 -0500	intelligentroutingd	com.apple.intelligentrouting	general	#policy-manager, [], didUpdateContextWithReason was triggered with reason: App in focus, but service is not in updates mode
info	2025-01-25 13:16:11.115866 -0500	mediaremoted	com.apple.amp.mediaremote	MediaRemote	Releasing assertion  task finished: connection successfully resumed
default	2025-01-25 13:16:11.115963 -0500	mediaremoted	com.apple.amp.mediaremote	XPC	[ConnectionMonitor] Resumed connection  in 0.023632 seconds
info	2025-01-25 13:16:11.116076 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:38] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): async_invalidateAssertionWithIdentifier:
default	2025-01-25 13:16:11.116080 -0500	intelligentroutingd	com.apple.intelligentrouting	qe	#system-state-manager, [], System state might have changed due to App in focus:


default	2025-01-25 13:16:11.116117 -0500	runningboardd	com.apple.runningboard	ttl	Invalidating assertion 33-38-27378 (target:[app:1758]) from originator [osservice:38]
info	2025-01-25 13:16:11.116904 -0500	contextstored	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: ScreenTime.AppUsage using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/ScreenTime.AppUsage
info	2025-01-25 13:16:11.116920 -0500	contextstored	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.116939 -0500	contextstored	com.apple.coreduet.context	client	Setting keypath: 
default	2025-01-25 13:16:11.117011 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> current discretionary status for com.apple.cloudd is discretionary (opt-in: 1)
default	2025-01-25 13:16:11.117255 -0500	callservicesd	com.apple.runningboard	monitor	Received state update for 1758 (app, running-active-Visible
default	2025-01-25 13:16:11.117280 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> initialized appleIDAuthenticator, status codes = 
default	2025-01-25 13:16:11.117290 -0500	nsurlsessiond	com.apple.network	activity	Create activity 
default	2025-01-25 13:16:11.117543 -0500	Roam	com.apple.runningboard	monitor	Received state update for 1758 (app, unknown-NotVisible
info	2025-01-25 13:16:11.117636 -0500	Roam	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 0
info	2025-01-25 13:16:11.117933 -0500	audiomxd	com.apple.coreaudio	va_rtmgr 	       RoutingManager.cpp:2217  Attempt ActivateForLastInWins
info	2025-01-25 13:16:11.117959 -0500	audiomxd	com.apple.coreaudio	va_rtmgr 	       RoutingManager.cpp:2234  Attempt ActivateForNormal - Non cacheable ports
info	2025-01-25 13:16:11.118122 -0500	wifid	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
default	2025-01-25 13:16:11.118307 -0500	symptomsd	com.apple.runningboard	monitor	Received state update for 1758 (app, running-active-Visible
default	2025-01-25 13:16:11.118379 -0500	useractivityd	com.apple.runningboard	monitor	Received state update for 1758 (app, running-active-Visible
default	2025-01-25 13:16:11.118720 -0500	mDNSResponder	com.apple.mdns	resolver	[Q20006] Received acceptable 121-byte response from  over UDP via en0/12 -- id: 0x9F40 (40768), flags: 0x8180 (R/Query, RD, RA, NoError), counts: 1/0/1/0, BBYScIEF IN HTTPS?, 23 IN SOA BBINprBj BBoDBTIR 1 7200 900 1209600 86400
info	2025-01-25 13:16:11.118721 -0500	SpringBoard	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
info	2025-01-25 13:16:11.118731 -0500	mDNSResponder	com.apple.mdns	resolver	[Q20006] Querier concluded -- reason: response
default	2025-01-25 13:16:11.118782 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[Q20006] Handling concluded querier: BBYScIEF HTTPS IN
default	2025-01-25 13:16:11.118788 -0500	mDNSResponder	com.apple.mdns	resolver	[Q18405] Received acceptable 164-byte response from  over UDP via en0/12 -- id: 0xBDEE (48622), flags: 0x8180 (R/Query, RD, RA, NoError), counts: 1/8/0/0, BBYScIEF IN A?, 78 IN A BBBrwjxT, 78 IN A BBaohjGR, 78 IN A BBOmYhdK, 78 IN A BBOQLDZO, 78 IN A BBQpqkub, 78 IN A BBpjIiav, 78 IN A BBONqBPS, 78 IN A BBrkjqhi
info	2025-01-25 13:16:11.118794 -0500	mDNSResponder	com.apple.mdns	resolver	[Q18405] Querier concluded -- reason: response
default	2025-01-25 13:16:11.118881 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[Q18405] Handling concluded querier: BBYScIEF A IN
default	2025-01-25 13:16:11.119054 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9387->Q20006] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: HTTPS, rdata: , reason: no-data
default	2025-01-25 13:16:11.119065 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9387->Q18405] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBBrwjxT, expired: no
default	2025-01-25 13:16:11.119072 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9387->Q18405] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBaohjGR, expired: no
default	2025-01-25 13:16:11.119080 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9387->Q18405] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBOmYhdK, expired: no
default	2025-01-25 13:16:11.119086 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9387->Q18405] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBOQLDZO, expired: no
default	2025-01-25 13:16:11.119095 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9387->Q18405] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBQpqkub, expired: no
default	2025-01-25 13:16:11.119101 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9387->Q18405] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBpjIiav, expired: no
default	2025-01-25 13:16:11.119107 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9387->Q18405] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBONqBPS, expired: no
default	2025-01-25 13:16:11.119115 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9387->Q18405] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBrkjqhi, expired: no
default	2025-01-25 13:16:11.119204 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9388->Q39607] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: HTTPS, rdata: , reason: no-data
default	2025-01-25 13:16:11.119211 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9388->Q58140] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBBrwjxT, expired: no
default	2025-01-25 13:16:11.119219 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9388->Q58140] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBaohjGR, expired: no
default	2025-01-25 13:16:11.119226 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9388->Q58140] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBOmYhdK, expired: no
default	2025-01-25 13:16:11.119234 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9388->Q58140] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBOQLDZO, expired: no
default	2025-01-25 13:16:11.119252 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9388->Q58140] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBQpqkub, expired: no
default	2025-01-25 13:16:11.119260 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9388->Q58140] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBpjIiav, expired: no
default	2025-01-25 13:16:11.119266 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9388->Q58140] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBONqBPS, expired: no
default	2025-01-25 13:16:11.119272 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9388->Q58140] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBrkjqhi, expired: no
info	2025-01-25 13:16:11.119292 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C947.1.1.1] Got 9 DNS results
default	2025-01-25 13:16:11.119329 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9389->Q57065] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: HTTPS, rdata: , reason: no-data
info	2025-01-25 13:16:11.119334 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C947.1.1.1] Got DNS result type ServiceBinding ifindex=0   
default	2025-01-25 13:16:11.119338 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9389->Q44664] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBBrwjxT, expired: no
default	2025-01-25 13:16:11.119343 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9389->Q44664] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBaohjGR, expired: no
default	2025-01-25 13:16:11.119349 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9389->Q44664] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBOmYhdK, expired: no
default	2025-01-25 13:16:11.119355 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9389->Q44664] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBOQLDZO, expired: no
default	2025-01-25 13:16:11.119362 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9389->Q44664] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBQpqkub, expired: no
info	2025-01-25 13:16:11.119365 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C947.1.1.1] Got DNS result type Add ifindex=0   IPv4#dc48d860
default	2025-01-25 13:16:11.119368 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9389->Q44664] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBpjIiav, expired: no
info	2025-01-25 13:16:11.119370 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C947.1.1.1] Got DNS result type Add ifindex=0   IPv4#90227495
default	2025-01-25 13:16:11.119374 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9389->Q44664] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBONqBPS, expired: no
info	2025-01-25 13:16:11.119374 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C947.1.1.1] Got DNS result type Add ifindex=0   IPv4#b02e8d8f
info	2025-01-25 13:16:11.119379 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C947.1.1.1] Got DNS result type Add ifindex=0   IPv4#95a924f3
default	2025-01-25 13:16:11.119379 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9389->Q44664] getaddrinfo result -- event: add, ifindex: 0, name: BBYScIEF, type: A, rdata: BBrkjqhi, expired: no
info	2025-01-25 13:16:11.119384 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C947.1.1.1] Got DNS result type Add ifindex=0   IPv4#0f6629de
info	2025-01-25 13:16:11.119388 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C947.1.1.1] Got DNS result type Add ifindex=0   IPv4#ab0da6c2
info	2025-01-25 13:16:11.119393 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C947.1.1.1] Got DNS result type Add ifindex=0   IPv4#0f7e44b4
info	2025-01-25 13:16:11.119396 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C947.1.1.1] Got DNS result type Add ifindex=0   IPv4#46401280
info	2025-01-25 13:16:11.119405 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C947.1.1.1] SVCB queries are complete
info	2025-01-25 13:16:11.119709 -0500	useractivityd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
info	2025-01-25 13:16:11.119735 -0500	useractivityd	com.apple.useractivity	main	MAKEFRONT: - ( was (null)/)
default	2025-01-25 13:16:11.119970 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9387] getaddrinfo stop -- hostname: , client pid: 198 (mDNSResponder)
info	2025-01-25 13:16:11.120062 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C948.1.1.1] Got 9 DNS results
info	2025-01-25 13:16:11.120081 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C948.1.1.1] Got DNS result type ServiceBinding ifindex=0   
info	2025-01-25 13:16:11.120086 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C948.1.1.1] Got DNS result type Add ifindex=0   IPv4#dc48d860
info	2025-01-25 13:16:11.120091 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C948.1.1.1] Got DNS result type Add ifindex=0   IPv4#90227495
info	2025-01-25 13:16:11.120095 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C948.1.1.1] Got DNS result type Add ifindex=0   IPv4#b02e8d8f
info	2025-01-25 13:16:11.120100 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C948.1.1.1] Got DNS result type Add ifindex=0   IPv4#95a924f3
info	2025-01-25 13:16:11.120114 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C948.1.1.1] Got DNS result type Add ifindex=0   IPv4#0f6629de
info	2025-01-25 13:16:11.120117 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C948.1.1.1] Got DNS result type Add ifindex=0   IPv4#ab0da6c2
info	2025-01-25 13:16:11.120122 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C948.1.1.1] Got DNS result type Add ifindex=0   IPv4#0f7e44b4
info	2025-01-25 13:16:11.120126 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C948.1.1.1] Got DNS result type Add ifindex=0   IPv4#46401280
info	2025-01-25 13:16:11.120130 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C948.1.1.1] SVCB queries are complete
default	2025-01-25 13:16:11.120160 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> waiting for setup of Connection 275
default	2025-01-25 13:16:11.120217 -0500	audiomxd	com.apple.coreaudio	as_server	AudioSessionServerImpNotificationHandlers.mm:213   { "action":"end_interruption_callback", "session":{"ID":"0x67206","name":"Roam(1758)"}, "details":null }
default	2025-01-25 13:16:11.120234 -0500	audiomxd	com.apple.coreaudio	as_server	AudioSessionServerImpNotificationHandlers.mm:288   { "action":"handle_end_interruption", "session":{"ID":"0x67206","name":"Roam(1758)"}, "details":{"interrupted_by":{"name":"sid:0x67206, Roam(1758), 'prim'"},"resumable":false} }
info	2025-01-25 13:16:11.120321 -0500	audiomxd	com.apple.coreaudio	as_server	      AudioSessionInfo.mm:772   { "action":"clear_picked_route", "session":{"ID":"0x67206","name":"Roam(1758)"}, "details":null }
default	2025-01-25 13:16:11.120498 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9388] getaddrinfo stop -- hostname: , client pid: 198 (mDNSResponder)
info	2025-01-25 13:16:11.120542 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C949.1.1.1] Got 9 DNS results
info	2025-01-25 13:16:11.120609 -0500	Roam	com.apple.coreaudio	as_client	AVAudioSessionClient_Common.mm:153   Handling deferred message, sessionID = 0x67206, notificationName = AudioSessionInterruption
default	2025-01-25 13:16:11.120618 -0500	Roam	com.apple.coreaudio	as_client	AVAudioSessionClient_Common.mm:340   Session 0x67206 posting AVAudioSessionInterruptionNotification (End Interruption). Resumable:0
info	2025-01-25 13:16:11.120690 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C949.1.1.1] Got DNS result type ServiceBinding ifindex=0   
info	2025-01-25 13:16:11.120749 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C949.1.1.1] Got DNS result type Add ifindex=0   IPv4#dc48d860
info	2025-01-25 13:16:11.120758 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C949.1.1.1] Got DNS result type Add ifindex=0   IPv4#90227495
info	2025-01-25 13:16:11.120763 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C949.1.1.1] Got DNS result type Add ifindex=0   IPv4#b02e8d8f
info	2025-01-25 13:16:11.120768 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C949.1.1.1] Got DNS result type Add ifindex=0   IPv4#95a924f3
info	2025-01-25 13:16:11.120771 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C949.1.1.1] Got DNS result type Add ifindex=0   IPv4#0f6629de
info	2025-01-25 13:16:11.120795 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C949.1.1.1] Got DNS result type Add ifindex=0   IPv4#ab0da6c2
info	2025-01-25 13:16:11.120800 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C949.1.1.1] Got DNS result type Add ifindex=0   IPv4#0f7e44b4
info	2025-01-25 13:16:11.120804 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C949.1.1.1] Got DNS result type Add ifindex=0   IPv4#46401280
info	2025-01-25 13:16:11.120806 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C949.1.1.1] SVCB queries are complete
default	2025-01-25 13:16:11.120991 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9389] getaddrinfo stop -- hostname: , client pid: 198 (mDNSResponder)
info	2025-01-25 13:16:11.121077 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C947.1.1.1] Invalidating getaddrinfo DNS object
default	2025-01-25 13:16:11.121402 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C947.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.136.170:443
default	2025-01-25 13:16:11.121436 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C947.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.68:443
default	2025-01-25 13:16:11.121462 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C947.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.40:443
default	2025-01-25 13:16:11.121486 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C947.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.107:443
default	2025-01-25 13:16:11.121546 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C947.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.37:443
default	2025-01-25 13:16:11.121575 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C947.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.69:443
default	2025-01-25 13:16:11.121599 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C947.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.72:443
default	2025-01-25 13:16:11.121623 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C947.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.41:443
default	2025-01-25 13:16:11.121635 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: resolver:receive_dns @0.047s
default	2025-01-25 13:16:11.121701 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C948.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.136.170:443
default	2025-01-25 13:16:11.121722 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C948.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.68:443
default	2025-01-25 13:16:11.121746 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C948.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.40:443
default	2025-01-25 13:16:11.121768 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C948.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.107:443
default	2025-01-25 13:16:11.121794 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C948.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.37:443
default	2025-01-25 13:16:11.121817 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C948.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.69:443
default	2025-01-25 13:16:11.121839 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C948.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.72:443
default	2025-01-25 13:16:11.121845 -0500	Roam	com.apple.wcd	WC	-[WCSession handleSessionStateChanged:]_block_invoke 
default	2025-01-25 13:16:11.121870 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C948.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.41:443
default	2025-01-25 13:16:11.121876 -0500	mDNSResponder	com.apple.network	connection	[C948.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: resolver:receive_dns @0.036s
info	2025-01-25 13:16:11.121886 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C948.1.1.1] Invalidating getaddrinfo DNS object
info	2025-01-25 13:16:11.121893 -0500	symptomsd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
default	2025-01-25 13:16:11.121934 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C949.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.136.170:443
default	2025-01-25 13:16:11.121958 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C949.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.68:443
default	2025-01-25 13:16:11.122008 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C949.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.40:443
default	2025-01-25 13:16:11.122037 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C949.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.107:443
info	2025-01-25 13:16:11.122047 -0500	audiomxd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
default	2025-01-25 13:16:11.122062 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C949.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.37:443
default	2025-01-25 13:16:11.122087 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C949.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.69:443
info	2025-01-25 13:16:11.122170 -0500	audiomxd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
info	2025-01-25 13:16:11.122175 -0500	symptomsd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
default	2025-01-25 13:16:11.122267 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C949.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.72:443
default	2025-01-25 13:16:11.122284 -0500	audiomxd	com.apple.coremedia		<<<< FigApplicationStateMonitor >>>> fasm_updateHandler: application  updated to state 4 from state 3
default	2025-01-25 13:16:11.122292 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_update [C949.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for 17.248.186.41:443
default	2025-01-25 13:16:11.122299 -0500	mDNSResponder	com.apple.network	connection	[C949.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: resolver:receive_dns @0.035s
info	2025-01-25 13:16:11.122312 -0500	mDNSResponder	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C949.1.1.1] Invalidating getaddrinfo DNS object
info	2025-01-25 13:16:11.122323 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_start_next_child [C947.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] starting child endpoint 17.248.136.170:443
info	2025-01-25 13:16:11.122333 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_start [C947.1.1.1.1 17.248.136.170:443 initial path ((null))]
default	2025-01-25 13:16:11.122337 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1.1.1 17.248.136.170:443 initial path ((null))] event: path:start @0.048s
info	2025-01-25 13:16:11.122354 -0500	audiomxd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
info	2025-01-25 13:16:11.122684 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:35] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.122852 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1.1.1 17.248.136.170:443 waiting path (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied @0.049s, uuid: 56640D07-6851-4063-BF5C-E9A425754828
default	2025-01-25 13:16:11.122904 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_nexus @0.049s
info	2025-01-25 13:16:11.123104 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_setup_channel [C947.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] requested nexus flow
default	2025-01-25 13:16:11.123245 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:receive_nexus @0.049s
info	2025-01-25 13:16:11.123251 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_setup_protocols [C947.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] setup flow id B1E95C40-51BD-40CC-B793-C8DA605F14B6
info	2025-01-25 13:16:11.123332 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_create   created 0x5486e8000
info	2025-01-25 13:16:11.123403 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_add_input_handler [C947.1.1.1.1:1]  created HTTP/3 and assigned instance ID: 520 from C947
default	2025-01-25 13:16:11.123409 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_add_input_handler [C947.1.1.1.1:1]  added input handler 0x548d81f78 from [C947.1.1.1.1:1]
default	2025-01-25 13:16:11.123456 -0500	mDNSResponder	com.apple.network		nw_http3_fix_quic_parameters [C947.1.1.1.1:1]  http3 does not yet have output handler, cannot fix parameters
default	2025-01-25 13:16:11.123574 -0500	mDNSResponder	com.apple.network	quic	quic_conn_initialize_inner [C947.1.1.1.1:2] [60cdc1b6db56678b-efaad73986cc5768] created QUIC connection (spin bit enabled)
info	2025-01-25 13:16:11.123759 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:35] (euid 501, auid 501) (persona (null)): lookupHandleForPredicate:error:
default	2025-01-25 13:16:11.123794 -0500	runningboardd	com.apple.runningboard	message	PERF: Received lookupHandleForPredicate request from [osservice:35] (euid 501, auid 501) (persona (null))
info	2025-01-25 13:16:11.125052 -0500	mDNSResponder	com.apple.network		nw_channel_create_with_attributes Channel created with key: 2E31CD0F-2883-4439-A855-A0C25FE9CBB5-12 and fd: 18
info	2025-01-25 13:16:11.125070 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_attach_channel_protocol [C947.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] opened channel at level 2
default	2025-01-25 13:16:11.125107 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_connect @0.051s
info	2025-01-25 13:16:11.125248 -0500	mDNSResponder	com.apple.network	quic	quic_ecn_create enable ECN echo: 1, enable ECN: 1, use ECT(1): 1
info	2025-01-25 13:16:11.125271 -0500	mDNSResponder	com.apple.network	quic	quic_conn_handle_start_inner [C947.1.1.1.1:2] [60cdc1b6db56678b-efaad73986cc5768] L4S is enabled for this connection, ACK compression is disabled
info	2025-01-25 13:16:11.125322 -0500	mDNSResponder	com.apple.network	quic	quic_crypto_restore_0rtt_state_block_invoke [C947.1.1.1.1:2] [60cdc1b6db56678b-efaad73986cc5768] no 0-RTT session state found
info	2025-01-25 13:16:11.125355 -0500	backboardd	com.apple.powerlog	ClientLogging	Hit the cache limit, dropping last event:  
info	2025-01-25 13:16:11.125415 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_setup_protocols [C950 17.248.136.170:443 initial socket-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] generated flow id D8DAC193-2CA5-4F8F-B7FF-78E23D71D172
info	2025-01-25 13:16:11.125466 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_join_protocol [C950 17.248.136.170:443 initial socket-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] Joined protocol quic, using flow id B1E95C40-51BD-40CC-B793-C8DA605F14B6
info	2025-01-25 13:16:11.125471 -0500	mDNSResponder	com.apple.network	connection	nw_connection_create_from_protocol_on_nw_queue [C950] create connection to 17.248.136.170:443
default	2025-01-25 13:16:11.125535 -0500	mDNSResponder	com.apple.network	quic	quic_crypto_new_flow [C947.1.1.1.1:2] [60cdc1b6db56678b-efaad73986cc5768] TLS stream is: [C950]
default	2025-01-25 13:16:11.125562 -0500	mDNSResponder	com.apple.network	connection	[C950 A132143A-89CB-4CB7-A16A-112387F63EAC 17.248.136.170:443 quic, fast-open, definite, attribution: developer, context: Default Network Context (private), proc: 366A8056-2AD1-3D10-BEF3-E07D6B9B7FFB, multipath service: handover, no wake from sleep] start
info	2025-01-25 13:16:11.125580 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_start [C950 17.248.136.170:443 initial socket-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)]
default	2025-01-25 13:16:11.125585 -0500	mDNSResponder	com.apple.network	connection	[C950 17.248.136.170:443 initial socket-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: path:start @0.000s
default	2025-01-25 13:16:11.125592 -0500	mDNSResponder	com.apple.network	connection	[C950 17.248.136.170:443 waiting socket-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied @0.000s, uuid: 56640D07-6851-4063-BF5C-E9A425754828
info	2025-01-25 13:16:11.125597 -0500	mDNSResponder	com.apple.network	connection	nw_connection_endpoint_report_on_nw_queue_block_invoke [C950 17.248.136.170:443 waiting socket-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] skipping state update
default	2025-01-25 13:16:11.125617 -0500	mDNSResponder	com.apple.network	connection	[C950 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_connect @0.000s
default	2025-01-25 13:16:11.125621 -0500	mDNSResponder	com.apple.network	connection	nw_connection_report_state_with_handler_on_nw_queue [C950] reporting state preparing
default	2025-01-25 13:16:11.125641 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C950 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] Transport protocol connected (quic)
default	2025-01-25 13:16:11.125672 -0500	mDNSResponder	com.apple.network	connection	[C950 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:finish_transport @0.000s
info	2025-01-25 13:16:11.126173 -0500	contextstored	com.apple.coreduet.context		Setting value for /device/app/usage: 
default	2025-01-25 13:16:11.126643 -0500	wcd	com.apple.wcd	WC	BKSApplicationStateForegroundRunning for bundleID: com.msdrigg.roam
default	2025-01-25 13:16:11.126652 -0500	mDNSResponder	com.apple.security.swifttls	HandshakeStateMachine	beginning TLS handshake
info	2025-01-25 13:16:11.126791 -0500	wcd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
info	2025-01-25 13:16:11.126835 -0500	configd	com.apple.captive	Controller	UIAllowedNetworkingAppCheck: Networking App in foreground
info	2025-01-25 13:16:11.126836 -0500	configd	com.apple.captive	Controller	uiallowed: true
error	2025-01-25 13:16:11.127187 -0500	mDNSResponder	com.apple.network	quic	quic_protector_key_update unsupported TLS ciphersuite: 0
default	2025-01-25 13:16:11.127334 -0500	mDNSResponder	com.apple.network	quic	quic_migration_path_event_block_invoke [C947.1.1.1.1:2] [60cdc1b6db56678b-efaad73986cc5768] path over en0 received event established
default	2025-01-25 13:16:11.127345 -0500	mDNSResponder	com.apple.network	quic	quic_migration_evaluate_primary [C947.1.1.1.1:2] [60cdc1b6db56678b-efaad73986cc5768] promoted path 0x548e70000 over en0 to primary
default	2025-01-25 13:16:11.127351 -0500	mDNSResponder	com.apple.network	quic	quic_migration_path_event_block_invoke [C947.1.1.1.1:2] [60cdc1b6db56678b-efaad73986cc5768] path over pdp_ip0 received event available
default	2025-01-25 13:16:11.127376 -0500	mDNSResponder	com.apple.network	connection	[C950 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:receive_nexus @0.001s
info	2025-01-25 13:16:11.127437 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_start_next_child [C947.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] starting next child endpoint in 223ms
default	2025-01-25 13:16:11.127458 -0500	Roam	com.apple.UIKit	AppLifecycle	sceneOfRecord: sceneID: sceneID:com.msdrigg.roam-default  persistentID: 917B49DB-89CC-4798-9960-8FD0391299AA
info	2025-01-25 13:16:11.127470 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_start_next_child [C948.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] starting child endpoint 17.248.136.170:443
info	2025-01-25 13:16:11.127475 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_start [C948.1.1.1.1 17.248.136.170:443 initial path ((null))]
default	2025-01-25 13:16:11.127482 -0500	mDNSResponder	com.apple.network	connection	[C948.1.1.1.1 17.248.136.170:443 initial path ((null))] event: path:start @0.042s
default	2025-01-25 13:16:11.127516 -0500	mDNSResponder	com.apple.network	connection	[C948.1.1.1.1 17.248.136.170:443 waiting path (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied @0.042s, uuid: 56640D07-6851-4063-BF5C-E9A425754828
default	2025-01-25 13:16:11.127546 -0500	Roam	com.apple.wcd	WC	-[WCSession xpcConnectionRestoredWithState:] 
info	2025-01-25 13:16:11.127556 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_setup_protocols [C948.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] generated flow id D9DAC193-2CA5-4F8F-B7FF-78E23D71D172
default	2025-01-25 13:16:11.127569 -0500	Roam	com.apple.UIKit	Application	Deactivation reason added: 5; deactivation reasons: 6144 -> 6176; animating application lifecycle event: 1
default	2025-01-25 13:16:11.127597 -0500	Roam	com.apple.UIKit	Application	Ignoring already applied deactivation reason: 12; deactivation reasons: 6176
error	2025-01-25 13:16:11.127626 -0500	Roam	com.apple.wcd	WC	-[WCSession onqueue_handleUpdateSessionState:]_block_invoke dropping as pairingIDs no longer match. pairingID (null), client pairingID: (null)
default	2025-01-25 13:16:11.127634 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_add_input_handler [C947.1.1.1.1:1]  added input handler 0x548d82978 from [C948.1.1.1.1:1]
info	2025-01-25 13:16:11.127639 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_join_protocol [C948.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] Joined protocol http3, using flow id B1E95C40-51BD-40CC-B793-C8DA605F14B6
default	2025-01-25 13:16:11.127648 -0500	mDNSResponder	com.apple.network	connection	[C948.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_connect @0.042s
info	2025-01-25 13:16:11.127660 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_start_next_child [C948.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] starting next child endpoint in 223ms
info	2025-01-25 13:16:11.127671 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_start_next_child [C949.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] starting child endpoint 17.248.136.170:443
info	2025-01-25 13:16:11.127682 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_start [C949.1.1.1.1 17.248.136.170:443 initial path ((null))]
default	2025-01-25 13:16:11.127686 -0500	mDNSResponder	com.apple.network	connection	[C949.1.1.1.1 17.248.136.170:443 initial path ((null))] event: path:start @0.041s
default	2025-01-25 13:16:11.127708 -0500	mDNSResponder	com.apple.network	connection	[C949.1.1.1.1 17.248.136.170:443 waiting path (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied @0.041s, uuid: 56640D07-6851-4063-BF5C-E9A425754828
info	2025-01-25 13:16:11.127731 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_setup_protocols [C949.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] generated flow id DADAC193-2CA5-4F8F-B7FF-78E23D71D172
default	2025-01-25 13:16:11.127765 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_add_input_handler [C947.1.1.1.1:1]  added input handler 0x548d82e78 from [C949.1.1.1.1:1]
info	2025-01-25 13:16:11.127769 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_join_protocol [C949.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] Joined protocol http3, using flow id B1E95C40-51BD-40CC-B793-C8DA605F14B6
default	2025-01-25 13:16:11.127778 -0500	mDNSResponder	com.apple.network	connection	[C949.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_connect @0.041s
info	2025-01-25 13:16:11.127788 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_start_next_child [C949.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] starting next child endpoint in 223ms
info	2025-01-25 13:16:11.128026 -0500	intelligentroutingd	com.apple.intelligentrouting	general	#policy-manager, [], didUpdateContextWithReason was triggered with reason: App in focus, but service is not in updates mode
info	2025-01-25 13:16:11.128099 -0500	backboardd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
default	2025-01-25 13:16:11.128572 -0500	Roam	com.apple.coremedia		<<<< AVOutputDeviceDiscoverySession >>>> -[AVOutputDeviceDiscoverySession setDiscoveryMode:forClientIdentifiers:]: called (session=0x3035a8210, discoveryMode=1, clientIdentifiers=)
info	2025-01-25 13:16:11.128609 -0500	callservicesd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 4
default	2025-01-25 13:16:11.128958 -0500	applecamerad			
default	2025-01-25 13:16:11.128993 -0500	applecamerad			
default	2025-01-25 13:16:11.128998 -0500	Roam	com.apple.coremedia		<<<< AVOutputDeviceDiscoverySession (FigRouteDiscoverer) >>>> -[AVFigRouteDiscovererOutputDeviceDiscoverySessionImpl outputDeviceDiscoverySessionDidChangeDiscoveryMode:forClientIdentifiers:]: Setting device discovery mode to DiscoveryMode_Presence (client: Roam) for session=0x3035a8210
default	2025-01-25 13:16:11.129493 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> resuming
default	2025-01-25 13:16:11.129586 -0500	nsurlsessiond			(501) setup voucher for background work with account:091FDB51-A021-4393-B58C-D0209A831DB8
default	2025-01-25 13:16:11.129702 -0500	audiomxd	com.apple.coremedia		-FigRouteDiscoverer- discoverer_SetProperty_block_invoke: Client Roam with PID 1758 of type Audio setting discovery mode to DiscoveryMode_Presence, discovererUUID=
info	2025-01-25 13:16:11.130197 -0500	intelligentroutingd	com.apple.intelligentrouting	general	#policy-manager, [], didUpdateContextWithReason was triggered with reason: App in focus, but service is not in updates mode
default	2025-01-25 13:16:11.130227 -0500	audiomxd	com.apple.coremedia		-FigRouteDiscoveryManager- discoveryManager_updateDiscoveryModeForType_block_invoke: [AirPlay] Setting discovery mode to DiscoveryMode_PresenceScan due to discovererUUID=8224CE94-0CBF-435F-A1F9-E26A7E35F728, discovererName=Roam
info	2025-01-25 13:16:11.130511 -0500	contextstored	com.apple.coreduet.context		Executing callback for client: com.apple.dasd.trigger, registration: , based on keypath change: /device/app/usage
info	2025-01-25 13:16:11.130520 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:35] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.130718 -0500	contextstored	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: FrontBoard.DisplayElement using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/FrontBoard.DisplayElement
info	2025-01-25 13:16:11.130752 -0500	contextstored	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.130804 -0500	contextstored	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: FrontBoard.DisplayElement using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/FrontBoard.DisplayElement
info	2025-01-25 13:16:11.130811 -0500	contextstored	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.130839 -0500	nsurlsessiond			(501) Successful  voucher adoption for persona:091FDB51-A021-4393-B58C-D0209A831DB8
info	2025-01-25 13:16:11.130856 -0500	contextstored	com.apple.coreduet.context	client	Setting keypath: 
default	2025-01-25 13:16:11.130881 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> has not requested a begin delay
default	2025-01-25 13:16:11.130888 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> skipping delayed request callback - delegate not implemented
default	2025-01-25 13:16:11.130903 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> will begin
default	2025-01-25 13:16:11.131017 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> resuming, timeouts(60.0, 604800.0) qos(0x11) voucher() activity(940A75F0-E0C9-4658-928C-477CCD1D2FA9)
info	2025-01-25 13:16:11.131078 -0500	contextstored	com.apple.coreduet.context		Setting value for /device/app/inFocus: 
info	2025-01-25 13:16:11.131259 -0500	dasd	com.apple.coreduet.context	client	Registration fired for 
info	2025-01-25 13:16:11.131483 -0500	contextstored	com.apple.coreduet.context	client	Setting keypath: 
default	2025-01-25 13:16:11.131647 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> waiting for setup of Connection 275
info	2025-01-25 13:16:11.131661 -0500	contextstored	com.apple.coreduet.context		Setting value for /device/app/dataDictionary: 
default	2025-01-25 13:16:11.131726 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> resumeTaskWithIdentifier, props 
default	2025-01-25 13:16:11.131759 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> resuming, QOS(0x11)
default	2025-01-25 13:16:11.131784 -0500	dasd	com.apple.duetactivityscheduler	default	Trigger:  is now []
default	2025-01-25 13:16:11.131818 -0500	dasd	com.apple.duetactivityscheduler	bar	Foreground apps changed—-
info	2025-01-25 13:16:11.132124 -0500	contextstored	com.apple.Biome	BiomeCompute	Subscription marker exists: YES for stream: App.InFocus using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/App.InFocus
default	2025-01-25 13:16:11.132126 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> current discretionary status for com.apple.cloudd is discretionary (opt-in: 1)
info	2025-01-25 13:16:11.132205 -0500	contextstored	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.132282 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> initialized appleIDAuthenticator, status codes = 
default	2025-01-25 13:16:11.132292 -0500	nsurlsessiond	com.apple.network	activity	Create activity 
info	2025-01-25 13:16:11.132541 -0500	biomed	com.apple.Biome	BiomeCompute	Using publisher server for domain: System, bookmark storage domain: User when processing new event write for stream  subscription count: 5, event: (null)
default	2025-01-25 13:16:11.132831 -0500	airplayd	com.apple.airplay	APEndpointManager	[0xA48F] SetDiscoveryMode: DiscoveryMode_PresenceScan with seed 182
default	2025-01-25 13:16:11.132991 -0500	audiomxd	com.apple.coremedia		-FigRouteDiscoveryManager- discoveryManager_updateDiscoveryModeForType_block_invoke: [CarPlay] Setting discovery mode to DiscoveryMode_PresenceScan due to discovererUUID=8224CE94-0CBF-435F-A1F9-E26A7E35F728, discovererName=Roam
default	2025-01-25 13:16:11.133136 -0500	audiomxd	com.apple.coremedia		-FigRouteDiscoveryManager- discoveryManager_updateDiscoveryModeForType_block_invoke: [Nero/Stevenote] Setting discovery mode to DiscoveryMode_PresenceScan due to discovererUUID=8224CE94-0CBF-435F-A1F9-E26A7E35F728, discovererName=Roam
info	2025-01-25 13:16:11.133143 -0500	biomed	com.apple.Biome	BiomeCompute	Bookmark file exists: YES for subscription  domain: User path: 
info	2025-01-25 13:16:11.133721 -0500	biomed	com.apple.Biome	BiomeCompute	Read bookmark file for subscription  domain: User path: 
default	2025-01-25 13:16:11.133817 -0500	kernel			AppleH10CamIn::ISP_Suspend - CISP_CMD_SUSPEND command completed: res=0x00000000
default	2025-01-25 13:16:11.134018 -0500	biomed	com.apple.intelligenceplatform	views	SourceUpdater:  triggered 68 to run on the live schedule
info	2025-01-25 13:16:11.134107 -0500	contextstored	com.apple.coreduet.context		Executing callback for client: com.apple.Maps.geocorrectiond.contextstore-registration, registration: , based on keypath change: /device/app/usage
default	2025-01-25 13:16:11.134258 -0500	audiomxd	com.apple.coremedia		-FigRouteDiscoveryManager- discoveryManager_updateDiscoveryModeForType_block_invoke: [Bluetooth] Setting discovery mode to DiscoveryMode_PresenceScan due to discovererUUID=8224CE94-0CBF-435F-A1F9-E26A7E35F728, discovererName=Roam
default	2025-01-25 13:16:11.134618 -0500	audiomxd	com.apple.bluetooth	BTFigE	Discovery Mode set to DiscoveryMode_PresenceScan
default	2025-01-25 13:16:11.134774 -0500	airplayd	com.apple.airplay	APBrowser	Setting Presence browse mode from None browse.
default	2025-01-25 13:16:11.135046 -0500	audiomxd	com.apple.bluetooth	BTFigE	Starting LE scanning (1) fast:0
default	2025-01-25 13:16:11.135188 -0500	audiomxd	com.apple.bluetooth	CBDiscovery	Update: CBDiscovery, CID 0x921E0001, DsFl 0x80000A08000 < WxStatus Connections Pairing Attributes >, RSSI -75
info	2025-01-25 13:16:11.135373 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.135381 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:32 size:131040
default	2025-01-25 13:16:11.135447 -0500	bluetoothd	com.apple.bluetooth	CBDiscovery	CBDiscovery, CID 0x921E0001, DsFl 0x80000A08000 < WxStatus Connections Pairing Attributes >, RSSI -75 changed: discoveryFlags: 0x80000A00000 < Connections Pairing Attributes > -> 0x80000A08000 < WxStatus Connections Pairing Attributes >
default	2025-01-25 13:16:11.135461 -0500	bluetoothd	com.apple.bluetooth	CBDaemonXPCConnection	Discovery Update: CBDiscovery, CID 0x921E0001, DsFl 0x80000A08000 < WxStatus Connections Pairing Attributes >, RSSI -75, from audiomxd:103
info	2025-01-25 13:16:11.135474 -0500	bluetoothd	com.apple.bluetooth	CBMetricsDaemon	Metrics event report: CBDiscovery, appID com.apple.audiomxd, action updt, PID 103, CID 0x921E0001. count 0, dropped 0
default	2025-01-25 13:16:11.135605 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> resuming
default	2025-01-25 13:16:11.135651 -0500	nsurlsessiond			(501) setup voucher for background work with account:091FDB51-A021-4393-B58C-D0209A831DB8
default	2025-01-25 13:16:11.135721 -0500	biomed	com.apple.Biome	BiomeStorage	Enumerator for App.InFocus starting from /+0x1fb80
default	2025-01-25 13:16:11.135989 -0500	bluetoothd	com.apple.bluetooth	CBStackDeviceMonitor	Activate
info	2025-01-25 13:16:11.136037 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:0 size:32
default	2025-01-25 13:16:11.136043 -0500	bluetoothd	com.apple.bluetooth	CBStackBLEScanner	Scan start: update, DsFl 0x4010B81242A9C1C0 < NearbyInfo AccessoryStatus RemoteDisplayLink WxSetup WxStatus ObjectSetup NearbyAction Connections Pairing ScreenOff BLEAdvertisementData RSSI Identify Attributes Leech ProxControl OSRecovery CaptiveNetworkJoin SIMTransfer >, DsTy , ScreenOn yes, 30/300 ms (10%), Filters: {Type 5, Dups no, RSSI -90}, {Type 15, Dups no, RSSI -70}, {Type 21, Dups no, RSSI -80, Blob [01 32 2E BA 5C], Mask [01 32 FF FF FF]}, {Type 7, Dups no, RSSI -75}, UUIDs: 9AD2AF5B-3F0B-4B60-889F-DA93E1C662CF
info	2025-01-25 13:16:11.136045 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.136095 -0500	biomed	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
info	2025-01-25 13:16:11.136157 -0500	audiomxd	com.apple.bluetooth	BTFigE	We have no endpoints
default	2025-01-25 13:16:11.136190 -0500	bluetoothd	com.apple.bluetooth	CBStackDeviceMonitor	Update devices: paired, classic, 3 total
info	2025-01-25 13:16:11.136344 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.136346 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.136353 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.136353 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.136358 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.136359 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.136364 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.136364 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.136369 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.136369 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.136374 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.136375 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.136380 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.136380 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.136385 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.136385 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.136390 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.136390 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.136395 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.136396 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.136399 -0500	biomed	com.apple.Biome	BiomeCompute	Completed sink for subscription  based on new  event, completion: . Bookmark: 
info	2025-01-25 13:16:11.136401 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.136401 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
default	2025-01-25 13:16:11.136409 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Received 'stop scan' request from session "CBDaemon-0x8A8C031D" (CBDaemon) updateScanParams:YES shouldUpdateState:YES
default	2025-01-25 13:16:11.136415 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ShouldScan=1 AnyValidScanRequests=1 anyValidScanRequestInPaused=0 fObserverState=Active ClientScanPowerAssertRequired=0 fScanFiltersNeedUpdagint=1
default	2025-01-25 13:16:11.136416 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	updateADVBufferConfig current:02 new:02 configChanged:00
info	2025-01-25 13:16:11.136420 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	enableObjectDiscoveryADVBuffersIfNeeded objectDiscoveryHwAdvBufferOnly:1 fScreenState:1
info	2025-01-25 13:16:11.136420 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Destroying match table for type 7
info	2025-01-25 13:16:11.136421 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Destroying match table for type 7 with handle 256
info	2025-01-25 13:16:11.136423 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_ADVBUFMATCH_CONTROL
default	2025-01-25 13:16:11.136461 -0500	nsurlsessiond			(501) Successful  voucher adoption for persona:091FDB51-A021-4393-B58C-D0209A831DB8
default	2025-01-25 13:16:11.136502 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> has not requested a begin delay
default	2025-01-25 13:16:11.136509 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> skipping delayed request callback - delegate not implemented
default	2025-01-25 13:16:11.136519 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> will begin
info	2025-01-25 13:16:11.136595 -0500	symptomsd	com.apple.symptomsd	evaluation	Forced notify to com.apple.symptoms.managed_events.wifi-app-aware with token 11
info	2025-01-25 13:16:11.136627 -0500	symptomsd	com.apple.symptomsd	flow	WiFi Observer: Sent notification when new flags fg 0x0 0x0 bg 0x2000010a 0x411101050505,  initial value 0x0 0x0 0x2000010a 0x401000040404
info	2025-01-25 13:16:11.136629 -0500	Roam	com.apple.renderbox	misc	RBDevice.willEnterForeground: in bg true, allows bg: false
default	2025-01-25 13:16:11.136641 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> resuming, timeouts(60.0, 604800.0) qos(0x11) voucher() activity(221568F6-1E3B-4ED2-B0E0-AAB61565FC92)
default	2025-01-25 13:16:11.136670 -0500	Roam	com.apple.UIKit	Application	Deactivation reason removed: 11; deactivation reasons: 6176 -> 4128; animating application lifecycle event: 1
default	2025-01-25 13:16:11.136893 -0500	airplayd	com.apple.airplay	APBrowser	Starting threshold timer
default	2025-01-25 13:16:11.137439 -0500	Roam	com.apple.UIKit	Feedback	app did resume for engine <_UIFeedbackCoreHapticsHapticsOnlyEngine: 0x3019b6a00>
default	2025-01-25 13:16:11.137461 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> waiting for setup of Connection 275
default	2025-01-25 13:16:11.137466 -0500	Roam	com.apple.UIKit	Feedback	suspended changed from: YES --> NO for engine <_UIFeedbackCoreHapticsHapticsOnlyEngine: 0x3019b6a00>
default	2025-01-25 13:16:11.137507 -0500	symptomsd	com.apple.symptomsd	analytics	Data Usage for mDNSResponder on flow 168190 - WiFi in/out: 199193689/280040379, WiFi delta_in/delta_out: 149/64, Cell in/out: 102730688/102230438, Cell delta_in/delta_out: 0/0, RNF: 0, subscriber tag: 0, total duration: 0.030
info	2025-01-25 13:16:11.137518 -0500	symptomsd	com.apple.symptomsd	flow	WiFi Observer: New flags fg 0x0 0x0 bg 0x2000010a 0x401000040404  during suppression / dampening, initial value 0x0 0x0 0x2000010a 0x401000040404
default	2025-01-25 13:16:11.137551 -0500	airplayd	com.apple.airplay	APBrowserBTLEManager	BTLE discoverer begin activation
default	2025-01-25 13:16:11.137639 -0500	airplayd	com.apple.bluetooth	CBDiscovery	Activate: CID 0xBEB6005C, XPC
default	2025-01-25 13:16:11.137686 -0500	airplayd	com.apple.xpc	connection	[0xa0807d700] activating connection: mach=true listener=false peer=false name=com.apple.bluetooth.xpc
default	2025-01-25 13:16:11.138032 -0500	cfprefsd	com.apple.xpc	connection	[0x956821540] invalidated because the client process (pid 1758) either cancelled the connection or exited
info	2025-01-25 13:16:11.138089 -0500	SpringBoard	com.apple.FrontBoard	Watchdog	[app:1758] [realTime] Stopped monitoring.
info	2025-01-25 13:16:11.138341 -0500	SpringBoard	com.apple.FrontBoard	ProcessScene	[0x3004c64c0:(FBSceneManager):sceneID:com.msdrigg.roam-default] Scene action [Forward Event][0xfe42] completed with success: 0
default	2025-01-25 13:16:11.138386 -0500	backboardd	com.apple.iohid	default	Connection removed: IOHIDEventSystemConnection uuid:00D4F4C3-990B-4857-95CB-DB9E7CF4665C pid:1758 process:Roam type:Passive entitlements:0x0 caller:BackBoardServices:  + 280 attributes:{
    HighFrequency = 1;
    bundleID = "com.msdrigg.roam";
    pid = 1758;
} state:0x1 events:38 mask:0x800 dropped:0 dropStatus:0 droppedMask:0x0 lastDroppedTime:NONE
default	2025-01-25 13:16:11.138742 -0500	audiomxd	com.apple.xpc	connection	[0xd10501a40] invalidated because the client process (pid 1758) either cancelled the connection or exited
default	2025-01-25 13:16:11.138742 -0500	audiomxd	com.apple.xpc	connection	[0xd10503980] invalidated because the client process (pid 1758) either cancelled the connection or exited
default	2025-01-25 13:16:11.138744 -0500	audiomxd	com.apple.xpc	connection	[0xd10500a00] invalidated because the client process (pid 1758) either cancelled the connection or exited
default	2025-01-25 13:16:11.138753 -0500	audiomxd	com.apple.xpc	connection	[0xd105003c0] invalidated because the client process (pid 1758) either cancelled the connection or exited
default	2025-01-25 13:16:11.138824 -0500	backboardd	com.apple.xpc	connection	[0xd03aae440] invalidated because the client process (pid 1758) either cancelled the connection or exited
default	2025-01-25 13:16:11.138880 -0500	audiomxd	com.apple.coreaudio	as_server	AVAudioSessionXPCServer.mm:760   Invalidated connection:  connection from pid 1758 on mach service named com.apple.audio.AudioSession (0xd13b1b300)
error	2025-01-25 13:16:11.138933 -0500	backboardd	com.apple.BackBoard	EventDelivery	invalidated connection 
error	2025-01-25 13:16:11.138957 -0500	backboardd	com.apple.BackBoard	EventDelivery	invalidated connection 
default	2025-01-25 13:16:11.138959 -0500	backboardd	com.apple.BackBoard	EventDelivery	pid:1758 terminated
info	2025-01-25 13:16:11.138976 -0500	backboardd	com.apple.iohid	service	0xd03b7d0000002: Set batch interval current:0 new:1 result:0
default	2025-01-25 13:16:11.139028 -0500	audiomxd	com.apple.xpc	connection	[0xd10501040] invalidated because the client process (pid 1758) either cancelled the connection or exited
info	2025-01-25 13:16:11.139051 -0500	backboardd	com.apple.iohid	service	0x100000834: Set batch interval current:0 new:1 result:0
default	2025-01-25 13:16:11.139080 -0500	backboardd	com.apple.BackBoard	EventDelivery	new deferring rules for pid:1758: []
default	2025-01-25 13:16:11.139108 -0500	backboardd	com.apple.BackBoard	HID	Removing client connection  for client: IOHIDEventSystemConnection uuid:00D4F4C3-990B-4857-95CB-DB9E7CF4665C pid:1758 process:Roam type:Passive entitlements:0x0 caller:BackBoardServices:  + 280 attributes:{
    HighFrequency = 1;
    bundleID = "com.msdrigg.roam";
    pid = 1758;
} state:0x1 events:38 mask:0x800 dropped:0 dropStatus:0 droppedMask:0x0 lastDroppedTime:NONE source:HID
default	2025-01-25 13:16:11.139159 -0500	backboardd			HIDAnalytics Unregister Send event com.apple.hid.queueUsage
info	2025-01-25 13:16:11.139307 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Failing for reason: scene update failed
info	2025-01-25 13:16:11.139312 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Working' to 'Completed'
info	2025-01-25 13:16:11.139313 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Completed after 0.08s.
info	2025-01-25 13:16:11.139349 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction completed: 
info	2025-01-25 13:16:11.139363 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Failing for reason: child transaction
default	2025-01-25 13:16:11.139375 -0500	backboardd	com.apple.BackBoard	EventDelivery	new buffering predicates for pid:1758: 
default	2025-01-25 13:16:11.139375 -0500	backboardd	com.apple.BackBoard	EventDelivery	pid:1758 no change to buffering predicates: (null)
default	2025-01-25 13:16:11.139379 -0500	backboardd	com.apple.BackBoard	EventDelivery	setActiveUIResponderTokens:[] forPID:1758
default	2025-01-25 13:16:11.139380 -0500	backboardd	com.apple.BackBoard	EventDelivery	setActiveUIResponderTokens:[] forPID:1758
default	2025-01-25 13:16:11.139414 -0500	audiomxd	com.apple.coreaudio	as_server	  ServerSessionManager.mm:424   { "action":"destroy_session", "session":{"ID":"0x67206","name":"Roam(1758)"}, "details":null }
default	2025-01-25 13:16:11.139605 -0500	backboardd	com.apple.BackBoard	EventDelivery	setActiveUIResponderTokens:[] forPID:1758
default	2025-01-25 13:16:11.139607 -0500	backboardd	com.apple.BackBoard	EventDelivery	setActiveUIResponderTokens:[] forPID:1758
default	2025-01-25 13:16:11.139609 -0500	backboardd	com.apple.BackBoard	EventDelivery	setActiveUIResponderTokens:[] forPID:1758
default	2025-01-25 13:16:11.139610 -0500	backboardd	com.apple.BackBoard	EventDelivery	setActiveUIResponderTokens:[] forPID:1758
info	2025-01-25 13:16:11.139724 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Working' to 'Completed'
info	2025-01-25 13:16:11.139724 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Completed after 0.08s.
info	2025-01-25 13:16:11.139750 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction completed: 
info	2025-01-25 13:16:11.139755 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Working' to 'Done Working'
info	2025-01-25 13:16:11.139760 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction finished work: 
default	2025-01-25 13:16:11.139760 -0500	audiomxd	com.apple.xpc	connection	[0xd104fd400] invalidated because the client process (pid 1758) either cancelled the connection or exited
info	2025-01-25 13:16:11.139766 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Done Working' to 'Completed'
info	2025-01-25 13:16:11.139766 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Completed after 0.08s.
info	2025-01-25 13:16:11.139772 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction completed: 
default	2025-01-25 13:16:11.139816 -0500	audiomxd	com.apple.xpc	connection	[0xd104f9f40] invalidated because the client process (pid 1758) either cancelled the connection or exited
default	2025-01-25 13:16:11.139906 -0500	audiomxd	com.apple.coreaudio	as_server	AVAudioSessionXPCServer.mm:760   Invalidated connection:  connection from pid 1758 on mach service named com.apple.audio.AudioSession (0xd13b1bb40)
default	2025-01-25 13:16:11.139916 -0500	audiomxd	com.apple.coreaudio	as_server	  ServerSessionManager.mm:424   { "action":"destroy_session", "session":{"ID":"0x6720b","name":"Roam(1758)","type":"Auxiliary"}, "details":null }
default	2025-01-25 13:16:11.139919 -0500	audiomxd	com.apple.coreaudio	as_server	  ServerSessionManager.mm:863   destroy audio app instance since was created implicitly by session creation and all sessions now gone (audio app: {"name":"[implicit] Roam","pid":1758})
default	2025-01-25 13:16:11.139928 -0500	audiomxd	com.apple.coreaudio	hsrv	        AVHapticServer.mm:2453  -[AVHapticServer listener:shouldAcceptNewConnection:]_block_invoke: [xpc] InvalidationHandler: client 0x10006de
default	2025-01-25 13:16:11.139930 -0500	audiomxd	com.apple.coreaudio	hsrv	        AVHapticServer.mm:683   -[AVHapticServerInstance handleConnectionError]: [xpc] clientID: 0x10006de
default	2025-01-25 13:16:11.140007 -0500	mediaremoted	com.apple.xpc	connection	[0xb64852080] invalidated because the client process (pid 1758) either cancelled the connection or exited
default	2025-01-25 13:16:11.140254 -0500	wcd	com.apple.xpc	connection	[0xd160b8000] invalidated because the client process (pid 1758) either cancelled the connection or exited
default	2025-01-25 13:16:11.140289 -0500	airplayd	com.apple.airplay	APBrowser	NISession run stop
default	2025-01-25 13:16:11.140347 -0500	airplayd	com.apple.CoreUtils	BonjourBrowser	Creating shared connection to browse for _airplay._tcp.
default	2025-01-25 13:16:11.140471 -0500	airplayd	com.apple.CoreUtils	BonjourBrowser	Creating shared connection to browse for _raop._tcp.
info	2025-01-25 13:16:11.140661 -0500	audiomxd	com.apple.coreaudio	as_server	AVAudioSessionXPCServer.mm:739   Deallocated connection 0xd13b1bb40
default	2025-01-25 13:16:11.140677 -0500	audiomxd	com.apple.coremedia		-MXSession- -[MXSession(InterfaceImpl) _dealloc]: Deallocating  invalidated.
info	2025-01-25 13:16:11.142239 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): void_subscribeToProcessStateChangesWithConfiguration:error:
default	2025-01-25 13:16:11.142769 -0500	audiomxd	com.apple.xpc	connection	[0xd104f9cc0] invalidated because the client process (pid 1758) either cancelled the connection or exited
default	2025-01-25 13:16:11.142785 -0500	powerd	com.apple.xpc	connection	[0xd18388640] activating connection: mach=false listener=false peer=true name=com.apple.iokit.powerdxpc.peer[94].0xd18388640
default	2025-01-25 13:16:11.142796 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9390] DNSServiceCreateConnection START PID[348](airplayd)
info	2025-01-25 13:16:11.142816 -0500	runningboardd	com.apple.runningboard	monitor	monitor changed to M103-3
default	2025-01-25 13:16:11.142837 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9391] DNSServiceCreateConnection START PID[348](airplayd)
default	2025-01-25 13:16:11.142869 -0500	bluetoothd	com.apple.xpc	connection	[0xb42881c00] invalidated after the last release of the connection object
default	2025-01-25 13:16:11.142901 -0500	airplayd	com.apple.CoreUtils	BonjourBrowser	Starting browse for _airplay._tcp. on if -1, flagsAlt 0x2000000, flags 0x7000000000000000 < NoAWDLThreshold Traffic Background >
default	2025-01-25 13:16:11.142949 -0500	airplayd	com.apple.CoreUtils	BonjourBrowser	Starting browse for _raop._tcp. on if -1, flagsAlt 0x2000000, flags 0x7000000000000000 < NoAWDLThreshold Traffic Background >
default	2025-01-25 13:16:11.142988 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9392] DNSServiceCreateConnection START PID[348](airplayd)
default	2025-01-25 13:16:11.143018 -0500	wcd	com.apple.wcd	WC	com.msdrigg.roam: Reachable changed for connection lost (reachable: NO)
default	2025-01-25 13:16:11.143033 -0500	airplayd	com.apple.CoreUtils	BonjourBrowser	Starting browse for _airplay._tcp. on if , flagsAlt 0x2000000, flags 0x7000000000000000 < NoAWDLThreshold Traffic Background >
default	2025-01-25 13:16:11.143076 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9393] DNSServiceCreateConnection START PID[348](airplayd)
default	2025-01-25 13:16:11.143091 -0500	wcd	com.apple.wcd	WC	(NO,NO), clientCurrentPairingID: (null)>
default	2025-01-25 13:16:11.143105 -0500	airplayd	com.apple.CoreUtils	BonjourBrowser	Starting browse for _raop._tcp. on if , flagsAlt 0x2000000, flags 0x7000000000000000 < NoAWDLThreshold Traffic Background >
default	2025-01-25 13:16:11.143177 -0500	audiomxd	com.apple.coremedia		-MXEndpointDescriptorCache- -[MXEndpointDescriptorCache _availableEndpointsDidChangeForEndpointManager:atDate:]: availableEndpointsChanged for endpointManager: AirPlay. Time taken to run notification handler block 0.002980ms
default	2025-01-25 13:16:11.143276 -0500	mDNSResponder	com.apple.mDNSResponder	mDNS	[R9394] DNSServiceBrowse START -- service type: , domain: , flags: 0x2004000, interface index: 0, client pid: 348 (airplayd),
default	2025-01-25 13:16:11.143841 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-50) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.143862 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-69) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.143887 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-83) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.143899 -0500	wcd	com.apple.wcd	WC	com.msdrigg.roam from indexCache with keys: ()
default	2025-01-25 13:16:11.143923 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-352) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.143934 -0500	wcd	com.apple.wcd	WC	removing ()
default	2025-01-25 13:16:11.143942 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: numScanAgents 6, combined params AD:0 RD:0 AS:0 PHYS:1 MSL:4 (30/60) PSV:0 Rg:0 Cri:0 pBT:0 pWiFi:0 pCfg:0 type:0
default	2025-01-25 13:16:11.143946 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: [com.apple.bluetoothd-central-94-2] AP:0 AD:0(30/60) AS:0 RAS:0 DMN:1 FG:0 ADVBF:0(0/0) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1|[com.apple.locationd-central-74-50] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1|[com.apple.locationd-central-74-69] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:3
default	2025-01-25 13:16:11.143948 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: [com.apple.sharingd-central-72-374] AP:0 AD:0(30/300) AS:0 RAS:0 DMN:1 FG:0 ADVBF:0(0/0) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1|[com.apple.locationd-central-74-83] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:3|[com.apple.locationd-central-74-352] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:3
default	2025-01-25 13:16:11.143953 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Returning scan parameters: Main:30.00ms/60.00ms LP:0.00ms/60.00ms(supported) SC:0.00ms/0.00ms/non-concurrent(unspported) Dm:(m:30/60) Cond:0:1:0:0:0 Sc:1 (passive) Dupfilter:Enabled minScanLevel:4 HD:Yes Comp:No(0,0) Pri:0/0 PS:0
default	2025-01-25 13:16:11.143990 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	needToRestart=1
info	2025-01-25 13:16:11.143992 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Currently in passive scan (60.00ms/30.00ms) with no duplicates - stopping scan...
info	2025-01-25 13:16:11.144032 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Setting the zone lost timeout to 788094601918
default	2025-01-25 13:16:11.144048 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	fShouldRetainDupsNextUpdate 0, screen? 1, retaindup? 0, EN scans? 0, created[EN]=0
default	2025-01-25 13:16:11.144049 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	EN is not active - new retain dups value 0
default	2025-01-25 13:16:11.144073 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Received 'start Unspecified scan' request  , without duplicates, duration:unlimited, UUID [ 9AD2AF5B-3F0B-4B60-889F-DA93E1C662CF ] on 1M PHY  with AOP BT Proximity Pairing Buffering scan timing 30/300  scanLevel=1 from session "CBDaemon-0x8A8C031D"
default	2025-01-25 13:16:11.144074 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Waiting for scan state to settle before updating scan
default	2025-01-25 13:16:11.144834 -0500	audiomxd	com.apple.coreaudio	hsrv	        AVHapticServer.mm:2323  -[AVHapticServer doStopRunning:audio:haptics:]: entry was not running or flushing -- noop
error	2025-01-25 13:16:11.144866 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BundleID does not exist, return default
default	2025-01-25 13:16:11.144870 -0500	bluetoothd	com.apple.bluetooth	Server.Core	StackManager Get Spatial Mode with Bundle ID: global=>1,1
info	2025-01-25 13:16:11.144934 -0500	bluetoothd	com.apple.bluetooth	Server.Security	Call to retrieve key chain magic key data of type 0 for device 60:AB:D2:46:34:B8 failed with result 150
info	2025-01-25 13:16:11.144949 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Smart Route Support: Device: 60:AB:D2:46:34:B8, SRDaemon Support: Yes, Device Support: No
info	2025-01-25 13:16:11.144958 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Smart Route Support: Device: 60:AB:D2:46:34:B8, SRDaemon Support: Yes, Device Support: No
error	2025-01-25 13:16:11.144959 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BundleID does not exist, return default
default	2025-01-25 13:16:11.144961 -0500	bluetoothd	com.apple.bluetooth	Server.Core	StackManager Get Spatial Mode with Bundle ID: global=>1,1
info	2025-01-25 13:16:11.144988 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Smart Route Support: Device: 74:65:0C:AD:79:4B, SRDaemon Support: Yes, Device Support: Yes
info	2025-01-25 13:16:11.144989 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Smart Route Support: Device: 74:65:0C:AD:79:4B, SRDaemon Support: Yes, Device Support: Yes
info	2025-01-25 13:16:11.144994 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Smart Route Support: Device: 74:65:0C:AD:79:4B, SRDaemon Support: Yes, Device Support: Yes
error	2025-01-25 13:16:11.144995 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BundleID does not exist, return default
default	2025-01-25 13:16:11.144995 -0500	bluetoothd	com.apple.bluetooth	Server.Core	StackManager Get Spatial Mode with Bundle ID: global=>1,1
default	2025-01-25 13:16:11.145009 -0500	bluetoothd	com.apple.bluetooth	Server.LE	Device  does not have _HID_SERVICE_
default	2025-01-25 13:16:11.145026 -0500	runningboardd	com.apple.xpc	connection	[0x54eb9f840] invalidated because the client process (pid 1758) either cancelled the connection or exited
default	2025-01-25 13:16:11.145049 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 66 (osservice, running-NotVisible
default	2025-01-25 13:16:11.145098 -0500	runningboardd	com.apple.runningboard	process	XPC connection invalidated: [app:1758]
default	2025-01-25 13:16:11.145112 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 31 (osservice, running-NotVisible
default	2025-01-25 13:16:11.145116 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1686 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.145118 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 97 (osservice, running-NotVisible
default	2025-01-25 13:16:11.145121 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 103 (osservice, running-NotVisible
default	2025-01-25 13:16:11.145123 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1521 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.145126 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1753 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.145128 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 65 (osservice, running-NotVisible
default	2025-01-25 13:16:11.145132 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 731 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.145134 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 72 (osservice, running-NotVisible
default	2025-01-25 13:16:11.145137 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 2080 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.145139 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 332 (osservice, running-NotVisible
default	2025-01-25 13:16:11.145143 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 203 (osservice, running-NotVisible
default	2025-01-25 13:16:11.145145 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1671 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.145148 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 373 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.145150 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1696 (xpcservice:1652])>{vt hash: 223737757}[uuid:E86DB7DA-0AC6-4D8D-9BE7-E063EEC06EAB], running-suspended-NotVisible
default	2025-01-25 13:16:11.145153 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 196 (osservice, running-NotVisible
default	2025-01-25 13:16:11.145173 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 50 (osservice, running-NotVisible
default	2025-01-25 13:16:11.145175 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 339 (osservice, running-NotVisible
default	2025-01-25 13:16:11.145179 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1652 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.145181 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 387 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.145184 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 2141 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.145186 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 94 (osservice, running-NotVisible
default	2025-01-25 13:16:11.145196 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 151 (osservice, running-NotVisible
info	2025-01-25 13:16:11.145198 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.145204 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 147 (osservice, running-NotVisible
default	2025-01-25 13:16:11.145205 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1911 (app, running-active-NotVisible
default	2025-01-25 13:16:11.145209 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 35 (osservice, running-active-Visible
default	2025-01-25 13:16:11.145211 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1758 (app, running-active-Visible
default	2025-01-25 13:16:11.145215 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 40 (osservice, running-NotVisible
default	2025-01-25 13:16:11.145216 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 36 (osservice, running-NotVisible
default	2025-01-25 13:16:11.145467 -0500	bluetoothd	com.apple.bluetooth	CBStackDeviceMonitor	Update devices: paired, BLE, 1 total
default	2025-01-25 13:16:11.145468 -0500	bluetoothd	com.apple.bluetooth	CBStackDeviceMonitor	Update devices: connected, classic, 0 total
info	2025-01-25 13:16:11.145522 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1686]
info	2025-01-25 13:16:11.145534 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1521]
info	2025-01-25 13:16:11.145543 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.145553 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:731]
info	2025-01-25 13:16:11.145565 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:2080]
info	2025-01-25 13:16:11.145576 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1671]
info	2025-01-25 13:16:11.145586 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:373]
info	2025-01-25 13:16:11.145598 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [xpcservice:1652])>{vt hash: 223737757}[uuid:E86DB7DA-0AC6-4D8D-9BE7-E063EEC06EAB]:1696]
info	2025-01-25 13:16:11.145612 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1652]
info	2025-01-25 13:16:11.145622 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:387]
info	2025-01-25 13:16:11.145632 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:2141]
info	2025-01-25 13:16:11.145644 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1911]
info	2025-01-25 13:16:11.145663 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:35]
info	2025-01-25 13:16:11.145678 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1758]
default	2025-01-25 13:16:11.145751 -0500	powerd	com.apple.xpc	connection	[0xd18388640] invalidated because the client process (pid 94) either cancelled the connection or exited
default	2025-01-25 13:16:11.145843 -0500	bluetoothd	com.apple.bluetooth	CBStackDeviceMonitor	Update devices: connected, BLE, 0 total, power sources 0
default	2025-01-25 13:16:11.146377 -0500	runningboardd	com.apple.xpc	connection	[0x54eb9e440] invalidated because the client process (pid 1758) either cancelled the connection or exited
default	2025-01-25 13:16:11.146385 -0500	bluetoothd	com.apple.bluetooth	CBStackDeviceMonitor	Device found: CBDevice 4C4501AC-B3B5-DEDA-5DBE-C67829359461, BDA F4:43:D0:0C:9A:12, Nm 'Scott’s MacBook Pro', IDS A50D74A1-904D-44B5-ACB3-84474E7C929E, stID A50D74A1-904D-44B5-ACB3-84474E7C929E, DsFl 0x800000 < Pairing >, DvF 0x1B000 < Hidden BLEPaired CloudPaired HIDGoodBehavior >, BTv 5.3, CF 0x80000000000 < Attributes >
default	2025-01-25 13:16:11.146441 -0500	runningboardd	com.apple.runningboard	process	XPC connection invalidated: [app:1758]
info	2025-01-25 13:16:11.146538 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.146549 -0500	bluetoothd	com.apple.xpc	connection	[0xb42947e80] activating connection: mach=false listener=false peer=true name=com.apple.bluetooth.xpc.peer[348].0xb42947e80
info	2025-01-25 13:16:11.146560 -0500	bluetoothd	com.apple.bluetooth	CBDaemonXPCConnection	XPC connection start: airplayd:348
info	2025-01-25 13:16:11.146821 -0500	audiomxd	com.apple.coreaudio	hsrv	        AVHapticServer.mm:2005  -[AVHapticServer removeListener:withAudioSessionID:]: Removing listener containing AVHapticServerInstance 0xd13b1ba80 for audio session ID 422411
default	2025-01-25 13:16:11.146877 -0500	bluetoothd	com.apple.bluetooth	CBDaemonXPCConnection	Activate: CBDiscovery, CID 0xBEB6005C, DsFl 0x8000000000 < AirPlayTarget >, from airplayd:348
info	2025-01-25 13:16:11.146882 -0500	bluetoothd	com.apple.bluetooth	CBMetricsDaemon	Metrics event report: CBDiscovery, appID com.apple.airplayd, action strt, PID 348, CID 0xBEB6005C. count 1, dropped 0
info	2025-01-25 13:16:11.147219 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.147356 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_OLYMPIC_GET_EXT_ADV_DROPPED
info	2025-01-25 13:16:11.147685 -0500	bluetoothuserd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: Device.Wireless.BluetoothUseCase using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/Device.Wireless.BluetoothUseCase
info	2025-01-25 13:16:11.147701 -0500	bluetoothuserd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.147716 -0500	bluetoothuserd	com.apple.bluetoothuser	intelligence	Send usecase event  for 
info	2025-01-25 13:16:11.147784 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:

info	2025-01-25 13:16:11.147798 -0500	bluetoothuserd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: Device.Wireless.BluetoothUseCase using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/Device.Wireless.BluetoothUseCase
info	2025-01-25 13:16:11.147806 -0500	bluetoothuserd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.147810 -0500	bluetoothuserd	com.apple.bluetoothuser	intelligence	Send usecase event  for 
info	2025-01-25 13:16:11.147847 -0500	bluetoothuserd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: Device.Wireless.BluetoothUseCase using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/Device.Wireless.BluetoothUseCase
info	2025-01-25 13:16:11.147850 -0500	bluetoothuserd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.147854 -0500	bluetoothuserd	com.apple.bluetoothuser	intelligence	Send usecase event  for 
info	2025-01-25 13:16:11.147876 -0500	bluetoothuserd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: Device.Wireless.BluetoothUseCase using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/Device.Wireless.BluetoothUseCase
info	2025-01-25 13:16:11.147878 -0500	bluetoothuserd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.147881 -0500	bluetoothuserd	com.apple.bluetoothuser	intelligence	Send usecase event  for 
default	2025-01-25 13:16:11.147977 -0500	airplayd	com.apple.bluetooth	CBDiscovery	Activated: CID 0xBEB6005C, XPC, ST PoweredOn, Devices 0
default	2025-01-25 13:16:11.147985 -0500	airplayd	com.apple.airplay	APBrowserBTLEManager	BTLE discoverer activation complete. Started AirPlayTarget scanning.
info	2025-01-25 13:16:11.148014 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.148418 -0500	mDNSResponder	com.apple.mDNSResponder	mDNS	[R9394] DNSServiceBrowse -> SubBrowser START -- qname:  (d30f3d6c)
default	2025-01-25 13:16:11.148459 -0500	mediaremoted	com.apple.amp.mediaremote	ExternalDevice	[ExternalDeviceServer] Removing television endpoint for client 
info	2025-01-25 13:16:11.148478 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.148710 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.148909 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.149131 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.149233 -0500	mDNSResponder	com.apple.mDNSResponder	mDNS	[R9395] DNSServiceBrowse START -- service type: , domain: , flags: 0x2004000, interface index: -1, client pid: 348 (airplayd),
info	2025-01-25 13:16:11.149358 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.149574 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.149770 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.149795 -0500	mDNSResponder	com.apple.mDNSResponder	mDNS	[R9395] DNSServiceBrowse -> SubBrowser START -- qname:  (f9e9bc71)
default	2025-01-25 13:16:11.149874 -0500	mDNSResponder	com.apple.mDNSResponder	mDNS	[R9396] DNSServiceBrowse START -- service type: , domain: , flags: 0x2004000, interface index: -1, client pid: 348 (airplayd),
info	2025-01-25 13:16:11.149936 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.150130 -0500	mDNSResponder	com.apple.mDNSResponder	mDNS	[R9396] DNSServiceBrowse -> SubBrowser START -- qname:  (d30f3d6c)
default	2025-01-25 13:16:11.150229 -0500	mDNSResponder	com.apple.mDNSResponder	mDNS	[R9397] DNSServiceBrowse START -- service type: , domain: , flags: 0x2004000, interface index: 0, client pid: 348 (airplayd),
default	2025-01-25 13:16:11.150347 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Scanning stopped successfully.  10 Advertising Events, 0 dropped pkts
default	2025-01-25 13:16:11.150351 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Trying to remove scan filters with forceRemove=NO fHaveZoneFilters:NO fZoneScansHaveChanged:NO fHaveUUIDFilters:YES fHaveRuleFilters:YES
info	2025-01-25 13:16:11.150353 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADV_PCF_FEATURE_SEL
info	2025-01-25 13:16:11.150379 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.150547 -0500	audiomxd	com.apple.coremedia		-MXSession- -[MXSession(InterfaceImpl) _dealloc]: Deallocating  SubBrowser START -- qname:  (f9e9bc71)
info	2025-01-25 13:16:11.150564 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.150616 -0500	audiomxd	com.apple.coremedia		-CMSession_CInterface- CMSessionFinalize: MXCoreSession [0xd17bc0380] is being finalized, client 'sid:0x6720b, Roam(1758), 'auxi''
default	2025-01-25 13:16:11.150631 -0500	kernel	com.apple.xnu.net.necp	necp	necp_process_defunct_list: necp_update_client abort nexus error (2) for pid 1758
info	2025-01-25 13:16:11.150758 -0500	SpringBoard	com.apple.hangtracer		HangTracerMonitor: Detected app exit (pid=1758)
default	2025-01-25 13:16:11.150861 -0500	launchd	user/501/UIKitApplication:com.msdrigg.roam[6159][rb-legacy] [1758]		exited due to SIGPIPE | sent by Roam[1758], ran for 4930203ms
default	2025-01-25 13:16:11.150876 -0500	launchd	user/501/UIKitApplication:com.msdrigg.roam[6159][rb-legacy] [1758]		service state: exited
info	2025-01-25 13:16:11.150883 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.150887 -0500	launchd	user/501/UIKitApplication:com.msdrigg.roam[6159][rb-legacy] [1758]		internal event: EXITED, code = 0
default	2025-01-25 13:16:11.150891 -0500	launchd	user/501/UIKitApplication:com.msdrigg.roam[6159][rb-legacy] [1758]		job state = exited
default	2025-01-25 13:16:11.150927 -0500	launchd	user/501		service inactive: UIKitApplication:com.msdrigg.roam[6159][rb-legacy]
default	2025-01-25 13:16:11.150933 -0500	launchd	user/501/UIKitApplication:com.msdrigg.roam[6159][rb-legacy] [1758]		service state: not running
default	2025-01-25 13:16:11.150952 -0500	launchd	pid/1758 [Roam]		shutting down
default	2025-01-25 13:16:11.150962 -0500	launchd	pid/1758 [Roam]		removing active service: com.apple.MTLCompilerService.E0CB29EF-A8CE-497A-8B58-EEB00D176BD1
default	2025-01-25 13:16:11.151014 -0500	launchd	pid/1758/com.apple.MTLCompilerService.E0CB29EF-A8CE-497A-8B58-EEB00D176BD1 [1906]		signaled service: Killed: 9
default	2025-01-25 13:16:11.151017 -0500	launchd	pid/1758/com.apple.MTLCompilerService.E0CB29EF-A8CE-497A-8B58-EEB00D176BD1 [1906]		service state: SIGKILLed
default	2025-01-25 13:16:11.151022 -0500	launchd	pid/1758/com.apple.MTLCompilerService.E0CB29EF-A8CE-497A-8B58-EEB00D176BD1 [1906]		scheduling cleanup in 3 sec after sending Killed: 9
default	2025-01-25 13:16:11.151045 -0500	launchd	pid/1758 [Roam]		removing active service: com.apple.intents.intents-helper
info	2025-01-25 13:16:11.151068 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.151070 -0500	launchd	pid/1758/com.apple.intents.intents-helper [1908]		signaled service: Killed: 9
default	2025-01-25 13:16:11.151073 -0500	launchd	pid/1758/com.apple.intents.intents-helper [1908]		service state: SIGKILLed
default	2025-01-25 13:16:11.151077 -0500	launchd	pid/1758/com.apple.intents.intents-helper [1908]		scheduling cleanup in 3 sec after sending Killed: 9
default	2025-01-25 13:16:11.151086 -0500	launchd	pid/1758 [Roam]		removing active service: com.apple.MTLCompilerService.8AD8273A-024A-49FB-B4E7-254AA8A457DA
default	2025-01-25 13:16:11.151112 -0500	launchd	pid/1758/com.apple.MTLCompilerService.8AD8273A-024A-49FB-B4E7-254AA8A457DA [1907]		signaled service: Killed: 9
default	2025-01-25 13:16:11.151115 -0500	launchd	pid/1758/com.apple.MTLCompilerService.8AD8273A-024A-49FB-B4E7-254AA8A457DA [1907]		service state: SIGKILLed
default	2025-01-25 13:16:11.151119 -0500	launchd	pid/1758/com.apple.MTLCompilerService.8AD8273A-024A-49FB-B4E7-254AA8A457DA [1907]		scheduling cleanup in 3 sec after sending Killed: 9
default	2025-01-25 13:16:11.151129 -0500	launchd	pid/1758 [Roam]		removing active service: com.apple.audio.AudioConverterService
default	2025-01-25 13:16:11.151153 -0500	launchd	pid/1758/com.apple.audio.AudioConverterService [1759]		signaled service: Killed: 9
default	2025-01-25 13:16:11.151155 -0500	launchd	pid/1758/com.apple.audio.AudioConverterService [1759]		service state: SIGKILLed
default	2025-01-25 13:16:11.151160 -0500	launchd	pid/1758/com.apple.audio.AudioConverterService [1759]		scheduling cleanup in 3 sec after sending Killed: 9
default	2025-01-25 13:16:11.151174 -0500	launchd	pid/1758/com.apple.MTLCompilerService		internal event: PETRIFIED, code = 0
info	2025-01-25 13:16:11.151361 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.151443 -0500	cfprefsd	com.apple.xpc	connection	[0x9569db480] invalidated because the client process (pid 1906) either cancelled the connection or exited
info	2025-01-25 13:16:11.151560 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.152122 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.152558 -0500	cfprefsd	com.apple.xpc	connection	[0x9569dabc0] invalidated because the client process (pid 1907) either cancelled the connection or exited
info	2025-01-25 13:16:11.152565 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.152793 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.152947 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.153146 -0500	mediaremoted	com.apple.amp.mediaremote	MediaRemote	Removing client 
info	2025-01-25 13:16:11.153490 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.153542 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADV_PCF_SERVICE_UUID
info	2025-01-25 13:16:11.153837 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.154139 -0500	launchd	pid/1907 [MTLCompilerServ]		shutting down
default	2025-01-25 13:16:11.154177 -0500	launchd	pid/1907 [MTLCompilerServ]		cleaning up
info	2025-01-25 13:16:11.154427 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.154436 -0500	launchd	pid/1758/com.apple.MTLCompilerService.8AD8273A-024A-49FB-B4E7-254AA8A457DA [1907]		exited due to SIGKILL | sent by launchd[1] during teardown of process-scoped services after host exited, ran for 4640914ms
default	2025-01-25 13:16:11.154441 -0500	launchd	pid/1758/com.apple.MTLCompilerService.8AD8273A-024A-49FB-B4E7-254AA8A457DA [1907]		service state: exited
default	2025-01-25 13:16:11.154450 -0500	launchd	pid/1758/com.apple.MTLCompilerService.8AD8273A-024A-49FB-B4E7-254AA8A457DA [1907]		internal event: EXITED, code = 0
default	2025-01-25 13:16:11.154454 -0500	launchd	pid/1758 [Roam]		service inactive: com.apple.MTLCompilerService.8AD8273A-024A-49FB-B4E7-254AA8A457DA
default	2025-01-25 13:16:11.154484 -0500	launchd	pid/1758/com.apple.MTLCompilerService.8AD8273A-024A-49FB-B4E7-254AA8A457DA [1907]		internal event: PETRIFIED, code = 0
default	2025-01-25 13:16:11.154489 -0500	launchd	pid/1758/com.apple.MTLCompilerService.8AD8273A-024A-49FB-B4E7-254AA8A457DA [1907]		service state: not running
default	2025-01-25 13:16:11.154548 -0500	launchd	pid/1758/com.apple.MTLCompilerService.E0CB29EF-A8CE-497A-8B58-EEB00D176BD1 [1906]		exited due to SIGKILL | sent by launchd[1] during teardown of process-scoped services after host exited, ran for 4640914ms
default	2025-01-25 13:16:11.154553 -0500	launchd	pid/1758/com.apple.MTLCompilerService.E0CB29EF-A8CE-497A-8B58-EEB00D176BD1 [1906]		service state: exited
default	2025-01-25 13:16:11.154558 -0500	launchd	pid/1758/com.apple.MTLCompilerService.E0CB29EF-A8CE-497A-8B58-EEB00D176BD1 [1906]		internal event: EXITED, code = 0
default	2025-01-25 13:16:11.154561 -0500	launchd	pid/1758 [Roam]		service inactive: com.apple.MTLCompilerService.E0CB29EF-A8CE-497A-8B58-EEB00D176BD1
default	2025-01-25 13:16:11.154573 -0500	launchd	pid/1758/com.apple.MTLCompilerService.E0CB29EF-A8CE-497A-8B58-EEB00D176BD1 [1906]		internal event: PETRIFIED, code = 0
default	2025-01-25 13:16:11.154577 -0500	launchd	pid/1758/com.apple.MTLCompilerService.E0CB29EF-A8CE-497A-8B58-EEB00D176BD1 [1906]		service state: not running
default	2025-01-25 13:16:11.154592 -0500	launchd	pid/1906 [MTLCompilerServ]		shutting down
default	2025-01-25 13:16:11.154603 -0500	launchd	pid/1906 [MTLCompilerServ]		cleaning up
default	2025-01-25 13:16:11.154608 -0500	launchd	system		removing child: pid/1907
default	2025-01-25 13:16:11.154619 -0500	launchd	system		removing child: pid/1906
info	2025-01-25 13:16:11.154669 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.154675 -0500	audiomxd	com.apple.xpc	connection	[0xd104fad00] invalidated because the client process (pid 1759) either cancelled the connection or exited
info	2025-01-25 13:16:11.154835 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.155026 -0500	launchd	pid/1758/com.apple.intents.intents-helper [1908]		exited due to SIGKILL | sent by launchd[1] during teardown of process-scoped services after host exited, ran for 4640424ms
default	2025-01-25 13:16:11.155031 -0500	launchd	pid/1758/com.apple.intents.intents-helper [1908]		service state: exited
default	2025-01-25 13:16:11.155038 -0500	launchd	pid/1758/com.apple.intents.intents-helper [1908]		internal event: EXITED, code = 0
default	2025-01-25 13:16:11.155040 -0500	launchd	pid/1758 [Roam]		service inactive: com.apple.intents.intents-helper
default	2025-01-25 13:16:11.155054 -0500	launchd	pid/1758/com.apple.intents.intents-helper [1908]		internal event: PETRIFIED, code = 0
info	2025-01-25 13:16:11.155055 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.155057 -0500	launchd	pid/1758/com.apple.intents.intents-helper [1908]		service state: not running
default	2025-01-25 13:16:11.155092 -0500	launchd	pid/1908 [intents_helper]		shutting down
default	2025-01-25 13:16:11.155100 -0500	launchd	pid/1908/com.apple.intents.intents-helper		internal event: PETRIFIED, code = 0
default	2025-01-25 13:16:11.155133 -0500	launchd	pid/1908 [intents_helper]		cleaning up
default	2025-01-25 13:16:11.155153 -0500	launchd	system		removing child: pid/1908
info	2025-01-25 13:16:11.155249 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.155436 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.155672 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.155906 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona 95D1E2E9-9609-44D9-A30A-0C4AEA990A0D): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.156043 -0500	audiomxd	com.apple.coremedia		-FigRouteDiscoveryManager- discoveryManager_postNotificationToAllDiscoverers_block_invoke: Time taken to run notification handler 0.623941ms. Time taken to post Discoverer_AvailableRoutesChanged to all discoverers: 11.179924ms. Average time: 14.329539ms. Cache misses this iteration 4.
default	2025-01-25 13:16:11.156138 -0500	audiomxd	com.apple.coremedia		-MX_RunningBoardServices- MX_RunningBoardServices_StopMonitoringForPID: Removing process predicate for pid 1758
default	2025-01-25 13:16:11.156203 -0500	audiomxd	com.apple.runningboard	monitor	Updating configuration of monitor M103-3
default	2025-01-25 13:16:11.156413 -0500	runningboardd	com.apple.libxpc.OSLaunchdJob	all	A701E6CA-65E7-4B5B-AD7B-880C1470C6E6 monitor: got an update with info exited, exit reason namespace=2 code=13
info	2025-01-25 13:16:11.156415 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): void_subscribeToProcessStateChangesWithConfiguration:error:
default	2025-01-25 13:16:11.156426 -0500	runningboardd	com.apple.runningboard	ttl	[app:1758] termination reported by launchd (2, 13, 13)
default	2025-01-25 13:16:11.156467 -0500	runningboardd	com.apple.runningboard	process	Removing process: [app:1758]
default	2025-01-25 13:16:11.156495 -0500	runningboardd	com.apple.runningboard	ttl	Existing process in RBProcessIndex is: (null)
info	2025-01-25 13:16:11.156666 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_RESET_ADV_MATCHING_RULES
info	2025-01-25 13:16:11.156730 -0500	runningboardd	com.apple.runningboard	job	Cleaning out [app:1758] from job manager
info	2025-01-25 13:16:11.156904 -0500	runningboardd	com.apple.runningboard	monitor	monitor changed to M103-3
default	2025-01-25 13:16:11.156929 -0500	runningboardd	com.apple.runningboard	job	Removing launch job for: [app:1758]
default	2025-01-25 13:16:11.157073 -0500	launchd	user/501/UIKitApplication:com.msdrigg.roam[6159][rb-legacy]		removing job: caller = runningboardd
default	2025-01-25 13:16:11.157075 -0500	launchd	user/501		removing service: UIKitApplication:com.msdrigg.roam[6159][rb-legacy]
default	2025-01-25 13:16:11.157088 -0500	launchd	user/501/UIKitApplication:com.msdrigg.roam[6159][rb-legacy]		internal event: PETRIFIED, code = 0
default	2025-01-25 13:16:11.157092 -0500	launchd	user/501/UIKitApplication:com.msdrigg.roam[6159][rb-legacy]		job state = removed
default	2025-01-25 13:16:11.157140 -0500	launchd	pid/1759 [AudioConverterS]		shutting down
default	2025-01-25 13:16:11.157180 -0500	launchd	pid/1759 [AudioConverterS]		cleaning up
default	2025-01-25 13:16:11.157193 -0500	runningboardd	com.apple.libxpc.OSLaunchdJob	all	: remove succeeded
default	2025-01-25 13:16:11.157205 -0500	runningboardd	com.apple.runningboard	job	Removed job for [app:1758]
default	2025-01-25 13:16:11.157236 -0500	runningboardd	com.apple.runningboard	process	Removing assertions for terminated process: [app:1758]
info	2025-01-25 13:16:11.157248 -0500	runningboardd	com.apple.runningboard	assertion	Removing 5 assertions
default	2025-01-25 13:16:11.157263 -0500	runningboardd	com.apple.runningboard	assertion	Removed last relative-start-date-defining assertion for process app
default	2025-01-25 13:16:11.157279 -0500	launchd	pid/1758/com.apple.audio.AudioConverterService [1759]		exited due to SIGKILL | sent by launchd[1] during teardown of process-scoped services after host exited, ran for 4929654ms
default	2025-01-25 13:16:11.157284 -0500	launchd	pid/1758/com.apple.audio.AudioConverterService [1759]		service state: exited
default	2025-01-25 13:16:11.157290 -0500	launchd	pid/1758/com.apple.audio.AudioConverterService [1759]		internal event: EXITED, code = 0
default	2025-01-25 13:16:11.157294 -0500	launchd	pid/1758 [Roam]		service inactive: com.apple.audio.AudioConverterService
default	2025-01-25 13:16:11.157306 -0500	launchd	pid/1758/com.apple.audio.AudioConverterService [1759]		internal event: PETRIFIED, code = 0
default	2025-01-25 13:16:11.157309 -0500	launchd	pid/1758 [Roam]		cleaning up
default	2025-01-25 13:16:11.157319 -0500	launchd	pid/1758/com.apple.audio.AudioConverterService [1759]		service state: not running
default	2025-01-25 13:16:11.157399 -0500	launchd	system		removing child: pid/1759
default	2025-01-25 13:16:11.157407 -0500	launchd	system		removing child: pid/1758
info	2025-01-25 13:16:11.157437 -0500	runningboardd	com.apple.runningboard	assertion	Removing 0 assertions
info	2025-01-25 13:16:11.157474 -0500	runningboardd	com.apple.runningboard	assertion	app is now targeted by 4 assertions
info	2025-01-25 13:16:11.157496 -0500	runningboardd	com.apple.runningboard	assertion	app is now targeted by 3 assertions
info	2025-01-25 13:16:11.157502 -0500	runningboardd	com.apple.runningboard	assertion	app is now targeted by 2 assertions
info	2025-01-25 13:16:11.157507 -0500	runningboardd	com.apple.runningboard	assertion	Removed pid 1758 from RBSAssertionManagerStore; count 48; size 4096
info	2025-01-25 13:16:11.157514 -0500	runningboardd	com.apple.runningboard	assertion	app is now targeted by 1 assertions
info	2025-01-25 13:16:11.157521 -0500	runningboardd	com.apple.runningboard	assertion	app is now targeted by 0 assertions
info	2025-01-25 13:16:11.157574 -0500	runningboardd	com.apple.runningboard	process	Resolved state for exited process: 
info	2025-01-25 13:16:11.157593 -0500	runningboardd	com.apple.runningboard	process	Ended tracking state for process identity app
default	2025-01-25 13:16:11.157999 -0500	backboardd	com.apple.AttentionAwareness	AttentionAwareness	  32834.28903: 11 Digitizer since   32832.82294 (Sat Jan 25 13:16:09 2025)
default	2025-01-25 13:16:11.158452 -0500	audiomxd	com.apple.coremedia		-FigRouteDiscoverer- discoverer_logAvailableRouteDetails: There are no available routes for clientName=mediaremoted, discovererType=Control Only
error	2025-01-25 13:16:11.158546 -0500	runningboardd	com.apple.runningboard	general	RBSStateCapture remove item called for untracked item  entitlements: inheritanceManager:
	]>>
default	2025-01-25 13:16:11.158797 -0500	runningboardd	com.apple.runningboard	process	Notifying connection  that process  exited with context 
default	2025-01-25 13:16:11.158802 -0500	runningboardd	com.apple.runningboard	monitor	Calculated state for app: none (role: None) (endowments: (null))
default	2025-01-25 13:16:11.158869 -0500	runningboardd	com.apple.runningboard	process	Notifying connection  that process  exited with context 
default	2025-01-25 13:16:11.158967 -0500	runningboardd	com.apple.runningboard	process	Notifying connection  that process  exited with context 
default	2025-01-25 13:16:11.159087 -0500	chronod	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
default	2025-01-25 13:16:11.159250 -0500	runningboardd	com.apple.runningboard	monitor	Calculated state for app: none (role: None) (endowments: (null))
default	2025-01-25 13:16:11.159347 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 66 (osservice, running-NotVisible
default	2025-01-25 13:16:11.159396 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 31 (osservice, running-NotVisible
default	2025-01-25 13:16:11.159400 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1686 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.159403 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 97 (osservice, running-NotVisible
default	2025-01-25 13:16:11.159405 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 103 (osservice, running-NotVisible
default	2025-01-25 13:16:11.159408 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1521 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.159410 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1753 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.159414 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 65 (osservice, running-NotVisible
default	2025-01-25 13:16:11.159416 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 731 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.159420 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 72 (osservice, running-NotVisible
default	2025-01-25 13:16:11.159423 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 2080 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.159425 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 332 (osservice, running-NotVisible
default	2025-01-25 13:16:11.159427 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 203 (osservice, running-NotVisible
default	2025-01-25 13:16:11.159430 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1671 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.159434 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 373 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.159436 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1696 (xpcservice:1652])>{vt hash: 223737757}[uuid:E86DB7DA-0AC6-4D8D-9BE7-E063EEC06EAB], running-suspended-NotVisible
default	2025-01-25 13:16:11.159506 -0500	dasd	com.apple.runningboard	process	Firing exit handlers for 1758 with context >
info	2025-01-25 13:16:11.159533 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:35] (euid 501, auid 501) (persona (null)): lastExitContextForInstance:error:
default	2025-01-25 13:16:11.159549 -0500	chronod	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
default	2025-01-25 13:16:11.159568 -0500	CommCenter	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
info	2025-01-25 13:16:11.159629 -0500	SpringBoard	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
info	2025-01-25 13:16:11.159651 -0500	SpringBoard	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
info	2025-01-25 13:16:11.159729 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:35] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.159816 -0500	CommCenter	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
info	2025-01-25 13:16:11.159921 -0500	SpringBoard	com.apple.Accessibility	AXRuntimePID	Client requesting suspension of PID:1758 Name:
default	2025-01-25 13:16:11.160001 -0500	audiomxd	com.apple.coremedia		-FigRouteDiscoverer- discoverer_logAvailableRouteDetails: Available routes for clientName=SpringBoard, discovererType=Audio: [0].Speaker
info	2025-01-25 13:16:11.160011 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_CONFIG_ADV_MATCHING_ADDRESS_LIST
info	2025-01-25 13:16:11.160023 -0500	SpringBoard	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
default	2025-01-25 13:16:11.160038 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 196 (osservice, running-NotVisible
default	2025-01-25 13:16:11.160043 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 50 (osservice, running-NotVisible
default	2025-01-25 13:16:11.160046 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 339 (osservice, running-NotVisible
default	2025-01-25 13:16:11.160048 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1652 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.160052 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 387 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.160054 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 2141 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.160058 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 94 (osservice, running-NotVisible
default	2025-01-25 13:16:11.160060 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 151 (osservice, running-NotVisible
default	2025-01-25 13:16:11.160063 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 147 (osservice, running-NotVisible
default	2025-01-25 13:16:11.160068 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1911 (app, running-active-NotVisible
default	2025-01-25 13:16:11.160070 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 35 (osservice, running-active-Visible
default	2025-01-25 13:16:11.160073 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 40 (osservice, running-NotVisible
default	2025-01-25 13:16:11.160077 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 36 (osservice, running-NotVisible
info	2025-01-25 13:16:11.160160 -0500	SpringBoard	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
info	2025-01-25 13:16:11.160173 -0500	SpringBoard	com.apple.runningboard	monitor	Update skipped for [app:1758]
info	2025-01-25 13:16:11.160200 -0500	SpringBoard	com.apple.runningboard	monitor	Update skipped for [app:1758]
default	2025-01-25 13:16:11.160217 -0500	CommCenter	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
info	2025-01-25 13:16:11.160269 -0500	CommCenter	com.apple.telephony	cu.data	BundleID: com.msdrigg.roam is no longer a foreground app
info	2025-01-25 13:16:11.160279 -0500	CommCenter	com.apple.CommCenter	ul	BundleID: com.msdrigg.roam is no longer a foreground app
info	2025-01-25 13:16:11.160295 -0500	CommCenter	com.apple.runningboard	monitor	Update skipped for [app:1758]
info	2025-01-25 13:16:11.160298 -0500	SpringBoard	com.apple.runningboard	monitor	Update skipped for [app:1758]
default	2025-01-25 13:16:11.160413 -0500	audiomxd	com.apple.runningboard	process	Firing exit handlers for 1758 with context >
info	2025-01-25 13:16:11.160448 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1671]
default	2025-01-25 13:16:11.160470 -0500	audiomxd	com.apple.coremedia		-FigRouteDiscoverer- discoverer_logAvailableRouteDetails: Available routes for clientName=SpringBoard, discovererType=Audio: [0].Speaker
info	2025-01-25 13:16:11.160481 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:731]
info	2025-01-25 13:16:11.160514 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:147]
info	2025-01-25 13:16:11.160530 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:203]
info	2025-01-25 13:16:11.160540 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:103]
default	2025-01-25 13:16:11.160568 -0500	audiomxd	com.apple.coremedia		-FigRouteDiscoverer- discoverer_logAvailableRouteDetails: Available routes for clientName=mediaremoted, discovererType=Audio: [0].Speaker
info	2025-01-25 13:16:11.160572 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:339]
info	2025-01-25 13:16:11.160582 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:2080]
info	2025-01-25 13:16:11.160649 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:94]
info	2025-01-25 13:16:11.160661 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1652]
info	2025-01-25 13:16:11.160703 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:66]
info	2025-01-25 13:16:11.160770 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:2141]
info	2025-01-25 13:16:11.160788 -0500	backboardd	com.apple.Accessibility	AXRuntimeNotifications	Sending notification to client: 1021, {
    "display-type" = 0;
    pid = 1758;
    "suspended-status" = suspended;
}
info	2025-01-25 13:16:11.160792 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:65]
info	2025-01-25 13:16:11.160808 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:50]
info	2025-01-25 13:16:11.160823 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.160855 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [xpcservice:1652])>{vt hash: 223737757}[uuid:E86DB7DA-0AC6-4D8D-9BE7-E063EEC06EAB]:1696]
info	2025-01-25 13:16:11.160867 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1911]
info	2025-01-25 13:16:11.160912 -0500	assistivetouchd	com.apple.Accessibility	AXRuntimePID	Did receive kAXPidStatusChangedNotification
info	2025-01-25 13:16:11.160958 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1686]
info	2025-01-25 13:16:11.160959 -0500	assistivetouchd	com.apple.Accessibility	AXRuntimePID	pid status change recorded: {
    "display-type" = 0;
    pid = 1758;
    "suspended-status" = suspended;
} for display type: 0
info	2025-01-25 13:16:11.160969 -0500	assistivetouchd	com.apple.Accessibility	AXRuntimePID	Adding suspended pid: 1758
info	2025-01-25 13:16:11.160973 -0500	assistivetouchd	com.apple.Accessibility	AXRuntimePID	Did suspend pid: 1758 on Display 0
default	2025-01-25 13:16:11.161015 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
info	2025-01-25 13:16:11.161019 -0500	SpringBoard	com.apple.IdleTimerServices	IdleTimer	Enabled nonSampled attention lost timeout with: 3600.000000 seconds
info	2025-01-25 13:16:11.161050 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1521]
info	2025-01-25 13:16:11.161062 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:97]
info	2025-01-25 13:16:11.161075 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:40]
info	2025-01-25 13:16:11.161107 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:373]
info	2025-01-25 13:16:11.161158 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:72]
info	2025-01-25 13:16:11.161190 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:36]
info	2025-01-25 13:16:11.161211 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:151]
info	2025-01-25 13:16:11.161254 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:332]
info	2025-01-25 13:16:11.161268 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:196]
info	2025-01-25 13:16:11.161287 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:31]
default	2025-01-25 13:16:11.161319 -0500	backboardd	com.apple.AttentionAwareness	AttentionAwareness	  32834.29237: reset attention lost timeout for com.apple.springboard.GlobalBacklightIdleTimer at   32834.29236
info	2025-01-25 13:16:11.161324 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:387]
default	2025-01-25 13:16:11.161355 -0500	backboardd	com.apple.AttentionAwareness	AttentionAwareness	  32834.29237: updated config  (identifier: com.apple.springboard.GlobalBacklightIdleTimer samplingInterval:       0.00000 samplingDelay:       0.00000 sampleWhileAbsent: false retroactiveTimeoutMode: false pollingFilter: false continuousFaceDetectMode: false unityStream: false activateEyeRelief: false activateAttentionDetection: false activateMotionDetection: false activatePersonDetection: false attentionLostTimeouts: 280, 282, 300 nonSampledAttentionLostTimeoutEnabled true nonSampledAttentionLostTimeout       0.00000 notificationMask NONE mask AttentionLost|Button|Keyboard|Digitizer|Pointer|GameController|MesaTouch|GenericGesture attentionLostEventMask AttentionLost|Button|Keyboard|Digitizer|Pointer|GameController|MesaTouch|GenericGesture digitizerDisplayUUIDs (null) buttonDisplayUUIDs (null) keyboardDisplayUUIDs (null) tagIndex 3421)
info	2025-01-25 13:16:11.161365 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:35]
default	2025-01-25 13:16:11.161403 -0500	audiomxd	com.apple.runningboard	process	Calling process death completion block for handle 
default	2025-01-25 13:16:11.161412 -0500	audiomxd	com.apple.coreaudio	as_server	  ServerSessionManager.mm:1054  Monitored process died, pid = 1758, name = Roam
info	2025-01-25 13:16:11.161444 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1686]
info	2025-01-25 13:16:11.161454 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1521]
info	2025-01-25 13:16:11.161456 -0500	SpringBoard	com.apple.CoreAnalytics	client	Dropping "com.apple.springboard.auto-lock" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.161463 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.161473 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:731]
info	2025-01-25 13:16:11.161483 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:2080]
info	2025-01-25 13:16:11.161493 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1671]
info	2025-01-25 13:16:11.161500 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:373]
info	2025-01-25 13:16:11.161509 -0500	backboardd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.161510 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [xpcservice:1652])>{vt hash: 223737757}[uuid:E86DB7DA-0AC6-4D8D-9BE7-E063EEC06EAB]:1696]
info	2025-01-25 13:16:11.161521 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1652]
info	2025-01-25 13:16:11.161530 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:387]
info	2025-01-25 13:16:11.161539 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:2141]
info	2025-01-25 13:16:11.161550 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1911]
info	2025-01-25 13:16:11.161561 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:35]
info	2025-01-25 13:16:11.162102 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): lastExitContextForInstance:error:
info	2025-01-25 13:16:11.162152 -0500	biomed	com.apple.Biome	BiomeCompute	Wrote bookmark file for subscription  domain: User path: 
info	2025-01-25 13:16:11.162168 -0500	biomed	com.apple.Biome	BiomeCompute	Publishing downstream for subscription  based on new  event
info	2025-01-25 13:16:11.162305 -0500	audiomxd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
info	2025-01-25 13:16:11.162344 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:196]
info	2025-01-25 13:16:11.162375 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:196]
info	2025-01-25 13:16:11.162420 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1686]
info	2025-01-25 13:16:11.162445 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1686]
info	2025-01-25 13:16:11.162473 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.162498 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.162528 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:373]
info	2025-01-25 13:16:11.162554 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:373]
info	2025-01-25 13:16:11.162574 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:66]
info	2025-01-25 13:16:11.162584 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:31]
info	2025-01-25 13:16:11.162591 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1686]
info	2025-01-25 13:16:11.162600 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:97]
info	2025-01-25 13:16:11.162609 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:103]
info	2025-01-25 13:16:11.162616 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1521]
info	2025-01-25 13:16:11.162625 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.162632 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:65]
info	2025-01-25 13:16:11.162642 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:731]
info	2025-01-25 13:16:11.162651 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:72]
default	2025-01-25 13:16:11.162909 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	handleScanStoppedEvent state=Idle observerState=Active
default	2025-01-25 13:16:11.163075 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ShouldScan=1 AnyValidScanRequests=1 anyValidScanRequestInPaused=0 fObserverState=Active ClientScanPowerAssertRequired=0 fScanFiltersNeedUpdagint=1
default	2025-01-25 13:16:11.163079 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	updateADVBufferConfig current:02 new:02 configChanged:00
info	2025-01-25 13:16:11.163084 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	enableObjectDiscoveryADVBuffersIfNeeded objectDiscoveryHwAdvBufferOnly:1 fScreenState:1
default	2025-01-25 13:16:11.163089 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Creating an AOP match table with handle 256 for type 7
info	2025-01-25 13:16:11.163106 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_MATCHTABLE_CONFIG
default	2025-01-25 13:16:11.163459 -0500	airplayd	com.apple.securityd	thread-local-client-debug	SecSecurityClientGet new thread!
default	2025-01-25 13:16:11.164417 -0500	dasd	com.apple.runningboard	process	Calling process death completion block for handle 
default	2025-01-25 13:16:11.164619 -0500	launchd	user/501		failed lookup: name = PurplePPTServer, flags = 0x1, requestor = SpringBoard[35], error = 3: No such process
info	2025-01-25 13:16:11.164644 -0500	chronod	com.apple.runningboard	monitor	Update skipped for [app:1758]
info	2025-01-25 13:16:11.164753 -0500	SpringBoard	com.apple.runningboard	monitor	Update skipped for [app:1758]
default	2025-01-25 13:16:11.165004 -0500	milod	com.apple.MicroLocation	MicroLocation	{"msg":"appLaunch", "bundleIdentifier":}
info	2025-01-25 13:16:11.166088 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BD_VSC_MATCHTABLE_CONFIG returned with result: 0
info	2025-01-25 13:16:11.166090 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_MATCHTABLE_EXT_FILTER_CONFIG
info	2025-01-25 13:16:11.166524 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:2080]
info	2025-01-25 13:16:11.166558 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:332]
info	2025-01-25 13:16:11.166572 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:203]
info	2025-01-25 13:16:11.166583 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1671]
info	2025-01-25 13:16:11.166593 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:373]
info	2025-01-25 13:16:11.166605 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [xpcservice:1652])>{vt hash: 223737757}[uuid:E86DB7DA-0AC6-4D8D-9BE7-E063EEC06EAB]:1696]
info	2025-01-25 13:16:11.166615 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:196]
info	2025-01-25 13:16:11.166625 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:50]
info	2025-01-25 13:16:11.166635 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:339]
info	2025-01-25 13:16:11.166646 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1652]
info	2025-01-25 13:16:11.166656 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:387]
info	2025-01-25 13:16:11.166666 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:2141]
info	2025-01-25 13:16:11.166676 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:94]
info	2025-01-25 13:16:11.166686 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:151]
info	2025-01-25 13:16:11.166695 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:147]
info	2025-01-25 13:16:11.166703 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1911]
info	2025-01-25 13:16:11.166722 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:35]
info	2025-01-25 13:16:11.166733 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1758]
info	2025-01-25 13:16:11.166743 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:40]
info	2025-01-25 13:16:11.166753 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:36]
info	2025-01-25 13:16:11.166769 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:66]
info	2025-01-25 13:16:11.166779 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:31]
info	2025-01-25 13:16:11.166789 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1686]
info	2025-01-25 13:16:11.166798 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:97]
info	2025-01-25 13:16:11.166858 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:103]
info	2025-01-25 13:16:11.166871 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1521]
info	2025-01-25 13:16:11.166881 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.166893 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:65]
info	2025-01-25 13:16:11.166903 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:731]
info	2025-01-25 13:16:11.166907 -0500	biomed	com.apple.Biome	BiomeCompute	Bookmark file exists: YES for subscription  domain: User path: 
info	2025-01-25 13:16:11.166913 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:72]
info	2025-01-25 13:16:11.166920 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:2080]
info	2025-01-25 13:16:11.166929 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:332]
info	2025-01-25 13:16:11.166938 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:203]
info	2025-01-25 13:16:11.166946 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1671]
info	2025-01-25 13:16:11.167036 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:373]
info	2025-01-25 13:16:11.167145 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [xpcservice:1652])>{vt hash: 223737757}[uuid:E86DB7DA-0AC6-4D8D-9BE7-E063EEC06EAB]:1696]
info	2025-01-25 13:16:11.167160 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:196]
info	2025-01-25 13:16:11.167170 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:50]
info	2025-01-25 13:16:11.167179 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:339]
info	2025-01-25 13:16:11.167186 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1652]
info	2025-01-25 13:16:11.167195 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:387]
info	2025-01-25 13:16:11.167203 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:2141]
info	2025-01-25 13:16:11.167211 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:94]
info	2025-01-25 13:16:11.167220 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:151]
info	2025-01-25 13:16:11.167227 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:147]
info	2025-01-25 13:16:11.167234 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1911]
info	2025-01-25 13:16:11.167249 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:35]
info	2025-01-25 13:16:11.167258 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:40]
info	2025-01-25 13:16:11.167265 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:36]
info	2025-01-25 13:16:11.167287 -0500	audiomxd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
info	2025-01-25 13:16:11.167315 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:151]
info	2025-01-25 13:16:11.167340 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:151]
info	2025-01-25 13:16:11.167370 -0500	biomed	com.apple.Biome	BiomeCompute	Read bookmark file for subscription  domain: User path: 
info	2025-01-25 13:16:11.167404 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:35]
info	2025-01-25 13:16:11.167474 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:35]
info	2025-01-25 13:16:11.167500 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [xpcservice:1652])>{vt hash: 223737757}[uuid:E86DB7DA-0AC6-4D8D-9BE7-E063EEC06EAB]:1696]
info	2025-01-25 13:16:11.167526 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [xpcservice:1652])>{vt hash: 223737757}[uuid:E86DB7DA-0AC6-4D8D-9BE7-E063EEC06EAB]:1696]
info	2025-01-25 13:16:11.167565 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1758]
default	2025-01-25 13:16:11.167610 -0500	audiomxd	com.apple.coremedia		<<<< FigApplicationStateMonitor >>>> fasm_updateHandler: application  updated to state 1 from state 4
default	2025-01-25 13:16:11.167642 -0500	audiomxd	com.apple.runningboard	monitor	unsubscribing configuration of monitor M103-27
info	2025-01-25 13:16:11.167738 -0500	audiomxd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
info	2025-01-25 13:16:11.167762 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1521]
info	2025-01-25 13:16:11.167788 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1521]
info	2025-01-25 13:16:11.167819 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:66]
info	2025-01-25 13:16:11.167828 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:31]
info	2025-01-25 13:16:11.167854 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1686]
info	2025-01-25 13:16:11.167866 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:97]
info	2025-01-25 13:16:11.167876 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:103]
info	2025-01-25 13:16:11.167885 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1521]
info	2025-01-25 13:16:11.167893 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.167902 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:65]
info	2025-01-25 13:16:11.167911 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:731]
info	2025-01-25 13:16:11.167921 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:72]
info	2025-01-25 13:16:11.167928 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:2080]
info	2025-01-25 13:16:11.167937 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:332]
info	2025-01-25 13:16:11.167947 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:203]
info	2025-01-25 13:16:11.167956 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1671]
info	2025-01-25 13:16:11.167964 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:373]
info	2025-01-25 13:16:11.167974 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [xpcservice:1652])>{vt hash: 223737757}[uuid:E86DB7DA-0AC6-4D8D-9BE7-E063EEC06EAB]:1696]
info	2025-01-25 13:16:11.167984 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:196]
info	2025-01-25 13:16:11.167992 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:50]
info	2025-01-25 13:16:11.168000 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:339]
info	2025-01-25 13:16:11.168009 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1652]
info	2025-01-25 13:16:11.168019 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:387]
info	2025-01-25 13:16:11.168028 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:2141]
info	2025-01-25 13:16:11.168036 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:94]
info	2025-01-25 13:16:11.168045 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:151]
info	2025-01-25 13:16:11.168055 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:147]
info	2025-01-25 13:16:11.168065 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1911]
info	2025-01-25 13:16:11.168076 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:35]
info	2025-01-25 13:16:11.168088 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:40]
info	2025-01-25 13:16:11.168097 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:36]
default	2025-01-25 13:16:11.168169 -0500	launchd			Flushed 42 logs [limit: 20]
info	2025-01-25 13:16:11.168209 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1671]
info	2025-01-25 13:16:11.168236 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:731]
info	2025-01-25 13:16:11.168258 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:147]
info	2025-01-25 13:16:11.168267 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:203]
info	2025-01-25 13:16:11.168320 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:103]
info	2025-01-25 13:16:11.168354 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:339]
info	2025-01-25 13:16:11.168363 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:2080]
info	2025-01-25 13:16:11.168427 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:94]
info	2025-01-25 13:16:11.168440 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1652]
info	2025-01-25 13:16:11.168483 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:66]
info	2025-01-25 13:16:11.168551 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:2141]
info	2025-01-25 13:16:11.168572 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:65]
info	2025-01-25 13:16:11.168587 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:50]
info	2025-01-25 13:16:11.168602 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.168605 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.168616 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.168633 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [xpcservice:1652])>{vt hash: 223737757}[uuid:E86DB7DA-0AC6-4D8D-9BE7-E063EEC06EAB]:1696]
info	2025-01-25 13:16:11.168646 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1911]
info	2025-01-25 13:16:11.168755 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1686]
info	2025-01-25 13:16:11.168828 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1521]
info	2025-01-25 13:16:11.168840 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:97]
info	2025-01-25 13:16:11.168853 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:40]
info	2025-01-25 13:16:11.168885 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:373]
default	2025-01-25 13:16:11.168886 -0500	biomed	com.apple.Biome	BiomeStorage	Enumerator for App.InFocus starting from /+0x1fb80
info	2025-01-25 13:16:11.168936 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:72]
info	2025-01-25 13:16:11.168965 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:36]
info	2025-01-25 13:16:11.168986 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:151]
info	2025-01-25 13:16:11.169002 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:332]
info	2025-01-25 13:16:11.169013 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:196]
info	2025-01-25 13:16:11.169029 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:31]
info	2025-01-25 13:16:11.169068 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:387]
info	2025-01-25 13:16:11.169080 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.169090 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.169107 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:35]
info	2025-01-25 13:16:11.169255 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_MATCHTABLE_PARAMS
info	2025-01-25 13:16:11.169337 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:66]
info	2025-01-25 13:16:11.169346 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:31]
info	2025-01-25 13:16:11.169356 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1686]
info	2025-01-25 13:16:11.169364 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:97]
info	2025-01-25 13:16:11.169373 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:103]
info	2025-01-25 13:16:11.169383 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1521]
info	2025-01-25 13:16:11.169390 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.169399 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:65]
info	2025-01-25 13:16:11.169408 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:731]
info	2025-01-25 13:16:11.169416 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:72]
info	2025-01-25 13:16:11.169425 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:2080]
info	2025-01-25 13:16:11.169434 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:332]
info	2025-01-25 13:16:11.169441 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:203]
info	2025-01-25 13:16:11.169450 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1671]
info	2025-01-25 13:16:11.169459 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:373]
info	2025-01-25 13:16:11.169469 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [xpcservice:1652])>{vt hash: 223737757}[uuid:E86DB7DA-0AC6-4D8D-9BE7-E063EEC06EAB]:1696]
info	2025-01-25 13:16:11.169477 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:196]
info	2025-01-25 13:16:11.169486 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:50]
info	2025-01-25 13:16:11.169496 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:339]
info	2025-01-25 13:16:11.169503 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1652]
info	2025-01-25 13:16:11.169512 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:387]
info	2025-01-25 13:16:11.169521 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:2141]
info	2025-01-25 13:16:11.169531 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:94]
info	2025-01-25 13:16:11.169539 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:151]
info	2025-01-25 13:16:11.169548 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:147]
info	2025-01-25 13:16:11.169559 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1911]
info	2025-01-25 13:16:11.169572 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:35]
info	2025-01-25 13:16:11.169580 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:40]
info	2025-01-25 13:16:11.169589 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [osservice:36]
default	2025-01-25 13:16:11.169727 -0500	launchd			Flushed 26 logs [limit: 20]
default	2025-01-25 13:16:11.169955 -0500	UserEventAgent	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
default	2025-01-25 13:16:11.169977 -0500	locationd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
default	2025-01-25 13:16:11.170216 -0500	callservicesd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
info	2025-01-25 13:16:11.170217 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:74] (euid 0, auid 0) (persona (null)): lastExitContextForInstance:error:
default	2025-01-25 13:16:11.170329 -0500	wcd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
info	2025-01-25 13:16:11.170406 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): async_unsubscribeFromProcessStateChangesWithIdentifier:
default	2025-01-25 13:16:11.170499 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"invoking applicationStateChange handler", "StateChangeData":"{\n    BKSApplicationStateAppIsFrontmost = 0;\n    BKSApplicationStateExtensionKey = 0;\n    SBApplicationStateDisplayIDKey = \"com.msdrigg.roam\";\n    SBApplicationStateKey = 1;\n    SBApplicationStateProcessIDKey = 1758;\n    SBMostElevatedStateForProcessID = 1;\n}"}
info	2025-01-25 13:16:11.170505 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:31] (euid 0, auid 0) (persona (null)): lastExitContextForInstance:error:
info	2025-01-25 13:16:11.170563 -0500	locationd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
default	2025-01-25 13:16:11.170613 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#dic AppMonitor received Termination", "pid":1758, "bundleId":"com.msdrigg.roam", "exitReason":-1}
info	2025-01-25 13:16:11.170625 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:151] (euid 501, auid 501) (persona (null)): lastExitContextForInstance:error:
default	2025-01-25 13:16:11.170629 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"Post Application State Change Notification", "notification":"Terminated", "pid":1758, "bundleId":"com.msdrigg.roam"}
default	2025-01-25 13:16:11.170715 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#Warning #ClientResolution the passed keyPath is not registered. Resolving to #nullCKP", "InputCKP":"icom.msdrigg.roam:"}
default	2025-01-25 13:16:11.170721 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: (0x16ba4dc20) GetIdentifyingInformation
default	2025-01-25 13:16:11.170912 -0500	PerfPowerServices	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
default	2025-01-25 13:16:11.170918 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction releasing: (0x16ba4dc20) GetIdentifyingInformation
default	2025-01-25 13:16:11.170923 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA AppMonitor notification", "notification":"Terminated", "pid":1758, "bundleId":"com.msdrigg.roam", "ClientKey":"icom.msdrigg.roam:"}
default	2025-01-25 13:16:11.170928 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA Marking change", "clientKey":"icom.msdrigg.roam:", "reason":"Process state from RunningBoard", "AssertionLevel":"kCLClientInUseLevelDirectUserEngagement", "coming":0}
default	2025-01-25 13:16:11.170943 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA updating AssertionRecord", "ClientKey":"icom.msdrigg.roam:", "AssertionLevel":"kCLClientInUseLevelDirectUserEngagement"}
default	2025-01-25 13:16:11.170944 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA AssertionRecord updated", "ClientKey":"icom.msdrigg.roam:", "AssertionLevel":"kCLClientInUseLevelNotInUse"}
default	2025-01-25 13:16:11.170947 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA in-use level changed for client", "ClientKey":"icom.msdrigg.roam:"}
default	2025-01-25 13:16:11.170974 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#Warning #ClientResolution the passed keyPath is not registered. Resolving to #nullCKP", "InputCKP":"icom.msdrigg.roam:"}
info	2025-01-25 13:16:11.171134 -0500	siriinferenced	com.apple.Biome	BiomeCompute	BMComputeXPCPublisherClient handle event for subscription with identifier 
info	2025-01-25 13:16:11.171154 -0500	siriinferenced	com.apple.Biome	BiomeCompute	BMBiomeScheduler received callback from subscription , reading bookmark and subscribing to DSL graph publisher
default	2025-01-25 13:16:11.171170 -0500	gamepolicyd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
info	2025-01-25 13:16:11.171288 -0500	gamepolicyd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
default	2025-01-25 13:16:11.171333 -0500	gamepolicyd	com.apple.gamepolicyd	Common	Foreground games no longer identified - releasing transaction
default	2025-01-25 13:16:11.171412 -0500	dasd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
default	2025-01-25 13:16:11.171703 -0500	symptomsd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
info	2025-01-25 13:16:11.171786 -0500	symptomsd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
info	2025-01-25 13:16:11.171807 -0500	symptomsd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
default	2025-01-25 13:16:11.171947 -0500	useractivityd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
info	2025-01-25 13:16:11.171978 -0500	mDNSResponder	com.apple.network	quic	quic_ecn_validate_ack disable ECN due to receiving ACK without ECN even though we sent 1 ECT packets
default	2025-01-25 13:16:11.172360 -0500	backboardd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
info	2025-01-25 13:16:11.172476 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	enableAOPBTBuffersIfNeeded haveAnyHwAOPBTBufferRequests:1 fScreenState:1 fAOPBTBufferReadInProgress:0 fAOPBTProxCtxBufferReadInProgress:0
info	2025-01-25 13:16:11.172564 -0500	backboardd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
info	2025-01-25 13:16:11.172585 -0500	biomed	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
default	2025-01-25 13:16:11.172604 -0500	bluetoothd	com.apple.xpc	connection	[0xb42881c00] activating connection: mach=true listener=false peer=false name=com.apple.iokit.powerdxpc
default	2025-01-25 13:16:11.172614 -0500	watchdogd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
default	2025-01-25 13:16:11.172935 -0500	audiomxd	com.apple.coremedia		-MXNowPlayingAppManager- -[MXNowPlayingAppManager updateNowPlayingApp:session:reasonForUpdate:]: PID 1758, current nowplaying app PID 0, canBeAndAllowedToBeNowPlayingApp NO, canBeNowPlayingApp NO, allowedToBeNowPlayingApp NO reason MXSCFinalize
default	2025-01-25 13:16:11.173007 -0500	powerd	com.apple.xpc	connection	[0xd18388640] activating connection: mach=false listener=false peer=true name=com.apple.iokit.powerdxpc.peer[94].0xd18388640
default	2025-01-25 13:16:11.173119 -0500	bluetoothd	com.apple.xpc	connection	[0xb42881c00] invalidated after the last release of the connection object
default	2025-01-25 13:16:11.173254 -0500	audiomxd	com.apple.coremedia		-FigRouteDiscoverer- discoverer_Finalize: Finalizing discoverer of type Audio uuid=
info	2025-01-25 13:16:11.173278 -0500	biomed	com.apple.Biome	BiomeCompute	Completed sink for subscription  based on new  event, completion: . Bookmark: 
default	2025-01-25 13:16:11.173296 -0500	audiomxd	com.apple.coremedia		-FigRouteDiscoverer- discoverer_Finalize: Finalizing discoverer of type AudioVideo uuid=
default	2025-01-25 13:16:11.173823 -0500	mDNSResponder	com.apple.security.swifttls	HandshakeStateMachine	completed TLS handshake
default	2025-01-25 13:16:11.174034 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C950 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol connected (tls13)
info	2025-01-25 13:16:11.174067 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C950 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, viable
default	2025-01-25 13:16:11.174078 -0500	mDNSResponder	com.apple.network	connection	[C950 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:finish_connect @0.048s
info	2025-01-25 13:16:11.174103 -0500	mDNSResponder	com.apple.network	connection	nw_connection_start_candidate_manager_if_needed_locked [C950] Checking whether to start candidate manager
default	2025-01-25 13:16:11.174105 -0500	mDNSResponder	com.apple.network	connection	nw_connection_start_candidate_manager_if_needed_locked [C950] Client side
error	2025-01-25 13:16:11.174120 -0500	mDNSResponder	com.apple.network	quic	quic_conn_copy_info_block_invoke [C947.1.1.1.1:2] [60cdc1b6db56678b-05378e3a02318a88c100efe8c4acf32f7669cc2c] not yet connected
default	2025-01-25 13:16:11.174123 -0500	mDNSResponder	com.apple.network	connection	nw_connection_report_state_with_handler_on_nw_queue [C950] reporting state ready
default	2025-01-25 13:16:11.174138 -0500	mDNSResponder	com.apple.network	connection	[C950 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.048s
error	2025-01-25 13:16:11.174148 -0500	mDNSResponder	com.apple.network	quic	quic_conn_copy_info_block_invoke [C947.1.1.1.1:2] [60cdc1b6db56678b-05378e3a02318a88c100efe8c4acf32f7669cc2c] not yet connected
info	2025-01-25 13:16:11.174413 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.174418 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C950 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.174424 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.174428 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.174433 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.174437 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C950 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.174439 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.174443 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.174453 -0500	mDNSResponder	com.apple.network	quic	quic_crypto_tls_ready_inner [C947.1.1.1.1:2] [60cdc1b6db56678b-05378e3a02318a88c100efe8c4acf32f7669cc2c] peer asked us to disable active migration
default	2025-01-25 13:16:11.174464 -0500	mDNSResponder	com.apple.network		nw_protocol_instance_ignore_future_path_changes [C947.1.1.1.1:2] Ignoring future path changes for protocol
default	2025-01-25 13:16:11.174496 -0500	mDNSResponder	com.apple.network	quic	quic_pmtud_restart [C947.1.1.1.1:2] [60cdc1b6db56678b-05378e3a02318a88c100efe8c4acf32f7669cc2c] PMTUD enabled, max PMTU: 1378, header size: 28, current PMTU 1378
info	2025-01-25 13:16:11.174498 -0500	mDNSResponder	com.apple.network	quic	quic_pmtud_update_probe_size increase probe size to 1378
default	2025-01-25 13:16:11.174518 -0500	mDNSResponder	com.apple.network	quic	quic_crypto_tls_ready_inner [C947.1.1.1.1:2] [60cdc1b6db56678b-05378e3a02318a88c100efe8c4acf32f7669cc2c] QUIC connection established in 49.271 ms, RTT 44.91 ms
info	2025-01-25 13:16:11.174545 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_stream_connected_block_invoke [C949.1.1.1.1:1]  http3 stream 0x548b23000 assigned ID 0
default	2025-01-25 13:16:11.174585 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-50) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.174640 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-69) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.174685 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C949.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol connected (http3)
info	2025-01-25 13:16:11.174705 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C949.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, viable
default	2025-01-25 13:16:11.174720 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-83) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.174725 -0500	mDNSResponder	com.apple.network	connection	[C949.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.088s
default	2025-01-25 13:16:11.174745 -0500	mDNSResponder	com.apple.network	connection	[C949.1.1.1 mask.icloud.com:443 ready resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.088s
info	2025-01-25 13:16:11.174750 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1.1.1.2 17.248.186.68:443 initial path ((null))]
default	2025-01-25 13:16:11.174766 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-352) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
info	2025-01-25 13:16:11.174768 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1.1.1.3 17.248.186.40:443 initial path ((null))]
info	2025-01-25 13:16:11.174782 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1.1.1.4 17.248.186.107:443 initial path ((null))]
info	2025-01-25 13:16:11.174793 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1.1.1.5 17.248.186.37:443 initial path ((null))]
info	2025-01-25 13:16:11.174803 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1.1.1.6 17.248.186.69:443 initial path ((null))]
info	2025-01-25 13:16:11.174813 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1.1.1.7 17.248.186.72:443 initial path ((null))]
info	2025-01-25 13:16:11.174822 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1.1.1.8 17.248.186.41:443 initial path ((null))]
default	2025-01-25 13:16:11.174837 -0500	mDNSResponder	com.apple.network	connection	[C949.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.088s
default	2025-01-25 13:16:11.174844 -0500	mDNSResponder	com.apple.network	connection	[C949.1.1.1 mask.icloud.com:443 ready resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.088s
default	2025-01-25 13:16:11.174848 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: numScanAgents 7, combined params AD:0 RD:0 AS:0 PHYS:1 MSL:4 (30/60) PSV:0 Rg:0 Cri:0 pBT:0 pWiFi:0 pCfg:0 type:0
info	2025-01-25 13:16:11.174855 -0500	mDNSResponder	com.apple.network	privacy_proxy	[C949.1.1:1] Received connected event with state 0
default	2025-01-25 13:16:11.174858 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: [com.apple.bluetoothd-central-94-2] AP:0 AD:0(30/60) AS:0 RAS:0 DMN:1 FG:0 ADVBF:0(0/0) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1|[com.apple.locationd-central-74-50] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1|[com.apple.locationd-central-74-69] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:3
default	2025-01-25 13:16:11.174861 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: [com.apple.sharingd-central-72-374] AP:0 AD:0(30/300) AS:0 RAS:0 DMN:1 FG:0 ADVBF:0(0/0) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1|[com.apple.locationd-central-74-83] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:3|[com.apple.locationd-central-74-352] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:3
default	2025-01-25 13:16:11.174864 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: [CBDaemon-0x8A8C031D] AP:0 AD:0(30/300) AS:0 RAS:0 DMN:1 FG:0 ADVBF:0(0/0) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1
info	2025-01-25 13:16:11.174865 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_stream_register_notification [C949.1.1.1.1:1]  registered metadata_changed notification
info	2025-01-25 13:16:11.174870 -0500	mDNSResponder	com.apple.network	privacy_proxy	[C949.1.1:1] Received connected event with state 0
default	2025-01-25 13:16:11.174871 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Returning scan parameters: Main:30.00ms/60.00ms LP:0.00ms/60.00ms(supported) SC:0.00ms/0.00ms/non-concurrent(unspported) Dm:(m:30/60) Cond:0:1:0:0:0 Sc:1 (passive) Dupfilter:Enabled minScanLevel:4 HD:Yes Comp:No(0,0) Pri:0/0 PS:0
info	2025-01-25 13:16:11.174882 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C949.1.1 17.248.136.170:443 in_progress intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Fast open started, need initial data
default	2025-01-25 13:16:11.174887 -0500	mDNSResponder	com.apple.network	connection	[C949.1.1 17.248.136.170:443 in_progress intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:child_start_fast_open @0.088s
info	2025-01-25 13:16:11.174905 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C949 Hostname#ac3906c0:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Fast open started, need initial data
default	2025-01-25 13:16:11.174907 -0500	mDNSResponder	com.apple.network	connection	[C949 Hostname#ac3906c0:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_fast_open @0.088s
default	2025-01-25 13:16:11.174931 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	needToRestart=1
default	2025-01-25 13:16:11.174935 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Starting passive scan (60.00ms/30.00ms) with duplicate filter enabled scNeed=1 stateO=0, retainDups=0 fScanFiltersNeedUpdating=YES
info	2025-01-25 13:16:11.175019 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.175023 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.175038 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.175040 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.175055 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Already have this rule for type 18 consolidate 1  new rule .
info	2025-01-25 13:16:11.175086 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.175088 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.175092 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.175093 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.175097 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_stream_get_output_frames [C947.1.1.1.1:1]  increasing QUIC keepalive frequency for requests
info	2025-01-25 13:16:11.175107 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Already have this rule for type 18 consolidate 1  new rule .
info	2025-01-25 13:16:11.175113 -0500	mDNSResponder	com.apple.network	quic	quic_conn_keepalive_configure [C947.1.1.1.1:2] [60cdc1b6db56678b-05378e3a02318a88c100efe8c4acf32f7669cc2c] started keep-alive timer (2 seconds)
info	2025-01-25 13:16:11.175122 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.175122 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.175126 -0500	mDNSResponder	com.apple.network	http	nw_http3_control_stream_process_output_block_invoke_2 [C949.1.1.1.1:1]  sending request header {method="POST"}
info	2025-01-25 13:16:11.175136 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Already have this rule for type 18 consolidate 1  new rule .
info	2025-01-25 13:16:11.175148 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.175185 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Already have this rule for type 15 consolidate 1  new rule .
info	2025-01-25 13:16:11.175215 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Already have this rule for type 7 consolidate 1  new rule .
info	2025-01-25 13:16:11.175220 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Consolidate rules type 7 old bypassFilterDuplicate 0 rssi -70 new bypassFilterDuplicate 0 rssi -75
default	2025-01-25 13:16:11.175262 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C949.1.1 17.248.136.170:443 in_progress intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol connected (masque)
info	2025-01-25 13:16:11.175276 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C949.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, child is viable
default	2025-01-25 13:16:11.175287 -0500	mDNSResponder	com.apple.network	connection	[C949.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.088s
default	2025-01-25 13:16:11.175295 -0500	mDNSResponder	com.apple.network	connection	[C949.1 Hostname#ac3906c0:443 ready proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.088s
default	2025-01-25 13:16:11.175297 -0500	bluetoothd	com.apple.bluetooth	CBStackBLEScanner	Scan start: update, DsFl 0x4010B89242A9C1C0 < NearbyInfo AccessoryStatus RemoteDisplayLink WxSetup WxStatus ObjectSetup NearbyAction Connections Pairing ScreenOff BLEAdvertisementData RSSI Identify AirPlayTarget Attributes Leech ProxControl OSRecovery CaptiveNetworkJoin SIMTransfer >, DsTy , ScreenOn yes, 30/300 ms (10%), Filters: {Type 5, Dups no, RSSI -90}, {Type 9, Dups no, RSSI -90}, {Type 15, Dups no, RSSI -70}, {Type 21, Dups no, RSSI -80, Blob [01 32 2E BA 5C], Mask [01 32 FF FF FF]}, {Type 7, Dups no, RSSI -75}, UUIDs: 9AD2AF5B-3F0B-4B60-889F-DA93E1C662CF
default	2025-01-25 13:16:11.175316 -0500	mDNSResponder	com.apple.network	connection	[C949.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.088s
default	2025-01-25 13:16:11.175319 -0500	mDNSResponder	com.apple.network	connection	[C949.1 Hostname#ac3906c0:443 ready proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.088s
default	2025-01-25 13:16:11.175324 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C949 17.248.136.170:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol connected (flow_replay)
info	2025-01-25 13:16:11.175331 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C949 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, child is viable
default	2025-01-25 13:16:11.175347 -0500	mDNSResponder	com.apple.network	connection	[C949 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:finish_connect @0.088s
info	2025-01-25 13:16:11.175376 -0500	mDNSResponder	com.apple.network		nw_connection_fillout_establishment_report_on_nw_queue_block_invoke_2 Proxied next hops: 
info	2025-01-25 13:16:11.175378 -0500	mDNSResponder	com.apple.network	connection	nw_connection_start_candidate_manager_if_needed_locked [C949] Checking whether to start candidate manager
default	2025-01-25 13:16:11.175386 -0500	mDNSResponder	com.apple.network	connection	nw_connection_report_state_with_handler_on_nw_queue [C949] reporting state ready
default	2025-01-25 13:16:11.175410 -0500	mDNSResponder	com.apple.network	connection	[C949 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.088s
info	2025-01-25 13:16:11.175427 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.175430 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.175448 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.175450 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
default	2025-01-25 13:16:11.175462 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C949 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol connected (flow_replay)
info	2025-01-25 13:16:11.175467 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.175467 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.175468 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C949 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, child is viable
info	2025-01-25 13:16:11.175484 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.175486 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.175503 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.175503 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.175504 -0500	mDNSResponder	com.apple.network	http	nw_http3_control_stream_process_output_block_invoke [C949.1.1.1.1:1]  finished sending {body_bytes=0}
default	2025-01-25 13:16:11.175515 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C949 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol connected (flow_replay)
info	2025-01-25 13:16:11.175519 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.175520 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.175523 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C949 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, child is viable
info	2025-01-25 13:16:11.175538 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.175539 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.175555 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.175556 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.175569 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_CONFIG_ADV_MATCHING_ADDRESS_LIST
info	2025-01-25 13:16:11.175574 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.175575 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.175591 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.175591 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.175609 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.175610 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.175626 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.175627 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
default	2025-01-25 13:16:11.175642 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Received 'stop scan' request from session "CBDaemon-0x8A8C031D" (CBDaemon) updateScanParams:YES shouldUpdateState:YES
default	2025-01-25 13:16:11.175642 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Configuring controller, will try again later
default	2025-01-25 13:16:11.175668 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	fShouldRetainDupsNextUpdate 0, screen? 1, retaindup? 0, EN scans? 0, created[EN]=0
default	2025-01-25 13:16:11.175668 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	EN is not active - new retain dups value 0
info	2025-01-25 13:16:11.175726 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_stream_connected_block_invoke [C948.1.1.1.1:1]  http3 stream 0x548b23900 assigned ID 4
default	2025-01-25 13:16:11.175736 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C948.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol connected (http3)
default	2025-01-25 13:16:11.175736 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Received 'start Unspecified scan' request  , without duplicates, duration:unlimited, UUID [ 9AD2AF5B-3F0B-4B60-889F-DA93E1C662CF ] on 1M PHY  with AOP BT Proximity Pairing Buffering scan timing 30/300  scanLevel=1 from session "CBDaemon-0x8A8C031D"
default	2025-01-25 13:16:11.175738 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Configuring controller, will try again later
info	2025-01-25 13:16:11.175755 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C948.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, viable
default	2025-01-25 13:16:11.175776 -0500	mDNSResponder	com.apple.network	connection	[C948.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.090s
default	2025-01-25 13:16:11.175787 -0500	mDNSResponder	com.apple.network	connection	[C948.1.1.1 mask.icloud.com:443 ready resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.090s
info	2025-01-25 13:16:11.175791 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1.1.1.2 17.248.186.68:443 initial path ((null))]
info	2025-01-25 13:16:11.175806 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1.1.1.3 17.248.186.40:443 initial path ((null))]
info	2025-01-25 13:16:11.175815 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1.1.1.4 17.248.186.107:443 initial path ((null))]
info	2025-01-25 13:16:11.175823 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1.1.1.5 17.248.186.37:443 initial path ((null))]
info	2025-01-25 13:16:11.175832 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1.1.1.6 17.248.186.69:443 initial path ((null))]
info	2025-01-25 13:16:11.175841 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1.1.1.7 17.248.186.72:443 initial path ((null))]
info	2025-01-25 13:16:11.175848 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1.1.1.8 17.248.186.41:443 initial path ((null))]
default	2025-01-25 13:16:11.175863 -0500	mDNSResponder	com.apple.network	connection	[C948.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.090s
default	2025-01-25 13:16:11.175869 -0500	mDNSResponder	com.apple.network	connection	[C948.1.1.1 mask.icloud.com:443 ready resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.090s
info	2025-01-25 13:16:11.175877 -0500	mDNSResponder	com.apple.network	privacy_proxy	[C948.1.1:1] Received connected event with state 0
info	2025-01-25 13:16:11.175884 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_stream_register_notification [C948.1.1.1.1:1]  registered metadata_changed notification
info	2025-01-25 13:16:11.175890 -0500	mDNSResponder	com.apple.network	privacy_proxy	[C948.1.1:1] Received connected event with state 0
info	2025-01-25 13:16:11.175896 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C948.1.1 17.248.136.170:443 in_progress intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Fast open started, need initial data
default	2025-01-25 13:16:11.175903 -0500	mDNSResponder	com.apple.network	connection	[C948.1.1 17.248.136.170:443 in_progress intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:child_start_fast_open @0.090s
info	2025-01-25 13:16:11.175909 -0500	bluetoothuserd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: Device.Wireless.BluetoothUseCase using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/Device.Wireless.BluetoothUseCase
info	2025-01-25 13:16:11.175910 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C948 Hostname#ac3906c0:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Fast open started, need initial data
default	2025-01-25 13:16:11.175915 -0500	mDNSResponder	com.apple.network	connection	[C948 Hostname#ac3906c0:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_fast_open @0.090s
info	2025-01-25 13:16:11.175918 -0500	bluetoothuserd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.175924 -0500	bluetoothuserd	com.apple.bluetoothuser	intelligence	Send usecase event  for 
info	2025-01-25 13:16:11.175950 -0500	bluetoothuserd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: Device.Wireless.BluetoothUseCase using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/Device.Wireless.BluetoothUseCase
info	2025-01-25 13:16:11.175952 -0500	bluetoothuserd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.175955 -0500	bluetoothuserd	com.apple.bluetoothuser	intelligence	Send usecase event  for 
info	2025-01-25 13:16:11.175981 -0500	bluetoothuserd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: Device.Wireless.BluetoothUseCase using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/Device.Wireless.BluetoothUseCase
info	2025-01-25 13:16:11.175985 -0500	bluetoothuserd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.175986 -0500	bluetoothuserd	com.apple.bluetoothuser	intelligence	Send usecase event  for 
info	2025-01-25 13:16:11.176003 -0500	bluetoothuserd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: Device.Wireless.BluetoothUseCase using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/Device.Wireless.BluetoothUseCase
info	2025-01-25 13:16:11.176006 -0500	bluetoothuserd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.176007 -0500	bluetoothuserd	com.apple.bluetoothuser	intelligence	Send usecase event  for 
info	2025-01-25 13:16:11.176009 -0500	mDNSResponder	com.apple.network	http	nw_protocol_http3_stream_connected_block_invoke_2 [C948.1.1.1.1:1]  sending request header {method="POST"}
default	2025-01-25 13:16:11.176074 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C948.1.1 17.248.136.170:443 in_progress intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol connected (masque)
info	2025-01-25 13:16:11.176083 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C948.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, child is viable
default	2025-01-25 13:16:11.176090 -0500	mDNSResponder	com.apple.network	connection	[C948.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.090s
default	2025-01-25 13:16:11.176343 -0500	dasd	com.apple.aprs	DASDock	Adding 
default	2025-01-25 13:16:11.176392 -0500	mDNSResponder	com.apple.network	connection	[C948.1 Hostname#ac3906c0:443 ready proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.091s
default	2025-01-25 13:16:11.176398 -0500	mDNSResponder	com.apple.network	connection	[C948.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.091s
default	2025-01-25 13:16:11.176403 -0500	mDNSResponder	com.apple.network	connection	[C948.1 Hostname#ac3906c0:443 ready proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.091s
default	2025-01-25 13:16:11.176409 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C948 17.248.136.170:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol connected (flow_replay)
info	2025-01-25 13:16:11.176415 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C948 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, child is viable
info	2025-01-25 13:16:11.176423 -0500	dasd	com.apple.runningboard	assertion	Acquiring assertion: 
default	2025-01-25 13:16:11.176426 -0500	mDNSResponder	com.apple.network	connection	[C948 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:finish_connect @0.091s
info	2025-01-25 13:16:11.176455 -0500	mDNSResponder	com.apple.network		nw_connection_fillout_establishment_report_on_nw_queue_block_invoke_2 Proxied next hops: 
info	2025-01-25 13:16:11.176456 -0500	mDNSResponder	com.apple.network	connection	nw_connection_start_candidate_manager_if_needed_locked [C948] Checking whether to start candidate manager
default	2025-01-25 13:16:11.176467 -0500	mDNSResponder	com.apple.network	connection	nw_connection_report_state_with_handler_on_nw_queue [C948] reporting state ready
default	2025-01-25 13:16:11.176482 -0500	mDNSResponder	com.apple.network	connection	[C948 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.091s
default	2025-01-25 13:16:11.176505 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C948 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol connected (flow_replay)
info	2025-01-25 13:16:11.176512 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C948 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, child is viable
info	2025-01-25 13:16:11.176542 -0500	mDNSResponder	com.apple.network	http	nw_protocol_http3_stream_connected_block_invoke [C948.1.1.1.1:1]  finished sending {body_bytes=0}
default	2025-01-25 13:16:11.176552 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C948 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol connected (flow_replay)
info	2025-01-25 13:16:11.176558 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C948 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, child is viable
default	2025-01-25 13:16:11.176652 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C947.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] Transport protocol connected (quic)
info	2025-01-25 13:16:11.176671 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_proxy_receive_report [C947.1 Hostname#ac3906c0:443 in_progress proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] transport finished, pushing out endpoint race by 894ms
default	2025-01-25 13:16:11.176688 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:finish_transport @0.102s
info	2025-01-25 13:16:11.176695 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_resolver_receive_report [C947.1.1.1 mask.icloud.com:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] pushing out endpoint race by 2000ms
info	2025-01-25 13:16:11.176709 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_stream_connected_block_invoke [C947.1.1.1.1:1]  http3 stream 0x548b21800 assigned ID 8
default	2025-01-25 13:16:11.176717 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C947.1.1.1.1 17.248.136.170:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol connected (http3)
info	2025-01-25 13:16:11.176731 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C947.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, viable
default	2025-01-25 13:16:11.176738 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.103s
default	2025-01-25 13:16:11.176748 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1.1 mask.icloud.com:443 ready resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.103s
info	2025-01-25 13:16:11.176750 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1.1.1.2 17.248.186.68:443 initial path ((null))]
info	2025-01-25 13:16:11.176764 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1.1.1.3 17.248.186.40:443 initial path ((null))]
info	2025-01-25 13:16:11.176773 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1.1.1.4 17.248.186.107:443 initial path ((null))]
info	2025-01-25 13:16:11.176780 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1.1.1.5 17.248.186.37:443 initial path ((null))]
info	2025-01-25 13:16:11.176789 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1.1.1.6 17.248.186.69:443 initial path ((null))]
info	2025-01-25 13:16:11.176796 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1.1.1.7 17.248.186.72:443 initial path ((null))]
info	2025-01-25 13:16:11.176805 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1.1.1.8 17.248.186.41:443 initial path ((null))]
default	2025-01-25 13:16:11.176816 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.103s
default	2025-01-25 13:16:11.176822 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1.1 mask.icloud.com:443 ready resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.103s
info	2025-01-25 13:16:11.176830 -0500	mDNSResponder	com.apple.network	privacy_proxy	[C947.1.1:1] Received connected event with state 0
info	2025-01-25 13:16:11.176836 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_stream_register_notification [C947.1.1.1.1:1]  registered metadata_changed notification
info	2025-01-25 13:16:11.176842 -0500	mDNSResponder	com.apple.network	privacy_proxy	[C947.1.1:1] Received connected event with state 0
info	2025-01-25 13:16:11.176848 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C947.1.1 17.248.136.170:443 in_progress intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Fast open started, need initial data
default	2025-01-25 13:16:11.176853 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1 17.248.136.170:443 in_progress intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:child_start_fast_open @0.103s
info	2025-01-25 13:16:11.176870 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C947 Hostname#ac3906c0:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Fast open started, need initial data
default	2025-01-25 13:16:11.176872 -0500	mDNSResponder	com.apple.network	connection	[C947 Hostname#ac3906c0:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_fast_open @0.103s
info	2025-01-25 13:16:11.176925 -0500	UserEventAgent	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
info	2025-01-25 13:16:11.176971 -0500	mDNSResponder	com.apple.network	http	nw_protocol_http3_stream_connected_block_invoke_2 [C947.1.1.1.1:1]  sending request header {method="POST"}
info	2025-01-25 13:16:11.176974 -0500	UserEventAgent	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
default	2025-01-25 13:16:11.177043 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C947.1.1 17.248.136.170:443 in_progress intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol connected (masque)
info	2025-01-25 13:16:11.177052 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C947.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, child is viable
default	2025-01-25 13:16:11.177059 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.103s
default	2025-01-25 13:16:11.177067 -0500	mDNSResponder	com.apple.network	connection	[C947.1 Hostname#ac3906c0:443 ready proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.103s
default	2025-01-25 13:16:11.177081 -0500	mDNSResponder	com.apple.network	connection	[C947.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.103s
default	2025-01-25 13:16:11.177084 -0500	mDNSResponder	com.apple.network	connection	[C947.1 Hostname#ac3906c0:443 ready proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.103s
default	2025-01-25 13:16:11.177090 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C947 17.248.136.170:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol connected (flow_replay)
info	2025-01-25 13:16:11.177095 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, child is viable
default	2025-01-25 13:16:11.177100 -0500	mDNSResponder	com.apple.network	connection	[C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:finish_connect @0.103s
default	2025-01-25 13:16:11.177119 -0500	UserEventAgent	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
info	2025-01-25 13:16:11.177119 -0500	mDNSResponder	com.apple.network		nw_connection_fillout_establishment_report_on_nw_queue_block_invoke_2 Proxied next hops: 
info	2025-01-25 13:16:11.177120 -0500	mDNSResponder	com.apple.network	connection	nw_connection_start_candidate_manager_if_needed_locked [C947] Checking whether to start candidate manager
default	2025-01-25 13:16:11.177128 -0500	mDNSResponder	com.apple.network	connection	nw_connection_report_state_with_handler_on_nw_queue [C947] reporting state ready
default	2025-01-25 13:16:11.177145 -0500	mDNSResponder	com.apple.network	connection	[C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.103s
default	2025-01-25 13:16:11.177165 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol connected (flow_replay)
info	2025-01-25 13:16:11.177171 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, child is viable
info	2025-01-25 13:16:11.177191 -0500	mDNSResponder	com.apple.network	http	nw_protocol_http3_stream_connected_block_invoke [C947.1.1.1.1:1]  finished sending {body_bytes=0}
default	2025-01-25 13:16:11.177198 -0500	mDNSResponder	com.apple.network	connection	nw_flow_connected [C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol connected (flow_replay)
info	2025-01-25 13:16:11.177205 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, child is viable
info	2025-01-25 13:16:11.177220 -0500	UserEventAgent	com.apple.CoreAnalytics	client	Dropping "com.apple.appUsage.session" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.177251 -0500	UserEventAgent	com.apple.runningboard	monitor	Update skipped for [app:1758]
info	2025-01-25 13:16:11.177263 -0500	UserEventAgent	com.apple.runningboard	monitor	Update skipped for [app:1758]
default	2025-01-25 13:16:11.177297 -0500	mDNSResponder	com.apple.network		nw_protocol_instance_report_ready [C947.1.1.1.1:2] Calling notify with interface 
info	2025-01-25 13:16:11.177301 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification migration
info	2025-01-25 13:16:11.177305 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification migration
info	2025-01-25 13:16:11.177309 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification migration
info	2025-01-25 13:16:11.177314 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received migration interface 
default	2025-01-25 13:16:11.177347 -0500	mDNSResponder	com.apple.network	connection	[C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: path:migrated @0.103s, uuid: 7FFE96FE-6B8F-49D1-8466-CD60E02F3787
info	2025-01-25 13:16:11.177391 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177395 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177397 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C949 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177402 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C950 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177406 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177408 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177412 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C948 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177416 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177418 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177422 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177431 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177438 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177445 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C949 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177449 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C950 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177453 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177455 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177459 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C948 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177462 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177465 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177469 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177475 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177479 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177481 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C949 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177484 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C950 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177488 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177490 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177495 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C948 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177503 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177505 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177509 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification outbound_new_connection_id
info	2025-01-25 13:16:11.177526 -0500	mDNSResponder	com.apple.network	quic	quic_conn_annouce_new_cids [C947.1.1.1.1:2] [60cdc1b6db56678b-05378e3a02318a88c100efe8c4acf32f7669cc2c] sending 3 new CIDs to the peer
info	2025-01-25 13:16:11.177583 -0500	mDNSResponder	com.apple.network	quic	quic_conn_keepalive_configure [C947.1.1.1.1:2] [60cdc1b6db56678b-05378e3a02318a88c100efe8c4acf32f7669cc2c] started keep-alive timer (2 seconds)
info	2025-01-25 13:16:11.177691 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:1283] (euid 501, auid 501) (persona (null)): lastExitContextForInstance:error:
default	2025-01-25 13:16:11.177723 -0500	backboardd	com.apple.BackBoard	EventDeliveryMatching	cache miss for VendorDefined event
info	2025-01-25 13:16:11.177925 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:778] (euid 501, auid 501) (persona (null)): lastExitContextForInstance:error:
info	2025-01-25 13:16:11.178036 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:50] (euid 0, auid 0) (persona (null)): lastExitContextForInstance:error:
info	2025-01-25 13:16:11.178132 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:231] (euid 501, auid 501) (persona (null)): lastExitContextForInstance:error:
info	2025-01-25 13:16:11.178280 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:80] (euid 501, auid 501) (persona (null)): acquireAssertionWithDescriptor:error:
info	2025-01-25 13:16:11.178438 -0500	biomed	com.apple.Biome	BiomeCompute	Wrote bookmark file for subscription  domain: User path: 
info	2025-01-25 13:16:11.178451 -0500	biomed	com.apple.Biome	BiomeCompute	Publishing downstream for subscription  based on new  event
default	2025-01-25 13:16:11.178477 -0500	runningboardd	com.apple.runningboard	ttl	Acquiring assertion targeting [app:1753] from originator [osservice:80] with description 
	]>
default	2025-01-25 13:16:11.178581 -0500	runningboardd	com.apple.runningboard	ttl	Assertion 33-80-27379 (target:[app:1753]) will be created as active
info	2025-01-25 13:16:11.178750 -0500	searchd	com.apple.Biome	BiomeCompute	BMBiomeScheduler received callback from subscription , reading bookmark and subscribing to DSL graph publisher
info	2025-01-25 13:16:11.178806 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADD_ADV_MATCHING_RULE_ENHANCED
info	2025-01-25 13:16:11.179008 -0500	runningboardd	com.apple.runningboard	assertion	app is now targeted by 3 assertions
info	2025-01-25 13:16:11.179312 -0500	biomed	com.apple.Biome	BiomeCompute	Bookmark file exists: YES for subscription  domain: User path: 
info	2025-01-25 13:16:11.179627 -0500	runningboardd	com.apple.runningboard	assertion	Removing 0 assertions
default	2025-01-25 13:16:11.179742 -0500	runningboardd	com.apple.runningboard	process	[app:1753] Set jetsam priority to 30 [0] flag[1]
default	2025-01-25 13:16:11.179747 -0500	runningboardd	com.apple.runningboard	monitor	Calculated state for app: running-suspended (role: None) (endowments: (null))
default	2025-01-25 13:16:11.179781 -0500	audiomxd	com.apple.coremedia		-FigRouteDiscoveryManager- discoveryManager_updateDiscoveryModeForType_block_invoke: [AirPlay] Setting discovery mode to DiscoveryMode_None due to discovererUUID=(null), discovererName=(null)
info	2025-01-25 13:16:11.179857 -0500	runningboardd	com.apple.runningboard	state	Process: [app:1753] has changes in inheritances: (null)
default	2025-01-25 13:16:11.179918 -0500	airplayd	com.apple.airplay	APEndpointManager	[0xA48F] SetDiscoveryMode: DiscoveryMode_None with seed 183
info	2025-01-25 13:16:11.179965 -0500	biomed	com.apple.Biome	BiomeCompute	Read bookmark file for subscription  domain: User path: 
default	2025-01-25 13:16:11.179970 -0500	airplayd	com.apple.airplay	APBrowser	Setting None browse mode from Presence browse.
info	2025-01-25 13:16:11.179986 -0500	runningboardd	com.apple.runningboard	assertion	Finished acquiring assertion 33-80-27379 (target:[app:1753])
default	2025-01-25 13:16:11.179990 -0500	airplayd	com.apple.airplay	APBrowser	Stopping Discovery session threshold timer
default	2025-01-25 13:16:11.180031 -0500	airplayd	com.apple.airplay	APBrowserBTLEManager	Stopping AirPlayTarget scanning.
info	2025-01-25 13:16:11.180341 -0500	watchdogd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
default	2025-01-25 13:16:11.180453 -0500	watchdogd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
default	2025-01-25 13:16:11.180593 -0500	locationd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
default	2025-01-25 13:16:11.180603 -0500	CommCenter	com.apple.runningboard	monitor	Received state update for 1753 (app, running-suspended-NotVisible
info	2025-01-25 13:16:11.180666 -0500	SpringBoard	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.180675 -0500	SpringBoard	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.180681 -0500	SpringBoard	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.180687 -0500	CommCenter	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.180687 -0500	locationd	com.apple.runningboard	monitor	Update skipped for [app:1758]
info	2025-01-25 13:16:11.180692 -0500	SpringBoard	com.apple.runningboard	monitor	Update skipped for [app:1753]
default	2025-01-25 13:16:11.180779 -0500	airplayd	com.apple.airplay	APBrowser	NISession run stop
default	2025-01-25 13:16:11.180795 -0500	airplayd	com.apple.CoreUtils	BonjourBrowser	Stopping browse for _airplay._tcp.
default	2025-01-25 13:16:11.180810 -0500	airplayd	com.apple.CoreUtils	BonjourBrowser	Stopping browse for _airplay._tcp.
default	2025-01-25 13:16:11.180835 -0500	airplayd	com.apple.CoreUtils	BonjourBrowser	Stopping browse for _raop._tcp.
default	2025-01-25 13:16:11.180898 -0500	airplayd	com.apple.CoreUtils	BonjourBrowser	Stopped browse for _airplay._tcp.
default	2025-01-25 13:16:11.180906 -0500	airplayd	com.apple.CoreUtils	BonjourBrowser	Stopped browse for _airplay._tcp.
default	2025-01-25 13:16:11.180926 -0500	airplayd	com.apple.CoreUtils	BonjourBrowser	Stopped browse for _raop._tcp.
default	2025-01-25 13:16:11.180938 -0500	airplayd	com.apple.CoreUtils	BonjourBrowser	Stopping browse for _raop._tcp.
default	2025-01-25 13:16:11.180953 -0500	airplayd	com.apple.CoreUtils	BonjourBrowser	Stopped browse for _raop._tcp.
default	2025-01-25 13:16:11.180994 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9392] DNSServiceCreateConnection STOP PID[348](airplayd)
default	2025-01-25 13:16:11.181008 -0500	mDNSResponder	com.apple.mDNSResponder	mDNS	[R9394] DNSServiceBrowse STOP -- name hash: d30f3d6c, duration: 0s
default	2025-01-25 13:16:11.181072 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9393] DNSServiceCreateConnection STOP PID[348](airplayd)
default	2025-01-25 13:16:11.181075 -0500	mDNSResponder	com.apple.mDNSResponder	mDNS	[R9397] DNSServiceBrowse STOP -- name hash: f9e9bc71, duration: 0s
default	2025-01-25 13:16:11.181086 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9391] DNSServiceCreateConnection STOP PID[348](airplayd)
default	2025-01-25 13:16:11.181087 -0500	mDNSResponder	com.apple.mDNSResponder	mDNS	[R9395] DNSServiceBrowse STOP -- name hash: f9e9bc71, duration: 0s
default	2025-01-25 13:16:11.181096 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[R9390] DNSServiceCreateConnection STOP PID[348](airplayd)
default	2025-01-25 13:16:11.181097 -0500	mDNSResponder	com.apple.mDNSResponder	mDNS	[R9396] DNSServiceBrowse STOP -- name hash: d30f3d6c, duration: 0s
info	2025-01-25 13:16:11.181286 -0500	backboardd	com.apple.CBColorModule.Primary.Ammolite	default	CFXAmmoliteUpdateTarget: Ammolite: Lux 20.172819 (delta 4.545807 / thr 10.000000)
info	2025-01-25 13:16:11.181303 -0500	backboardd	com.apple.CoreBrightness.CBColorModule.Primary	default	Set ambient color sample ALS event = [Orientation = 1; Illuminance = 20.000000; xy = (0.422195,0.378548); XYZ = (7.161571,6.421208,3.379933); CCT1 = 3688.445801; Integration time = 0.097300; Gain = 33554432; Obstructed = 0; First = 0, mitigation = 0, timestamp = 0]
default	2025-01-25 13:16:11.181473 -0500	callservicesd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
default	2025-01-25 13:16:11.181480 -0500	wcd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
default	2025-01-25 13:16:11.181674 -0500	PerfPowerServices	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
info	2025-01-25 13:16:11.181900 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ENA_FEATURES
info	2025-01-25 13:16:11.181910 -0500	bluetoothd	com.apple.bluetooth	Server.Core	fEnabledFeatures: b14102f
default	2025-01-25 13:16:11.182003 -0500	gamepolicyd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
info	2025-01-25 13:16:11.182245 -0500	gamepolicyd	com.apple.runningboard	monitor	Update skipped for [app:1758]
default	2025-01-25 13:16:11.182317 -0500	dasd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
info	2025-01-25 13:16:11.182447 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.182456 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.182952 -0500	callservicesd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
info	2025-01-25 13:16:11.182976 -0500	callservicesd	com.apple.runningboard	monitor	Update skipped for [app:1758]
default	2025-01-25 13:16:11.182981 -0500	symptomsd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
default	2025-01-25 13:16:11.183161 -0500	useractivityd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
info	2025-01-25 13:16:11.183178 -0500	symptomsd	com.apple.runningboard	monitor	Update skipped for [app:1758]
info	2025-01-25 13:16:11.183203 -0500	symptomsd	com.apple.runningboard	monitor	Update skipped for [app:1758]
default	2025-01-25 13:16:11.183214 -0500	watchdogd			32834311362375: 
info	2025-01-25 13:16:11.183269 -0500	wcd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
default	2025-01-25 13:16:11.183285 -0500	wcd	com.apple.wcd	WC	BKSApplicationStateTerminated for bundleID: com.msdrigg.roam
info	2025-01-25 13:16:11.183286 -0500	wcd	com.apple.runningboard	monitor	Update skipped for [app:1758]
info	2025-01-25 13:16:11.183314 -0500	wifid	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
info	2025-01-25 13:16:11.183331 -0500	wifid	com.apple.runningboard	monitor	Update skipped for [app:1758]
info	2025-01-25 13:16:11.183366 -0500	PerfPowerServices	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
info	2025-01-25 13:16:11.183383 -0500	PerfPowerServices	com.apple.runningboard	monitor	Update skipped for [app:1758]
default	2025-01-25 13:16:11.183573 -0500	wcd	com.apple.wcd	WC	removing client: com.msdrigg.roam from list of clients {"com.roku.ios.roku" = "(NO,NO), clientCurrentPairingID: (null)>";"fm.overcast.overcast" = "(NO,NO), clientCurrentPairingID: (null)>";}
default	2025-01-25 13:16:11.183604 -0500	wcd	com.apple.wcd	WC	com.msdrigg.roam
info	2025-01-25 13:16:11.183737 -0500	useractivityd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
info	2025-01-25 13:16:11.183758 -0500	useractivityd	com.apple.runningboard	monitor	Update skipped for [app:1758]
default	2025-01-25 13:16:11.183890 -0500	wcd	com.apple.wcd	WC	com.msdrigg.roam, numMonitored: 0
default	2025-01-25 13:16:11.183967 -0500	wcd	com.apple.runningboard	monitor	Updating configuration of monitor M1283-1
default	2025-01-25 13:16:11.184012 -0500	dasd	com.apple.runningboard	process	Starting death monitoring for handle 
default	2025-01-25 13:16:11.184052 -0500	audiomxd	com.apple.coremedia		-FigRouteDiscoveryManager- discoveryManager_updateDiscoveryModeForType_block_invoke: [CarPlay] Setting discovery mode to DiscoveryMode_None due to discovererUUID=(null), discovererName=(null)
default	2025-01-25 13:16:11.184211 -0500	airplayd	com.apple.bluetooth	CBDiscovery	Invalidate CID 0xBEB6005C
default	2025-01-25 13:16:11.184236 -0500	airplayd	com.apple.securityd	thread-local-client-debug	SecSecurityClientGet new thread!
default	2025-01-25 13:16:11.184237 -0500	airplayd	com.apple.xpc	connection	[0xa0807d700] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
info	2025-01-25 13:16:11.184262 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:1283] (euid 501, auid 501) (persona (null)): void_subscribeToProcessStateChangesWithConfiguration:error:
default	2025-01-25 13:16:11.184273 -0500	bluetoothd	com.apple.xpc	connection	[0xb42947e80] invalidated because the client process (pid 348) either cancelled the connection or exited
default	2025-01-25 13:16:11.184276 -0500	airplayd	com.apple.bluetooth	CBDiscovery	Invalidated
info	2025-01-25 13:16:11.184319 -0500	bluetoothd	com.apple.bluetooth	CBDaemonXPCConnection	XPC connection ended: airplayd:348
info	2025-01-25 13:16:11.184349 -0500	watchdogd	com.apple.runningboard	monitor	Update skipped for [app:1758]
default	2025-01-25 13:16:11.184349 -0500	bluetoothd	com.apple.bluetooth	CBDaemonXPCConnection	Invalidate: CBDiscovery, CID 0xBEB6005C, DsFl 0x8000000000 < AirPlayTarget >, from airplayd:348
info	2025-01-25 13:16:11.184362 -0500	bluetoothd	com.apple.bluetooth	CBMetricsDaemon	Metrics event report: CBDiscovery, appID com.apple.airplayd, action stop, PID 348, CID 0xBEB6005C. count 2, dropped 0
default	2025-01-25 13:16:11.184413 -0500	bluetoothd	com.apple.bluetooth	CBDiscovery	Invalidate CID 0xBEB6005C
default	2025-01-25 13:16:11.184421 -0500	bluetoothd	com.apple.bluetooth	CBDiscovery	Invalidated
info	2025-01-25 13:16:11.184464 -0500	runningboardd	com.apple.runningboard	monitor	monitor changed to M1283-1
default	2025-01-25 13:16:11.184602 -0500	mediaplaybackd	com.apple.runningboard	monitor	Received state update for 1753 (app, running-suspended-NotVisible
info	2025-01-25 13:16:11.184647 -0500	SpringBoard	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.185146 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADD_ADV_MATCHING_RULE_ENHANCED
info	2025-01-25 13:16:11.185301 -0500	mediaplaybackd	com.apple.runningboard	monitor	Update skipped for [app:1753]
default	2025-01-25 13:16:11.185410 -0500	wcd	com.apple.wcd	WC	removed com.msdrigg.roam
info	2025-01-25 13:16:11.185432 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:80] (euid 501, auid 501) (persona (null)): subscribeToProcessDeath:error:
default	2025-01-25 13:16:11.185645 -0500	UserEventAgent	com.apple.runningboard	monitor	Received state update for 1753 (app, running-suspended-NotVisible
info	2025-01-25 13:16:11.185770 -0500	UserEventAgent	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.185839 -0500	UserEventAgent	com.apple.runningboard	monitor	Update delivered for [app:1753] with taskState 3
default	2025-01-25 13:16:11.185970 -0500	bluetoothd	com.apple.bluetooth	CBStackBLEScanner	Scan start: update, DsFl 0x4010B81242A9C1C0 < NearbyInfo AccessoryStatus RemoteDisplayLink WxSetup WxStatus ObjectSetup NearbyAction Connections Pairing ScreenOff BLEAdvertisementData RSSI Identify Attributes Leech ProxControl OSRecovery CaptiveNetworkJoin SIMTransfer >, DsTy , ScreenOn yes, 30/300 ms (10%), Filters: {Type 5, Dups no, RSSI -90}, {Type 15, Dups no, RSSI -70}, {Type 21, Dups no, RSSI -80, Blob [01 32 2E BA 5C], Mask [01 32 FF FF FF]}, {Type 7, Dups no, RSSI -75}, UUIDs: 9AD2AF5B-3F0B-4B60-889F-DA93E1C662CF
info	2025-01-25 13:16:11.186081 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.186084 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.186104 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.186105 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.186122 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.186124 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.186141 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.186141 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.186158 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.186158 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.186176 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.186177 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.186193 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.186194 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.186212 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.186213 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.186228 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.186239 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.186258 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.186265 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.186284 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.186285 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.186331 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.186333 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.186361 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.186362 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
default	2025-01-25 13:16:11.186376 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Received 'stop scan' request from session "CBDaemon-0x8A8C031D" (CBDaemon) updateScanParams:YES shouldUpdateState:YES
default	2025-01-25 13:16:11.186379 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Configuring controller, will try again later
default	2025-01-25 13:16:11.186407 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	fShouldRetainDupsNextUpdate 0, screen? 1, retaindup? 0, EN scans? 0, created[EN]=0
default	2025-01-25 13:16:11.186407 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	EN is not active - new retain dups value 0
default	2025-01-25 13:16:11.186456 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Received 'start Unspecified scan' request  , without duplicates, duration:unlimited, UUID [ 9AD2AF5B-3F0B-4B60-889F-DA93E1C662CF ] on 1M PHY  with AOP BT Proximity Pairing Buffering scan timing 30/300  scanLevel=1 from session "CBDaemon-0x8A8C031D"
default	2025-01-25 13:16:11.186482 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Configuring controller, will try again later
info	2025-01-25 13:16:11.186532 -0500	bluetoothuserd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: Device.Wireless.BluetoothUseCase using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/Device.Wireless.BluetoothUseCase
info	2025-01-25 13:16:11.186547 -0500	bluetoothuserd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.186559 -0500	bluetoothuserd	com.apple.bluetoothuser	intelligence	Send usecase event  for 
info	2025-01-25 13:16:11.186629 -0500	bluetoothuserd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: Device.Wireless.BluetoothUseCase using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/Device.Wireless.BluetoothUseCase
info	2025-01-25 13:16:11.186636 -0500	bluetoothuserd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.186644 -0500	bluetoothuserd	com.apple.bluetoothuser	intelligence	Send usecase event  for 
info	2025-01-25 13:16:11.186724 -0500	bluetoothuserd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: Device.Wireless.BluetoothUseCase using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/Device.Wireless.BluetoothUseCase
info	2025-01-25 13:16:11.186734 -0500	bluetoothuserd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.186743 -0500	bluetoothuserd	com.apple.bluetoothuser	intelligence	Send usecase event  for 
info	2025-01-25 13:16:11.186829 -0500	bluetoothuserd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: Device.Wireless.BluetoothUseCase using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/Device.Wireless.BluetoothUseCase
info	2025-01-25 13:16:11.186839 -0500	wcd	com.apple.runningboard	monitor	Update skipped for [app:2080]
info	2025-01-25 13:16:11.186840 -0500	bluetoothuserd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.186849 -0500	bluetoothuserd	com.apple.bluetoothuser	intelligence	Send usecase event  for 
info	2025-01-25 13:16:11.186872 -0500	wcd	com.apple.runningboard	monitor	Update skipped for [app:1753]
default	2025-01-25 13:16:11.187021 -0500	wcd	com.apple.runningboard	monitor	Received state update for 1753 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.187026 -0500	wcd	com.apple.runningboard	monitor	Received state update for 2080 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.187108 -0500	biomed	com.apple.Biome	BiomeStorage	Enumerator for App.InFocus starting from /+0x1fb80
info	2025-01-25 13:16:11.187464 -0500	configd	com.apple.captive	Controller	UIAllowedNetworkingAppCheck: Networking App not in foreground
info	2025-01-25 13:16:11.187467 -0500	configd	com.apple.captive	Controller	uiallowed: false
default	2025-01-25 13:16:11.187499 -0500	PerfPowerServices	com.apple.runningboard	monitor	Received state update for 1753 (app, running-suspended-NotVisible
default	2025-01-25 13:16:11.187547 -0500	gamepolicyd	com.apple.runningboard	monitor	Received state update for 1753 (app, running-suspended-NotVisible
info	2025-01-25 13:16:11.187553 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.187562 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.187582 -0500	PerfPowerServices	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.187606 -0500	biomed	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
info	2025-01-25 13:16:11.187657 -0500	gamepolicyd	com.apple.runningboard	monitor	Update delivered for [app:1753] with taskState 3
default	2025-01-25 13:16:11.187757 -0500	audiomxd	com.apple.coremedia		-FigRouteDiscoveryManager- discoveryManager_updateDiscoveryModeForType_block_invoke: [Nero/Stevenote] Setting discovery mode to DiscoveryMode_None due to discovererUUID=(null), discovererName=(null)
info	2025-01-25 13:16:11.187803 -0500	biomed	com.apple.Biome	BiomeCompute	Completed sink for subscription  based on new  event, completion: . Bookmark: 
default	2025-01-25 13:16:11.188119 -0500	watchdogd	com.apple.runningboard	monitor	Received state update for 1753 (app, running-suspended-NotVisible
info	2025-01-25 13:16:11.188267 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADD_ADV_MATCHING_RULE_ENHANCED
info	2025-01-25 13:16:11.188381 -0500	watchdogd	com.apple.runningboard	monitor	Update skipped for [app:1753]
default	2025-01-25 13:16:11.188529 -0500	locationd	com.apple.runningboard	monitor	Received state update for 1753 (app, running-suspended-NotVisible
info	2025-01-25 13:16:11.188590 -0500	locationd	com.apple.runningboard	monitor	Update skipped for [app:1753]
default	2025-01-25 13:16:11.188734 -0500	dasd	com.apple.runningboard	monitor	Received state update for 1753 (app, running-suspended-NotVisible
info	2025-01-25 13:16:11.189239 -0500	dasd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
info	2025-01-25 13:16:11.189270 -0500	dasd	com.apple.runningboard	monitor	Update skipped for [app:1758]
info	2025-01-25 13:16:11.189289 -0500	dasd	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.189615 -0500	biomed	com.apple.Biome	BiomeCompute	Wrote bookmark file for subscription  domain: User path: 
info	2025-01-25 13:16:11.189625 -0500	biomed	com.apple.Biome	BiomeCompute	Publishing downstream for subscription  based on new  event
default	2025-01-25 13:16:11.189851 -0500	symptomsd	com.apple.runningboard	monitor	Received state update for 1753 (app, running-suspended-NotVisible
info	2025-01-25 13:16:11.189954 -0500	symptomsd	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.189970 -0500	symptomsd	com.apple.runningboard	monitor	Update skipped for [app:1753]
default	2025-01-25 13:16:11.190068 -0500	backboardd	com.apple.runningboard	monitor	Received state update for 1758 (app, none-NotVisible
info	2025-01-25 13:16:11.190148 -0500	backboardd	com.apple.runningboard	monitor	Update skipped for [app:1758]
info	2025-01-25 13:16:11.190197 -0500	wcd	com.apple.runningboard	monitor	Update skipped for [app:1753]
default	2025-01-25 13:16:11.190208 -0500	audiomxd	com.apple.coremedia		-MXEndpointDescriptorCache- -[MXEndpointDescriptorCache _availableEndpointsDidChangeForEndpointManager:atDate:]: availableEndpointsChanged for endpointManager: AirPlay. Time taken to run notification handler block 0.004053ms
info	2025-01-25 13:16:11.190217 -0500	wcd	com.apple.runningboard	monitor	Update skipped for [app:2080]
default	2025-01-25 13:16:11.190339 -0500	useractivityd	com.apple.runningboard	monitor	Received state update for 1753 (app, running-suspended-NotVisible
info	2025-01-25 13:16:11.190423 -0500	useractivityd	com.apple.runningboard	monitor	Update skipped for [app:1753]
default	2025-01-25 13:16:11.190517 -0500	audiomxd	com.apple.coremedia		-FigRouteDiscoveryManager- discoveryManager_updateDiscoveryModeForType_block_invoke: [Bluetooth] Setting discovery mode to DiscoveryMode_None due to discovererUUID=(null), discovererName=(null)
default	2025-01-25 13:16:11.190530 -0500	audiomxd	com.apple.bluetooth	BTFigE	Discovery Mode set to DiscoveryMode_None
info	2025-01-25 13:16:11.191378 -0500	wifid	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.191406 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADD_ADV_MATCHING_RULE_ENHANCED
info	2025-01-25 13:16:11.191905 -0500	biomed	com.apple.Biome	BiomeCompute	Bookmark file exists: YES for subscription  domain: User path: 
default	2025-01-25 13:16:11.192015 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1753 (app, running-suspended-NotVisible
info	2025-01-25 13:16:11.192090 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.192118 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.192137 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1753]
default	2025-01-25 13:16:11.192147 -0500	audiomxd	com.apple.bluetooth	BTFigE	Stop LE scanning
default	2025-01-25 13:16:11.192210 -0500	audiomxd	com.apple.bluetooth	CBDiscovery	Update: CBDiscovery, CID 0x921E0001, DsFl 0x80000A00000 < Connections Pairing Attributes >, RSSI -75
default	2025-01-25 13:16:11.192332 -0500	bluetoothd	com.apple.bluetooth	CBDiscovery	CBDiscovery, CID 0x921E0001, DsFl 0x80000A00000 < Connections Pairing Attributes >, RSSI -75 changed: discoveryFlags: 0x80000A08000 < WxStatus Connections Pairing Attributes > -> 0x80000A00000 < Connections Pairing Attributes >
default	2025-01-25 13:16:11.192356 -0500	bluetoothd	com.apple.bluetooth	CBDaemonXPCConnection	Discovery Update: CBDiscovery, CID 0x921E0001, DsFl 0x80000A00000 < Connections Pairing Attributes >, RSSI -75, from audiomxd:103
info	2025-01-25 13:16:11.192358 -0500	biomed	com.apple.Biome	BiomeCompute	Read bookmark file for subscription  domain: User path: 
info	2025-01-25 13:16:11.192363 -0500	bluetoothd	com.apple.bluetooth	CBMetricsDaemon	Metrics event report: CBDiscovery, appID com.apple.audiomxd, action updt, PID 103, CID 0x921E0001. count 3, dropped 0
info	2025-01-25 13:16:11.192636 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1753]
default	2025-01-25 13:16:11.192909 -0500	bluetoothd	com.apple.bluetooth	CBStackBLEScanner	Scan start: update, DsFl 0x4010B0124289C1C0 < NearbyInfo AccessoryStatus RemoteDisplayLink WxSetup WxStatus ObjectSetup NearbyAction Pairing ScreenOff BLEAdvertisementData RSSI Identify Leech ProxControl OSRecovery CaptiveNetworkJoin SIMTransfer >, DsTy , ScreenOn yes, 30/300 ms (10%), Filters: {Type 5, Dups no, RSSI -90}, {Type 15, Dups no, RSSI -70}, {Type 21, Dups no, RSSI -80, Blob [01 32 2E BA 5C], Mask [01 32 FF FF FF]}, UUIDs: 9AD2AF5B-3F0B-4B60-889F-DA93E1C662CF
default	2025-01-25 13:16:11.192956 -0500	bluetoothd	com.apple.bluetooth	CBStackDeviceMonitor	Activate
default	2025-01-25 13:16:11.193008 -0500	bluetoothd	com.apple.bluetooth	CBStackDeviceMonitor	Update devices: paired, classic, 3 total
info	2025-01-25 13:16:11.193020 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.193022 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.193041 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.193042 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.193059 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.193059 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.193077 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.193078 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.193094 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.193094 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Smart Route Support: Device: 10:2F:CA:AA:78:50, SRDaemon Support: Yes, Device Support: Yes
default	2025-01-25 13:16:11.193094 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.193103 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Smart Route Support: Device: 10:2F:CA:AA:78:50, SRDaemon Support: Yes, Device Support: Yes
info	2025-01-25 13:16:11.193110 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.193111 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.193121 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Smart Route Support: Device: 10:2F:CA:AA:78:50, SRDaemon Support: Yes, Device Support: Yes
error	2025-01-25 13:16:11.193126 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BundleID does not exist, return default
info	2025-01-25 13:16:11.193128 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.193129 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
default	2025-01-25 13:16:11.193130 -0500	bluetoothd	com.apple.bluetooth	Server.Core	StackManager Get Spatial Mode with Bundle ID: global=>1,1
info	2025-01-25 13:16:11.193145 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.193145 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.193161 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.193161 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.193178 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.193178 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.193188 -0500	bluetoothd	com.apple.bluetooth	Server.Security	Call to retrieve key chain magic key data of type 0 for device 60:AB:D2:46:34:B8 failed with result 150
info	2025-01-25 13:16:11.193193 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Smart Route Support: Device: 60:AB:D2:46:34:B8, SRDaemon Support: Yes, Device Support: No
info	2025-01-25 13:16:11.193196 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.193196 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.193205 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Smart Route Support: Device: 60:AB:D2:46:34:B8, SRDaemon Support: Yes, Device Support: No
error	2025-01-25 13:16:11.193207 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BundleID does not exist, return default
default	2025-01-25 13:16:11.193207 -0500	bluetoothd	com.apple.bluetooth	Server.Core	StackManager Get Spatial Mode with Bundle ID: global=>1,1
info	2025-01-25 13:16:11.193212 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.193212 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
default	2025-01-25 13:16:11.193223 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Received 'stop scan' request from session "CBDaemon-0x8A8C031D" (CBDaemon) updateScanParams:YES shouldUpdateState:YES
default	2025-01-25 13:16:11.193224 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Configuring controller, will try again later
default	2025-01-25 13:16:11.193242 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	fShouldRetainDupsNextUpdate 0, screen? 1, retaindup? 0, EN scans? 0, created[EN]=0
default	2025-01-25 13:16:11.193243 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	EN is not active - new retain dups value 0
info	2025-01-25 13:16:11.193253 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Smart Route Support: Device: 74:65:0C:AD:79:4B, SRDaemon Support: Yes, Device Support: Yes
info	2025-01-25 13:16:11.193258 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Smart Route Support: Device: 74:65:0C:AD:79:4B, SRDaemon Support: Yes, Device Support: Yes
info	2025-01-25 13:16:11.193269 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Smart Route Support: Device: 74:65:0C:AD:79:4B, SRDaemon Support: Yes, Device Support: Yes
error	2025-01-25 13:16:11.193270 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BundleID does not exist, return default
default	2025-01-25 13:16:11.193273 -0500	bluetoothd	com.apple.bluetooth	Server.Core	StackManager Get Spatial Mode with Bundle ID: global=>1,1
default	2025-01-25 13:16:11.193280 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Received 'start Unspecified scan' request  , without duplicates, duration:unlimited, UUID [ 9AD2AF5B-3F0B-4B60-889F-DA93E1C662CF ] on 1M PHY  with AOP BT Proximity Pairing Buffering scan timing 30/300  scanLevel=1 from session "CBDaemon-0x8A8C031D"
default	2025-01-25 13:16:11.193281 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Configuring controller, will try again later
default	2025-01-25 13:16:11.193299 -0500	bluetoothd	com.apple.bluetooth	Server.LE	Device  does not have _HID_SERVICE_
default	2025-01-25 13:16:11.193339 -0500	bluetoothd	com.apple.bluetooth	CBStackDeviceMonitor	Update devices: paired, BLE, 1 total
default	2025-01-25 13:16:11.193341 -0500	bluetoothd	com.apple.bluetooth	CBStackDeviceMonitor	Update devices: connected, classic, 0 total
default	2025-01-25 13:16:11.193427 -0500	powerd	com.apple.xpc	connection	[0xd18388640] invalidated because the client process (pid 94) either cancelled the connection or exited
default	2025-01-25 13:16:11.193519 -0500	bluetoothd	com.apple.bluetooth	CBStackDeviceMonitor	Update devices: connected, BLE, 0 total, power sources 0
default	2025-01-25 13:16:11.193806 -0500	bluetoothd	com.apple.bluetooth	CBStackDeviceMonitor	Device found: CBDevice 4C4501AC-B3B5-DEDA-5DBE-C67829359461, BDA F4:43:D0:0C:9A:12, Nm 'Scott’s MacBook Pro', IDS A50D74A1-904D-44B5-ACB3-84474E7C929E, stID A50D74A1-904D-44B5-ACB3-84474E7C929E, DsFl 0x800000 < Pairing >, DvF 0x1B000 < Hidden BLEPaired CloudPaired HIDGoodBehavior >, BTv 5.3, CF 0x80000000000 < Attributes >
info	2025-01-25 13:16:11.194216 -0500	bluetoothuserd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: Device.Wireless.BluetoothUseCase using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/Device.Wireless.BluetoothUseCase
info	2025-01-25 13:16:11.194225 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.194233 -0500	bluetoothuserd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.194248 -0500	bluetoothuserd	com.apple.bluetoothuser	intelligence	Send usecase event  for 
info	2025-01-25 13:16:11.194317 -0500	bluetoothuserd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: Device.Wireless.BluetoothUseCase using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/Device.Wireless.BluetoothUseCase
info	2025-01-25 13:16:11.194324 -0500	bluetoothuserd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.194331 -0500	bluetoothuserd	com.apple.bluetoothuser	intelligence	Send usecase event  for 
info	2025-01-25 13:16:11.194390 -0500	bluetoothuserd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: Device.Wireless.BluetoothUseCase using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/Device.Wireless.BluetoothUseCase
info	2025-01-25 13:16:11.194397 -0500	bluetoothuserd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.194402 -0500	bluetoothuserd	com.apple.bluetoothuser	intelligence	Send usecase event  for 
info	2025-01-25 13:16:11.194468 -0500	bluetoothuserd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: Device.Wireless.BluetoothUseCase using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/Device.Wireless.BluetoothUseCase
info	2025-01-25 13:16:11.194488 -0500	bluetoothuserd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.194494 -0500	bluetoothuserd	com.apple.bluetoothuser	intelligence	Send usecase event  for 
info	2025-01-25 13:16:11.194597 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADD_ADV_MATCHING_RULE_ENHANCED
default	2025-01-25 13:16:11.195298 -0500	backboardd	com.apple.runningboard	monitor	Received state update for 1753 (app, running-suspended-NotVisible
info	2025-01-25 13:16:11.195363 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.195389 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.195393 -0500	backboardd	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.195605 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.195672 -0500	biomed	com.apple.Biome	BiomeStorage	Enumerator for App.InFocus starting from /+0x1fb80
error	2025-01-25 13:16:11.195725 -0500	kernel			netagent_get_agent_domain_and_type: Type requested for invalid netagent
info	2025-01-25 13:16:11.196280 -0500	contextstored	com.apple.Biome	BiomeCompute	BMComputeXPCPublisherClient handle event for subscription with identifier 
info	2025-01-25 13:16:11.196289 -0500	contextstored	com.apple.Biome	BiomeCompute	BMBiomeScheduler received callback from subscription , reading bookmark and subscribing to DSL graph publisher
info	2025-01-25 13:16:11.196515 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.196557 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.196568 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.196634 -0500	contextstored	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
info	2025-01-25 13:16:11.196795 -0500	biomed	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
info	2025-01-25 13:16:11.196809 -0500	dasd	com.apple.Biome	BiomeStorage	Successfully mapped file: /var/mobile/Library/DuetActivityScheduler/Biome/APRSBiomeAppKillEvent/local/756104297443316 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.196820 -0500	dasd	com.apple.Biome	BiomeStorage	Successfully mapped file: /var/mobile/Library/DuetActivityScheduler/Biome/APRSBiomeAppKillEvent/local/756104297443316 address: 0x offset:32 size:1048544
info	2025-01-25 13:16:11.196980 -0500	biomed	com.apple.Biome	BiomeCompute	Completed sink for subscription  based on new  event, completion: . Bookmark: 
info	2025-01-25 13:16:11.196984 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
error	2025-01-25 13:16:11.197182 -0500	dasd	com.apple.Biome	BiomeStorage	Data type not yet set for stream APRSBiomeAppKillEvent, please switch to APIs that take eventDataClass as a parameter.
info	2025-01-25 13:16:11.197405 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
error	2025-01-25 13:16:11.197463 -0500	dasd	com.apple.Biome	BiomeGeneral	Event class '' missing from NSKeyedUnarchiver allowedClasses
info	2025-01-25 13:16:11.197520 -0500	biomed	com.apple.Biome	BiomeAccessService	-temporaryFileHandleWithProtection:reply: called
info	2025-01-25 13:16:11.197725 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADD_ADV_MATCHING_RULE_ENHANCED
info	2025-01-25 13:16:11.197921 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.198292 -0500	dasd	com.apple.runningboard	monitor	Update delivered for [app:1758] with taskState 1
info	2025-01-25 13:16:11.198326 -0500	dasd	com.apple.runningboard	monitor	Update skipped for [app:1758]
info	2025-01-25 13:16:11.198364 -0500	dasd	com.apple.runningboard	monitor	Update skipped for [app:1753]
info	2025-01-25 13:16:11.198378 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.198533 -0500	biomed	com.apple.Biome	BiomeCompute	Wrote bookmark file for subscription  domain: User path: 
info	2025-01-25 13:16:11.198544 -0500	biomed	com.apple.Biome	BiomeCompute	Publishing downstream for subscription  based on new  event
error	2025-01-25 13:16:11.198616 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.198646 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
default	2025-01-25 13:16:11.198666 -0500	locationd	com.apple.locationd.Core	Routine	{"msg":"received place inferences for cache", "placeInferences":}
info	2025-01-25 13:16:11.198724 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.198729 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.198731 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.198734 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759488247.581984,endDate,759489147.581984,count,0
info	2025-01-25 13:16:11.198812 -0500	contextstored	com.apple.Biome	BiomeCompute	BMComputeXPCPublisherClient handle event for subscription with identifier 
info	2025-01-25 13:16:11.198818 -0500	contextstored	com.apple.Biome	BiomeCompute	BMBiomeScheduler received callback from subscription , reading bookmark and subscribing to DSL graph publisher
info	2025-01-25 13:16:11.198827 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.198980 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.198981 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759488225.252314,first pressure,,last timestamp,759489164.300388,last pressure,
info	2025-01-25 13:16:11.199007 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.199014 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.199042 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
info	2025-01-25 13:16:11.199050 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.199059 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
info	2025-01-25 13:16:11.199186 -0500	biomed	com.apple.Biome	BiomeCompute	Bookmark file exists: YES for subscription  domain: User path: 
info	2025-01-25 13:16:11.199209 -0500	contextstored	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
info	2025-01-25 13:16:11.199266 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.199510 -0500	biomed	com.apple.Biome	BiomeAccessService	-replaceFileAtPath:withFileHandle:protection:reply: called with subpath: compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/bookmarks/client/com.apple.contextstored/FocusModes.GamingMode
info	2025-01-25 13:16:11.199584 -0500	biomed	com.apple.Biome	BiomeCompute	Read bookmark file for subscription  domain: User path: 
info	2025-01-25 13:16:11.199740 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.200170 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.200620 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.200936 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.200938 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADD_ADV_MATCHING_RULE_ENHANCED
info	2025-01-25 13:16:11.200961 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:32 size:131040
default	2025-01-25 13:16:11.201190 -0500	biomed	com.apple.Biome	BiomeStorage	Enumerator for App.InFocus starting from /+0x1fb80
info	2025-01-25 13:16:11.201396 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.201410 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.201442 -0500	biomed	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
info	2025-01-25 13:16:11.201646 -0500	contextstored	com.apple.Biome	BiomeCompute	Wrote bookmark file for subscription FocusModes.GamingMode domain: User path: 
info	2025-01-25 13:16:11.201651 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.201724 -0500	biomed	com.apple.Biome	BiomeAccessService	-temporaryFileHandleWithProtection:reply: called
info	2025-01-25 13:16:11.201740 -0500	biomed	com.apple.Biome	BiomeCompute	Completed sink for subscription  based on new  event, completion: . Bookmark: 
default	2025-01-25 13:16:11.202194 -0500	cfprefsd	com.apple.xpc	connection	[0xb84833840] invalidated because the client process (pid 1758) either cancelled the connection or exited
info	2025-01-25 13:16:11.202214 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.202271 -0500	cfprefsd	com.apple.xpc	connection	[0xb84844640] invalidated because the client process (pid 1907) either cancelled the connection or exited
default	2025-01-25 13:16:11.202351 -0500	cfprefsd	com.apple.xpc	connection	[0xb84844c80] invalidated because the client process (pid 1906) either cancelled the connection or exited
info	2025-01-25 13:16:11.202414 -0500	symptomsd	com.apple.symptomsd	flow	WiFi Observer: New flags fg 0x0 0x0 bg 0x2000010a 0x411101050505  during suppression / dampening, initial value 0x0 0x0 0x2000010a 0x401000040404
default	2025-01-25 13:16:11.202445 -0500	usernotificationsd	com.apple.xpc	connection	[0x49c9048c0] invalidated because the client process (pid 1758) either cancelled the connection or exited
default	2025-01-25 13:16:11.202492 -0500	symptomsd	com.apple.symptomsd	analytics	Data Usage for mDNSResponder on flow 168192 - WiFi in/out: 199193881/280040443, WiFi delta_in/delta_out: 192/64, Cell in/out: 102730688/102230438, Cell delta_in/delta_out: 0/0, RNF: 0, subscriber tag: 0, total duration: 0.029
default	2025-01-25 13:16:11.202496 -0500	fontservicesd	com.apple.xpc	connection	[0x66e0c5900] invalidated because the client process (pid 1758) either cancelled the connection or exited
info	2025-01-25 13:16:11.202500 -0500	symptomsd	com.apple.symptomsd	flow	WiFi Observer: New flags fg 0x0 0x0 bg 0x2000010a 0x401000040404  during suppression / dampening, initial value 0x0 0x0 0x2000010a 0x401000040404
default	2025-01-25 13:16:11.203032 -0500	analyticsd	com.apple.xpc	connection	[0x7163a1540] invalidated because the client process (pid 1758) either cancelled the connection or exited
info	2025-01-25 13:16:11.203048 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.203324 -0500	biomed	com.apple.Biome	BiomeAccessService	-replaceFileAtPath:withFileHandle:protection:reply: called with subpath: compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/bookmarks/client/com.apple.contextstored/FocusModes.ReadingMode
info	2025-01-25 13:16:11.203370 -0500	biomed	com.apple.Biome	BiomeCompute	Wrote bookmark file for subscription  domain: User path: 
info	2025-01-25 13:16:11.203378 -0500	biomed	com.apple.Biome	BiomeCompute	Publishing downstream for subscription  based on new  event
info	2025-01-25 13:16:11.203560 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.203600 -0500	intelligencecontextd	com.apple.Biome	BiomeCompute	BMBiomeScheduler received callback from subscription , reading bookmark and subscribing to DSL graph publisher
info	2025-01-25 13:16:11.203690 -0500	intelligencecontextd	com.apple.intelligenceflow	Context	received notification for .
info	2025-01-25 13:16:11.203710 -0500	intelligencecontextd	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
info	2025-01-25 13:16:11.203732 -0500	intelligencecontextd	com.apple.intelligenceflow	Context	updating context cache for .
info	2025-01-25 13:16:11.203908 -0500	intelligencecontextd			It is not opted in.
error	2025-01-25 13:16:11.203911 -0500	intelligencecontextd	com.apple.FeatureStore	Service	Skipping insertion as it's legally restricted.
info	2025-01-25 13:16:11.203989 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.204152 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_OLYMPIC_ADV_DUPLICATE_FILTER_BYPASS_CONFIG
info	2025-01-25 13:16:11.204153 -0500	bluetoothd	com.apple.bluetooth	Server.Core	VSC BD_VSC_OLYMPIC_ADV_DUPLICATE_FILTER_BYPASS_CONFIG, not supported
info	2025-01-25 13:16:11.204154 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADV_PCF_FEATURE_SEL
info	2025-01-25 13:16:11.204416 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.204453 -0500	symptomsd	com.apple.symptomsd	flow	WiFi observer _foregroundCounts.currentCombinedFlags is 0x0
default	2025-01-25 13:16:11.204453 -0500	symptomsd	com.apple.symptomsd	flow	WiFi observer _backgroundCounts.currentCombinedFlags is 0x401000040404
info	2025-01-25 13:16:11.204649 -0500	symptomsd	com.apple.symptomsd	flow	WiFi observer Info dir {
    "background-classifications" = 536871178;
    "background-combined-properties" = 70437463917572;
    "foreground-apps" = "{(\n    \"com.apple.PhotosUIPrivate.PhotosPosterProvider\",\n    \"com.msdrigg.roam\"\n)}";
    "foreground-classifications" = 0;
    "foreground-combined-properties" = 0;
    "relevant-state" = 0;
    "verbose-background-classifications" = "TC_BK_SYS:TC_RD:TC_VO:mail";
    "verbose-background-duration" = 0x0;
    "verbose-background-jitter" = "0x4 low";
    "verbose-background-latency" = "0x4 low";
    "verbose-background-loss-tolerance" = "0x4 low";
    "verbose-background-preferred-bw" = "0x40 high";
    "verbose-background-required-bw" = "0x10 medium";
    "verbose-foreground-classifications" = "";
    "verbose-foreground-duration" = 0x0;
    "verbose-foreground-jitter" = 0x0;
    "verbose-foreground-latency" = 0x0;
    "verbose-foreground-loss-tolerance" = 0x0;
    "verbose-foreground-preferred-bw" = 0x0;
    "verbose-foreground-required-bw" = 0x0;
}
info	2025-01-25 13:16:11.204874 -0500	symptomsd	com.apple.symptomsd	evaluation	Reply with err 0 name WiFi AppAware data reason collected on demand info {
    "background-classifications" = 536871178;
    "background-combined-properties" = 70437463917572;
    "foreground-apps" = "{(\n    \"com.apple.PhotosUIPrivate.PhotosPosterProvider\",\n    \"com.msdrigg.roam\"\n)}";
    "foreground-classifications" = 0;
    "foreground-combined-properties" = 0;
    "relevant-state" = 0;
    "verbose-background-classifications" = "TC_BK_SYS:TC_RD:TC_VO:mail";
    "verbose-background-duration" = 0x0;
    "verbose-background-jitter" = "0x4 low";
    "verbose-background-latency" = "0x4 low";
    "verbose-background-loss-tolerance" = "0x4 low";
    "verbose-background-preferred-bw" = "0x40 high";
    "verbose-background-required-bw" = "0x10 medium";
    "verbose-foreground-classifications" = "";
    "verbose-foreground-duration" = 0x0;
    "verbose-foreground-jitter" = 0x0;
    "verbose-foreground-latency" = 0x0;
    "verbose-foreground-loss-tolerance" = 0x0;
    "verbose-foreground-preferred-bw" = 0x0;

    <…>
error	2025-01-25 13:16:11.205163 -0500	symptomsd	com.apple.symptomsd	proc_state	Process state is unknown (null)
info	2025-01-25 13:16:11.205167 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.205169 -0500	trustd	com.apple.xpc	connection	[0xd8e870c80] invalidated because the client process (pid 1758) either cancelled the connection or exited
info	2025-01-25 13:16:11.205401 -0500	symptomsd	com.apple.symptomsd	flow	WiFi Observer: New flags fg 0x0 0x0 bg 0x2000010a 0x411101050505  during suppression / dampening, initial value 0x0 0x0 0x2000010a 0x401000040404
info	2025-01-25 13:16:11.205416 -0500	contextstored	com.apple.Biome	BiomeCompute	Wrote bookmark file for subscription FocusModes.ReadingMode domain: User path: 
info	2025-01-25 13:16:11.205471 -0500	biomed	com.apple.Biome	BiomeAccessService	-temporaryFileHandleWithProtection:reply: called
default	2025-01-25 13:16:11.205662 -0500	***	com.apple.xpc	connection	[0xbbccd8500] invalidated because the client process (pid 1758) either cancelled the connection or exited
info	2025-01-25 13:16:11.205681 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.206165 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.206216 -0500	biomed	com.apple.Biome	BiomeAccessService	-fileHandleForFileAtPath:flags:protection:reply: called with subpath: streams/restricted/App.InFocus/local/756943728583602
info	2025-01-25 13:16:11.206630 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.206907 -0500	intelligencecontextd	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.206917 -0500	intelligencecontextd	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.207031 -0500	biomed	com.apple.Biome	BiomeAccessService	-replaceFileAtPath:withFileHandle:protection:reply: called with subpath: compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/bookmarks/client/com.apple.intelligenceflow.intelligencecontextd/com.apple.intelligenceflow.intelligencecontextd.AppInFocus
info	2025-01-25 13:16:11.207170 -0500	intelligencecontextd	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.207178 -0500	intelligencecontextd	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.207218 -0500	intelligencecontextd	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
info	2025-01-25 13:16:11.207271 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADV_PCF_SERVICE_UUID
info	2025-01-25 13:16:11.207348 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.207807 -0500	intelligencecontextd			It is not opted in.
info	2025-01-25 13:16:11.207818 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
error	2025-01-25 13:16:11.207822 -0500	intelligencecontextd	com.apple.FeatureStore	Service	Skipping insertion as it's legally restricted.
info	2025-01-25 13:16:11.207847 -0500	intelligencecontextd	com.apple.intelligenceflow	Context	generated context returned 1 values for 
info	2025-01-25 13:16:11.207880 -0500	intelligencecontextd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.208235 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.208633 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.209059 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.209458 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.209595 -0500	bluetoothd	com.apple.bluetooth	CBMetricsDaemon	Aggressive Scan Metrics Event reported: appID com.apple.aonsensed, action agsN, screenOnCount 9, screenOffCount 0, client CBDiscovery, CID 0x3DD40002, DsFl 0x10120001C080 < AccessoryStatus WxSetup WxStatus ObjectSetup RSSI Identify Leech >
info	2025-01-25 13:16:11.209609 -0500	bluetoothd	com.apple.bluetooth	CBMetricsDaemon	Aggressive Scan Metrics Event reported: appID com.apple.nearbyd, action agsN, screenOnCount 9, screenOffCount 16, client CBDiscovery, CID 0xFDF10001, DsFl 0x101202000040 < NearbyInfo ScreenOff RSSI Identify Leech >
info	2025-01-25 13:16:11.209656 -0500	bluetoothd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.209686 -0500	bluetoothd	com.apple.bluetooth	Server.Core	BT Stats for metric '' sent to CoreAnalytics with result 0
info	2025-01-25 13:16:11.209697 -0500	bluetoothd	com.apple.bluetooth	CBMetricsDaemon	Aggressive Scan Metrics Event reported: appID com.apple.aonsensed, action agsN, screenOnCount 10, screenOffCount 0, client CBDiscovery, CID 0x3DD40002, DsFl 0x10120001C080 < AccessoryStatus WxSetup WxStatus ObjectSetup RSSI Identify Leech >
info	2025-01-25 13:16:11.209703 -0500	siriinferenced	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
info	2025-01-25 13:16:11.209721 -0500	bluetoothd	com.apple.bluetooth	CBMetricsDaemon	Aggressive Scan Metrics Event reported: appID com.apple.nearbyd, action agsN, screenOnCount 10, screenOffCount 16, client CBDiscovery, CID 0xFDF10001, DsFl 0x101202000040 < NearbyInfo ScreenOff RSSI Identify Leech >
info	2025-01-25 13:16:11.209728 -0500	bluetoothd	com.apple.bluetooth	CBMetricsDaemon	Aggressive Scan Metrics Event reported: appID com.apple.aonsensed, action agsN, screenOnCount 11, screenOffCount 0, client CBDiscovery, CID 0x3DD40002, DsFl 0x10120001C080 < AccessoryStatus WxSetup WxStatus ObjectSetup RSSI Identify Leech >
info	2025-01-25 13:16:11.209734 -0500	bluetoothd	com.apple.bluetooth	CBMetricsDaemon	Aggressive Scan Metrics Event reported: appID com.apple.nearbyd, action agsN, screenOnCount 11, screenOffCount 16, client CBDiscovery, CID 0xFDF10001, DsFl 0x101202000040 < NearbyInfo ScreenOff RSSI Identify Leech >
info	2025-01-25 13:16:11.209743 -0500	bluetoothd	com.apple.bluetooth	CBMetricsDaemon	Aggressive Scan Metrics Event reported: appID com.apple.aonsensed, action agsN, screenOnCount 12, screenOffCount 0, client CBDiscovery, CID 0x3DD40002, DsFl 0x10120001C080 < AccessoryStatus WxSetup WxStatus ObjectSetup RSSI Identify Leech >
info	2025-01-25 13:16:11.209825 -0500	bluetoothd	com.apple.bluetooth	CBMetricsDaemon	Aggressive Scan Metrics Event reported: appID com.apple.nearbyd, action agsN, screenOnCount 12, screenOffCount 16, client CBDiscovery, CID 0xFDF10001, DsFl 0x101202000040 < NearbyInfo ScreenOff RSSI Identify Leech >
info	2025-01-25 13:16:11.209856 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.209932 -0500	intelligencecontextd	com.apple.Biome	BiomeCompute	Wrote bookmark file for subscription  domain: User path: 
default	2025-01-25 13:16:11.209990 -0500	searchd	com.apple.SpotlightServices	General	: processing event for bundle .
info	2025-01-25 13:16:11.210091 -0500	searchd	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
info	2025-01-25 13:16:11.210396 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADV_PCF_SERVICE_UUID
info	2025-01-25 13:16:11.210432 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
info	2025-01-25 13:16:11.210604 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210613 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210618 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C949 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210623 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C950 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210628 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210633 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210637 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C948 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210642 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210645 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210649 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210655 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210678 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210681 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C949 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210685 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C950 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210689 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210691 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210695 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C948 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210697 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210701 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210705 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210711 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210714 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210716 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C949 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210720 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C950 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210722 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210726 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210737 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C948 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210741 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210745 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210747 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210752 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210756 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210760 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C949 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210762 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C950 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210766 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210768 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210772 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C948 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210776 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210778 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210782 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210787 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210798 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210803 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C949 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210805 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C950 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210808 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210813 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210815 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C948 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210819 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210822 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210825 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
default	2025-01-25 13:16:11.210825 -0500	audiomxd	com.apple.coremedia		-FigRouteDiscoveryManager- discoveryManager_postNotificationToAllDiscoverers_block_invoke: Time taken to run notification handler 3.550053ms. Time taken to post Discoverer_AvailableRoutesChanged to all discoverers: 16.811967ms. Average time: 14.331310ms. Cache misses this iteration 4.
info	2025-01-25 13:16:11.210830 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210834 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210836 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C949 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210840 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C950 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210844 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210846 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210859 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C948 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210861 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210865 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210869 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210874 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210876 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C949.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210880 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C949 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210884 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C950 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210886 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210890 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C948.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210894 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C948 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210896 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210900 -0500	mDNSResponder	com.apple.network	connection	nw_flow_passthrough_notify [C947.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
info	2025-01-25 13:16:11.210902 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] received notification inbound_new_connection_id
default	2025-01-25 13:16:11.211082 -0500	mDNSResponder	com.apple.security.swifttls	HandshakeState	generated new session ticket
default	2025-01-25 13:16:11.211245 -0500	mDNSResponder	com.apple.security.swifttls	HandshakeState	generated new session ticket
default	2025-01-25 13:16:11.211307 -0500	mDNSResponder	com.apple.network	quic	quic_stream_create_inbound [C947.1.1.1.1:2] [60cdc1b6db56678b-05378e3a02318a88c100efe8c4acf32f7669cc2c] creating inbound stream 3
default	2025-01-25 13:16:11.211409 -0500	mDNSResponder	com.apple.network	quic	quic_stream_create_inbound [C947.1.1.1.1:2] [60cdc1b6db56678b-05378e3a02318a88c100efe8c4acf32f7669cc2c] creating inbound stream 7
default	2025-01-25 13:16:11.211446 -0500	mDNSResponder	com.apple.network	quic	quic_stream_create_inbound [C947.1.1.1.1:2] [60cdc1b6db56678b-05378e3a02318a88c100efe8c4acf32f7669cc2c] creating inbound stream 11
default	2025-01-25 13:16:11.211503 -0500	mDNSResponder	com.apple.network	quic	quic_stream_create_inbound [C947.1.1.1.1:2] [60cdc1b6db56678b-05378e3a02318a88c100efe8c4acf32f7669cc2c] creating inbound stream 15
info	2025-01-25 13:16:11.211827 -0500	mDNSResponder	com.apple.network		nw_http3_stream_received_fields_done [C947.1.1.1.1:1]  decreasing QUIC keepalive frequency after receiving a response
info	2025-01-25 13:16:11.211843 -0500	mDNSResponder	com.apple.network	quic	quic_conn_keepalive_configure [C947.1.1.1.1:2] [60cdc1b6db56678b-05378e3a02318a88c100efe8c4acf32f7669cc2c] started keep-alive timer (20 seconds)
info	2025-01-25 13:16:11.211859 -0500	mDNSResponder	com.apple.network	http	nw_http3_control_stream_process_output_block_invoke [C949.1.1.1.1:1]  receiving response header {status=200}
info	2025-01-25 13:16:11.211901 -0500	mDNSResponder	com.apple.network	privacy_proxy	[C949.1.1:1] Received 200 OK for proxied message
info	2025-01-25 13:16:11.211926 -0500	mDNSResponder	com.apple.network	http	nw_http3_control_stream_process_output_block_invoke [C949.1.1.1.1:1]  finished receiving {body_bytes=0}
info	2025-01-25 13:16:11.211986 -0500	mDNSResponder	com.apple.network	http	nw_protocol_http3_stream_connected_block_invoke [C948.1.1.1.1:1]  receiving response header {status=200}
info	2025-01-25 13:16:11.212002 -0500	mDNSResponder	com.apple.network	privacy_proxy	[C948.1.1:1] Received 200 OK for proxied message
info	2025-01-25 13:16:11.212014 -0500	mDNSResponder	com.apple.network	http	nw_protocol_http3_stream_connected_block_invoke [C948.1.1.1.1:1]  finished receiving {body_bytes=0}
default	2025-01-25 13:16:11.212085 -0500	mDNSResponder	com.apple.mdns	resolver	[Q40264] Received acceptable 192-byte response from BBdXnYiu over HTTPS via any/0 -- id: 0x0000 (0), flags: 0x8100 (R/Query, RD, NoError), counts: 1/4/0/1, BBEadsmZ IN A?, 300 IN A BBjjVxfc, 300 IN A BBgCtIjF, 300 IN A BBxcEiaV, 300 IN A BBbmgVzD, . OPT 512 0 {Padding, [71 B]}, {EDE, code: 0}
info	2025-01-25 13:16:11.212095 -0500	mDNSResponder	com.apple.mdns	resolver	[Q40264] Querier concluded -- reason: response
default	2025-01-25 13:16:11.212112 -0500	mDNSResponder	com.apple.network	activity	[C949] event: client:end_activity @0.125s, activity 
default	2025-01-25 13:16:11.212136 -0500	mDNSResponder	com.apple.network	activity	 complete with reason 2 (success), duration 138ms
default	2025-01-25 13:16:11.212202 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[Q40264] Handling concluded querier: BBEadsmZ A IN
default	2025-01-25 13:16:11.212207 -0500	mDNSResponder	com.apple.mdns	resolver	[Q11313] Received acceptable 268-byte response from BBdXnYiu over HTTPS via any/0 -- id: 0x0000 (0), flags: 0x8100 (R/Query, RD, NoError), counts: 1/5/0/1, BBEadsmZ IN AAAA?, 300 IN AAAA BBGCsaUa, 300 IN AAAA BBfSbdPF, 300 IN AAAA BBNhGVLr, 300 IN AAAA BBxfAwcE, 300 IN AAAA BBdNGpQX, . OPT 512 0 {Padding, [71 B]}, {EDE, code: 0}
info	2025-01-25 13:16:11.212213 -0500	mDNSResponder	com.apple.mdns	resolver	[Q11313] Querier concluded -- reason: response
default	2025-01-25 13:16:11.212222 -0500	mDNSResponder	com.apple.network	activity	[C948] event: client:end_activity @0.126s, activity 
default	2025-01-25 13:16:11.212233 -0500	mDNSResponder	com.apple.network	activity	 complete with reason 2 (success), duration 138ms
info	2025-01-25 13:16:11.212234 -0500	mDNSResponder	com.apple.network	quic	quic_crypto_session_update [C947.1.1.1.1:2] [60cdc1b6db56678b-05378e3a02318a88c100efe8c4acf32f7669cc2c] saving 0-RTT state in the association cache (length 443)
default	2025-01-25 13:16:11.212296 -0500	mDNSResponder	com.apple.network	connection	[C949 78D012CD-44B4-4C92-88A8-CC528A7E69ED Hostname#ac3906c0:443 tcp, url hash: 6298e078, fast-open, definite, attribution: developer] cancel
default	2025-01-25 13:16:11.212330 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[Q11313] Handling concluded querier: BBEadsmZ AAAA IN
default	2025-01-25 13:16:11.212385 -0500	mDNSResponder	com.apple.network	connection	[C949 78D012CD-44B4-4C92-88A8-CC528A7E69ED Hostname#ac3906c0:443 tcp, url hash: 6298e078, fast-open, definite, attribution: developer] cancelled
	[C949.1.1.1.1 56640D07-6851-4063-BF5C-E9A425754828 192.168.11.37:53076<->17.248.136.170:443]
	Connected Path: satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi
	Privacy Stance: Not Eligible
	Duration: 0.125s, DNS @0.003s took 0.032s, QUIC @0.041s took 0.047s
	bytes in/out: 2838/5079, packets in/out: 8/8, rtt: 0.043s, retransmitted bytes: 0, out-of-order bytes: 0
	ecn packets sent/acked/marked/lost: 0/0/0/0
info	2025-01-25 13:16:11.212393 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)]
info	2025-01-25 13:16:11.212408 -0500	mDNSResponder	com.apple.network	privacy_proxy	[C949.1.1:1] Closing connection for 
default	2025-01-25 13:16:11.212414 -0500	mDNSResponder	com.apple.network	connection	nw_flow_disconnected [C949 17.248.136.170:443 cancelled parent-flow ((null))] Output protocol disconnected
info	2025-01-25 13:16:11.212439 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1 Hostname#ac3906c0:443 ready proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)]
default	2025-01-25 13:16:11.212446 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9386->Q40264] getaddrinfo result -- event: add, ifindex: 0, name: BBEadsmZ, type: A, rdata: BBjjVxfc, expired: no
default	2025-01-25 13:16:11.212456 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9386->Q40264] getaddrinfo result -- event: add, ifindex: 0, name: BBEadsmZ, type: A, rdata: BBgCtIjF, expired: no
default	2025-01-25 13:16:11.212465 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9386->Q40264] getaddrinfo result -- event: add, ifindex: 0, name: BBEadsmZ, type: A, rdata: BBxcEiaV, expired: no
default	2025-01-25 13:16:11.212472 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9386->Q40264] getaddrinfo result -- event: add, ifindex: 0, name: BBEadsmZ, type: A, rdata: BBbmgVzD, expired: no
info	2025-01-25 13:16:11.212475 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)]
default	2025-01-25 13:16:11.212481 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9386->Q11313] getaddrinfo result -- event: add, ifindex: 0, name: BBEadsmZ, type: AAAA, rdata: BBGCsaUa, expired: no
default	2025-01-25 13:16:11.212491 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9386->Q11313] getaddrinfo result -- event: add, ifindex: 0, name: BBEadsmZ, type: AAAA, rdata: BBfSbdPF, expired: no
info	2025-01-25 13:16:11.212493 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1.1.1 mask.icloud.com:443 ready resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)]
default	2025-01-25 13:16:11.212498 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9386->Q11313] getaddrinfo result -- event: add, ifindex: 0, name: BBEadsmZ, type: AAAA, rdata: BBNhGVLr, expired: no
info	2025-01-25 13:16:11.212500 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)]
error	2025-01-25 13:16:11.212506 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C949 Hostname#ac3906c0:443 cancelled parent-flow ((null))] ignoring notification replaced_output_handler after cancellation
default	2025-01-25 13:16:11.212507 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9386->Q11313] getaddrinfo result -- event: add, ifindex: 0, name: BBEadsmZ, type: AAAA, rdata: BBxfAwcE, expired: no
default	2025-01-25 13:16:11.212516 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9386->Q11313] getaddrinfo result -- event: add, ifindex: 0, name: BBEadsmZ, type: AAAA, rdata: BBdNGpQX, expired: no
info	2025-01-25 13:16:11.212521 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1.1.1.2 17.248.186.68:443 cancelled path ((null))]
info	2025-01-25 13:16:11.212522 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1.1.1.3 17.248.186.40:443 cancelled path ((null))]
info	2025-01-25 13:16:11.212524 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1.1.1.4 17.248.186.107:443 cancelled path ((null))]
info	2025-01-25 13:16:11.212526 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1.1.1.5 17.248.186.37:443 cancelled path ((null))]
info	2025-01-25 13:16:11.212527 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1.1.1.6 17.248.186.69:443 cancelled path ((null))]
info	2025-01-25 13:16:11.212529 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1.1.1.7 17.248.186.72:443 cancelled path ((null))]
info	2025-01-25 13:16:11.212532 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1.1.1.8 17.248.186.41:443 cancelled path ((null))]
info	2025-01-25 13:16:11.212762 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C949.1.2 mask-h2.icloud.com:443 initial path (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)]
default	2025-01-25 13:16:11.212799 -0500	mDNSResponder	com.apple.network	connection	nw_connection_report_state_with_handler_on_nw_queue [C949] reporting state cancelled
info	2025-01-25 13:16:11.212807 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got 9 DNS results
default	2025-01-25 13:16:11.212824 -0500	mDNSResponder	com.apple.network	connection	[C948 B0189D73-B876-454F-8105-EEF94CB96B29 Hostname#ac3906c0:443 tcp, url hash: 6298e078, fast-open, definite, attribution: developer] cancel
info	2025-01-25 13:16:11.212833 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got DNS result type Add ifindex=0   IPv4#20000894
info	2025-01-25 13:16:11.212838 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got DNS result type Add ifindex=0   IPv4#e09507ae
info	2025-01-25 13:16:11.212843 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got DNS result type Add ifindex=0   IPv4#e6a5e3e2
info	2025-01-25 13:16:11.212847 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got DNS result type Add ifindex=0   IPv4#eb589103
info	2025-01-25 13:16:11.212852 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got DNS result type Add ifindex=0   IPv6#e53d2b04
info	2025-01-25 13:16:11.212857 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got DNS result type Add ifindex=0   IPv6#5e1e51dc
info	2025-01-25 13:16:11.212862 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got DNS result type Add ifindex=0   IPv6#2e53bc9f
default	2025-01-25 13:16:11.212866 -0500	mDNSResponder	com.apple.network	connection	[C948 B0189D73-B876-454F-8105-EEF94CB96B29 Hostname#ac3906c0:443 tcp, url hash: 6298e078, fast-open, definite, attribution: developer] cancelled
	[C948.1.1.1.1 56640D07-6851-4063-BF5C-E9A425754828 192.168.11.37:53076<->17.248.136.170:443]
	Connected Path: satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi
	Privacy Stance: Not Eligible
	Duration: 0.127s, DNS @0.000s took 0.036s, QUIC @0.042s took 0.048s
	bytes in/out: 2838/5079, packets in/out: 8/8, rtt: 0.043s, retransmitted bytes: 0, out-of-order bytes: 0
	ecn packets sent/acked/marked/lost: 0/0/0/0
info	2025-01-25 13:16:11.212866 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got DNS result type Add ifindex=0   IPv6#e0ce6894
info	2025-01-25 13:16:11.212871 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got DNS result type Add ifindex=0   IPv6#f37b9dad
info	2025-01-25 13:16:11.212871 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)]
info	2025-01-25 13:16:11.212877 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got Extended DNS Error: 0
info	2025-01-25 13:16:11.212877 -0500	mDNSResponder	com.apple.network	privacy_proxy	[C948.1.1:1] Closing connection for 
default	2025-01-25 13:16:11.212881 -0500	mDNSResponder	com.apple.network	connection	nw_flow_disconnected [C948 17.248.136.170:443 cancelled parent-flow ((null))] Output protocol disconnected
info	2025-01-25 13:16:11.212888 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got Extended DNS Error: 0
info	2025-01-25 13:16:11.212903 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1 Hostname#ac3906c0:443 ready proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)]
info	2025-01-25 13:16:11.212922 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)]
info	2025-01-25 13:16:11.212940 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1.1.1 mask.icloud.com:443 ready resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)]
info	2025-01-25 13:16:11.212946 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got Extended DNS Error: 0
info	2025-01-25 13:16:11.212946 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)]
error	2025-01-25 13:16:11.212951 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C948 Hostname#ac3906c0:443 cancelled parent-flow ((null))] ignoring notification replaced_output_handler after cancellation
info	2025-01-25 13:16:11.212964 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got Extended DNS Error: 0
info	2025-01-25 13:16:11.212981 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got Extended DNS Error: 0
info	2025-01-25 13:16:11.212984 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1.1.1.2 17.248.186.68:443 cancelled path ((null))]
info	2025-01-25 13:16:11.212985 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1.1.1.3 17.248.186.40:443 cancelled path ((null))]
info	2025-01-25 13:16:11.212989 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1.1.1.4 17.248.186.107:443 cancelled path ((null))]
info	2025-01-25 13:16:11.212990 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1.1.1.5 17.248.186.37:443 cancelled path ((null))]
info	2025-01-25 13:16:11.212991 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1.1.1.6 17.248.186.69:443 cancelled path ((null))]
info	2025-01-25 13:16:11.212994 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1.1.1.7 17.248.186.72:443 cancelled path ((null))]
info	2025-01-25 13:16:11.212996 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1.1.1.8 17.248.186.41:443 cancelled path ((null))]
info	2025-01-25 13:16:11.213013 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got Extended DNS Error: 0
info	2025-01-25 13:16:11.213017 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C948.1.2 mask-h2.icloud.com:443 initial path (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)]
info	2025-01-25 13:16:11.213023 -0500	mDNSResponder	com.apple.network	connection	[C949 Hostname#ac3906c0:443 tcp, url hash: 6298e078, fast-open, definite, attribution: developer] dealloc
default	2025-01-25 13:16:11.213036 -0500	mDNSResponder	com.apple.network	connection	nw_connection_report_state_with_handler_on_nw_queue [C948] reporting state cancelled
info	2025-01-25 13:16:11.213037 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got Extended DNS Error: 0
info	2025-01-25 13:16:11.213052 -0500	mDNSResponder	com.apple.network	connection	[C948 Hostname#ac3906c0:443 tcp, url hash: 6298e078, fast-open, definite, attribution: developer] dealloc
info	2025-01-25 13:16:11.213058 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got Extended DNS Error: 0
default	2025-01-25 13:16:11.213064 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_stream_remove_input_handler [C949.1.1.1.1:1]  protocol 0x548b23000, default_input_handler 0x548be8c80, input protocol 0x548be8c80
default	2025-01-25 13:16:11.213082 -0500	mDNSResponder	com.apple.network	http	nw_http3_control_stream_process_output_block_invoke [C949.1.1.1.1:1]  transaction summary {start_reason="initial", duration_ms=85, request_method="POST", response_status=200, outbound_start_ms=47, outbound_duration_ms=0, inbound_start_ms=84, inbound_duration_ms=0, outbound_body_bytes=0, inbound_body_bytes=0}
info	2025-01-25 13:16:11.213083 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got Extended DNS Error: 0
info	2025-01-25 13:16:11.213088 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_remove_input_handler [C947.1.1.1.1:1]  protocol 0x5486e8000, default_input_handler 0x548d81f78, input protocol 0x548be8c80
info	2025-01-25 13:16:11.213093 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_stream_destroy [C949.1.1.1.1:1]  destroying stream 0x548b23000
default	2025-01-25 13:16:11.213171 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_stream_remove_input_handler [C948.1.1.1.1:1]  protocol 0x548b23900, default_input_handler 0x548be8f00, input protocol 0x548be8f00
default	2025-01-25 13:16:11.213182 -0500	mDNSResponder	com.apple.network	http	nw_protocol_http3_stream_connected_block_invoke [C948.1.1.1.1:1]  transaction summary {start_reason="initial", duration_ms=85, request_method="POST", response_status=200, outbound_start_ms=48, outbound_duration_ms=0, inbound_start_ms=84, inbound_duration_ms=0, outbound_body_bytes=0, inbound_body_bytes=0}
info	2025-01-25 13:16:11.213187 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_remove_input_handler [C947.1.1.1.1:1]  protocol 0x5486e8000, default_input_handler 0x548d81f78, input protocol 0x548be8f00
info	2025-01-25 13:16:11.213196 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_stream_destroy [C948.1.1.1.1:1]  destroying stream 0x548b23900
info	2025-01-25 13:16:11.213284 -0500	usernotificationsd	com.apple.usernotificationsd	Connections	[com.msdrigg.roam] Client connection invalidated
default	2025-01-25 13:16:11.213340 -0500	usernotificationsd	com.apple.xpc	connection	[0x49c906080] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
info	2025-01-25 13:16:11.213370 -0500	usernotificationsd	com.apple.usernotificationsd	Connections	[com.msdrigg.roam] Server connection invalidated
info	2025-01-25 13:16:11.213465 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADV_PCF_SERVICE_UUID
debug	2025-01-25 13:16:11.213665 -0500	siriinferenced	com.apple.siri.inference	SiriSignals	SignalRepository: Received Biome notification for , accumulating into signals that registered for this event
default	2025-01-25 13:16:11.213907 -0500	symptomsd	com.apple.symptomsd	analytics	Data Usage for com.msdrigg.roam on flow 168194 - WiFi in/out: 17861774/17919371, WiFi delta_in/delta_out: 0/90, Cell in/out: 23979/15749, Cell delta_in/delta_out: 0/0, RNF: 0, subscriber tag: 0, total duration: 0.025
default	2025-01-25 13:16:11.214042 -0500	symptomsd	com.apple.symptomsd	domaintracking	FlowSnapshot: , will process domain info
info	2025-01-25 13:16:11.214046 -0500	searchd	com.apple.corespotlight	index	[LOCK] MKBGetDeviceLockState returned ret:0 Unlocked
default	2025-01-25 13:16:11.214057 -0500	symptomsd	com.apple.symptomsd	domaintracking	TCP4 168194 uses dest IP address (treating as domainName): , bundle: , remoteAddress: 
info	2025-01-25 13:16:11.214102 -0500	searchd	com.apple.CoreAnalytics	client	Dropping "com.apple.searchd.indexing" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.214185 -0500	biomed	com.apple.Biome	BiomeAccessService	-temporaryFileHandleWithProtection:reply: called
debug	2025-01-25 13:16:11.214690 -0500	siriinferenced	com.apple.siri.inference	SiriSignals	TimeSinceAppLastLaunchedSignal#accumulate - updated value for  from 759513395 to 759521771
debug	2025-01-25 13:16:11.214701 -0500	siriinferenced	com.apple.siri.inference	SiriSignals	SignalCache: caching  value.
info	2025-01-25 13:16:11.214997 -0500	biomed	com.apple.Biome	BiomeAccessService	-temporaryFileHandleWithProtection:reply: called
info	2025-01-25 13:16:11.215590 -0500	mDNSResponder	com.apple.network	http	nw_protocol_http3_stream_connected_block_invoke [C947.1.1.1.1:1]  receiving response header {status=200}
info	2025-01-25 13:16:11.215632 -0500	mDNSResponder	com.apple.network	privacy_proxy	[C947.1.1:1] Received 200 OK for proxied message
info	2025-01-25 13:16:11.215665 -0500	mDNSResponder	com.apple.network	http	nw_protocol_http3_stream_connected_block_invoke [C947.1.1.1.1:1]  finished receiving {body_bytes=0}
default	2025-01-25 13:16:11.215773 -0500	mDNSResponder	com.apple.mdns	resolver	[Q46614] Received acceptable 128-byte response from BBdXnYiu over HTTPS via any/0 -- id: 0x0000 (0), flags: 0x8100 (R/Query, RD, NoError), counts: 1/0/0/1, BBEadsmZ IN HTTPS?, . OPT 512 0 {EDE, code: 0}, {Padding, [71 B]}
info	2025-01-25 13:16:11.215781 -0500	mDNSResponder	com.apple.mdns	resolver	[Q46614] Querier concluded -- reason: response
default	2025-01-25 13:16:11.215826 -0500	mDNSResponder	com.apple.network	connection	[C947 D883BEC3-21F6-4054-81D0-F0DD501C1267 Hostname#ac3906c0:443 tcp, url hash: 6298e078, fast-open, definite, attribution: developer] cancel
default	2025-01-25 13:16:11.215827 -0500	mDNSResponder	com.apple.mDNSResponder	Default	[Q46614] Handling concluded querier: BBEadsmZ HTTPS IN
default	2025-01-25 13:16:11.215884 -0500	mDNSResponder	com.apple.network	connection	[C947 D883BEC3-21F6-4054-81D0-F0DD501C1267 Hostname#ac3906c0:443 tcp, url hash: 6298e078, fast-open, definite, attribution: developer] cancelled
	[C947.1.1.1.1 56640D07-6851-4063-BF5C-E9A425754828 192.168.11.37:53076<->17.248.136.170:443]
	Connected Path: satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi
	Privacy Stance: Not Eligible
	Duration: 0.142s, DNS @0.009s took 0.038s, QUIC @0.051s took 0.051s
	bytes in/out: 3082/5079, packets in/out: 10/8, rtt: 0.042s, retransmitted bytes: 0, out-of-order bytes: 0
	ecn packets sent/acked/marked/lost: 0/0/0/0
info	2025-01-25 13:16:11.215892 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947 17.248.136.170:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)]
info	2025-01-25 13:16:11.215907 -0500	mDNSResponder	com.apple.network	privacy_proxy	[C947.1.1:1] Closing connection for 
default	2025-01-25 13:16:11.215912 -0500	mDNSResponder	com.apple.network	connection	nw_flow_disconnected [C947 17.248.136.170:443 cancelled parent-flow ((null))] Output protocol disconnected
info	2025-01-25 13:16:11.215940 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1 Hostname#ac3906c0:443 ready proxy (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)]
info	2025-01-25 13:16:11.215955 -0500	mDNSResponder	com.apple.network	connection	nw_association_schedule_deactivation  will become dormant after 10000ms of inactivity
default	2025-01-25 13:16:11.215976 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9386->Q46614] getaddrinfo result -- event: add, ifindex: 0, name: BBEadsmZ, type: HTTPS, rdata: , reason: no-data
info	2025-01-25 13:16:11.215980 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1.1 17.248.136.170:443 ready intermediate-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)]
info	2025-01-25 13:16:11.215991 -0500	mDNSResponder	com.apple.network	connection	nw_association_schedule_deactivation  will become dormant after 10000ms of inactivity
info	2025-01-25 13:16:11.215998 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1.1.1 mask.icloud.com:443 ready resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)]
info	2025-01-25 13:16:11.216015 -0500	mDNSResponder	com.apple.network	connection	nw_association_schedule_deactivation  will become dormant after 10000ms of inactivity
info	2025-01-25 13:16:11.216020 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1.1.1.1 17.248.136.170:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)]
error	2025-01-25 13:16:11.216026 -0500	mDNSResponder	com.apple.network	connection	nw_flow_notify [C947 Hostname#ac3906c0:443 cancelled parent-flow ((null))] ignoring notification replaced_output_handler after cancellation
info	2025-01-25 13:16:11.216039 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1.1.1.2 17.248.186.68:443 cancelled path ((null))]
info	2025-01-25 13:16:11.216042 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1.1.1.3 17.248.186.40:443 cancelled path ((null))]
info	2025-01-25 13:16:11.216043 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1.1.1.4 17.248.186.107:443 cancelled path ((null))]
info	2025-01-25 13:16:11.216044 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1.1.1.5 17.248.186.37:443 cancelled path ((null))]
info	2025-01-25 13:16:11.216047 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1.1.1.6 17.248.186.69:443 cancelled path ((null))]
info	2025-01-25 13:16:11.216048 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1.1.1.7 17.248.186.72:443 cancelled path ((null))]
info	2025-01-25 13:16:11.216051 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1.1.1.8 17.248.186.41:443 cancelled path ((null))]
info	2025-01-25 13:16:11.216063 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got 1 DNS results
info	2025-01-25 13:16:11.216078 -0500	mDNSResponder	com.apple.network	connection	nw_endpoint_handler_cancel [C947.1.2 mask-h2.icloud.com:443 initial path (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)]
info	2025-01-25 13:16:11.216078 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Got DNS result type ServiceBinding ifindex=0   
info	2025-01-25 13:16:11.216084 -0500	mDNSResponder	com.apple.network	connection	nw_association_schedule_deactivation  will become dormant after 10000ms of inactivity
info	2025-01-25 13:16:11.216084 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] SVCB queries are complete
default	2025-01-25 13:16:11.216093 -0500	mDNSResponder	com.apple.network	connection	nw_connection_report_state_with_handler_on_nw_queue [C947] reporting state cancelled
default	2025-01-25 13:16:11.216113 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_stream_remove_input_handler [C947.1.1.1.1:1]  protocol 0x548b21800, default_input_handler 0x548be9180, input protocol 0x548be9180
default	2025-01-25 13:16:11.216125 -0500	mDNSResponder	com.apple.network	http	nw_protocol_http3_stream_connected_block_invoke [C947.1.1.1.1:1]  transaction summary {start_reason="initial", duration_ms=92, request_method="POST", response_status=200, outbound_start_ms=53, outbound_duration_ms=0, inbound_start_ms=92, inbound_duration_ms=0, outbound_body_bytes=0, inbound_body_bytes=0}
info	2025-01-25 13:16:11.216131 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_remove_input_handler [C947.1.1.1.1:1]  protocol 0x5486e8000, default_input_handler 0x548be9180, input protocol 0x548be9180
info	2025-01-25 13:16:11.216135 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_remove_input_handler [C947.1.1.1.1:1]  disabling QUIC keepalives
info	2025-01-25 13:16:11.216141 -0500	nsurlsessiond	com.apple.network	connection	nw_resolver_create_dns_getaddrinfo_locked_block_invoke [C275.1.1] Invalidating getaddrinfo DNS object
info	2025-01-25 13:16:11.216145 -0500	mDNSResponder	com.apple.network	connection	[C947 Hostname#ac3906c0:443 tcp, url hash: 6298e078, fast-open, definite, attribution: developer] dealloc
info	2025-01-25 13:16:11.216154 -0500	mDNSResponder	com.apple.network	quic	quic_conn_keepalive_configure [C947.1.1.1.1:2] [60cdc1b6db56678b-05378e3a02318a88c100efe8c4acf32f7669cc2c] stopped keep-alive timer
default	2025-01-25 13:16:11.216157 -0500	mDNSResponder	com.apple.mdns	dnssd_server	[R9386] getaddrinfo stop -- hostname: , client pid: 259 (nsurlsessiond)
info	2025-01-25 13:16:11.216160 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_remove_input_handler [C947.1.1.1.1:1]  activating destroy timer for 60000ms
info	2025-01-25 13:16:11.216171 -0500	mDNSResponder	com.apple.network		nw_protocol_http3_stream_destroy [C947.1.1.1.1:1]  destroying stream 0x548b21800
default	2025-01-25 13:16:11.216206 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_resolver_update [C275.1.1 Hostname#707ef177:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for IPv4#20000894:443
default	2025-01-25 13:16:11.216236 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_resolver_update [C275.1.1 Hostname#707ef177:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for IPv4#e09507ae:443
default	2025-01-25 13:16:11.216264 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_resolver_update [C275.1.1 Hostname#707ef177:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for IPv6#e53d2b04.443
default	2025-01-25 13:16:11.216293 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_resolver_update [C275.1.1 Hostname#707ef177:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for IPv4#e6a5e3e2:443
default	2025-01-25 13:16:11.216321 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_resolver_update [C275.1.1 Hostname#707ef177:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for IPv4#eb589103:443
default	2025-01-25 13:16:11.216352 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_resolver_update [C275.1.1 Hostname#707ef177:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for IPv6#5e1e51dc.443
default	2025-01-25 13:16:11.216383 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_resolver_update [C275.1.1 Hostname#707ef177:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for IPv6#2e53bc9f.443
default	2025-01-25 13:16:11.216438 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_resolver_update [C275.1.1 Hostname#707ef177:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for IPv6#e0ce6894.443
default	2025-01-25 13:16:11.216466 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_resolver_update [C275.1.1 Hostname#707ef177:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Adding endpoint handler for IPv6#f37b9dad.443
default	2025-01-25 13:16:11.216490 -0500	nsurlsessiond	com.apple.network	connection	[C275.1.1 Hostname#707ef177:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: resolver:receive_dns @0.157s
info	2025-01-25 13:16:11.216501 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_resolver_start_next_child [C275.1.1 Hostname#707ef177:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] starting child endpoint IPv4#20000894:443
info	2025-01-25 13:16:11.216509 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_handler_start [C275.1.1.1 IPv4#20000894:443 initial path ((null))]
default	2025-01-25 13:16:11.216512 -0500	nsurlsessiond	com.apple.network	connection	[C275.1.1.1 IPv4#20000894:443 initial path ((null))] event: path:start @0.157s
info	2025-01-25 13:16:11.216623 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADV_PCF_SERVICE_UUID
info	2025-01-25 13:16:11.216864 -0500	runningboardd	com.apple.runningboard	assertion	Processing invalidation queue with 1 assertions
info	2025-01-25 13:16:11.216871 -0500	runningboardd	com.apple.runningboard	assertion	Removing 1 assertions
info	2025-01-25 13:16:11.216958 -0500	runningboardd	com.apple.runningboard	assertion	Removing 0 assertions
default	2025-01-25 13:16:11.216960 -0500	nsurlsessiond	com.apple.network	connection	[C275.1.1.1 IPv4#20000894:443 waiting path (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: path:satisfied @0.158s, uuid: DEBE7AD5-B8F8-4C0F-9306-D7E325B1E884
default	2025-01-25 13:16:11.216991 -0500	nsurlsessiond	com.apple.network	connection	[C275.1.1.1 IPv4#20000894:443 in_progress channel-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_nexus @0.158s
info	2025-01-25 13:16:11.216996 -0500	runningboardd	com.apple.runningboard	assertion	app is now targeted by 0 assertions
info	2025-01-25 13:16:11.217029 -0500	runningboardd	com.apple.runningboard	process	Ended tracking state for process identity app
error	2025-01-25 13:16:11.217156 -0500	runningboardd	com.apple.runningboard	general	RBSStateCapture remove item called for untracked item 33-38-27378 (target:[app:1758])
info	2025-01-25 13:16:11.217183 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_flow_setup_channel [C275.1.1.1 IPv4#20000894:443 in_progress channel-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] requested nexus flow
default	2025-01-25 13:16:11.217344 -0500	nsurlsessiond	com.apple.network	connection	[C275.1.1.1 IPv4#20000894:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:receive_nexus @0.158s
info	2025-01-25 13:16:11.217354 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_flow_setup_protocols [C275.1.1.1 IPv4#20000894:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] setup flow id C1A17DA4-F00D-4A11-929B-5F823B32B5C1
info	2025-01-25 13:16:11.217514 -0500	nsurlsessiond	com.apple.network	tcp	nw_protocol_tcp_register_notification [C275.1.1.1:3] segmentation_offload_notification enabled
info	2025-01-25 13:16:11.217525 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_flow_attach_channel_protocol [C275.1.1.1 IPv4#20000894:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] opened channel at level 2
default	2025-01-25 13:16:11.217545 -0500	nsurlsessiond	com.apple.network	connection	[C275.1.1.1 IPv4#20000894:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:start_connect @0.158s
info	2025-01-25 13:16:11.217670 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_restore_ssl_context(2627) [0x5a03a9800] New context
info	2025-01-25 13:16:11.217706 -0500	nsurlsessiond	com.apple.network	tcp	nw_proto_tcp_notify_segmentation_offload [C275.1.1.1:3] notifying segmentation offload value 0
info	2025-01-25 13:16:11.217725 -0500	nsurlsessiond	com.apple.network		nw_protocol_ipv4_notify [C275.1.1.1:4] 0x5a032a860 segmentation offload notify enable 0
default	2025-01-25 13:16:11.217782 -0500	nsurlsessiond	com.apple.network	tcp	tcp_output [C275.1.1.1:3] flags=[S] seq=875610630, ack=0, win=0 state=SYN_SENT rcv_nxt=0, snd_una=875610630
info	2025-01-25 13:16:11.217880 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_resolver_start_next_child [C275.1.1 Hostname#707ef177:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] starting next child endpoint in 223ms
default	2025-01-25 13:16:11.218116 -0500	searchd	com.apple.spotlightindex	SDB	[Engagement Data] Adding Out-of-Spotlight engagement date: 759521771.058130 to _kMDItemRecentOutOfSpotlightEngagementDates for oid: 9222515843435463931
info	2025-01-25 13:16:11.218117 -0500	biomed	com.apple.Biome	BiomeAccessService	-replaceFileAtPath:withFileHandle:protection:reply: called with subpath: compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/bookmarks/client/com.apple.siriinferenced/com.apple.siriinferenced.AppLaunch
default	2025-01-25 13:16:11.218161 -0500	audioanalyticsd	com.apple.xpc	connection	[0x6ce132a80] invalidated because the client process (pid 1758) either cancelled the connection or exited
info	2025-01-25 13:16:11.218307 -0500	audioanalyticsd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.219439 -0500	geocorrectiond	com.apple.coreduet.context	client	Registration fired for 
debug	2025-01-25 13:16:11.219455 -0500	siriinferenced	com.apple.siri.inference	SiriSignals	
debug	2025-01-25 13:16:11.219481 -0500	siriinferenced	com.apple.siri.inference	SiriSignals	SignalRepository: accumulated a value for , so marking it pre-warmed.
info	2025-01-25 13:16:11.219511 -0500	geocorrectiond	com.apple.GeoServices	POIBusyness	app launched with registrationIdentifier : 
info	2025-01-25 13:16:11.219535 -0500	geocorrectiond	com.apple.CoreAnalytics	client	Dropping "com.apple.Maps.Busyness.state" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.219841 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADV_PCF_SERVICE_UUID
info	2025-01-25 13:16:11.220082 -0500	geocorrectiond	com.apple.GeoServices	POIBusyness	locationManager authorizationStatus 2
info	2025-01-25 13:16:11.220091 -0500	geocorrectiond	com.apple.CoreAnalytics	client	Dropping "com.apple.Maps.Busyness.state" as it isn't used in any transform (not in the config or budgeted?)
error	2025-01-25 13:16:11.220099 -0500	geocorrectiond	com.apple.GeoServices	POIBusyness	locationManager authorization not granted
info	2025-01-25 13:16:11.220246 -0500	geocorrectiond	com.apple.GeoServices	POIBusyness	locationManager authorizationStatus 2
info	2025-01-25 13:16:11.220252 -0500	geocorrectiond	com.apple.CoreAnalytics	client	Dropping "com.apple.Maps.Busyness.state" as it isn't used in any transform (not in the config or budgeted?)
error	2025-01-25 13:16:11.220259 -0500	geocorrectiond	com.apple.GeoServices	POIBusyness	locationManager authorization not granted
info	2025-01-25 13:16:11.220366 -0500	geocorrectiond	com.apple.GeoServices	POIBusyness	MCPOIBusynessProcessor noLocationAuth
info	2025-01-25 13:16:11.220369 -0500	geocorrectiond	com.apple.GeoServices	POIBusyness	MCPOIBusynessProcessor noLocationAuth
info	2025-01-25 13:16:11.220428 -0500	searchd	com.apple.CoreAnalytics	client	Dropping "com.apple.searchd.indexing" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.220783 -0500	contextstored	com.apple.coreduet.context		Executing callback for client: com.apple.duetexpertd.cdidentifier, registration: , based on keypath change: /device/app/dataDictionary
default	2025-01-25 13:16:11.220995 -0500	symptomsd	com.apple.symptomsd	domaintracking	Hit non-tracker domain for TCP4 id 168194 open, euid: 501, bundle: , domain: , owner: , context: , initiatedType: AppInitiated, contextVerificationType: Unknown, hits: 1, process: , disposition: new
info	2025-01-25 13:16:11.221510 -0500	duetexpertd	com.apple.coreduet.context	client	Registration fired for 
info	2025-01-25 13:16:11.221524 -0500	symptomsd	com.apple.symptomsd	domaintracking	Local flow to  via reachability, will drop
default	2025-01-25 13:16:11.221641 -0500	symptomsd	com.apple.symptomsd	analytics	Data Usage for com.msdrigg.roam on flow 143613 - WiFi in/out: 17861774/17919371, WiFi delta_in/delta_out: 0/0, Cell in/out: 23979/15749, Cell delta_in/delta_out: 0/0, RNF: 0, subscriber tag: 0, total duration: 8663.905
default	2025-01-25 13:16:11.221687 -0500	symptomsd	com.apple.symptomsd	domaintracking	FlowSnapshot: , will process domain info for flow closing with nil fuuid
info	2025-01-25 13:16:11.222033 -0500	siriinferenced	com.apple.Biome	BiomeCompute	Wrote bookmark file for subscription  domain: User path: 
info	2025-01-25 13:16:11.222069 -0500	biomed	com.apple.Biome	BiomeAccessService	-replaceFileAtPath:withFileHandle:protection:reply: called with subpath: compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/bookmarks/client/com.apple.searchd/com.apple.searchd.BiomeConsumer.SSAppInFocus
info	2025-01-25 13:16:11.222414 -0500	contextstored	com.apple.coreduet.context		Executing callback for client: com.apple.proactive.PersonalizationPortrait, registration: , based on keypath change: /device/app/dataDictionary
default	2025-01-25 13:16:11.222547 -0500	symptomsd	com.apple.symptomsd	domaintracking	UDP4 143613 uses null dest IP address, bundle: , remoteAddress: 
default	2025-01-25 13:16:11.223076 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ShouldScan=1 AnyValidScanRequests=1 anyValidScanRequestInPaused=0 fObserverState=Active ClientScanPowerAssertRequired=0 fScanFiltersNeedUpdagint=1
default	2025-01-25 13:16:11.223081 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	updateADVBufferConfig current:02 new:02 configChanged:00
info	2025-01-25 13:16:11.223089 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	enableObjectDiscoveryADVBuffersIfNeeded objectDiscoveryHwAdvBufferOnly:1 fScreenState:1
info	2025-01-25 13:16:11.223094 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	enableAOPBTBuffersIfNeeded haveAnyHwAOPBTBufferRequests:1 fScreenState:1 fAOPBTBufferReadInProgress:0 fAOPBTProxCtxBufferReadInProgress:0
info	2025-01-25 13:16:11.223160 -0500	suggestd	com.apple.coreduet.context	client	Registration fired for 
default	2025-01-25 13:16:11.223169 -0500	bluetoothd	com.apple.xpc	connection	[0xb42881c00] activating connection: mach=true listener=false peer=false name=com.apple.iokit.powerdxpc
default	2025-01-25 13:16:11.223275 -0500	symptomsd	com.apple.symptomsd	analytics	Data Usage for com.msdrigg.roam on flow 168194 - WiFi in/out: 17861774/17919371, WiFi delta_in/delta_out: 0/0, Cell in/out: 23979/15749, Cell delta_in/delta_out: 0/0, RNF: 0, subscriber tag: 0, total duration: 0.041
info	2025-01-25 13:16:11.223313 -0500	symptomsd	com.apple.symptomsd	flow	WiFi Observer: New flags fg 0x0 0x0 bg 0x2000010a 0x401000040404  during suppression / dampening, initial value 0x0 0x0 0x2000010a 0x401000040404
default	2025-01-25 13:16:11.223491 -0500	powerd	com.apple.xpc	connection	[0xd18388640] activating connection: mach=false listener=false peer=true name=com.apple.iokit.powerdxpc.peer[94].0xd18388640
default	2025-01-25 13:16:11.223568 -0500	bluetoothd	com.apple.xpc	connection	[0xb42881c00] invalidated after the last release of the connection object
info	2025-01-25 13:16:11.223841 -0500	symptomsd	com.apple.symptomsd	flow	WiFi Observer: New flags fg 0x0 0x0 bg 0x2000010a 0x411101050505  during suppression / dampening, initial value 0x0 0x0 0x2000010a 0x401000040404
default	2025-01-25 13:16:11.223973 -0500	symptomsd	com.apple.symptomsd	analytics	Data Usage for mDNSResponder on flow 168196 - WiFi in/out: 199195109/280045577, WiFi delta_in/delta_out: 1228/5134, Cell in/out: 102730688/102230438, Cell delta_in/delta_out: 0/0, RNF: 0, subscriber tag: 0, total duration: 0.080
default	2025-01-25 13:16:11.224591 -0500	powerd	com.apple.xpc	connection	[0xd18388640] invalidated because the client process (pid 94) either cancelled the connection or exited
default	2025-01-25 13:16:11.224814 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-50) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.224878 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-69) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.224962 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-83) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.225008 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-352) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.225018 -0500	symptomsd	com.apple.symptomsd	analytics	Data Usage for com.apple.Fitness (delegation: com.apple.nsurlsessiond) on flow 168198 - WiFi in/out: 1125214/969206, WiFi delta_in/delta_out: 0/90, Cell in/out: 397365/304883, Cell delta_in/delta_out: 0/0, RNF: 0, subscriber tag: 0, total duration: 0.007
info	2025-01-25 13:16:11.225064 -0500	searchd	com.apple.Biome	BiomeCompute	Wrote bookmark file for subscription  domain: User path: 
default	2025-01-25 13:16:11.225086 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: numScanAgents 7, combined params AD:0 RD:0 AS:0 PHYS:1 MSL:4 (30/60) PSV:0 Rg:0 Cri:0 pBT:0 pWiFi:0 pCfg:0 type:0
default	2025-01-25 13:16:11.225096 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: [com.apple.bluetoothd-central-94-2] AP:0 AD:0(30/60) AS:0 RAS:0 DMN:1 FG:0 ADVBF:0(0/0) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1|[com.apple.locationd-central-74-50] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1|[com.apple.locationd-central-74-69] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:3
default	2025-01-25 13:16:11.225100 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: [com.apple.sharingd-central-72-374] AP:0 AD:0(30/300) AS:0 RAS:0 DMN:1 FG:0 ADVBF:0(0/0) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1|[com.apple.locationd-central-74-83] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:3|[com.apple.locationd-central-74-352] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:3
default	2025-01-25 13:16:11.225102 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: [CBDaemon-0x8A8C031D] AP:0 AD:0(30/300) AS:0 RAS:0 DMN:1 FG:0 ADVBF:0(0/0) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1
default	2025-01-25 13:16:11.225109 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Returning scan parameters: Main:30.00ms/60.00ms LP:0.00ms/60.00ms(supported) SC:0.00ms/0.00ms/non-concurrent(unspported) Dm:(m:30/60) Cond:0:1:0:0:0 Sc:1 (passive) Dupfilter:Enabled minScanLevel:4 HD:Yes Comp:No(0,0) Pri:0/0 PS:0
default	2025-01-25 13:16:11.225111 -0500	symptomsd	com.apple.symptomsd	domaintracking	FlowSnapshot: , will process domain info
default	2025-01-25 13:16:11.225177 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	needToRestart=1
default	2025-01-25 13:16:11.225181 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Starting passive scan (60.00ms/30.00ms) with duplicate filter enabled scNeed=1 stateO=0, retainDups=0 fScanFiltersNeedUpdating=YES
default	2025-01-25 13:16:11.225183 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Trying to remove scan filters with forceRemove=NO fHaveZoneFilters:NO fZoneScansHaveChanged:NO fHaveUUIDFilters:YES fHaveRuleFilters:YES
info	2025-01-25 13:16:11.225184 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADV_PCF_FEATURE_SEL
default	2025-01-25 13:16:11.226079 -0500	financed	com.apple.FinanceKit	Daemon	FinanceStore fetched 0 maps suggestions for window with start:  end: 
debug	2025-01-25 13:16:11.227118 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.227169 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.227495 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.227509 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.227525 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.227530 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.227534 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.227538 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759489147.581984,endDate,759490047.581984,count,0
default	2025-01-25 13:16:11.227690 -0500	symptomsd	com.apple.symptomsd	domaintracking	Hit non-tracker domain for TCP4 id 168198 open, euid: 501, bundle: com.apple.Fitness, domain: gateway.icloud.com, owner: , context: , initiatedType: AppInitiated, contextVerificationType: Unknown, hits: 26, process: nsurlsessiond, disposition: updated
default	2025-01-25 13:16:11.227804 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.227806 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759489133.504636,first pressure,,last timestamp,759490072.658319,last pressure,
info	2025-01-25 13:16:11.227833 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.227840 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.227874 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
info	2025-01-25 13:16:11.227881 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.227895 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
info	2025-01-25 13:16:11.228409 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADV_PCF_SERVICE_UUID
debug	2025-01-25 13:16:11.228838 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.228880 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.229103 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.229110 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.229118 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.229123 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.229125 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.229125 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759490047.581984,endDate,759490947.581984,count,0
default	2025-01-25 13:16:11.229489 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.229490 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759490026.466735,first pressure,,last timestamp,759490965.654895,last pressure,
info	2025-01-25 13:16:11.229504 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.229510 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.229532 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.229614 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.229630 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.229638 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
default	2025-01-25 13:16:11.230057 -0500	destinationd	com.apple.FinanceKit	Orders	Pickup orders changed. Fetched 0 active pickup orders
debug	2025-01-25 13:16:11.230246 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.230285 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.230536 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.230555 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.230614 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.230649 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.230659 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.230662 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759490947.581984,endDate,759491847.581984,count,0
default	2025-01-25 13:16:11.231003 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.231005 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759490934.860391,first pressure,,last timestamp,759491874.031851,last pressure,
info	2025-01-25 13:16:11.231026 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.231034 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.231121 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.231179 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.231194 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.231203 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
info	2025-01-25 13:16:11.231293 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeCompute	IncrementalViewManager: updated materialized view for  in . Access assertion: 
info	2025-01-25 13:16:11.231545 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_RESET_ADV_MATCHING_RULES
debug	2025-01-25 13:16:11.231837 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
default	2025-01-25 13:16:11.232466 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	views	ViewUpdate: : Finished update
default	2025-01-25 13:16:11.232475 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	views	ViewUpdate: : : Finished update
debug	2025-01-25 13:16:11.232732 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.233067 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.233078 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.233088 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.233093 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.233097 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.233098 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759491847.581984,endDate,759492747.581984,count,0
default	2025-01-25 13:16:11.233341 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform.IntelligencePlatformComputeService	Default	IntelligencePlatformComputeService: update  returning responses
default	2025-01-25 13:16:11.233342 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.233344 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759491827.840952,first pressure,,last timestamp,759492766.716854,last pressure,
info	2025-01-25 13:16:11.233364 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.233371 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.233396 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.233433 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.233445 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.233452 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
default	2025-01-25 13:16:11.234205 -0500	biomed	com.apple.intelligenceplatform	views	Triggering view  on schedule  as the timestamp has changed since the update
default	2025-01-25 13:16:11.234375 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : View was updated
default	2025-01-25 13:16:11.234586 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: completed update
info	2025-01-25 13:16:11.234608 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_CONFIG_ADV_MATCHING_ADDRESS_LIST
info	2025-01-25 13:16:11.234708 -0500	biomed	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.235184 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : Beginning view update attempt
debug	2025-01-25 13:16:11.235965 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.236246 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.236608 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.236614 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.236625 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.236630 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.236634 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.236635 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759492747.581984,endDate,759493647.581984,count,0
default	2025-01-25 13:16:11.236653 -0500	duetexpertd	com.apple.duetexpertd.atx	general	Successfully read data from cache file: ATXEngagementRecords.pb
default	2025-01-25 13:16:11.236991 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.236994 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,63,first timestamp,759492720.532658,first pressure,,last timestamp,759493674.918389,last pressure,
info	2025-01-25 13:16:11.237011 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.237019 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.237106 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.237179 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.237193 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.237199 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
info	2025-01-25 13:16:11.237473 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.237483 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.237900 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.237900 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.237903 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.237910 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.237926 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.237927 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.237943 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Already have this rule for type 18 consolidate 1  new rule .
info	2025-01-25 13:16:11.237971 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.237972 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.237977 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.237978 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.237993 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Already have this rule for type 18 consolidate 1  new rule .
info	2025-01-25 13:16:11.238007 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.238008 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.238020 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Already have this rule for type 18 consolidate 1  new rule .
info	2025-01-25 13:16:11.238034 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	addFilters aUUID: enhancedRules:
info	2025-01-25 13:16:11.238064 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Already have this rule for type 15 consolidate 1  new rule .
default	2025-01-25 13:16:11.238080 -0500	biomed	com.apple.Biome	BiomeStorage	Enumerator for App.InFocus starting from /+0x1fb80
info	2025-01-25 13:16:11.238121 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_CONFIG_ADV_MATCHING_ADDRESS_LIST
info	2025-01-25 13:16:11.238454 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.238462 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.238493 -0500	biomed	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
debug	2025-01-25 13:16:11.239012 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
default	2025-01-25 13:16:11.239032 -0500	PhotosPosterProvider	com.apple.PosterKit	Rendering	End rendering extension, reason: [434] ScreenWake
default	2025-01-25 13:16:11.239110 -0500	PhotosPosterProvider	com.apple.PosterKit	Common	 Dropping extended rendering assertion.
debug	2025-01-25 13:16:11.239450 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
default	2025-01-25 13:16:11.239528 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : Update is required
default	2025-01-25 13:16:11.239537 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : Beginning update attempt
default	2025-01-25 13:16:11.239554 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName called: 
default	2025-01-25 13:16:11.239590 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.239609 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.239622 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
error	2025-01-25 13:16:11.239804 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.239811 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.239836 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.239842 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.239849 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.239850 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759493647.581984,endDate,759494547.581984,count,0
default	2025-01-25 13:16:11.240096 -0500	PhotosPosterProvider	com.apple.PosterKit	Rendering	 Memory reclamation: Posting kCARenderMetalLayerMarkPurgeable notification.
default	2025-01-25 13:16:11.240096 -0500	PhotosPosterProvider	com.apple.PosterKit	Rendering	 Memory reclamation: Calling CABackingStoreCollect.
default	2025-01-25 13:16:11.240109 -0500	PhotosPosterProvider	com.apple.PosterKit	Rendering	 Memory reclamation: CABackingStoreCollect completed.
default	2025-01-25 13:16:11.240111 -0500	PhotosPosterProvider	com.apple.PosterKit	Rendering	 Memory reclamation: Notifying renderer delegates to drop excess resources.
default	2025-01-25 13:16:11.240226 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.240226 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759493628.799333,first pressure,,last timestamp,759494567.688840,last pressure,
info	2025-01-25 13:16:11.240245 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.240252 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.240271 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform.IntelligencePlatformComputeService	Default	IntelligencePlatformComputeService: updateViewWithName  called
default	2025-01-25 13:16:11.240274 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.240309 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.240322 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.240328 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
default	2025-01-25 13:16:11.240344 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform.IntelligencePlatformComputeService	Default	IntelligencePlatformComputeService: updateViewWithName  begining update
debug	2025-01-25 13:16:11.240592 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.240636 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.240921 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.240928 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.240940 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.240942 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADD_ADV_MATCHING_RULE_ENHANCED
info	2025-01-25 13:16:11.240945 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.240947 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.240947 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759494547.581984,endDate,759495447.581984,count,0
info	2025-01-25 13:16:11.241028 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeCompute	IncrementalViewManager: updating materialized view for  in 
default	2025-01-25 13:16:11.241137 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.241137 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,63,first timestamp,759494521.501171,first pressure,,last timestamp,759495475.888258,last pressure,
info	2025-01-25 13:16:11.241149 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.241169 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.241194 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
info	2025-01-25 13:16:11.241218 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 34.780124,
within advertisement: .
fault	2025-01-25 13:16:11.241225 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.241239 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.241244 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
debug	2025-01-25 13:16:11.241640 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.241697 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
default	2025-01-25 13:16:11.241920 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeStorage	Enumerator for App.InFocus starting from /+0x1fb80
error	2025-01-25 13:16:11.241961 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.241971 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.242001 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.242019 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.242037 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.242042 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759495447.581984,endDate,759496347.581984,count,0
info	2025-01-25 13:16:11.242194 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 813622.
info	2025-01-25 13:16:11.242273 -0500	SpringBoard	com.apple.FrontBoard	ProcessScene	[PosterKit:B1F88484-5C09-4329-AA24-CC1211C2A8A4] Client settings updated with diff: 
info	2025-01-25 13:16:11.242324 -0500	biomed	com.apple.Biome	BiomeAccessService	-fileHandleForFileAtPath:flags:protection:reply: called with subpath: streams/restricted/App.InFocus/local/759512386999836
default	2025-01-25 13:16:11.242614 -0500	duetexpertd	com.apple.duetexpertd.atx	general	Successfully read data from cache file: ATXEngagementRecords.pb
default	2025-01-25 13:16:11.242656 -0500	PhotosPosterProvider	com.apple.PosterKit	Rendering	 Memory reclamation: Renderer delegates completed dropping excess resources.
info	2025-01-25 13:16:11.242676 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - keep - > locationTimeResolution 300.000000 currentId: 813617,
scan date: ,
within advertisement: .
info	2025-01-25 13:16:11.242711 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] (euid 501, auid 501) (persona (null)): async_invalidateAssertionWithIdentifier:
default	2025-01-25 13:16:11.242733 -0500	runningboardd	com.apple.runningboard	ttl	Invalidating assertion 33-242-27269 (target:[xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242]) from originator [xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242]
default	2025-01-25 13:16:11.242752 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 2,
within advertisement: .
default	2025-01-25 13:16:11.242755 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.242757 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759495429.706596,first pressure,,last timestamp,759496368.630499,last pressure,
info	2025-01-25 13:16:11.242774 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.242782 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.242805 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.242840 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.242861 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.242866 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
default	2025-01-25 13:16:11.242974 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
info	2025-01-25 13:16:11.243372 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.243391 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:32 size:131040
debug	2025-01-25 13:16:11.243421 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.243498 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.243969 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.243978 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.243988 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.243993 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.243997 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.243998 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759496347.581984,endDate,759497247.581984,count,0
info	2025-01-25 13:16:11.244030 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
info	2025-01-25 13:16:11.244080 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ENA_FEATURES
info	2025-01-25 13:16:11.244090 -0500	bluetoothd	com.apple.bluetooth	Server.Core	fEnabledFeatures: b14102f
default	2025-01-25 13:16:11.244246 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.244246 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,63,first timestamp,759496322.442597,first pressure,,last timestamp,759497276.846331,last pressure,
info	2025-01-25 13:16:11.244260 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.244266 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.244285 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.244319 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.244345 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.244353 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
default	2025-01-25 13:16:11.245843 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 2
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.247276 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADD_ADV_MATCHING_RULE_ENHANCED
debug	2025-01-25 13:16:11.248260 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
info	2025-01-25 13:16:11.249150 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeCompute	IncrementalViewManager: updated materialized view for  in . Access assertion: 
debug	2025-01-25 13:16:11.249232 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
default	2025-01-25 13:16:11.249757 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	views	ViewUpdate: : Finished update
default	2025-01-25 13:16:11.249767 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	views	ViewUpdate: : : Finished update
error	2025-01-25 13:16:11.249908 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.249928 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.249949 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.249954 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.249958 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.249963 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759497247.581984,endDate,759498147.581984,count,0
default	2025-01-25 13:16:11.250261 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.250262 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759497230.745812,first pressure,,last timestamp,759498169.467458,last pressure,
info	2025-01-25 13:16:11.250299 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.250308 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.250334 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform.IntelligencePlatformComputeService	Default	IntelligencePlatformComputeService: update  returning responses
default	2025-01-25 13:16:11.250343 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.250397 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.250420 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.250428 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
info	2025-01-25 13:16:11.250463 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADD_ADV_MATCHING_RULE_ENHANCED
debug	2025-01-25 13:16:11.251657 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
default	2025-01-25 13:16:11.251693 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : View was updated
info	2025-01-25 13:16:11.251808 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
debug	2025-01-25 13:16:11.251808 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
default	2025-01-25 13:16:11.251965 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: completed update
info	2025-01-25 13:16:11.252058 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.252159 -0500	biomed	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.253067 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : Beginning view update attempt
info	2025-01-25 13:16:11.253271 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 9.687538,
within advertisement: .
info	2025-01-25 13:16:11.253598 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADD_ADV_MATCHING_RULE_ENHANCED
info	2025-01-25 13:16:11.254080 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 804255.
default	2025-01-25 13:16:11.254133 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
error	2025-01-25 13:16:11.255785 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.255795 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.255805 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.255810 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.255814 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.255815 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759498147.581984,endDate,759499047.581984,count,0
default	2025-01-25 13:16:11.255990 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.255990 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759498123.285970,first pressure,,last timestamp,759499062.259847,last pressure,
info	2025-01-25 13:16:11.256006 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.256011 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.256031 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.256069 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.256083 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.256091 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
default	2025-01-25 13:16:11.256443 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.256531 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.256783 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADD_ADV_MATCHING_RULE_ENHANCED
info	2025-01-25 13:16:11.257082 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.257225 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
debug	2025-01-25 13:16:11.257860 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.257922 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
info	2025-01-25 13:16:11.258533 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 15.525926,
within advertisement: .
info	2025-01-25 13:16:11.259206 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 813464.
default	2025-01-25 13:16:11.259244 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.259371 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.259443 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.259531 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.259604 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 2 within advertisement: .
info	2025-01-25 13:16:11.260039 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADD_ADV_MATCHING_RULE_ENHANCED
default	2025-01-25 13:16:11.260724 -0500	healthd	com.apple.HealthKit	infrastructure	[HDProtectedDataOperation:0xc3839e5c0:PregnancyFeatureAdjustmentOperation] State will change from DoingWork to WaitingForRequests
default	2025-01-25 13:16:11.260875 -0500	healthd	com.apple.HealthKit	infrastructure	<_HDMaintenanceWorkCoordinatorProtectedDatabaseOperation:0xc390c9f00 HDProtectedDataOperation:0xc3839e5c0:PregnancyFeatureAdjustmentOperation running for 1.124s/900.000s>: Stopped after 1.124s.
error	2025-01-25 13:16:11.260931 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.260940 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.260950 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.260955 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.260957 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.260958 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759499047.581984,endDate,759499947.581984,count,0
default	2025-01-25 13:16:11.261122 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.261123 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759499031.488125,first pressure,,last timestamp,759499970.249729,last pressure,
info	2025-01-25 13:16:11.261136 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.261142 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.261161 -0500	healthd	com.apple.HealthKit	infrastructure	<_HDMaintenanceWorkCoordinatorAsynchronousOperation:0xc390fdd50 : Indexing operation with reason [(Protected Data Became Available, 1), (Ontology did become available, 1)] running for 0.000s/900.000s>: Started.
default	2025-01-25 13:16:11.261161 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.261203 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.261219 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.261225 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
default	2025-01-25 13:16:11.261326 -0500	healthd	com.apple.HealthKit	concept_index	: Beginning concept indexing with reason: [(Protected Data Became Available, 1), (Ontology did become available, 1)].
info	2025-01-25 13:16:11.261478 -0500	healthd	com.apple.HealthKit	ontology	: Concept Indexing Is Enabled
default	2025-01-25 13:16:11.262001 -0500	nsurlsessiond	com.apple.network	tcp	tcp_input [C275.1.1.1:3] flags=[S.] seq=3800874451, ack=875610631, win=31856 state=SYN_SENT rcv_nxt=0, snd_una=875610630
default	2025-01-25 13:16:11.262063 -0500	nsurlsessiond	com.apple.network	connection	nw_flow_connected [C275.1.1.1 IPv4#20000894:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] Transport protocol connected (tcp)
default	2025-01-25 13:16:11.262074 -0500	nsurlsessiond	com.apple.network	connection	[C275.1.1.1 IPv4#20000894:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:finish_transport @0.203s
info	2025-01-25 13:16:11.262093 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_resolver_receive_report [C275.1.1 Hostname#707ef177:443 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] pushing out endpoint race by 2000ms
info	2025-01-25 13:16:11.262227 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_set_ats_enforced(652) [C275.1.1.1:2][0x5a03a9800] set false
info	2025-01-25 13:16:11.262228 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_set_ats_minimum_rsa_key_size(661) [C275.1.1.1:2][0x5a03a9800] set 0
info	2025-01-25 13:16:11.262229 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_set_ats_minimum_ecdsa_key_size(670) [C275.1.1.1:2][0x5a03a9800] set 0
info	2025-01-25 13:16:11.262232 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_set_ats_minimum_signature_algorithm(680) [C275.1.1.1:2][0x5a03a9800] set 0
default	2025-01-25 13:16:11.262298 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_session_apply_protocol_options_for_transport_block_invoke(2040) [C275.1.1.1:2][0x5a03a9800] TLS configured [min_version(0x0301) max_version(0x0304) name(redacted) tickets(false) false_start(false) enforce_ev(false) enforce_ats(false) ech(false)]
info	2025-01-25 13:16:11.262343 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_session_install_association_state(1416) [C275.1.1.1:2][0x5a03a9800] Client session cache hit
info	2025-01-25 13:16:11.262360 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_session_install_association_state(1419) [C275.1.1.1:2][0x5a03a9800] Client session state not set.
default	2025-01-25 13:16:11.262382 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_info_handler(2226) [C275.1.1.1:2][0x5a03a9800] Client handshake started
default	2025-01-25 13:16:11.262533 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_info_handler(2243) [C275.1.1.1:2][0x5a03a9800] Client handshake state: TLS client enter_early_data
default	2025-01-25 13:16:11.262552 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_info_handler(2243) [C275.1.1.1:2][0x5a03a9800] Client handshake state: TLS client read_server_hello
info	2025-01-25 13:16:11.262559 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_session_handshake_incomplete(254) [C275.1.1.1:2][0x5a03a9800] Handshake incomplete: waiting for data to read [2]
info	2025-01-25 13:16:11.262563 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_session_handshake_incomplete(254) [C275.1.1.1:2][0x5a03a9800] Handshake incomplete: waiting for data to read [2]
info	2025-01-25 13:16:11.262844 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_session_handshake_incomplete(254) [C275.1.1.1:2][0x5a03a9800] Handshake incomplete: waiting for data to read [2]
info	2025-01-25 13:16:11.262846 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_session_handshake_incomplete(254) [C275.1.1.1:2][0x5a03a9800] Handshake incomplete: waiting for data to read [2]
info	2025-01-25 13:16:11.263099 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADD_ADV_MATCHING_RULE_ENHANCED
debug	2025-01-25 13:16:11.263487 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
info	2025-01-25 13:16:11.263524 -0500	SpringBoard	com.apple.FrontBoard	Watchdog	[app:1911] [realTime] Stopped monitoring.
debug	2025-01-25 13:16:11.263539 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
info	2025-01-25 13:16:11.264156 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:35] (euid 501, auid 501) (persona (null)): async_invalidateAssertionWithIdentifier:
default	2025-01-25 13:16:11.264193 -0500	runningboardd	com.apple.runningboard	ttl	Invalidating assertion 33-35-27291 (target:[app:1911]) from originator [osservice:35]
error	2025-01-25 13:16:11.265512 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.265533 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.265566 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.265574 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.265578 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.265583 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759499947.581984,endDate,759500847.581984,count,0
info	2025-01-25 13:16:11.265767 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.265778 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:32 size:131040
default	2025-01-25 13:16:11.265830 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.265832 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759499924.073330,first pressure,,last timestamp,759500862.838720,last pressure,
info	2025-01-25 13:16:11.265877 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.265887 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.265924 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
info	2025-01-25 13:16:11.265935 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.265949 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
info	2025-01-25 13:16:11.266252 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_OLYMPIC_ADV_DUPLICATE_FILTER_BYPASS_CONFIG
info	2025-01-25 13:16:11.266253 -0500	bluetoothd	com.apple.bluetooth	Server.Core	VSC BD_VSC_OLYMPIC_ADV_DUPLICATE_FILTER_BYPASS_CONFIG, not supported
info	2025-01-25 13:16:11.266256 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADV_PCF_FEATURE_SEL
info	2025-01-25 13:16:11.266386 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.266397 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:32 size:131040
debug	2025-01-25 13:16:11.266549 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
default	2025-01-25 13:16:11.266586 -0500	biomed	com.apple.Biome	BiomeStorage	Enumerator for App.InFocus starting from /+0x1fba0
debug	2025-01-25 13:16:11.266612 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
info	2025-01-25 13:16:11.267020 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.267030 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.267082 -0500	biomed	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
error	2025-01-25 13:16:11.267151 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.267159 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.267170 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.267175 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.267179 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.267179 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759500847.581984,endDate,759501747.581984,count,0
default	2025-01-25 13:16:11.267349 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.267349 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759500832.055457,first pressure,,last timestamp,759501771.010095,last pressure,
info	2025-01-25 13:16:11.267364 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.267370 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.267390 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.267445 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.267465 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.267471 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
debug	2025-01-25 13:16:11.267851 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.267904 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.268313 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.268322 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.268333 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.268338 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.268342 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.268342 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759501747.581984,endDate,759502647.581984,count,0
default	2025-01-25 13:16:11.268507 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.268508 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759501724.829431,first pressure,,last timestamp,759502663.703972,last pressure,
info	2025-01-25 13:16:11.268522 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.268529 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.268549 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.268587 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.268613 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.268619 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
default	2025-01-25 13:16:11.268769 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : Update is required
default	2025-01-25 13:16:11.268780 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : Beginning update attempt
default	2025-01-25 13:16:11.268801 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName called: 
default	2025-01-25 13:16:11.268876 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.268898 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.268910 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
debug	2025-01-25 13:16:11.269115 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.269192 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
info	2025-01-25 13:16:11.269311 -0500	healthappd	com.apple.Health	health_records	[IndexManagerStateChangeListener]: indexManagerStateDidChange (store: , to: Indexing)
info	2025-01-25 13:16:11.269437 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADV_PCF_SERVICE_UUID
error	2025-01-25 13:16:11.269718 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.269726 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.269737 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.269742 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.269746 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.269747 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759502647.581984,endDate,759503547.581984,count,0
default	2025-01-25 13:16:11.269861 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform.IntelligencePlatformComputeService	Default	IntelligencePlatformComputeService: updateViewWithName  called
default	2025-01-25 13:16:11.269906 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.269907 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759502632.911637,first pressure,,last timestamp,759503571.870296,last pressure,
info	2025-01-25 13:16:11.269921 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.269927 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.269942 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform.IntelligencePlatformComputeService	Default	IntelligencePlatformComputeService: updateViewWithName  begining update
default	2025-01-25 13:16:11.269948 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.269984 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.269998 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.270004 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
debug	2025-01-25 13:16:11.270359 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.270411 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.270715 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.270725 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.270735 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.270744 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.270746 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.270747 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759503547.581984,endDate,759504447.581984,count,0
default	2025-01-25 13:16:11.270912 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.270914 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759503525.685147,first pressure,,last timestamp,759504464.500430,last pressure,
info	2025-01-25 13:16:11.270927 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.270936 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.270956 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.270992 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.271007 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.271013 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
info	2025-01-25 13:16:11.271130 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeCompute	IncrementalViewManager: updating materialized view for  in 
info	2025-01-25 13:16:11.271944 -0500	remindd	com.apple.reminderkit	cloudkit	primaryActiveCloudKitAccountREMObjectID: {elapsed: 11.7810 ms}
debug	2025-01-25 13:16:11.272099 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.272161 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
info	2025-01-25 13:16:11.272651 -0500	healthd	com.apple.HealthKit	concept_index	HDConceptIndexManager: Start concept indexing batch 0
info	2025-01-25 13:16:11.272686 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADV_PCF_SERVICE_UUID
error	2025-01-25 13:16:11.272808 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.272816 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.272828 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.272833 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.272835 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.272838 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759504447.581984,endDate,759505347.581984,count,0
default	2025-01-25 13:16:11.272986 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.272988 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759504433.709046,first pressure,,last timestamp,759505372.676087,last pressure,
info	2025-01-25 13:16:11.273001 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.273009 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.273029 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.273066 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.273081 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.273087 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
default	2025-01-25 13:16:11.274775 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeStorage	Enumerator for App.InFocus starting from /+0x1fba0
debug	2025-01-25 13:16:11.275048 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.275259 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
info	2025-01-25 13:16:11.275887 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADV_PCF_SERVICE_UUID
error	2025-01-25 13:16:11.276074 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.276083 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.276094 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.276099 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.276103 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.276104 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759505347.581984,endDate,759506247.581984,count,0
info	2025-01-25 13:16:11.276160 -0500	biomed	com.apple.Biome	BiomeAccessService	-fileHandleForFileAtPath:flags:protection:reply: called with subpath: streams/restricted/App.InFocus/local/759512386999836
default	2025-01-25 13:16:11.276248 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.276249 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759505326.488787,first pressure,,last timestamp,759506265.430779,last pressure,
info	2025-01-25 13:16:11.276263 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.276271 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.276290 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.276328 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.276343 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.276349 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
debug	2025-01-25 13:16:11.277620 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.277673 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
default	2025-01-25 13:16:11.278086 -0500	remindd	com.apple.reminderkit.store	read	REMCDSmartList for pre-defined smart list type not found {pre-defined smart list type: com.apple.reminders.smartlist.today}
info	2025-01-25 13:16:11.278724 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.278734 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.279053 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADV_PCF_SERVICE_UUID
error	2025-01-25 13:16:11.279989 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.279999 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.280010 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.280015 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.280091 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.280092 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759506247.581984,endDate,759507147.581984,count,0
info	2025-01-25 13:16:11.280472 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
default	2025-01-25 13:16:11.280548 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.280550 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759506234.657172,first pressure,,last timestamp,759507172.299901,last pressure,
info	2025-01-25 13:16:11.280577 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.280586 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.280621 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.280741 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.280762 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.280772 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
info	2025-01-25 13:16:11.281368 -0500	locationd	com.apple.locationd.Position	Position	BaroAlt,time,74950.200526,getGpsTimeDerivedCFAbsoluteTimeOrSystemTime,success,1,cfAbsTime,759521771.257688
info	2025-01-25 13:16:11.281377 -0500	locationd	com.apple.locationd.Position	Position	#CLPDM,isPressureAvailableForLocation,
default	2025-01-25 13:16:11.281379 -0500	backboardd	com.apple.CoreBrightness.AABC	default	trusted Lux: 20.000000, trusted front Lux: 20.000000, trusted capped Lux: 20.000000
info	2025-01-25 13:16:11.281485 -0500	backboardd			libEDR - EDRServerSetDisplayBrightnessForDisplay: (display: 1, targetBrightness: 154.697571, maxLuminance: 663.977234, ambientIlluminance: 20.000000, brightnessScaler: 1.000000)
info	2025-01-25 13:16:11.281512 -0500	backboardd			libEDR - EDRGetDisplayHeadroom: cid=1 did=1 val=1.000000
info	2025-01-25 13:16:11.281514 -0500	backboardd			libEDR - EDRGetAmbientIlluminance: cid=1 did=1 val=20.000000
info	2025-01-25 13:16:11.281610 -0500	backboardd			libEDR - EDRGetDisplayMaxLuminance: cid=1 did=1 val=663.977234
info	2025-01-25 13:16:11.281610 -0500	backboardd			libEDR - NotificationCallback: (type: kEDRNotifyBrightness, display: 1, brightness: 0.232986, backlight: 0.232986, edrScaler: 1.000000, maxLuminance: 663.977234, ambientIlluminance: 20.000000, brightnessScaler: 1.000000)
info	2025-01-25 13:16:11.281615 -0500	backboardd			libEDR - EDRGetDisplayBacklightBrightness: cid=1 did=1 val=0.232986
info	2025-01-25 13:16:11.281620 -0500	backboardd			libEDR - PostNotification: (display: 1, brightness: 0.232986, backlight: 0.232986, edrScaling: 1.000000, maxLuminance: 663.977234, ambientIlluminance: 20.000000, brightnessScaler: 1.000000)
info	2025-01-25 13:16:11.281639 -0500	locationd	com.apple.locationd.Position	Gnss	BaroAlt,gnssAvailability,0,probability,0.097,timestamp,74950.200,refPresFeatureOn,1,locValid,1,locRecent,1,shouldHandleGnssAvlPredUpdate,1
info	2025-01-25 13:16:11.282052 -0500	backboardd	com.apple.CBColorModule.Primary.Ammolite	default	CFXAmmoliteUpdateTarget: Ammolite: Lux 21.379532 (delta 3.339094 / thr 10.000000)
info	2025-01-25 13:16:11.282071 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeCompute	IncrementalViewManager: updated materialized view for  in . Access assertion: 
info	2025-01-25 13:16:11.282099 -0500	backboardd	com.apple.CoreBrightness.CBColorModule.Primary	default	Set ambient color sample ALS event = [Orientation = 1; Illuminance = 21.000000; xy = (0.427981,0.382141); XYZ = (7.621655,6.805316,3.381427); CCT1 = 3586.319824; Integration time = 0.097300; Gain = 33554432; Obstructed = 0; First = 0, mitigation = 0, timestamp = 0]
info	2025-01-25 13:16:11.282250 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BD_VSC_LE_META_ADV_PCF_SERVICE_UUID
debug	2025-01-25 13:16:11.282269 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.282324 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.283384 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.283401 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.283466 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.283473 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.283520 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.283530 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759507147.581984,endDate,759508047.581984,count,0
default	2025-01-25 13:16:11.283606 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	views	ViewUpdate: : Finished update
default	2025-01-25 13:16:11.283617 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	views	ViewUpdate: : : Finished update
default	2025-01-25 13:16:11.283749 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.283751 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759507126.270105,first pressure,,last timestamp,759508062.499126,last pressure,
info	2025-01-25 13:16:11.283783 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.283793 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.283830 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.283889 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.283909 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.283917 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
default	2025-01-25 13:16:11.284274 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform.IntelligencePlatformComputeService	Default	IntelligencePlatformComputeService: update  returning responses
debug	2025-01-25 13:16:11.284635 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.284687 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
default	2025-01-25 13:16:11.285476 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ShouldScan=1 AnyValidScanRequests=1 anyValidScanRequestInPaused=0 fObserverState=Active ClientScanPowerAssertRequired=0 fScanFiltersNeedUpdagint=0
default	2025-01-25 13:16:11.285487 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	updateADVBufferConfig current:02 new:02 configChanged:00
info	2025-01-25 13:16:11.285495 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	enableObjectDiscoveryADVBuffersIfNeeded objectDiscoveryHwAdvBufferOnly:1 fScreenState:1
info	2025-01-25 13:16:11.285500 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	enableAOPBTBuffersIfNeeded haveAnyHwAOPBTBufferRequests:1 fScreenState:1 fAOPBTBufferReadInProgress:0 fAOPBTProxCtxBufferReadInProgress:0
default	2025-01-25 13:16:11.285643 -0500	bluetoothd	com.apple.xpc	connection	[0xb42881c00] activating connection: mach=true listener=false peer=false name=com.apple.iokit.powerdxpc
error	2025-01-25 13:16:11.285943 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.285965 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.285978 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.285984 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.285986 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.285988 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759508047.581984,endDate,759508947.581984,count,0
default	2025-01-25 13:16:11.286030 -0500	powerd	com.apple.xpc	connection	[0xd18388640] activating connection: mach=false listener=false peer=true name=com.apple.iokit.powerdxpc.peer[94].0xd18388640
default	2025-01-25 13:16:11.286115 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.286118 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759508031.814334,first pressure,,last timestamp,759508968.065174,last pressure,
info	2025-01-25 13:16:11.286130 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.286138 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.286159 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.286197 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
default	2025-01-25 13:16:11.286201 -0500	bluetoothd	com.apple.xpc	connection	[0xb42881c00] invalidated after the last release of the connection object
info	2025-01-25 13:16:11.286214 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.286221 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
default	2025-01-25 13:16:11.286859 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : View was updated
default	2025-01-25 13:16:11.287079 -0500	powerd	com.apple.xpc	connection	[0xd18388640] invalidated because the client process (pid 94) either cancelled the connection or exited
default	2025-01-25 13:16:11.287142 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: completed update
default	2025-01-25 13:16:11.287523 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-50) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.287580 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-69) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.287664 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-83) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.287710 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-352) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.287792 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: numScanAgents 7, combined params AD:0 RD:0 AS:0 PHYS:1 MSL:4 (30/60) PSV:0 Rg:0 Cri:0 pBT:0 pWiFi:0 pCfg:0 type:0
default	2025-01-25 13:16:11.287802 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: [com.apple.bluetoothd-central-94-2] AP:0 AD:0(30/60) AS:0 RAS:0 DMN:1 FG:0 ADVBF:0(0/0) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1|[com.apple.locationd-central-74-50] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1|[com.apple.locationd-central-74-69] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:3
default	2025-01-25 13:16:11.287806 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: [com.apple.sharingd-central-72-374] AP:0 AD:0(30/300) AS:0 RAS:0 DMN:1 FG:0 ADVBF:0(0/0) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1|[com.apple.locationd-central-74-83] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:3|[com.apple.locationd-central-74-352] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:3
default	2025-01-25 13:16:11.287810 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: [CBDaemon-0x8A8C031D] AP:0 AD:0(30/300) AS:0 RAS:0 DMN:1 FG:0 ADVBF:0(0/0) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1
default	2025-01-25 13:16:11.287817 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Returning scan parameters: Main:30.00ms/60.00ms LP:0.00ms/60.00ms(supported) SC:0.00ms/0.00ms/non-concurrent(unspported) Dm:(m:30/60) Cond:0:1:0:0:0 Sc:1 (passive) Dupfilter:Enabled minScanLevel:4 HD:Yes Comp:No(0,0) Pri:0/0 PS:0
default	2025-01-25 13:16:11.287903 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	needToRestart=1
default	2025-01-25 13:16:11.287906 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Starting passive scan (60.00ms/30.00ms) with duplicate filter enabled scNeed=0 stateO=0, retainDups=0 fScanFiltersNeedUpdating=NO
default	2025-01-25 13:16:11.287913 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	overrideEnableGlobalDupFilter:1
info	2025-01-25 13:16:11.287919 -0500	bluetoothd	com.apple.bluetooth	Server.Core	Sending: BT_VSC_OLYMPIC_SET_RETAIN_LE_SCAN_DUPLICATES_ON_START
info	2025-01-25 13:16:11.288115 -0500	biomed	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.289403 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : Beginning view update attempt
debug	2025-01-25 13:16:11.289886 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.289947 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.290781 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.290828 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.290878 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.290894 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.290901 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.290908 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759508947.581984,endDate,759509847.581984,count,0
default	2025-01-25 13:16:11.291349 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	
default	2025-01-25 13:16:11.291398 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.291402 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,63,first timestamp,759508922.033911,first pressure,,last timestamp,759509873.395882,last pressure,
info	2025-01-25 13:16:11.291465 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.291487 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.291588 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.291764 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.291831 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.291877 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
debug	2025-01-25 13:16:11.293872 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.293936 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.294496 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.294529 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.294567 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.294581 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.294589 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.294595 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759509847.581984,endDate,759510747.581984,count,0
default	2025-01-25 13:16:11.295077 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.295079 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759509827.346083,first pressure,,last timestamp,759510763.302492,last pressure,
info	2025-01-25 13:16:11.295150 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.295177 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.295289 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.295481 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.295491 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.295505 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.295531 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.295574 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
debug	2025-01-25 13:16:11.296911 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
info	2025-01-25 13:16:11.296926 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.296937 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:32 size:131040
debug	2025-01-25 13:16:11.296983 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
default	2025-01-25 13:16:11.297168 -0500	biomed	com.apple.Biome	BiomeStorage	Enumerator for App.InFocus starting from /+0x1fba0
default	2025-01-25 13:16:11.297404 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Scanning started successfully
default	2025-01-25 13:16:11.297410 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ShouldScan=1 AnyValidScanRequests=1 anyValidScanRequestInPaused=0 fObserverState=Active ClientScanPowerAssertRequired=0 fScanFiltersNeedUpdagint=0
default	2025-01-25 13:16:11.297414 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	updateADVBufferConfig current:02 new:02 configChanged:00
info	2025-01-25 13:16:11.297421 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	enableObjectDiscoveryADVBuffersIfNeeded objectDiscoveryHwAdvBufferOnly:1 fScreenState:1
info	2025-01-25 13:16:11.297426 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	enableAOPBTBuffersIfNeeded haveAnyHwAOPBTBufferRequests:1 fScreenState:1 fAOPBTBufferReadInProgress:0 fAOPBTProxCtxBufferReadInProgress:0
info	2025-01-25 13:16:11.297511 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.297518 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:32 size:131040
default	2025-01-25 13:16:11.297527 -0500	bluetoothd	com.apple.xpc	connection	[0xb42881c00] activating connection: mach=true listener=false peer=false name=com.apple.iokit.powerdxpc
default	2025-01-25 13:16:11.297893 -0500	powerd	com.apple.xpc	connection	[0xd18388640] activating connection: mach=false listener=false peer=true name=com.apple.iokit.powerdxpc.peer[94].0xd18388640
default	2025-01-25 13:16:11.298003 -0500	bluetoothd	com.apple.xpc	connection	[0xb42881c00] invalidated after the last release of the connection object
info	2025-01-25 13:16:11.298185 -0500	biomed	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
error	2025-01-25 13:16:11.298336 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.298360 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.298388 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.298401 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.298429 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.298434 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759510747.581984,endDate,759511647.581984,count,0
default	2025-01-25 13:16:11.298805 -0500	powerd	com.apple.xpc	connection	[0xd18388640] invalidated because the client process (pid 94) either cancelled the connection or exited
default	2025-01-25 13:16:11.298813 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.298815 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759510732.625246,first pressure,,last timestamp,759511668.511011,last pressure,
info	2025-01-25 13:16:11.298880 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.298901 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.298985 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.299124 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.299175 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.299216 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
default	2025-01-25 13:16:11.299438 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-50) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.299494 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-69) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.299577 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-83) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.299624 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-352) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.299701 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: numScanAgents 7, combined params AD:0 RD:0 AS:0 PHYS:1 MSL:4 (30/60) PSV:0 Rg:0 Cri:0 pBT:0 pWiFi:0 pCfg:0 type:0
default	2025-01-25 13:16:11.299714 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: [com.apple.bluetoothd-central-94-2] AP:0 AD:0(30/60) AS:0 RAS:0 DMN:1 FG:0 ADVBF:0(0/0) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1|[com.apple.locationd-central-74-50] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1|[com.apple.locationd-central-74-69] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:3
default	2025-01-25 13:16:11.299717 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: [com.apple.sharingd-central-72-374] AP:0 AD:0(30/300) AS:0 RAS:0 DMN:1 FG:0 ADVBF:0(0/0) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1|[com.apple.locationd-central-74-83] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:3|[com.apple.locationd-central-74-352] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:3
default	2025-01-25 13:16:11.299721 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: [CBDaemon-0x8A8C031D] AP:0 AD:0(30/300) AS:0 RAS:0 DMN:1 FG:0 ADVBF:0(0/0) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1
default	2025-01-25 13:16:11.299729 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Returning scan parameters: Main:30.00ms/60.00ms LP:0.00ms/60.00ms(supported) SC:0.00ms/0.00ms/non-concurrent(unspported) Dm:(m:30/60) Cond:0:1:0:0:0 Sc:1 (passive) Dupfilter:Enabled minScanLevel:4 HD:Yes Comp:No(0,0) Pri:0/0 PS:0
default	2025-01-25 13:16:11.299791 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	needToRestart=0
default	2025-01-25 13:16:11.300039 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : Update is required
default	2025-01-25 13:16:11.300050 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : Beginning update attempt
default	2025-01-25 13:16:11.300069 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName called: 
default	2025-01-25 13:16:11.300111 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.300129 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
info	2025-01-25 13:16:11.300137 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
default	2025-01-25 13:16:11.300143 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.300323 -0500	kernel			wlan0:com.apple.p2p: isInfraRealtimePacketThresholdAllowed allowed:1 option:32 threshold:50 noRegistrations:1 cachedPeerCount:0 fastDiscoveryInactive:1 fastDiscoveryOnSince:32834431
default	2025-01-25 13:16:11.300349 -0500	kernel			wlan0:com.apple.p2p: currentInfraTrafficType:8931 checking if realtime upgrade required with inputPackets:301 outputPackets:535 packetThreshold:50
info	2025-01-25 13:16:11.300767 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
info	2025-01-25 13:16:11.300995 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
debug	2025-01-25 13:16:11.301273 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.301331 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
default	2025-01-25 13:16:11.301659 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform.IntelligencePlatformComputeService	Default	IntelligencePlatformComputeService: updateViewWithName  called
error	2025-01-25 13:16:11.301747 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.301768 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.301796 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.301809 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.301815 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.301819 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759511647.581984,endDate,759512547.581984,count,0
default	2025-01-25 13:16:11.302222 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.302225 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,63,first timestamp,759511622.485434,first pressure,,last timestamp,759512573.910380,last pressure,
default	2025-01-25 13:16:11.302247 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform.IntelligencePlatformComputeService	Default	IntelligencePlatformComputeService: updateViewWithName  begining update
info	2025-01-25 13:16:11.302300 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.302323 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.302409 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.302547 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.302613 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.302711 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
debug	2025-01-25 13:16:11.303612 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.303674 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.305484 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.305516 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.305557 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.305572 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.305578 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.305584 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759512547.581984,endDate,759513447.581984,count,0
default	2025-01-25 13:16:11.305979 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.305985 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759512527.891264,first pressure,,last timestamp,759513464.430595,last pressure,
default	2025-01-25 13:16:11.306050 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_info_handler(2243) [C275.1.1.1:2][0x5a03a9800] Client handshake state: TLS 1.3 client read_hello_retry_request
info	2025-01-25 13:16:11.306051 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.306066 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_info_handler(2243) [C275.1.1.1:2][0x5a03a9800] Client handshake state: TLS 1.3 client read_server_hello
info	2025-01-25 13:16:11.306075 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.306168 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.306396 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.306452 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.306490 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
default	2025-01-25 13:16:11.306565 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_info_handler(2243) [C275.1.1.1:2][0x5a03a9800] Client handshake state: TLS 1.3 client read_encrypted_extensions
default	2025-01-25 13:16:11.306586 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_info_handler(2243) [C275.1.1.1:2][0x5a03a9800] Client handshake state: TLS 1.3 client read_certificate_request
info	2025-01-25 13:16:11.306596 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_session_handshake_incomplete(254) [C275.1.1.1:2][0x5a03a9800] Handshake incomplete: waiting for data to read [2]
info	2025-01-25 13:16:11.306757 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_session_handshake_incomplete(254) [C275.1.1.1:2][0x5a03a9800] Handshake incomplete: waiting for data to read [2]
info	2025-01-25 13:16:11.306776 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_session_handshake_incomplete(254) [C275.1.1.1:2][0x5a03a9800] Handshake incomplete: waiting for data to read [2]
default	2025-01-25 13:16:11.306891 -0500	CommCenter	com.apple.telephony.bb	ARI	ari: (forwardIndication:127) Indication(0x0d858000) for client(IndicationReregistrationActor) Type(GCD) size(166) dispq(AriHostIPC:0xdac719100)
default	2025-01-25 13:16:11.306934 -0500	CommCenter	com.apple.telephony.bb	ARI	ind: Bin=[]
default	2025-01-25 13:16:11.307142 -0500	CommCenter	com.apple.CommCenter	xpc.event	#I   --------------> kCTEventVoiceLinkQualityUpdate (138) sent to 0 (of 283) clients.
default	2025-01-25 13:16:11.307159 -0500	CommCenter	com.apple.CommCenter	xpc.event	#I   --------------> kCTEventVoiceLinkQualityUpdate (138) sent to 0 (of 283) clients.
default	2025-01-25 13:16:11.307817 -0500	CommCenter	com.apple.CommCenter	ct.server	Sent notification to 2 (of 54) clients: 
default	2025-01-25 13:16:11.308177 -0500	CommCenter	com.apple.CommCenter	ct.server	Sent notification to 1 (of 54) clients: 
info	2025-01-25 13:16:11.308362 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.iRAT	TraceCellular	
info	2025-01-25 13:16:11.308406 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.iRAT	TraceCellular	
info	2025-01-25 13:16:11.308417 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.iRAT	TraceCellular	
info	2025-01-25 13:16:11.308468 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.iRAT	TraceCellular	
info	2025-01-25 13:16:11.308496 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.iRAT	TraceCellular	
info	2025-01-25 13:16:11.308504 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.iRAT	TraceCellular	
info	2025-01-25 13:16:11.308527 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.iRAT	TraceCellular	
info	2025-01-25 13:16:11.308563 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.iRAT	TraceCellular	
info	2025-01-25 13:16:11.308581 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.iRAT	TraceCellular	
info	2025-01-25 13:16:11.308598 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.iRAT	TraceCellular	
info	2025-01-25 13:16:11.308604 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.iRAT	TraceCellular	
info	2025-01-25 13:16:11.308610 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.iRAT	TraceCellular	
info	2025-01-25 13:16:11.308645 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.iRAT	TraceCellular	
debug	2025-01-25 13:16:11.308657 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.308717 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.309685 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.309710 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
default	2025-01-25 13:16:11.309762 -0500	locationd	com.apple.locationd.Position	Emergency	#EmergCon,EMERGENCY:notification,kVoiceLinkQualityNotification
default	2025-01-25 13:16:11.309779 -0500	locationd	com.apple.locationd.Position	Emergency	#EED2 handleVlqmForActiveCall,2
info	2025-01-25 13:16:11.309807 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.309823 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.309830 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.309838 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759513447.581984,endDate,759514347.581984,count,0
default	2025-01-25 13:16:11.310233 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.310235 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759513433.654553,first pressure,,last timestamp,759514371.697541,last pressure,
info	2025-01-25 13:16:11.310348 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.310375 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.310465 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.310626 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.310669 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.310725 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
info	2025-01-25 13:16:11.311985 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
debug	2025-01-25 13:16:11.313148 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.313290 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
info	2025-01-25 13:16:11.313426 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeCompute	IncrementalViewManager: updating materialized view for  in 
info	2025-01-25 13:16:11.314326 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
default	2025-01-25 13:16:11.314598 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeStorage	Enumerator for App.InFocus starting from /+0x1fba0
error	2025-01-25 13:16:11.314778 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.314800 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.314826 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.314830 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
info	2025-01-25 13:16:11.314838 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.314845 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.314848 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759514347.581984,endDate,759515247.581984,count,0
default	2025-01-25 13:16:11.315121 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.315124 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759514325.527990,first pressure,,last timestamp,759515264.091448,last pressure,
info	2025-01-25 13:16:11.315170 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.315185 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
info	2025-01-25 13:16:11.315188 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.315249 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.315354 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.315387 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.315412 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
info	2025-01-25 13:16:11.316458 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
info	2025-01-25 13:16:11.316922 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
info	2025-01-25 13:16:11.317226 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
info	2025-01-25 13:16:11.317451 -0500	biomed	com.apple.Biome	BiomeAccessService	-fileHandleForFileAtPath:flags:protection:reply: called with subpath: streams/restricted/App.InFocus/local/759512386999836
info	2025-01-25 13:16:11.317554 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
info	2025-01-25 13:16:11.317843 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
info	2025-01-25 13:16:11.318028 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
debug	2025-01-25 13:16:11.318120 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.318190 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
info	2025-01-25 13:16:11.318635 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
info	2025-01-25 13:16:11.318732 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.318742 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:32 size:131040
error	2025-01-25 13:16:11.318768 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.318797 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.318829 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.318841 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.318847 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.318851 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759515247.581984,endDate,759516147.581984,count,0
info	2025-01-25 13:16:11.318932 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
default	2025-01-25 13:16:11.319139 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.319144 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759515233.337052,first pressure,,last timestamp,759516171.451570,last pressure,
info	2025-01-25 13:16:11.319211 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.319233 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.319312 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.319459 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.319514 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.319545 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
default	2025-01-25 13:16:11.319760 -0500	remindd	com.apple.reminderkit.store	read	FETCH COREDATA {elapsedTime: 17.4930 ms, author: com.apple.remindd.todayNotificationEngine:2057, entityName: REMCDReminder, result.count: 0, affectedStores.count: 0, persistentStoreCoordinator.persistentStores.count: 3, propsToFetch.count: 3}
info	2025-01-25 13:16:11.319827 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
info	2025-01-25 13:16:11.320004 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
info	2025-01-25 13:16:11.320214 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
debug	2025-01-25 13:16:11.320507 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.320558 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.321773 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.321803 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.321830 -0500	remindd	com.apple.reminderkit	cloudkit	primaryActiveCloudKitAccountREMObjectID: {elapsed: 0.0081 ms}
info	2025-01-25 13:16:11.321835 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.321847 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.321854 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.321858 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759516147.581984,endDate,759517047.581984,count,0
default	2025-01-25 13:16:11.322207 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.322211 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759516125.321392,first pressure,,last timestamp,759517062.022603,last pressure,
info	2025-01-25 13:16:11.322274 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.322293 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.322364 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.322480 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.322530 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.322560 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
info	2025-01-25 13:16:11.322607 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
info	2025-01-25 13:16:11.323753 -0500	IntelligencePlatformComputeService	com.apple.Biome	BiomeCompute	IncrementalViewManager: updated materialized view for  in . Access assertion: 
info	2025-01-25 13:16:11.324089 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
default	2025-01-25 13:16:11.324229 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	views	ViewUpdate: : Finished update
default	2025-01-25 13:16:11.324238 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	views	ViewUpdate: : : Finished update
info	2025-01-25 13:16:11.324337 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
info	2025-01-25 13:16:11.324574 -0500	destinationd	com.apple.Maps.Suggestions	MapsSync	Dropping expired entry
debug	2025-01-25 13:16:11.324687 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 

default	2025-01-25 13:16:11.324701 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform.IntelligencePlatformComputeService	Default	IntelligencePlatformComputeService: update  returning responses
debug	2025-01-25 13:16:11.324753 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.325773 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.325802 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.325835 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.325860 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.325871 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.325880 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759517047.581984,endDate,759517947.581984,count,0
default	2025-01-25 13:16:11.326407 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.326415 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759517031.314902,first pressure,,last timestamp,759517968.890120,last pressure,
info	2025-01-25 13:16:11.326497 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.326533 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.326649 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.326837 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.326909 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.326952 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
default	2025-01-25 13:16:11.327687 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : View was updated
default	2025-01-25 13:16:11.328047 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: completed update
info	2025-01-25 13:16:11.328274 -0500	biomed	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.328711 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: Beginning performUpdate for  [runMode: , checkSLA: true]
default	2025-01-25 13:16:11.328716 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: Starting schedule run 
default	2025-01-25 13:16:11.328864 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: Initially have 0 views that may need updating
debug	2025-01-25 13:16:11.329004 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
default	2025-01-25 13:16:11.329231 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: No views to process for 
default	2025-01-25 13:16:11.329591 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: Beginning performUpdate for  [runMode: , checkSLA: true]
default	2025-01-25 13:16:11.329595 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: Starting schedule run 
default	2025-01-25 13:16:11.329679 -0500	mediaremoted	com.apple.amp.mediaremote	RouteRecommendation	[MRDRRC].IFM using dynamicEligibility check
default	2025-01-25 13:16:11.329782 -0500	mediaremoted	com.apple.amp.mediaremote	MediaRemote	[MRDRRC].MBM querying: (1)
debug	2025-01-25 13:16:11.329833 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
default	2025-01-25 13:16:11.329941 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: Initially have 3 views that may need updating
default	2025-01-25 13:16:11.330470 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : Beginning view update attempt
error	2025-01-25 13:16:11.331712 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.331734 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.331759 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.331772 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.331779 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.331782 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759517947.581984,endDate,759518847.581984,count,0
default	2025-01-25 13:16:11.332000 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.332003 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,63,first timestamp,759517922.821902,first pressure,,last timestamp,759518875.081565,last pressure,
info	2025-01-25 13:16:11.332052 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.332087 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.332151 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.332253 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.332283 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.332307 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
debug	2025-01-25 13:16:11.332639 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.332685 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.332935 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.332951 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.332973 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.332984 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.332990 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.332993 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759518847.581984,endDate,759519747.581984,count,0
default	2025-01-25 13:16:11.333194 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.333195 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759518829.057773,first pressure,,last timestamp,759519766.310329,last pressure,
info	2025-01-25 13:16:11.333199 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 39.838606,
within advertisement: .
info	2025-01-25 13:16:11.333245 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.333265 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.333317 -0500	duetexpertd	com.apple.duetexpertd.atx	general	Successfully read data from cache file: ATXEngagementRecords.pb
default	2025-01-25 13:16:11.333323 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.333415 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.333461 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.333479 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
debug	2025-01-25 13:16:11.333796 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.333841 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
info	2025-01-25 13:16:11.334198 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/db/biome/streams/restricted/Device.ScreenLocked/local/754718098866306 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.334208 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/db/biome/streams/restricted/Device.ScreenLocked/local/754718098866306 address: 0x offset:32 size:131040
error	2025-01-25 13:16:11.334461 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.334480 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.334503 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.334515 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.334521 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.334523 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759519747.581984,endDate,759520647.581984,count,0
info	2025-01-25 13:16:11.334583 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/db/biome/streams/restricted/Device.ScreenLocked/local/754718098866306 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.334592 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/db/biome/streams/restricted/Device.ScreenLocked/local/754718098866306 address: 0x offset:32 size:131040
default	2025-01-25 13:16:11.334711 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.334713 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759519735.612050,first pressure,,last timestamp,759520672.729897,last pressure,
default	2025-01-25 13:16:11.334729 -0500	remindd	com.apple.reminderkit.store	read	FETCH END {invocationCounter: 5, name: REMRemindersListDataView_TodayGroupInvocation, result.data.length: 371, result.storages.count: 0}
info	2025-01-25 13:16:11.334762 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.334779 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.334835 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
info	2025-01-25 13:16:11.334867 -0500	remindd	com.apple.reminderkit	xpc	Deallocating RDXPCStorePerformer
fault	2025-01-25 13:16:11.334932 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.334944 -0500	remindd	com.apple.reminderkit	utility	END TodayGroupInvocation, {elapsed: 961.599334 ms}
info	2025-01-25 13:16:11.334978 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.335000 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
default	2025-01-25 13:16:11.335079 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Will add backgroundTask with taskName: performBlockInactive, expirationHandler: <__NSMallocBlock__: 0x30093a5e0>
default	2025-01-25 13:16:11.335139 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Reusing background assertion 
default	2025-01-25 13:16:11.335141 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Incrementing reference count for background assertion 
default	2025-01-25 13:16:11.335166 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Will add backgroundTask with taskName: performBlockInactive, expirationHandler: <__NSMallocBlock__: 0x30093afd0>
default	2025-01-25 13:16:11.335191 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Reusing background assertion 
default	2025-01-25 13:16:11.335192 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Incrementing reference count for background assertion 
default	2025-01-25 13:16:11.335211 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Created background task .
default	2025-01-25 13:16:11.335266 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Created background task .
default	2025-01-25 13:16:11.335612 -0500	biomed	com.apple.Biome	BiomeStorage	Enumerator for Device.ScreenLocked starting from /+0x1f8d0
info	2025-01-25 13:16:11.336036 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/db/biome/streams/restricted/Device.ScreenLocked/local/759353791171642 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.336045 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/db/biome/streams/restricted/Device.ScreenLocked/local/759353791171642 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.336272 -0500	biomed	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
debug	2025-01-25 13:16:11.336838 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.336890 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.337212 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.337225 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.337248 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.337260 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.337265 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.337270 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759520647.581984,endDate,759521547.581984,count,0
default	2025-01-25 13:16:11.337446 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.337450 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,62,first timestamp,759520626.664577,first pressure,,last timestamp,759521564.186799,last pressure,
info	2025-01-25 13:16:11.337503 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.337522 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
default	2025-01-25 13:16:11.337637 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: () 
fault	2025-01-25 13:16:11.337758 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!" UserInfo={NSLocalizedDescription=Client is exceeding maximum call rate!}, 
info	2025-01-25 13:16:11.337798 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	, , running task block
debug	2025-01-25 13:16:11.337821 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	iterating stored locations between , horizontal accuracy, 0.000000, batch size, 100, offset, 0
debug	2025-01-25 13:16:11.338287 -0500	routined	com.apple.CoreRoutine	GENERAL	creating os_transaction, , 
debug	2025-01-25 13:16:11.338715 -0500	routined	com.apple.CoreRoutine	CLIENT	client, , called, 
error	2025-01-25 13:16:11.339277 -0500	locationd	com.apple.CoreRoutine	FRAMEWORK	received error while fetching stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}, breaking out.
default	2025-01-25 13:16:11.339291 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction released: () 
info	2025-01-25 13:16:11.339317 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.339329 -0500	locationd	com.apple.locationd.Motion	Altimeter	error enumerating stored locations, Error Domain=RTErrorDomain Code=2 UserInfo={NSLocalizedDescription=}
info	2025-01-25 13:16:11.339334 -0500	locationd	com.apple.locationd.Motion	Altimeter	received stored locations,count,0
info	2025-01-25 13:16:11.339339 -0500	locationd	com.apple.locationd.Motion	Altimeter	received all stored locations,startDate,759521547.581984,endDate,759521768.171233,count,0
info	2025-01-25 13:16:11.339402 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.339427 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:32 size:131040
default	2025-01-25 13:16:11.339451 -0500	locationd	com.apple.locationd.Motion	Altimeter	total locations,0
default	2025-01-25 13:16:11.339453 -0500	locationd	com.apple.locationd.Motion	Altimeter	total elevations,16,first timestamp,759521533.381232,first pressure,,last timestamp,759521764.353942,last pressure,
info	2025-01-25 13:16:11.339502 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
info	2025-01-25 13:16:11.339519 -0500	locationd	com.apple.locationd.Motion	Motion	motion default,,set,,value,
error	2025-01-25 13:16:11.339533 -0500	locationd	com.apple.locationd.Motion	Altimeter	query location and elevation with false startTime,,endTime,
default	2025-01-25 13:16:11.339534 -0500	locationd	com.apple.locationd.Motion	Altimeter	zero elevation or location for kalman smoother,elevationCount,,locationCount,
default	2025-01-25 13:16:11.339535 -0500	locationd	com.apple.locationd.Motion	Altimeter	No data available,taskType,,startTime,,endTime,,locationCount,,elevationCount,
default	2025-01-25 13:16:11.339538 -0500	locationd	com.apple.locationd.Motion	Altimeter	pushing elevations,num,
default	2025-01-25 13:16:11.339540 -0500	locationd	com.apple.xpc.activity	Client	_xpc_activity_set_state: com.apple.altimeter.historicalelevation (0x7e72bc6e0), 5
default	2025-01-25 13:16:11.339546 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_info_handler(2243) [C275.1.1.1:2][0x5a03a9800] Client handshake state: TLS 1.3 client read_server_certificate
default	2025-01-25 13:16:11.339557 -0500	locationd	com.apple.locationd.Motion	Altimeter	Finish elevation profile calculation scheduled by DAS
default	2025-01-25 13:16:11.339585 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_info_handler(2243) [C275.1.1.1:2][0x5a03a9800] Client handshake state: TLS 1.3 client read_server_certificate_verify
info	2025-01-25 13:16:11.339720 -0500	locationd	com.apple.locationd.Position	Position	#pbio forwarding 1 samples to fuser
info	2025-01-25 13:16:11.339721 -0500	locationd	com.apple.locationd.Position	Position	LocationController,got IO samples,mct,74950.259,count,1,propagation_us,13.625
default	2025-01-25 13:16:11.339843 -0500	locationd	com.apple.xpc.activity	Client	_xpc_activity_set_state: send new state to CTS: com.apple.altimeter.historicalelevation (0x7e72bc6e0), 5
info	2025-01-25 13:16:11.339850 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.339859 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:32 size:131040
default	2025-01-25 13:16:11.339873 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_evaluate_trust_async(1783) [C275.1.1.1:2][0x5a03a9800] Performing external trust evaluation
default	2025-01-25 13:16:11.339970 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_evaluate_trust_async_external(1768) [C275.1.1.1:2][0x5a03a9800] Asyncing for external verify block
info	2025-01-25 13:16:11.339975 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_session_handshake_incomplete(254) [C275.1.1.1:2][0x5a03a9800] Handshake incomplete: certificate evaluation result pending [16]
info	2025-01-25 13:16:11.339979 -0500	UserEventAgent	com.apple.xpc.activity	Internal	com.apple.altimeter.historicalelevation state change 2 -> 5
default	2025-01-25 13:16:11.340003 -0500	UserEventAgent	com.apple.xpc.activity	Activities	Completed: com.apple.altimeter.historicalelevation (0x7cb4a7480)
default	2025-01-25 13:16:11.340035 -0500	biomed	com.apple.Biome	BiomeStorage	Enumerator for App.InFocus starting from /+0x1b260
info	2025-01-25 13:16:11.340040 -0500	UserEventAgent	com.apple.xpc.activity	Internal	Completing: com.apple.altimeter.historicalelevation:312CAA (CTS Activity 0x7cb4a7480)
default	2025-01-25 13:16:11.340286 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: asked to evaluate TLS Trust
default	2025-01-25 13:16:11.340415 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Ending background task with UIBackgroundTaskIdentifier: 46
default	2025-01-25 13:16:11.340491 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Ending task with identifier 46 and description: , _expireHandler: <__NSMallocBlock__: 0x30169c750>
default	2025-01-25 13:16:11.340500 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Decrementing reference count for assertion  (used by background task with identifier 46: )
info	2025-01-25 13:16:11.340534 -0500	remindd	com.apple.reminderkit	notification	Updating application badge. {includeToday: , count: 0}
default	2025-01-25 13:16:11.340625 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> didReceiveChallenge:  protection space:  for client com.apple.cloudd received auth challenge with type NSURLAuthenticationMethodServerTrust
default	2025-01-25 13:16:11.340631 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> client doesn't implement session-level or task-level auth challenge delegate, performing default handling for auth challenge
default	2025-01-25 13:16:11.340648 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> auth completion disp=1 cred=0x0
default	2025-01-25 13:16:11.340728 -0500	nsurlsessiond	com.apple.securityd	trust	(Trust 0x5a025ae80) No pending evals, starting
default	2025-01-25 13:16:11.340773 -0500	locationd	com.apple.xpc.activity	Client	_xpc_activity_set_state_from_cts: com.apple.altimeter.historicalelevation (0x7e72bc6e0), set activity state to 5
default	2025-01-25 13:16:11.340783 -0500	locationd	com.apple.xpc.activity	Client	__xpc_activity_unregister: com.apple.altimeter.historicalelevation (0x7e72bc6e0) seqno: 2, (is registered)
default	2025-01-25 13:16:11.340784 -0500	locationd	com.apple.xpc.activity	Client	_xpc_activity_unregister: com.apple.altimeter.historicalelevation 2, last registration: true
default	2025-01-25 13:16:11.340960 -0500	launchd			Remove subscription with token 14211
default	2025-01-25 13:16:11.341038 -0500	nsurlsessiond	com.apple.xpc	connection	[0x5a0ccca00] activating connection: mach=true listener=false peer=false name=com.apple.trustd
default	2025-01-25 13:16:11.341125 -0500	dasd	com.apple.duetactivityscheduler	lifecycle	COMPLETED <_DASActivity: "com.apple.altimeter.historicalelevation:312CAA", Utility, 60s, [1/25/25, 1:16:08 PM - 1/25/25, 1:16:08 PM], Started at 1/25/25, 1:16:09 PM, Group: elevation profile calculation, Intensive: CPU Memory, PID: 74>
info	2025-01-25 13:16:11.341454 -0500	dasd	com.apple.CoreAnalytics	client	Dropping "com.apple.dasd.metrics.starvation_durations" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.341463 -0500	dasd	com.apple.CoreAnalytics	client	Dropping "com.apple.dasd.metrics.runtime_durations" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.341469 -0500	dasd	com.apple.CoreAnalytics	client	Dropping "com.apple.dasd.metrics.suspension_count" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.341475 -0500	dasd	com.apple.CoreAnalytics	client	Dropping "com.apple.dasd.metrics.run_count" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.341593 -0500	locationd	com.apple.xpc.activity	Client	_xpc_activity_end_running: com.apple.altimeter.historicalelevation (0x7e72bc6e0) seqno: 2.
default	2025-01-25 13:16:11.341595 -0500	locationd	com.apple.xpc.activity	Client	_xpc_activity_dispose: com.apple.altimeter.historicalelevation (0x7e72bc6e0) seqno: 2, (not running)
default	2025-01-25 13:16:11.341664 -0500	locationd	com.apple.xpc	connection	[0x7e7a02940] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	2025-01-25 13:16:11.341800 -0500	dasd	com.apple.duetactivityscheduler	energybudgeting	Report to PowerLog stop tracking activity (from daemon)  with bundle name (null) and info 
default	2025-01-25 13:16:11.341908 -0500	dasd	com.apple.duetactivityscheduler	lifecycle(activityGroup)	NO LONGER RUNNING com.apple.altimeter.historicalelevation:312CAA ...Tasks running in group [] are 0!
info	2025-01-25 13:16:11.341957 -0500	dasd	com.apple.CoreAnalytics	client	Dropping "com.apple.dasd.limitationDistribution" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.341962 -0500	UserEventAgent	com.apple.xpc	connection	[0x7ca9e4500] invalidated because the client process (pid 74) either cancelled the connection or exited
info	2025-01-25 13:16:11.342052 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759247051893287 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.342061 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759247051893287 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.342103 -0500	dasd	com.apple.CoreAnalytics	client	Dropping "com.apple.dasd.runtimeLimits" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.342221 -0500	UserEventAgent	com.apple.xpc.activity	Internal	Client connection closed: com.apple.altimeter.historicalelevation (0x7cb4a7480)
info	2025-01-25 13:16:11.343065 -0500	biomed	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
default	2025-01-25 13:16:11.343353 -0500	duetexpertd	com.apple.duetexpertd.atx	general	Finished updating recently engaged cache for client model with id: atx_context_heuristics
info	2025-01-25 13:16:11.343384 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.343394 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:32 size:131040
default	2025-01-25 13:16:11.343612 -0500	mediaremoted	com.apple.amp.mediaremote	MediaRemote	[MRDRRC].MBM missing: (1)
default	2025-01-25 13:16:11.343638 -0500	mediaremoted	com.apple.amp.mediaremote	MediaRemote	[MRDRRC].MBM returning cached value for  = 
info	2025-01-25 13:16:11.343683 -0500	biomed	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
info	2025-01-25 13:16:11.343874 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 813623.
default	2025-01-25 13:16:11.344238 -0500	nsurlsessiond	com.apple.securityd	trust	(Trust 0x5a025ae80) Completed async eval kickoff
default	2025-01-25 13:16:11.344366 -0500	trustd	com.apple.xpc	connection	[0xd8e907840] activating connection: mach=false listener=false peer=true name=com.apple.trustd.peer[259].0xd8e907840
default	2025-01-25 13:16:11.345180 -0500	dasd	com.apple.duetactivityscheduler	fairScheduling	Completed , ran for 0.0 mins, total runtime 0.2 mins
default	2025-01-25 13:16:11.346934 -0500	UserEventAgent	com.apple.xpc	connection	[0x7ca09a440] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
info	2025-01-25 13:16:11.347276 -0500	biomed	com.apple.Biome	BiomeAccessService	Process already has read-write access to 
default	2025-01-25 13:16:11.347697 -0500	UserEventAgent	com.apple.xpc.activity	Activities	Unregistered on XPC remove event: com.apple.altimeter.historicalelevation (0x7cb4a7480)
info	2025-01-25 13:16:11.347737 -0500	UserEventAgent	com.apple.xpc.activity	Internal	com.apple.altimeter.historicalelevation state change 5 -> -1
default	2025-01-25 13:16:11.347743 -0500	UserEventAgent	com.apple.xpc	connection	[0x7cb47ebc0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
info	2025-01-25 13:16:11.348119 -0500	runningboardd	com.apple.runningboard	assertion	Processing invalidation queue with 2 assertions
info	2025-01-25 13:16:11.348130 -0500	runningboardd	com.apple.runningboard	assertion	Removing 2 assertions
info	2025-01-25 13:16:11.348409 -0500	runningboardd	com.apple.runningboard	assertion	Removing 0 assertions
info	2025-01-25 13:16:11.348455 -0500	runningboardd	com.apple.runningboard	assertion	xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001] is now targeted by 4 assertions
info	2025-01-25 13:16:11.348468 -0500	runningboardd	com.apple.runningboard	assertion	Removed pid 242 from RBSAssertionManagerStore; count 47; size 4096
info	2025-01-25 13:16:11.348481 -0500	runningboardd	com.apple.runningboard	assertion	app is now targeted by 4 assertions
default	2025-01-25 13:16:11.349092 -0500	runningboardd	com.apple.runningboard	monitor	Calculated state for app: running-active (role: Background) (endowments: (null))
info	2025-01-25 13:16:11.349185 -0500	runningboardd	com.apple.runningboard	state	Process: [xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] has changes in inheritances: {(
    ,
    
)}
default	2025-01-25 13:16:11.349206 -0500	runningboardd	com.apple.runningboard	ttl	[xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] Suspending task.
default	2025-01-25 13:16:11.349293 -0500	powerd	com.apple.powerd	assertions	Process runningboardd.33 Released SystemIsActive "xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]33-242-27269:ExtendRenderSession" age:00:00:01  id:51539643105 [System: PrevIdle SysAct]
info	2025-01-25 13:16:11.349304 -0500	runningboardd	com.apple.runningboard	state	Process: [app:1911] has changes in inheritances: (null)
default	2025-01-25 13:16:11.349378 -0500	runningboardd	com.apple.runningboard	ttl	Released power assertion with ID 35553
default	2025-01-25 13:16:11.349436 -0500	runningboardd	com.apple.runningboard	monitor	Calculated state for xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]: running-suspended (role: None) (endowments: )
default	2025-01-25 13:16:11.349925 -0500	runningboardd	com.apple.runningboard	process	[xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] Shutdown sockets (SVC)
default	2025-01-25 13:16:11.349944 -0500	runningboardd	com.apple.runningboard	ttl	[xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] Set darwin role to: None
default	2025-01-25 13:16:11.349946 -0500	runningboardd	com.apple.runningboard	process	242 Set Darwin GPU to "deny"
fault	2025-01-25 13:16:11.349965 -0500	kernel			trying to get apparently bogus resource handle 0
info	2025-01-25 13:16:11.349981 -0500	runningboardd	com.apple.runningboard	process	242 setGPURole role to 2
info	2025-01-25 13:16:11.349984 -0500	SpringBoard	com.apple.runningboard	monitor	Update skipped for [app:1911]
info	2025-01-25 13:16:11.350022 -0500	SpringBoard	com.apple.runningboard	monitor	Update delivered for [app:1911] with taskState 4
default	2025-01-25 13:16:11.350038 -0500	runningboardd	com.apple.runningboard	process	[xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] check if suspended process is holding locks
default	2025-01-25 13:16:11.350073 -0500	CommCenter	com.apple.runningboard	monitor	Received state update for 1911 (app, running-active-NotVisible
info	2025-01-25 13:16:11.350167 -0500	CommCenter	com.apple.runningboard	monitor	Update skipped for [app:1911]
info	2025-01-25 13:16:11.350202 -0500	runningboardd	com.apple.runningboard	process	[xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] Not checking lock on special file: /dev/null
info	2025-01-25 13:16:11.350419 -0500	SpringBoard	com.apple.runningboard	monitor	Update skipped for [app:1911]
info	2025-01-25 13:16:11.350502 -0500	SpringBoard	com.apple.runningboard	monitor	Update delivered for [xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] with taskState 3
info	2025-01-25 13:16:11.350780 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:35] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.350943 -0500	kernel			AppleH10CamIn::ISP_Suspend - retries=20 ASCWRAP_IDLE_STATUS = 0x0
default	2025-01-25 13:16:11.350960 -0500	kernel			AppleH10CamIn::ISP_Suspend - ISPCPU not in WFI after CISP_CMD_POWER_DOWN
info	2025-01-25 13:16:11.351674 -0500	SpringBoard	com.apple.Accessibility	AXRuntimePID	Client requesting suspension of PID:242 Name:
info	2025-01-25 13:16:11.351782 -0500	SpringBoard	com.apple.runningboard	monitor	Update delivered for [xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] with taskState 3
info	2025-01-25 13:16:11.351874 -0500	SpringBoard	com.apple.runningboard	monitor	Update delivered for [xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] with taskState 3
info	2025-01-25 13:16:11.352049 -0500	backboardd	com.apple.Accessibility	AXRuntimeNotifications	Sending notification to client: 1021, {
    "display-type" = 0;
    pid = 242;
    "suspended-status" = suspended;
}
default	2025-01-25 13:16:11.352238 -0500	kernel			AppleH10CamIn::ISP_FlushInactiveDARTMappings_gated - result: 0x00000000
info	2025-01-25 13:16:11.352251 -0500	assistivetouchd	com.apple.Accessibility	AXRuntimePID	Did receive kAXPidStatusChangedNotification
default	2025-01-25 13:16:11.352262 -0500	kernel			AppleH10CamIn::ISP_Suspend - Firmware timeout: 0, res = 0x0, isISPCPUNotInWFI: 1 indicate dirty shutdown to DART driver
info	2025-01-25 13:16:11.352364 -0500	assistivetouchd	com.apple.Accessibility	AXRuntimePID	pid status change recorded: {
    "display-type" = 0;
    pid = 242;
    "suspended-status" = suspended;
} for display type: 0
info	2025-01-25 13:16:11.352377 -0500	assistivetouchd	com.apple.Accessibility	AXRuntimePID	Adding suspended pid: 242
info	2025-01-25 13:16:11.352384 -0500	assistivetouchd	com.apple.Accessibility	AXRuntimePID	Did suspend pid: 242 on Display 0
default	2025-01-25 13:16:11.352415 -0500	kernel			AppleH10CamIn::ISP_Suspend - 0x00000000
default	2025-01-25 13:16:11.352428 -0500	kernel			ISPCPU: [ISP] CMD = 0x0021 [CISP_CMD_SUSPEND]
default	2025-01-25 13:16:11.352437 -0500	kernel			ISPCPU: CImageCaptureH6::CmdProcessor L:64, Cmd: 0xd6
default	2025-01-25 13:16:11.352438 -0500	kernel			ISPCPU: CImageCaptureH6::CmdProcessor L:64, Cmd: 0x1
default	2025-01-25 13:16:11.352442 -0500	kernel			ISPCPU: CImageCaptureH6::CmdProcessor L:64, Cmd: 0xd6
default	2025-01-25 13:16:11.352443 -0500	kernel			ISPCPU: CImageCaptureH6::CmdProcessor L:64, Cmd: 0x1
default	2025-01-25 13:16:11.352444 -0500	kernel			ISPCPU: CmdTurnOffDevicePower: ch 0, ctrlWord: 0xd TS: 345.972778
default	2025-01-25 13:16:11.352447 -0500	kernel			ISPCPU: WRN: ./h10isp/common/misc/CSystemConfigurator.cpp, 734: gpio 12 unbalanced ON/OFF
default	2025-01-25 13:16:11.352449 -0500	kernel			ISPCPU: WRN: ./h10isp/common/misc/CSystemConfigurator.cpp, 734: gpio 12 unbalanced ON/OFF
default	2025-01-25 13:16:11.352453 -0500	kernel			ISPCPU: CmdTurnOffDevicePower: TS: 345.978607 Disable WIDE_SHUTDOWN=0
default	2025-01-25 13:16:11.352456 -0500	kernel			ISPCPU: CmdTurnOffDevicePower: TS: 345.978699 Disable WIDE_AF_SHUTDOWN=0
default	2025-01-25 13:16:11.352458 -0500	kernel			ISPCPU: CmdTurnOffDevicePower: ch 1, ctrlWord: 0x0 TS: 345.980591
default	2025-01-25 13:16:11.352461 -0500	kernel			ISPCPU: CmdTurnOffDevicePower: ch 2, ctrlWord: 0x1 TS: 345.981567
default	2025-01-25 13:16:11.352463 -0500	kernel			ISPCPU: IMX514 Power off @ 1061809461
default	2025-01-25 13:16:11.352464 -0500	kernel			ISPCPU: CmdTurnOffDevicePower: TS: 345.984619 Disable FCAM CAM2_SHUTDOWN=0
default	2025-01-25 13:16:11.352467 -0500	kernel			ISPCPU: CmdTurnOffDevicePower: ch 3, ctrlWord: 0x9 TS: 345.985565
default	2025-01-25 13:16:11.352468 -0500	kernel			ISPCPU: VD56G0 poweroff @ 1061813462
default	2025-01-25 13:16:11.352469 -0500	kernel			ISPCPU: poweroff DVDD @ 1061813483
default	2025-01-25 13:16:11.352471 -0500	kernel			ISPCPU: poweroff CLK @ 1061813505
default	2025-01-25 13:16:11.352473 -0500	kernel			ISPCPU: CmdTurnOffDevicePower: TS: 345.985626 Disable JULIET_SHUTDOWN=0
default	2025-01-25 13:16:11.352474 -0500	kernel			ISPCPU: CmdTurnOffDevicePower: ch 4, ctrlWord: 0x9 TS: 345.986603
default	2025-01-25 13:16:11.352475 -0500	kernel			ISPCPU: CmdTurnOffDevicePower: TS: 345.988586 Disable SWIDE_SHUTDOWN=0
default	2025-01-25 13:16:11.352478 -0500	kernel			ISPCPU: CmdTurnOffDevicePower: ch 5, ctrlWord: 0x0 TS: 345.989563
default	2025-01-25 13:16:11.352479 -0500	kernel			ISPCPU: [ISP] Destroy Session
default	2025-01-25 13:16:11.352480 -0500	kernel			ISPCPU: WRN: ./h10isp/common/misc/H12/CIspRTResourceManagerH12.cpp, 313: Invalid channelId 5
default	2025-01-25 13:16:11.352483 -0500	kernel			ISPCPU: free heap size=14060609
default	2025-01-25 13:16:11.352485 -0500	kernel			AppleH10CamIn::drainIOProcessorChannelMessageQueues - Received 1 messages on channel IO after Suspend is completed
default	2025-01-25 13:16:11.352488 -0500	kernel			AppleH10CamIn::ISP_Suspend - Succeeded! (didDeInit=No!)
default	2025-01-25 13:16:11.352493 -0500	kernel			AppleH10CamIn::ISP_Suspend - Statistics: Starts:2, Resumes:98, SuspendSuccesses:100, SuspendFails:0, ResumeFails:0, DeInits:1
default	2025-01-25 13:16:11.352498 -0500	kernel			AppleH10CamIn::ISP_Suspend - Statistics: NonPersistentMemory:129417216, PersistentMemory:50904719, DeletionPendingMemory:0, NonPersistentMemoryMax:558809088, PersistentMemoryMax:50904719
default	2025-01-25 13:16:11.352504 -0500	kernel			AppleH10CamIn::MotionDataDisable - MotionStateSet(false)
info	2025-01-25 13:16:11.352720 -0500	kernel			accel: setProperty client=0x119c878(other), prop=0, size=4, value=0
info	2025-01-25 13:16:11.352854 -0500	kernel			accel: setProperty client=0x119c878(other), prop=0x16, size=4, value=0
info	2025-01-25 13:16:11.352869 -0500	kernel			gyro: setProperty client=0x119c870(other), prop=0, size=4, value=0
info	2025-01-25 13:16:11.352905 -0500	kernel			gyro: setProperty client=0x119c870(other), prop=0x16, size=4, value=0
default	2025-01-25 13:16:11.353080 -0500	UserEventAgent	com.apple.runningboard	monitor	Received state update for 1911 (app, running-active-NotVisible
info	2025-01-25 13:16:11.353343 -0500	UserEventAgent	com.apple.runningboard	monitor	Update skipped for [app:1911]
info	2025-01-25 13:16:11.353576 -0500	locationd	com.apple.locationd.Motion	AOP	{"msg":"received AOP log", "log":{"flags":1,"seq":126102,"data":[4,4,1250,5000,0,10000,100668624,1,0,0,0,0,83891486,0,16782716]}}
info	2025-01-25 13:16:11.353720 -0500	kernel			gyro: setProperty client=0x11496e8(other), prop=0x32, size=4, value=0x1
info	2025-01-25 13:16:11.353724 -0500	UserEventAgent	com.apple.runningboard	monitor	Update delivered for [app:1911] with taskState 4
info	2025-01-25 13:16:11.353735 -0500	kernel			gyro: setProperty client=0x0(other), prop=0, size=4, value=0
info	2025-01-25 13:16:11.353904 -0500	kernel			gyro: setProperty client=0x11496e8(other), prop=0x32, size=4, value=0x1
info	2025-01-25 13:16:11.353918 -0500	kernel			gyro: setProperty client=0x0(other), prop=0, size=4, value=0
info	2025-01-25 13:16:11.356096 -0500	SpringBoard	com.apple.runningboard	monitor	Update skipped for [app:1911]
info	2025-01-25 13:16:11.356256 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.Intent/local/757018835020867 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.356270 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.Intent/local/757018835020867 address: 0x offset:32 size:1048544
info	2025-01-25 13:16:11.356312 -0500	SpringBoard	com.apple.runningboard	monitor	Update delivered for [xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] with taskState 3
default	2025-01-25 13:16:11.356430 -0500	videocodecd	com.apple.runningboard	monitor	Received state update for 242 (xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001], running-suspended-Visible
default	2025-01-25 13:16:11.356496 -0500	watchdogd	com.apple.runningboard	monitor	Received state update for 1911 (app, running-active-NotVisible
default	2025-01-25 13:16:11.356547 -0500	locationd	com.apple.runningboard	monitor	Received state update for 1911 (app, running-active-NotVisible
info	2025-01-25 13:16:11.356642 -0500	locationd	com.apple.runningboard	monitor	Update skipped for [app:1911]
default	2025-01-25 13:16:11.356678 -0500	callservicesd	com.apple.runningboard	monitor	Received state update for 1911 (app, running-active-NotVisible
info	2025-01-25 13:16:11.356723 -0500	watchdogd	com.apple.runningboard	monitor	Update skipped for [app:1911]
info	2025-01-25 13:16:11.356805 -0500	callservicesd	com.apple.runningboard	monitor	Update skipped for [app:1911]
default	2025-01-25 13:16:11.356813 -0500	videocodecd	com.apple.coremedia		<<<< FigApplicationStateMonitor >>>> fasm_updateHandler: application  updated to state 3 from state 4
info	2025-01-25 13:16:11.356899 -0500	videocodecd	com.apple.runningboard	monitor	Update delivered for [xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] with taskState 3
default	2025-01-25 13:16:11.356995 -0500	PerfPowerServices	com.apple.runningboard	monitor	Received state update for 1911 (app, running-active-NotVisible
info	2025-01-25 13:16:11.357039 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.Intent/local/757018835020867 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.357049 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.Intent/local/757018835020867 address: 0x offset:32 size:1048544
info	2025-01-25 13:16:11.357081 -0500	PerfPowerServices	com.apple.runningboard	monitor	Update skipped for [app:1911]
default	2025-01-25 13:16:11.357095 -0500	gamepolicyd	com.apple.runningboard	monitor	Received state update for 1911 (app, running-active-NotVisible
default	2025-01-25 13:16:11.357184 -0500	kernel			AppleH10CamIn::ISP_FlushInactiveDARTMappings_gated - result: 0x00000000
default	2025-01-25 13:16:11.357197 -0500	trustd	com.apple.securityd	policy	cert[2]: AnchorSHA256 =(path)[]> 0
info	2025-01-25 13:16:11.357316 -0500	gamepolicyd	com.apple.runningboard	monitor	Update delivered for [app:1911] with taskState 4
default	2025-01-25 13:16:11.357330 -0500	kernel			AppleH10CamIn::ForceISPDPEIdle - control: 0x101
default	2025-01-25 13:16:11.357336 -0500	kernel			AppleH10CamIn::ForceISPDPEIdle - control: 0xd01
default	2025-01-25 13:16:11.357431 -0500	dasd	com.apple.runningboard	monitor	Received state update for 1911 (app, running-active-NotVisible
info	2025-01-25 13:16:11.357531 -0500	dasd	com.apple.runningboard	monitor	Update skipped for [app:1911]
info	2025-01-25 13:16:11.357551 -0500	dasd	com.apple.runningboard	monitor	Update skipped for [app:1911]
default	2025-01-25 13:16:11.357645 -0500	biomed	com.apple.Biome	BiomeStorage	Enumerator for App.Intent starting from /+0xff690
default	2025-01-25 13:16:11.357649 -0500	kernel			AppleH10CamIn::setPowerStateGated (turn off) - change fPowerEvent from 2 to None
default	2025-01-25 13:16:11.357696 -0500	kernel			ANE0: powerStateDidChangeTo_gated: Peer down, disable IPC EP
default	2025-01-25 13:16:11.357703 -0500	kernel			ANE0: enableFWIPCEP_gated :H11ANEIn:: send CSNE_CMD_IPC_ENDPOINT_UNSET2(index: 0) to FW!
info	2025-01-25 13:16:11.357769 -0500	wifid	com.apple.runningboard	monitor	Update skipped for [app:1911]
default	2025-01-25 13:16:11.357790 -0500	symptomsd	com.apple.runningboard	monitor	Received state update for 1911 (app, running-active-NotVisible
info	2025-01-25 13:16:11.357894 -0500	symptomsd	com.apple.runningboard	monitor	Update skipped for [app:1911]
info	2025-01-25 13:16:11.358028 -0500	symptomsd	com.apple.runningboard	monitor	Update skipped for [app:1911]
default	2025-01-25 13:16:11.358072 -0500	useractivityd	com.apple.runningboard	monitor	Received state update for 1911 (app, running-active-NotVisible
default	2025-01-25 13:16:11.358164 -0500	trustd	com.apple.securityd	policy	cert[2]: AnchorSHA256 =(path)[]> 0
info	2025-01-25 13:16:11.358190 -0500	useractivityd	com.apple.runningboard	monitor	Update skipped for [app:1911]
default	2025-01-25 13:16:11.358591 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 1911 (app, running-active-NotVisible
info	2025-01-25 13:16:11.358653 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.Intent/local/759423062095268 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.358663 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.Intent/local/759423062095268 address: 0x offset:32 size:1048544
default	2025-01-25 13:16:11.358711 -0500	UserEventAgent	com.apple.runningboard	monitor	Received state update for 242 (xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001], running-suspended-Visible
info	2025-01-25 13:16:11.358771 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1911]
info	2025-01-25 13:16:11.358818 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1911]
info	2025-01-25 13:16:11.359016 -0500	UserEventAgent	com.apple.runningboard	monitor	Update delivered for [xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] with taskState 3
default	2025-01-25 13:16:11.359059 -0500	nsurlsessiond	com.apple.securityd	trust	(Trust 0x5a025ae80) trustd returned 4
default	2025-01-25 13:16:11.359067 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: TLS Trust result 0
default	2025-01-25 13:16:11.359086 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_evaluate_trust_async_external_block_invoke_3(1724) [C275.1.1.1:2][0x5a03a9800] Returning from external verify block with result: true
default	2025-01-25 13:16:11.359101 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_certificate_verify_callback(1945) [C275.1.1.1:2][0x5a03a9800] Certificate verification result: OK
info	2025-01-25 13:16:11.359170 -0500	UserEventAgent	com.apple.runningboard	monitor	Update delivered for [xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] with taskState 3
info	2025-01-25 13:16:11.359234 -0500	UserEventAgent	com.apple.CoreAnalytics	client	Dropping "com.apple.appUsage.session" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.359739 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_info_handler(2243) [C275.1.1.1:2][0x5a03a9800] Client handshake state: TLS 1.3 client read_server_finished
default	2025-01-25 13:16:11.359788 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_info_handler(2243) [C275.1.1.1:2][0x5a03a9800] Client handshake state: TLS 1.3 client send_end_of_early_data
default	2025-01-25 13:16:11.359790 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_info_handler(2243) [C275.1.1.1:2][0x5a03a9800] Client handshake state: TLS 1.3 client send_client_encrypted_extensions
default	2025-01-25 13:16:11.359792 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_info_handler(2243) [C275.1.1.1:2][0x5a03a9800] Client handshake state: TLS 1.3 client send_client_certificate
default	2025-01-25 13:16:11.359793 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_info_handler(2243) [C275.1.1.1:2][0x5a03a9800] Client handshake state: TLS 1.3 client complete_second_flight
default	2025-01-25 13:16:11.359838 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_info_handler(2243) [C275.1.1.1:2][0x5a03a9800] Client handshake state: TLS 1.3 client done
default	2025-01-25 13:16:11.359975 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_info_handler(2243) [C275.1.1.1:2][0x5a03a9800] Client handshake state: TLS client finish_client_handshake
default	2025-01-25 13:16:11.359991 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_info_handler(2243) [C275.1.1.1:2][0x5a03a9800] Client handshake state: TLS client done
default	2025-01-25 13:16:11.359992 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_info_handler(2232) [C275.1.1.1:2][0x5a03a9800] Client handshake done
default	2025-01-25 13:16:11.360315 -0500	backboardd	com.apple.runningboard	monitor	Received state update for 1911 (app, running-active-NotVisible
info	2025-01-25 13:16:11.360443 -0500	backboardd	com.apple.runningboard	monitor	Update skipped for [app:1911]
default	2025-01-25 13:16:11.360558 -0500	nsurlsessiond	com.apple.network	boringssl	nw_protocol_boringssl_signal_connected(747) [C275.1.1.1:2][0x5a03a9800] TLS connected [version(0x0304) ciphersuite(TLS_AES_128_GCM_SHA256) group(0x001d) signature_alg(0x0403) alpn(h2) resumed(0) offered_ticket(0) false_started(0) ocsp_received(0) sct_received(0) connect_time(98ms) flight_time(44ms) rtt(44ms) write_stalls(0) read_stalls(7)]
default	2025-01-25 13:16:11.360559 -0500	kernel			ANE0: enableFWIPCEP_gated :H11ANEIn::Send CSNE_CMD_UNLOAD_AFPP FD  networks with phy:0x1f08000, size:0x0000000000b46060
default	2025-01-25 13:16:11.360619 -0500	nsurlsessiond	com.apple.network	connection	nw_flow_connected [C275.1.1.1 IPv4#20000894:443 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol connected (CFNetworkConnection-3989561120)
info	2025-01-25 13:16:11.360663 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C275.1.1.1 IPv4#20000894:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, viable
default	2025-01-25 13:16:11.360683 -0500	nsurlsessiond	com.apple.network	connection	[C275.1.1.1 IPv4#20000894:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.302s
default	2025-01-25 13:16:11.360730 -0500	nsurlsessiond	com.apple.network	connection	[C275.1.1 Hostname#707ef177:443 ready resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.302s
default	2025-01-25 13:16:11.360737 -0500	nsurlsessiond	com.apple.network	connection	[C275.1 Hostname#707ef177:443 ready transform (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.302s
info	2025-01-25 13:16:11.360744 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_handler_cancel [C275.1.1.2 IPv4#e09507ae:443 initial path ((null))]
info	2025-01-25 13:16:11.360793 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_handler_cancel [C275.1.1.3 IPv6#e53d2b04.443 initial path ((null))]
info	2025-01-25 13:16:11.360831 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_handler_cancel [C275.1.1.4 IPv4#e6a5e3e2:443 initial path ((null))]
info	2025-01-25 13:16:11.360860 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_handler_cancel [C275.1.1.5 IPv4#eb589103:443 initial path ((null))]
info	2025-01-25 13:16:11.360888 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_handler_cancel [C275.1.1.6 IPv6#5e1e51dc.443 initial path ((null))]
default	2025-01-25 13:16:11.360918 -0500	kernel			ANE0: enableFWIPCEP_gated :H11ANEIn::fISPEndpoints[1] is not ready
info	2025-01-25 13:16:11.360918 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_handler_cancel [C275.1.1.7 IPv6#2e53bc9f.443 initial path ((null))]
default	2025-01-25 13:16:11.360924 -0500	kernel			ANE0: ANE_PowerOff_gated: clientname ISP isPowered 1
default	2025-01-25 13:16:11.360928 -0500	kernel			ANE0: ANE_PowerOff_gated: Client requesting power off: ISP
default	2025-01-25 13:16:11.360932 -0500	kernel			ANE0: setClientContextPowerState: clientContext->isPowered: SEP(0) ISP(0) PersistentClient(0)
default	2025-01-25 13:16:11.360934 -0500	kernel			ANE0: setClientContextPowerState: Realtime client ISP releasing power assertion on ANE, Restarting sleep timers fDriverInitiatedSleepAssertions = 0
default	2025-01-25 13:16:11.360939 -0500	kernel			ANE0: ANE_PowerOff_gated: Send changePowerStateToPriv -> 0
info	2025-01-25 13:16:11.360949 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_handler_cancel [C275.1.1.8 IPv6#e0ce6894.443 initial path ((null))]
info	2025-01-25 13:16:11.360977 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_handler_cancel [C275.1.1.9 IPv6#f37b9dad.443 initial path ((null))]
default	2025-01-25 13:16:11.361012 -0500	nsurlsessiond	com.apple.network	connection	[C275.1.1.1 IPv4#20000894:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.302s
default	2025-01-25 13:16:11.361017 -0500	nsurlsessiond	com.apple.network	connection	[C275.1.1 Hostname#707ef177:443 ready resolver (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.302s
default	2025-01-25 13:16:11.361021 -0500	nsurlsessiond	com.apple.network	connection	[C275.1 Hostname#707ef177:443 ready transform (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.302s
default	2025-01-25 13:16:11.361022 -0500	kernel			ANE0: setPowerState:
default	2025-01-25 13:16:11.361027 -0500	kernel			ANE0: setPowerStateGatedPriv: Requested power state: 0
default	2025-01-25 13:16:11.361032 -0500	kernel			ANE0: ANE_deInit: Starting deinit
default	2025-01-25 13:16:11.361033 -0500	nsurlsessiond	com.apple.network	connection	nw_flow_connected [C275 IPv4#20000894:443 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Output protocol connected (endpoint_flow)
info	2025-01-25 13:16:11.361043 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_flow_connected_path_change [C275 IPv4#20000894:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Connected path is satisfied, child is viable
default	2025-01-25 13:16:11.361048 -0500	nsurlsessiond	com.apple.network	connection	[C275 IPv4#20000894:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:finish_connect @0.302s
info	2025-01-25 13:16:11.361090 -0500	nsurlsessiond	com.apple.network	connection	nw_connection_start_candidate_manager_if_needed_locked [C275] Checking whether to start candidate manager
default	2025-01-25 13:16:11.361095 -0500	nsurlsessiond	com.apple.network	connection	nw_connection_report_state_with_handler_on_nw_queue [C275] reporting state ready
default	2025-01-25 13:16:11.361105 -0500	nsurlsessiond	com.apple.network	connection	[C275 IPv4#20000894:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] event: flow:changed_viability @0.302s
info	2025-01-25 13:16:11.361203 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [app:1911]
default	2025-01-25 13:16:11.361223 -0500	nsurlsessiond	com.apple.xpc	connection	[0x5a0ccca00] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	2025-01-25 13:16:11.361260 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: connected successfully
default	2025-01-25 13:16:11.361557 -0500	nsurlsessiond	com.apple.iokit	assertions	Resuming timer
default	2025-01-25 13:16:11.361634 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: TLS handshake complete
default	2025-01-25 13:16:11.361757 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 242 (xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001], running-suspended-Visible
info	2025-01-25 13:16:11.361898 -0500	audiomxd	com.apple.runningboard	monitor	Update delivered for [xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] with taskState 3
default	2025-01-25 13:16:11.361924 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: ready C(N) E(N)
default	2025-01-25 13:16:11.361953 -0500	nsurlsessiond	com.apple.network	activity	[C275] event: client:end_activity @0.303s, activity 
info	2025-01-25 13:16:11.362023 -0500	applecamerad	com.apple.CoreAnalytics	client	Dropping "com.apple.applecamerad.S2RPowerStatus" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.362040 -0500	applecamerad			Failed to send the com.apple.applecamerad.S2RPowerStatus event into the diagnostics system 00000000
default	2025-01-25 13:16:11.362046 -0500	applecamerad			
default	2025-01-25 13:16:11.362202 -0500	nsurlsessiond	com.apple.network	connection	[C275] event: client:connection_reused @0.303s
info	2025-01-25 13:16:11.362212 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_handler_report_connection_idle [C275 IPv4#20000894:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Reporting connection not idle to protocols
info	2025-01-25 13:16:11.362219 -0500	nsurlsessiond	com.apple.network	connection	nw_flow_passthrough_notify [C275.1.1.1 IPv4#20000894:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification connection_idle
info	2025-01-25 13:16:11.362287 -0500	biomed	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
default	2025-01-25 13:16:11.362318 -0500	nsurlsessiond	com.apple.iokit	assertions	Resuming timer
default	2025-01-25 13:16:11.362329 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> TAKING power assertion.
default	2025-01-25 13:16:11.362360 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: working for activity 
default	2025-01-25 13:16:11.362384 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: working for activity 
default	2025-01-25 13:16:11.362447 -0500	kernel			ANE0: ANE_deInit: CSNE_CMD_POWER_DOWN command completed: res=0x00000000
default	2025-01-25 13:16:11.362462 -0500	kernel			ANE0: ANE_deInit: ANECPU in WFI after CSNE_CMD_SUSPEND/CISP_CMD_POWER_DOWN. retries=0 ASCWRAP_IDLE_STATUS = 0x2d
default	2025-01-25 13:16:11.362478 -0500	kernel			ANE0: ANE_CleanupForColdReboot_gated: Cleanup started
default	2025-01-25 13:16:11.362797 -0500	nsurlsessiond	com.apple.iokit	assertions	Resuming timer
default	2025-01-25 13:16:11.362808 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> TAKING power assertion.
default	2025-01-25 13:16:11.362822 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: working for activity 
default	2025-01-25 13:16:11.362837 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: working for activity 
default	2025-01-25 13:16:11.362960 -0500	nsurlsessiond	com.apple.iokit	assertions	Resuming timer
info	2025-01-25 13:16:11.362965 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.Intent/local/759520347790041 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.362974 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.Intent/local/759520347790041 address: 0x offset:32 size:1048544
default	2025-01-25 13:16:11.362977 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> TAKING power assertion.
default	2025-01-25 13:16:11.362987 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: working for activity 
default	2025-01-25 13:16:11.362999 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: working for activity 
default	2025-01-25 13:16:11.363082 -0500	nsurlsessiond	com.apple.iokit	assertions	Resuming timer
default	2025-01-25 13:16:11.363099 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> TAKING power assertion.
default	2025-01-25 13:16:11.363111 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: working for activity 
default	2025-01-25 13:16:11.363125 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: working for activity 
default	2025-01-25 13:16:11.363152 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: received viability advisory(Y)
default	2025-01-25 13:16:11.363254 -0500	nsurlsessiond	com.apple.network	connection	[C275] event: client:connection_idle @0.304s
info	2025-01-25 13:16:11.363262 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_handler_report_connection_idle [C275 IPv4#20000894:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Reporting connection idle to protocols
info	2025-01-25 13:16:11.363266 -0500	nsurlsessiond	com.apple.network	connection	nw_flow_passthrough_notify [C275.1.1.1 IPv4#20000894:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification connection_idle
default	2025-01-25 13:16:11.363434 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> for client com.apple.cloudd _willSendRequestForEstablishedConnection
info	2025-01-25 13:16:11.363565 -0500	biomed	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
default	2025-01-25 13:16:11.363612 -0500	locationd	com.apple.runningboard	monitor	Received state update for 242 (xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001], running-suspended-Visible
default	2025-01-25 13:16:11.363817 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"invoking applicationStateChange handler", "StateChangeData":"{\n    BKSApplicationStateAppIsFrontmost = 0;\n    BKSApplicationStateExtensionKey = 1;\n    BKSApplicationStateHostPIDKey = 35;\n    SBApplicationStateDisplayIDKey = \"com.apple.PhotosUIPrivate.PhotosPosterProvider\";\n    SBApplicationStateKey = 2;\n    SBApplicationStateProcessIDKey = 242;\n    SBMostElevatedStateForProcessID = 2;\n}"}
info	2025-01-25 13:16:11.363913 -0500	locationd	com.apple.runningboard	monitor	Update delivered for [xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] with taskState 3
default	2025-01-25 13:16:11.363986 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"Post Application State Change Notification", "notification":"BackgroundTaskSuspended", "pid":242, "bundleId":"com.apple.PhotosUIPrivate.PhotosPosterProvider"}
default	2025-01-25 13:16:11.364151 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#Warning #ClientResolution the passed keyPath is not registered. Resolving to #nullCKP", "InputCKP":"icom.apple.PhotosUIPrivate.PhotosPosterProvider:"}
default	2025-01-25 13:16:11.364248 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: (0x16bc7dc20) GetIdentifyingInformation
default	2025-01-25 13:16:11.364248 -0500	kernel			ANE0: ANE_CleanupForColdReboot_gated: Cleanup finished
default	2025-01-25 13:16:11.364273 -0500	kernel			ANE0: ANE_deInit: Statistics: ColdStarts: 189, JetsamTriggeredColdStarts: 0, Resumes: 0, ResumesFailed: 0, SuspendsSuccessful: 0, SuspendsFailed: 0 FirmwareTimeouts: 0 ANEDeInits: 189 ANEInitFailures: 0 PartialShutdownsCompleted: 0
default	2025-01-25 13:16:11.364279 -0500	kernel			ANE0: ANE_deInit: Work Stats:  WorkSubmitted: 2881 WorkSubmitFailed 0 WorkBegin: 2881 WorkEnded: 2881 PendingRequests: 0
default	2025-01-25 13:16:11.364398 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction releasing: (0x16bc7dc20) GetIdentifyingInformation
default	2025-01-25 13:16:11.364406 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA AppMonitor notification", "notification":"BackgroundTaskSuspended", "pid":242, "bundleId":"com.apple.PhotosUIPrivate.PhotosPosterProvider", "ClientKey":"icom.apple.PhotosUIPrivate.PhotosPosterProvider:"}
default	2025-01-25 13:16:11.364443 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA Marking change", "clientKey":"icom.apple.PhotosUIPrivate.PhotosPosterProvider:", "reason":"Decaying in-use status from process state", "AssertionLevel":"kCLClientInUseLevelDecayingUserEngagement", "coming":1}
default	2025-01-25 13:16:11.364445 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA updating AssertionRecord", "ClientKey":"icom.apple.PhotosUIPrivate.PhotosPosterProvider:", "AssertionLevel":"kCLClientInUseLevelDirectUserEngagement"}
default	2025-01-25 13:16:11.364447 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA AssertionRecord updated", "ClientKey":"icom.apple.PhotosUIPrivate.PhotosPosterProvider:", "AssertionLevel":"kCLClientInUseLevelDirectUserEngagement"}
default	2025-01-25 13:16:11.364463 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA Marking change", "clientKey":"icom.apple.PhotosUIPrivate.PhotosPosterProvider:", "reason":"Process state from RunningBoard", "AssertionLevel":"kCLClientInUseLevelDirectUserEngagement", "coming":0}
default	2025-01-25 13:16:11.364463 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA updating AssertionRecord", "ClientKey":"icom.apple.PhotosUIPrivate.PhotosPosterProvider:", "AssertionLevel":"kCLClientInUseLevelDirectUserEngagement"}
default	2025-01-25 13:16:11.364464 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA AssertionRecord updated", "ClientKey":"icom.apple.PhotosUIPrivate.PhotosPosterProvider:", "AssertionLevel":"kCLClientInUseLevelDecayingUserEngagement"}
default	2025-01-25 13:16:11.364465 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA in-use level changed for client", "ClientKey":"icom.apple.PhotosUIPrivate.PhotosPosterProvider:"}
default	2025-01-25 13:16:11.364501 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#Warning #ClientResolution the passed keyPath is not registered. Resolving to #nullCKP", "InputCKP":"icom.apple.PhotosUIPrivate.PhotosPosterProvider:"}
default	2025-01-25 13:16:11.364644 -0500	PerfPowerServices	com.apple.runningboard	monitor	Received state update for 242 (xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001], running-suspended-Visible
info	2025-01-25 13:16:11.364794 -0500	wifid	com.apple.runningboard	monitor	Update delivered for [xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] with taskState 3
info	2025-01-25 13:16:11.364936 -0500	PerfPowerServices	com.apple.runningboard	monitor	Update delivered for [xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] with taskState 3
default	2025-01-25 13:16:11.365087 -0500	symptomsd	com.apple.runningboard	monitor	Received state update for 242 (xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001], running-suspended-Visible
info	2025-01-25 13:16:11.365200 -0500	symptomsd	com.apple.runningboard	monitor	Update delivered for [xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] with taskState 3
info	2025-01-25 13:16:11.365227 -0500	symptomsd	com.apple.runningboard	monitor	Update delivered for [xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] with taskState 3
default	2025-01-25 13:16:11.365372 -0500	useractivityd	com.apple.runningboard	monitor	Received state update for 242 (xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001], running-suspended-Visible
info	2025-01-25 13:16:11.365488 -0500	useractivityd	com.apple.runningboard	monitor	Update delivered for [xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] with taskState 3
info	2025-01-25 13:16:11.365932 -0500	audiomxd	com.apple.runningboard	monitor	Update delivered for [xpcservice:35])>{vt hash: 88073953}[uuid:00000000-0000-0000-0000-000000000001]:242] with taskState 3
info	2025-01-25 13:16:11.365964 -0500	applecamerad	com.apple.CoreAnalytics	client	Dropping "com.apple.applecamerad.ProjectorUsage" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.365967 -0500	applecamerad			Failed to send the com.apple.applecamerad.ProjectorUsage event into the diagnostics system 00000000
default	2025-01-25 13:16:11.365967 -0500	applecamerad			Failed to send Pearl Statistics into the diagnostics system 00000000
default	2025-01-25 13:16:11.365968 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> performing will send request callback, request 
default	2025-01-25 13:16:11.365973 -0500	applecamerad			
default	2025-01-25 13:16:11.366415 -0500	kernel			ANE0: DisableANEClocksAndPower: ANE_SYS wasDisabled=0
default	2025-01-25 13:16:11.366461 -0500	kernel			ANE0: power_off_hardware: Powering off... done
info	2025-01-25 13:16:11.367027 -0500	wifip2pd	com.apple.wifip2pd	spiTransactions	XPCSession[wifid 42C8EB5C-C68F-4F46-BA8D-7F88FEECA214] is ending transaction: CATS Foreground
default	2025-01-25 13:16:11.367145 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> for client com.apple.cloudd _willSendRequestForEstablishedConnection
info	2025-01-25 13:16:11.367295 -0500	wifip2pd	com.apple.wifip2pd	spiTransactions	XPCSession[wifid 42C8EB5C-C68F-4F46-BA8D-7F88FEECA214] is starting transaction: CATS Background
default	2025-01-25 13:16:11.367713 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> performing will send request callback, request 
default	2025-01-25 13:16:11.367860 -0500	kernel			wlan0:com.apple.p2p: awdlCATsPolicy[14692] : Clearing kApple80211ServiceNameCatsPolicy with desired_latency:2, ValidInfra:1
default	2025-01-25 13:16:11.368096 -0500	wifip2pd	com.apple.wifip2pd	spiTransactions	Successfully deactivated transaction for AWDL: CATS Foreground
default	2025-01-25 13:16:11.368335 -0500	kernel			wlan0:com.apple.p2p: awdlCATsPolicy[14692] : Setting kApple80211ServiceNameCatsPolicy with desired_latency:3, ValidInfra:1
default	2025-01-25 13:16:11.368427 -0500	wifip2pd	com.apple.wifip2pd	spiTransactions	Successfully activated transaction for AWDL: CATS Background
default	2025-01-25 13:16:11.368561 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> for client com.apple.cloudd _willSendRequestForEstablishedConnection
default	2025-01-25 13:16:11.368674 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> performing will send request callback, request 
default	2025-01-25 13:16:11.369162 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> for client com.apple.cloudd _willSendRequestForEstablishedConnection
default	2025-01-25 13:16:11.369360 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> performing will send request callback, request 
default	2025-01-25 13:16:11.371706 -0500	trustd	com.apple.xpc	connection	[0xd8e907840] invalidated because the client process (pid 259) either cancelled the connection or exited
default	2025-01-25 13:16:11.371813 -0500	locationd	com.apple.xpc	connection	[0x7e7a01900] invalidated because the client process (pid 31) either cancelled the connection or exited
default	2025-01-25 13:16:11.372097 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Info	
default	2025-01-25 13:16:11.372136 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Info	
default	2025-01-25 13:16:11.372788 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Info	
default	2025-01-25 13:16:11.372797 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Info	
info	2025-01-25 13:16:11.373017 -0500	symptomsd	com.apple.symptomsd	proc_state	Report apps state change: {
    "com.amazon.Amazon" = 1;
    "com.anthem.sydneyhealth" = 1;
    "com.apple.AppleMediaDiscovery.AMDEngagementExtension" = 1;
    "com.apple.Batteries.BatteriesAvocadoWidgetExtension" = 1;
    "com.apple.BusinessChatViewService" = 1;
    "com.apple.CloudDocs.iCloudDriveFileProvider" = 1;
    "com.apple.CoreAuthUI" = 1;
    "com.apple.CoreSpotlight.TextImporter" = 1;
    "com.apple.FileProvider.LocalStorage" = 1;
    "com.apple.GameOverlayUI" = 1;
    "com.apple.InCallService" = 1;
    "com.apple.InputUI" = 1;
    "com.apple.MobileSMS" = 1;
    "com.apple.OfficeImport.OfficeSpotlightImporter" = 1;
    "com.apple.PDFKit.PDFImporter" = 1;
    "com.apple.PassKit.EngagementExtension" = 1;
    "com.apple.PassbookUIService" = 1;
    "com.apple.PhotosUIPrivate.PhotosPosterProvider" = 1;
    "com.apple.PosterBoard" = 1;
    "com.apple.Preferences" = 1;
    "com.apple.ScreenshotServicesService" = 1;
    "com.apple.Sharing.AirDrop" = 1;
    "com.apple.ShortcutsActions.ShortcutsTopHitsExtension" = 1;
    "co
default	2025-01-25 13:16:11.373027 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Info	
info	2025-01-25 13:16:11.373071 -0500	symptomsd	com.apple.symptomsd	proc_state	Report state change to background for com.apple.PhotosUIPrivate.PhotosPosterProvider
default	2025-01-25 13:16:11.373198 -0500	bluetoothd	com.apple.bluetooth	Server.Coex	UpdateWifiState WCMWiFiState 
default	2025-01-25 13:16:11.373199 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Error	
default	2025-01-25 13:16:11.373207 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Error	
default	2025-01-25 13:16:11.373210 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Error	
info	2025-01-25 13:16:11.373222 -0500	symptomsd	com.apple.symptomsd	proc_state	changedForegroundState to 0 for com.apple.PhotosUIPrivate.PhotosPosterProvider
default	2025-01-25 13:16:11.373229 -0500	bluetoothd	com.apple.bluetooth	Server.Coex	UpdateWifiState UCMWifiCoexInterval:WCMDesiredBtDc_BT(0) priority:0(kWCMWiFiStatePriorityBackground) bitmap:[](0x0) band:kWCMWiFiStateBand5G(2) UCMWifiCoexInterval:0
default	2025-01-25 13:16:11.373229 -0500	bluetoothd	com.apple.bluetooth	Server.Coex	UpdateWifiState done, UCMBTConnectionScanDutyCycle:0
default	2025-01-25 13:16:11.373236 -0500	symptomsd	com.apple.symptomsd	proc_state	com.apple.PhotosUIPrivate.PhotosPosterProvider: Foreground: false
info	2025-01-25 13:16:11.373238 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	Updated ucmWiFiBitmap 0x0
default	2025-01-25 13:16:11.373248 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	coexChanged a2dp:0 hfp:0 isoPipe:0 BTStreaming:0 wifi: critical(UCM):0
info	2025-01-25 13:16:11.373250 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	cancelSoftwareScanRxTimer
default	2025-01-25 13:16:11.373250 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	Host generates scanRxThresholdVSE with values 25290
default	2025-01-25 13:16:11.373284 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	systemCoexStateCahnged
info	2025-01-25 13:16:11.373312 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	scanRxThresholdVSE totalRx=25290 totalBTMCRx=25290, totalConnRx=25290, totalConnBTMCRx=25290 totalTime=25290
info	2025-01-25 13:16:11.373315 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	evaluateScanRxThresholds fDiscoveryScanThresholds:0 fConnectScanThresholds:12
default	2025-01-25 13:16:11.373332 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ShouldScan=1 AnyValidScanRequests=1 anyValidScanRequestInPaused=0 fObserverState=Active ClientScanPowerAssertRequired=0 fScanFiltersNeedUpdagint=0
default	2025-01-25 13:16:11.373336 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	updateADVBufferConfig current:02 new:02 configChanged:00
info	2025-01-25 13:16:11.373343 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	enableObjectDiscoveryADVBuffersIfNeeded objectDiscoveryHwAdvBufferOnly:1 fScreenState:1
info	2025-01-25 13:16:11.373347 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	updateActualRx fLastScan: TotalRx=25290 BtMCRx=25290 fLastConnectionScan: TotalRx=25290 BtMCRx=25290
info	2025-01-25 13:16:11.373352 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	enableAOPBTBuffersIfNeeded haveAnyHwAOPBTBufferRequests:1 fScreenState:1 fAOPBTBufferReadInProgress:0 fAOPBTProxCtxBufferReadInProgress:0
info	2025-01-25 13:16:11.373353 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	checkForExpired fSessionThresholds:0 fConnectScanThresholds:12 fStackStarted:1
info	2025-01-25 13:16:11.373368 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	configureNextThreshold fDiscoveryScanThresholds:0 fConnectScanThresholds:12 fStackStarted:1
info	2025-01-25 13:16:11.373368 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	 ignoring invalid threshold request for minimum calculation
info	2025-01-25 13:16:11.373368 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	 ignoring invalid threshold request for minimum calculation
info	2025-01-25 13:16:11.373369 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	 ignoring invalid threshold request for minimum calculation
info	2025-01-25 13:16:11.373369 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	 ignoring invalid threshold request for minimum calculation
info	2025-01-25 13:16:11.373369 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	 ignoring invalid threshold request for minimum calculation
info	2025-01-25 13:16:11.373369 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	 ignoring invalid threshold request for minimum calculation
info	2025-01-25 13:16:11.373369 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	 ignoring invalid threshold request for minimum calculation
info	2025-01-25 13:16:11.373370 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	 ignoring invalid threshold request for minimum calculation
info	2025-01-25 13:16:11.373370 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	 ignoring invalid threshold request for minimum calculation
info	2025-01-25 13:16:11.373370 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	 ignoring invalid threshold request for minimum calculation
info	2025-01-25 13:16:11.373370 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	 ignoring invalid threshold request for minimum calculation
info	2025-01-25 13:16:11.373370 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	 ignoring invalid threshold request for minimum calculation
info	2025-01-25 13:16:11.373370 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	configChanged=0 deltas:
info	2025-01-25 13:16:11.373372 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	scanTotalRxDeltaMs=4294967295 scanBtMCRxDeltaMs=4294967295
info	2025-01-25 13:16:11.373372 -0500	bluetoothd	com.apple.bluetooth	Server.BTDaemon	connectTotalRxDeltaMs=4294967295 connectBtMCRxDeltaMs=4294967295
default	2025-01-25 13:16:11.373420 -0500	bluetoothd	com.apple.xpc	connection	[0xb42881c00] activating connection: mach=true listener=false peer=false name=com.apple.iokit.powerdxpc
default	2025-01-25 13:16:11.373769 -0500	powerd	com.apple.xpc	connection	[0xd18388640] activating connection: mach=false listener=false peer=true name=com.apple.iokit.powerdxpc.peer[94].0xd18388640
default	2025-01-25 13:16:11.373872 -0500	bluetoothd	com.apple.xpc	connection	[0xb42881c00] invalidated after the last release of the connection object
info	2025-01-25 13:16:11.374195 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - keep - > locationTimeResolution 300.000000 currentId: 813615,
scan date: ,
within advertisement: .
default	2025-01-25 13:16:11.374278 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 2,
within advertisement: .
default	2025-01-25 13:16:11.374449 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.374466 -0500	powerd	com.apple.xpc	connection	[0xd18388640] invalidated because the client process (pid 94) either cancelled the connection or exited
info	2025-01-25 13:16:11.374612 -0500	SBRendererService	com.apple.PaperBoardUI	Common	(6) start -[PBUICALocalRenderer renderRequest:error:]
default	2025-01-25 13:16:11.374634 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-50) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.374655 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-69) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.374680 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-83) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.374695 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ObjectDiscovery Client (com.apple.locationd-central-74-352) HWADVBufferIntervalMs:300.000000 HWADVBufferWindowMs:30.000000 _interval:300 _window:30 _active:0 specifiedParams:1
default	2025-01-25 13:16:11.374732 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: numScanAgents 7, combined params AD:0 RD:0 AS:0 PHYS:1 MSL:4 (30/60) PSV:0 Rg:0 Cri:0 pBT:0 pWiFi:0 pCfg:0 type:0
default	2025-01-25 13:16:11.374737 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: [com.apple.bluetoothd-central-94-2] AP:0 AD:0(30/60) AS:0 RAS:0 DMN:1 FG:0 ADVBF:0(0/0) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1|[com.apple.locationd-central-74-50] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1|[com.apple.locationd-central-74-69] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:3
default	2025-01-25 13:16:11.374737 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: [com.apple.sharingd-central-72-374] AP:0 AD:0(30/300) AS:0 RAS:0 DMN:1 FG:0 ADVBF:0(0/0) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1|[com.apple.locationd-central-74-83] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:3|[com.apple.locationd-central-74-352] AP:0 AD:0(0/0) AS:0 RAS:0 DMN:1 FG:0 ADVBF:1(30/300) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:3
default	2025-01-25 13:16:11.374739 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	ScanParams: [CBDaemon-0x8A8C031D] AP:0 AD:0(30/300) AS:0 RAS:0 DMN:1 FG:0 ADVBF:0(0/0) Rg:0 Cri:0 pBT:0 pwrAsrt:0 CT:0 type:0 level:1
default	2025-01-25 13:16:11.374743 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Returning scan parameters: Main:30.00ms/60.00ms LP:0.00ms/60.00ms(supported) SC:0.00ms/0.00ms/non-concurrent(unspported) Dm:(m:30/60) Cond:0:1:0:0:0 Sc:1 (passive) Dupfilter:Enabled minScanLevel:4 HD:Yes Comp:No(0,0) Pri:0/0 PS:0
default	2025-01-25 13:16:11.374769 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	needToRestart=0
default	2025-01-25 13:16:11.374852 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Info	
default	2025-01-25 13:16:11.374943 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 2
within advertisement:  kept 100.000000%.
default	2025-01-25 13:16:11.374944 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Info	
default	2025-01-25 13:16:11.374948 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Info	
default	2025-01-25 13:16:11.374964 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Info	
default	2025-01-25 13:16:11.374970 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Info	
default	2025-01-25 13:16:11.374978 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Info	
info	2025-01-25 13:16:11.374996 -0500	mlhostd	com.apple.lighthouse	mlhostd	Task  completed after . TaskResult: 
default	2025-01-25 13:16:11.375004 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Info	
default	2025-01-25 13:16:11.375020 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Info	
default	2025-01-25 13:16:11.375029 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Info	
default	2025-01-25 13:16:11.375031 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Info	
default	2025-01-25 13:16:11.375052 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Info	
default	2025-01-25 13:16:11.375313 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : Update is required
default	2025-01-25 13:16:11.375327 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : Beginning update attempt
default	2025-01-25 13:16:11.375348 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName called: 
default	2025-01-25 13:16:11.375391 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.375408 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.375422 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
info	2025-01-25 13:16:11.375426 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
default	2025-01-25 13:16:11.375435 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.375447 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.375463 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
info	2025-01-25 13:16:11.375463 -0500	mlhostd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: Lighthouse.Ledger.TaskStatus using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/Lighthouse.Ledger.TaskStatus
default	2025-01-25 13:16:11.375474 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.375488 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
info	2025-01-25 13:16:11.375520 -0500	mlhostd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.375617 -0500	mlhostd	com.apple.Biome	BiomeCompute	Subscription marker exists: NO for stream: Lighthouse.Ledger.TaskStatus using domain: User path: /private/var/mobile/Library/Biome/compute/sessions/E34AF73D-1C01-4BEF-A933-DA6197F033CD/subscriptions/Lighthouse.Ledger.TaskStatus
info	2025-01-25 13:16:11.375627 -0500	mlhostd	com.apple.CoreAnalytics	client	Dropping "com.apple.biome.streamWrites" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.376776 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform.IntelligencePlatformComputeService	Default	IntelligencePlatformComputeService: updateViewWithName  called
default	2025-01-25 13:16:11.376893 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform.IntelligencePlatformComputeService	Default	IntelligencePlatformComputeService: updateViewWithName  begining update
default	2025-01-25 13:16:11.377854 -0500	cloudd	com.apple.cloudkit	Request	req: F093AA92-C16C-4141-911C-24D246E03F39, "requestForEstablishedConnection"
info	2025-01-25 13:16:11.378009 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.379724 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 12.338862,
within advertisement: .
info	2025-01-25 13:16:11.380304 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 816945.
default	2025-01-25 13:16:11.380328 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.380430 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.380496 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.380567 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.380635 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 2 within advertisement: .
default	2025-01-25 13:16:11.381608 -0500	backboardd	com.apple.CoreBrightness.AABC	default	trusted Lux: 21.000000, trusted front Lux: 21.000000, trusted capped Lux: 21.000000
info	2025-01-25 13:16:11.381648 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 13.049467,
within advertisement: .
info	2025-01-25 13:16:11.381655 -0500	backboardd			libEDR - EDRServerSetDisplayBrightnessForDisplay: (display: 1, targetBrightness: 154.697571, maxLuminance: 663.977234, ambientIlluminance: 21.000000, brightnessScaler: 1.000000)
info	2025-01-25 13:16:11.381675 -0500	backboardd			libEDR - NotificationCallback: (type: kEDRNotifyBrightness, display: 1, brightness: 0.232986, backlight: 0.232986, edrScaler: 1.000000, maxLuminance: 663.977234, ambientIlluminance: 21.000000, brightnessScaler: 1.000000)
info	2025-01-25 13:16:11.381675 -0500	backboardd			libEDR - PostNotification: (display: 1, brightness: 0.232986, backlight: 0.232986, edrScaling: 1.000000, maxLuminance: 663.977234, ambientIlluminance: 21.000000, brightnessScaler: 1.000000)
info	2025-01-25 13:16:11.381683 -0500	backboardd			libEDR - EDRGetDisplayHeadroom: cid=1 did=1 val=1.000000
info	2025-01-25 13:16:11.381685 -0500	backboardd			libEDR - EDRGetAmbientIlluminance: cid=1 did=1 val=21.000000
info	2025-01-25 13:16:11.381685 -0500	backboardd			libEDR - EDRGetDisplayMaxLuminance: cid=1 did=1 val=663.977234
info	2025-01-25 13:16:11.381686 -0500	backboardd			libEDR - EDRGetDisplayBacklightBrightness: cid=1 did=1 val=0.232986
info	2025-01-25 13:16:11.381989 -0500	backboardd	com.apple.CBColorModule.Primary.Ammolite	default	CFXAmmoliteUpdateTarget: Ammolite: Lux 22.805834 (delta 1.912792 / thr 10.000000)
info	2025-01-25 13:16:11.382018 -0500	backboardd	com.apple.CoreBrightness.CBColorModule.Primary	default	Set ambient color sample ALS event = [Orientation = 1; Illuminance = 22.000000; xy = (0.433002,0.385451); XYZ = (8.154873,7.259322,3.419148); CCT1 = 3492.850342; Integration time = 0.097300; Gain = 33554432; Obstructed = 0; First = 0, mitigation = 0, timestamp = 0]
info	2025-01-25 13:16:11.382287 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 813701.
info	2025-01-25 13:16:11.382658 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - keep - > locationTimeResolution 300.000000 currentId: 813699,
scan date: ,
within advertisement: .
default	2025-01-25 13:16:11.382698 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 2,
within advertisement: .
default	2025-01-25 13:16:11.382810 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.382879 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 2
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.382965 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.383033 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.383636 -0500	SpringBoard	com.apple.Accessibility	AXRuntimeNotifications	Attempting to send notification:  (1001) AXForceUpdateChange
info	2025-01-25 13:16:11.383858 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 18.695214,
within advertisement: .
info	2025-01-25 13:16:11.384028 -0500	SpringBoard	com.apple.Accessibility	AXRuntimeNotifications	Did post notification. notification:  (1001) error:0 data:
info	2025-01-25 13:16:11.384150 -0500	backboardd	com.apple.Accessibility	AXRuntimeNotifications	Sending notification to client: 1001, {
    data = AXForceUpdateChange;
    pid = 35;
}
info	2025-01-25 13:16:11.384501 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 804197.
default	2025-01-25 13:16:11.384526 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.384629 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.384695 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.384774 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.384861 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.385782 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 265.685910,
within advertisement: .
info	2025-01-25 13:16:11.386310 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 804408.
default	2025-01-25 13:16:11.386333 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.386436 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.386497 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.386559 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.386626 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 2 within advertisement: .
info	2025-01-25 13:16:11.387502 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 10.683655,
within advertisement: .
info	2025-01-25 13:16:11.388139 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 813718.
info	2025-01-25 13:16:11.388463 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - keep - > locationTimeResolution 300.000000 currentId: 813713,
scan date: ,
within advertisement: .
default	2025-01-25 13:16:11.388495 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 2,
within advertisement: .
default	2025-01-25 13:16:11.388586 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.388648 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 2
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.388710 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.388777 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.390022 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 12.801406,
within advertisement: .
error	2025-01-25 13:16:11.390512 -0500	SBRendererService			Unable to open mach-O at path:   Error:2
info	2025-01-25 13:16:11.391164 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 801149.
default	2025-01-25 13:16:11.391228 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.391963 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.392132 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.392194 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.392280 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.392548 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_new_session_handler(1473) [C275.1.1.1:2][0x5a03a9800] New session available
info	2025-01-25 13:16:11.392584 -0500	nsurlsessiond	com.apple.network	boringssl	boringssl_context_new_session_handler(1473) [C275.1.1.1:2][0x5a03a9800] New session available
info	2025-01-25 13:16:11.393022 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 125.348010,
within advertisement: .
info	2025-01-25 13:16:11.393481 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 810272.
default	2025-01-25 13:16:11.393503 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.393593 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.393651 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.393718 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.393793 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 2 within advertisement: .
info	2025-01-25 13:16:11.394490 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 7.259378,
within advertisement: .
info	2025-01-25 13:16:11.394906 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 804296.
info	2025-01-25 13:16:11.395216 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - keep - > locationTimeResolution 300.000000 currentId: 804291,
scan date: ,
within advertisement: .
default	2025-01-25 13:16:11.395239 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 2,
within advertisement: .
default	2025-01-25 13:16:11.395313 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.395366 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 2
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.395416 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.395482 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 2 within advertisement: .
info	2025-01-25 13:16:11.396429 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 9.563831,
within advertisement: .
info	2025-01-25 13:16:11.396882 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 813753.
info	2025-01-25 13:16:11.397288 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - keep - > locationTimeResolution 300.000000 currentId: 813747,
scan date: ,
within advertisement: .
default	2025-01-25 13:16:11.397331 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 2,
within advertisement: .
default	2025-01-25 13:16:11.397428 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.397500 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 2
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.397577 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.397648 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.398395 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 41.513967,
within advertisement: .
info	2025-01-25 13:16:11.398871 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 813868.
default	2025-01-25 13:16:11.398894 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.398981 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.399040 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.399097 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.399164 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.399857 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 24.114778,
within advertisement: .
info	2025-01-25 13:16:11.400253 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 805675.
default	2025-01-25 13:16:11.400275 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.400352 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.400404 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.400454 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.400531 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.401200 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 11.021479,
within advertisement: .
info	2025-01-25 13:16:11.401653 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 808396.
default	2025-01-25 13:16:11.401691 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.401784 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.401844 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.401896 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.401963 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 3 within advertisement: .
info	2025-01-25 13:16:11.402724 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 10.431454,
within advertisement: .
info	2025-01-25 13:16:11.403187 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 810226.
info	2025-01-25 13:16:11.403584 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - keep - > locationTimeResolution 300.000000 currentId: 810222,
scan date: ,
within advertisement: .
info	2025-01-25 13:16:11.403898 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - keep - > locationTimeResolution 300.000000 currentId: 810218,
scan date: ,
within advertisement: .
default	2025-01-25 13:16:11.403930 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 3,
within advertisement: .
default	2025-01-25 13:16:11.404052 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.404115 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 3
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.404184 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.404254 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.405040 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 10.408584,
within advertisement: .
debug	2025-01-25 13:16:11.405289 -0500	kernel			Full mode capture 1 1 d 1 t 1 f_f 0 f_r 0
info	2025-01-25 13:16:11.405486 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 804236.
default	2025-01-25 13:16:11.405507 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.405582 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.405643 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.405695 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.405766 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.406487 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 34.790555,
within advertisement: .
info	2025-01-25 13:16:11.406879 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 813789.
default	2025-01-25 13:16:11.406899 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.406974 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.407036 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.407084 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.407159 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.407840 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 762.095411,
within advertisement: .
info	2025-01-25 13:16:11.408207 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 810261.
default	2025-01-25 13:16:11.408227 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.408293 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.408345 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.408391 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.408457 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 3 within advertisement: .
info	2025-01-25 13:16:11.409467 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 11.640769,
within advertisement: .
info	2025-01-25 13:16:11.410653 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 810151.
info	2025-01-25 13:16:11.411526 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - keep - > locationTimeResolution 300.000000 currentId: 810149,
scan date: ,
within advertisement: .
info	2025-01-25 13:16:11.412477 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - keep - > locationTimeResolution 300.000000 currentId: 810126,
scan date: ,
within advertisement: .
default	2025-01-25 13:16:11.412977 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 3,
within advertisement: .
default	2025-01-25 13:16:11.413104 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.413175 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 3
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.413230 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.413299 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
default	2025-01-25 13:16:11.413713 -0500	symptomsd	com.apple.symptomsd	proc_state	Failed to find process for com.apple.PhotosUIPrivate.PhotosPosterProvider
info	2025-01-25 13:16:11.413717 -0500	symptomsd	com.apple.symptomsd	proc_state	Remove appCompactState key com.apple.PhotosUIPrivate.PhotosPosterProvider
info	2025-01-25 13:16:11.413747 -0500	symptomsd	com.apple.symptomsd	outrank	COSMCtrl foregroundAppObserver gets C4FAA7A1-6E33-30DB-B544-27D898E32A01 for com.apple.PhotosUIPrivate.PhotosPosterProvider state 0
default	2025-01-25 13:16:11.413866 -0500	cloudd	com.apple.cloudkit	Request	req: 00B39C5E-5084-43C5-8E47-E850D51955EA, "requestForEstablishedConnection"
default	2025-01-25 13:16:11.414653 -0500	cloudd	com.apple.cloudkit	Request	req: 904243E9-65EE-487E-969F-176D117FF951, "requestForEstablishedConnection"
default	2025-01-25 13:16:11.415389 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform.IntelligencePlatformComputeService	Default	IntelligencePlatformComputeService: update  returning responses
default	2025-01-25 13:16:11.415728 -0500	cloudd	com.apple.cloudkit	Request	req: D1C02F6C-92A7-4C3E-BB89-8D348D50B524, "requestForEstablishedConnection"
default	2025-01-25 13:16:11.416389 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> client responded to will send request callback with request  handle 
default	2025-01-25 13:16:11.416979 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : View was not updated (ignored all sources)
default	2025-01-25 13:16:11.417181 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate:  did not update
info	2025-01-25 13:16:11.417203 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 14.264953,
within advertisement: .
info	2025-01-25 13:16:11.417320 -0500	biomed	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.417366 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Ending background task with UIBackgroundTaskIdentifier: 45
default	2025-01-25 13:16:11.417457 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Ending task with identifier 45 and description: , _expireHandler: <__NSMallocBlock__: 0x30093a5e0>
default	2025-01-25 13:16:11.417464 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Decrementing reference count for assertion  (used by background task with identifier 45: )
default	2025-01-25 13:16:11.417694 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : Beginning view update attempt
info	2025-01-25 13:16:11.418104 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 810245.
default	2025-01-25 13:16:11.418133 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.418240 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.418308 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.418375 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.418445 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.418999 -0500	bluetoothd	com.apple.bluetooth	Stack.LE	 Invalid Dual mode support indication in AD flags 0x00000000.
info	2025-01-25 13:16:11.419028 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Setting mfgr data: len:6 id:4C
info	2025-01-25 13:16:11.419294 -0500	bluetoothd	com.apple.bluetooth	Server.LE	Unable to locate device address Random ED:18:DB:C1:DE:41 in 'paired devices' cache
default	2025-01-25 13:16:11.419343 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Will add backgroundTask with taskName: performBlockInactive, expirationHandler: <__NSMallocBlock__: 0x3016eaf40>
default	2025-01-25 13:16:11.419389 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Reusing background assertion 
default	2025-01-25 13:16:11.419392 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Incrementing reference count for background assertion 
default	2025-01-25 13:16:11.419574 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Created background task .
info	2025-01-25 13:16:11.419631 -0500	bluetoothd	com.apple.bluetooth	Server.LE	Unable to locate device address Random ED:18:DB:C1:DE:41 in 'other devices' cache
info	2025-01-25 13:16:11.419734 -0500	bluetoothd	com.apple.bluetooth	Server.LE	Unable to locate device "AAC5ECFC-59DF-B565-AF10-BCC24FF36B07" in 'paired devices' cache
default	2025-01-25 13:16:11.419807 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Created stream with file descriptor: 22
default	2025-01-25 13:16:11.419858 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Ending background task with UIBackgroundTaskIdentifier: 47
default	2025-01-25 13:16:11.419934 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Ending task with identifier 47 and description: , _expireHandler: <__NSMallocBlock__: 0x3016eaf40>
default	2025-01-25 13:16:11.419955 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Decrementing reference count for assertion  (used by background task with identifier 47: )
info	2025-01-25 13:16:11.420078 -0500	bluetoothd	com.apple.bluetooth	Server.LE	Unable to locate device "AAC5ECFC-59DF-B565-AF10-BCC24FF36B07" in 'other devices' cache
info	2025-01-25 13:16:11.420170 -0500	bluetoothd	com.apple.bluetooth	Server.LE	Device erased [Random CE:FD:A4:8A:AF:83, LastSeen: 41797.00s ago, DIS:Unavailable, EstablishedFastLeConnection:N, linkReadyDuration:0ms, lastRSSIValue:-99dBm]
info	2025-01-25 13:16:11.420185 -0500	bluetoothd	com.apple.bluetooth	Server.LE	Device F8E69F0F-C781-8ABF-61E8-373C6D814B79 evicted
default	2025-01-25 13:16:11.420217 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> background authenticator getting headers for (null) codes 
info	2025-01-25 13:16:11.420244 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Device "AAC5ECFC-59DF-B565-AF10-BCC24FF36B07" matched MFG data
info	2025-01-25 13:16:11.420461 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Device "AAC5ECFC-59DF-B565-AF10-BCC24FF36B07" matched MFG data
info	2025-01-25 13:16:11.420608 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Device "AAC5ECFC-59DF-B565-AF10-BCC24FF36B07" matched MFG data
info	2025-01-25 13:16:11.420612 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	doesDeviceMatch: erasing last device 668151A0-2CCE-5D3D-37B4-C2125E55DF1E
info	2025-01-25 13:16:11.420747 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Device "AAC5ECFC-59DF-B565-AF10-BCC24FF36B07" matched MFG data
info	2025-01-25 13:16:11.420752 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	doesDeviceMatch: erasing last device 668151A0-2CCE-5D3D-37B4-C2125E55DF1E
default	2025-01-25 13:16:11.420830 -0500	locationd	com.apple.tracking-avoidance	Events	
default	2025-01-25 13:16:11.420888 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> client responded to will send request callback with request  handle 
info	2025-01-25 13:16:11.420949 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	session com.apple.bluetoothd-central-94-2 device F8E69F0F-C781-8ABF-61E8-373C6D814B79 invalidated
info	2025-01-25 13:16:11.420953 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	session com.apple.locationd-central-74-50 device F8E69F0F-C781-8ABF-61E8-373C6D814B79 invalidated
info	2025-01-25 13:16:11.420957 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	session com.apple.locationd-central-74-69 device F8E69F0F-C781-8ABF-61E8-373C6D814B79 invalidated
info	2025-01-25 13:16:11.420960 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	session com.apple.sharingd-central-72-374 device F8E69F0F-C781-8ABF-61E8-373C6D814B79 invalidated
default	2025-01-25 13:16:11.420960 -0500	locationd	com.apple.locationd.Core	Harvester	{"msg":"onAvengerAdvertisementDetected: got avenger advertisement", "subHarvester":"Avenger"}
info	2025-01-25 13:16:11.420963 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	session com.apple.locationd-central-74-83 device F8E69F0F-C781-8ABF-61E8-373C6D814B79 invalidated
default	2025-01-25 13:16:11.421009 -0500	locationd	com.apple.locationd.Core	Harvester	{"msg":"convertToSPAdvertisement", "address":, "data":, "date":, "rssi":, "status":, "reserved":, "subHarvester":"Avenger"}
default	2025-01-25 13:16:11.421022 -0500	locationd	com.apple.locationd.Core	Harvester	{"msg":"onAvengerAdvertisementDetected: advertisement is near-owner from other people and do not process it", "subHarvester":"Avenger"}
info	2025-01-25 13:16:11.421036 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	session com.apple.locationd-central-74-352 device F8E69F0F-C781-8ABF-61E8-373C6D814B79 invalidated
info	2025-01-25 13:16:11.421040 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	session CBDaemon-0x8A8C031D device F8E69F0F-C781-8ABF-61E8-373C6D814B79 invalidated
info	2025-01-25 13:16:11.421044 -0500	bluetoothd	com.apple.bluetooth	Server.App	Device F8E69F0F-C781-8ABF-61E8-373C6D814B79 evicted
default	2025-01-25 13:16:11.421046 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Created stream with file descriptor: 23
default	2025-01-25 13:16:11.422462 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> background authenticator getting headers for (null) codes 
default	2025-01-25 13:16:11.422817 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> client responded to will send request callback with request  handle 
default	2025-01-25 13:16:11.422846 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Created stream with file descriptor: 24
default	2025-01-25 13:16:11.423182 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> background authenticator getting headers for (null) codes 
info	2025-01-25 13:16:11.423527 -0500	SBRendererService	com.apple.PaperBoardUI	Common	(6) end -[PBUICALocalRenderer renderRequest:error:]; completed in 0.0489
default	2025-01-25 13:16:11.423656 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> client responded to will send request callback with request  handle 
default	2025-01-25 13:16:11.423686 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Created stream with file descriptor: 25
default	2025-01-25 13:16:11.423785 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> getAuthHeadersForResponse for com.apple.cloudd _sendsLaunchEvents=Y [_clientApplication supportsWakes]=N
default	2025-01-25 13:16:11.424093 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> background authenticator getting headers for (null) codes 
info	2025-01-25 13:16:11.424911 -0500	healthd	com.apple.HealthKit	concept_index	HDConceptIndexManager: Success concept indexing batch 0 (0) in 0.152
default	2025-01-25 13:16:11.424973 -0500	healthd	com.apple.HealthKit	concept_index	: Success indexing 0 records in 0 batches with reason [(Protected Data Became Available, 1), (Ontology did become available, 1)], duration: 0.164 seconds, Error: (null)
info	2025-01-25 13:16:11.426877 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/db/biome/streams/restricted/Device.ScreenLocked/local/754718098866306 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.426919 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/db/biome/streams/restricted/Device.ScreenLocked/local/754718098866306 address: 0x offset:32 size:131040
default	2025-01-25 13:16:11.427011 -0500	healthd	com.apple.HealthKit	infrastructure	<_HDMaintenanceWorkCoordinatorAsynchronousOperation:0xc390fdd50 : Indexing operation with reason [(Protected Data Became Available, 1), (Ontology did become available, 1)] running for 0.166s/900.000s>: Stopped after 0.166s.
info	2025-01-25 13:16:11.427067 -0500	healthd	com.apple.HealthKit	auth	Dropping concept index manager quiescence notification with permission error 
default	2025-01-25 13:16:11.427284 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> getAuthHeadersForResponse for com.apple.cloudd _sendsLaunchEvents=Y [_clientApplication supportsWakes]=N
default	2025-01-25 13:16:11.427728 -0500	cloudd	com.apple.CFNetwork	Default	BackgroundSession <B711D557-4035-4851-A055-4BE41EAA6CB7> BackgroundDataTask <090D62B7-CE38-44A2-AF55-597375C23417>.<6> getting auth headers for session  with identifier  outstanding auth tasks 
default	2025-01-25 13:16:11.427728 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> getAuthHeadersForResponse for com.apple.cloudd _sendsLaunchEvents=Y [_clientApplication supportsWakes]=N
default	2025-01-25 13:16:11.427741 -0500	cloudd	com.apple.CFNetwork	Default	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> local authenticator getting headers for (null) codes 
default	2025-01-25 13:16:11.427866 -0500	cloudd	com.apple.CFNetwork	Default	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> local authenticator will provide headers or request
default	2025-01-25 13:16:11.427886 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> getAuthHeadersForResponse for com.apple.cloudd _sendsLaunchEvents=Y [_clientApplication supportsWakes]=N
default	2025-01-25 13:16:11.428087 -0500	cloudd	com.apple.CFNetwork	Default	BackgroundSession <B711D557-4035-4851-A055-4BE41EAA6CB7> BackgroundDataTask <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> getting auth headers for session  with identifier  outstanding auth tasks 
default	2025-01-25 13:16:11.428096 -0500	cloudd	com.apple.CFNetwork	Default	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> local authenticator getting headers for (null) codes 
default	2025-01-25 13:16:11.428174 -0500	cloudd	com.apple.CFNetwork	Default	BackgroundSession <B711D557-4035-4851-A055-4BE41EAA6CB7> BackgroundDataTask <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> getting auth headers for session  with identifier  outstanding auth tasks 
default	2025-01-25 13:16:11.428180 -0500	cloudd	com.apple.CFNetwork	Default	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> local authenticator getting headers for (null) codes 
default	2025-01-25 13:16:11.428242 -0500	cloudd	com.apple.CFNetwork	Default	BackgroundSession <B711D557-4035-4851-A055-4BE41EAA6CB7> BackgroundDataTask <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> getting auth headers for session  with identifier  outstanding auth tasks 
default	2025-01-25 13:16:11.428248 -0500	cloudd	com.apple.CFNetwork	Default	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> local authenticator getting headers for (null) codes 
info	2025-01-25 13:16:11.428679 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/db/biome/streams/restricted/Device.ScreenLocked/local/754718098866306 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.428709 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/db/biome/streams/restricted/Device.ScreenLocked/local/754718098866306 address: 0x offset:32 size:131040
default	2025-01-25 13:16:11.430099 -0500	biomed	com.apple.Biome	BiomeStorage	Enumerator for Device.ScreenLocked starting from /+0x1f590
info	2025-01-25 13:16:11.430170 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Trace	
info	2025-01-25 13:16:11.430644 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/db/biome/streams/restricted/Device.ScreenLocked/local/759353791171642 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.430655 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/db/biome/streams/restricted/Device.ScreenLocked/local/759353791171642 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.430722 -0500	healthd	com.apple.HealthKit	auth	Dropping concept index manager quiescence notification with permission error 
info	2025-01-25 13:16:11.431003 -0500	healthd	com.apple.HealthKit	auth	Dropping concept index manager quiescence notification with permission error 
info	2025-01-25 13:16:11.431235 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Trace	
info	2025-01-25 13:16:11.431243 -0500	WirelessRadioManagerd	com.apple.WirelessRadioManager.Coex	Trace	
info	2025-01-25 13:16:11.431267 -0500	biomed	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
info	2025-01-25 13:16:11.432106 -0500	healthd	com.apple.HealthKit	auth	Dropping concept index manager quiescence notification with permission error 
default	2025-01-25 13:16:11.432605 -0500	cloudd	com.apple.authkit	signpost	BEGIN [29125]: FetchAttestation
default	2025-01-25 13:16:11.432725 -0500	cloudd	com.apple.xpc	connection	[0x8dcc49900] activating connection: mach=true listener=false peer=false name=com.apple.ak.anisette.xpc
info	2025-01-25 13:16:11.434524 -0500	healthappd	com.apple.Health	health_records	[IndexManagerStateChangeListener]: indexManagerStateDidChange (store: , to: Idle)
default	2025-01-25 13:16:11.436451 -0500	cloudd	com.apple.CFNetwork	Default	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> local authenticator will provide headers or request
default	2025-01-25 13:16:11.436476 -0500	cloudd	com.apple.authkit	signpost	BEGIN [29126]: FetchAttestation
default	2025-01-25 13:16:11.436569 -0500	cloudd	com.apple.xpc	connection	[0x8dcc48280] activating connection: mach=true listener=false peer=false name=com.apple.ak.anisette.xpc
default	2025-01-25 13:16:11.437066 -0500	cloudd	com.apple.CFNetwork	Default	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> local authenticator will provide headers or request
default	2025-01-25 13:16:11.437078 -0500	cloudd	com.apple.authkit	signpost	BEGIN [29127]: FetchAttestation
default	2025-01-25 13:16:11.437113 -0500	cloudd	com.apple.xpc	connection	[0x8dcc4ad00] activating connection: mach=true listener=false peer=false name=com.apple.ak.anisette.xpc
info	2025-01-25 13:16:11.437248 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.437258 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:32 size:131040
default	2025-01-25 13:16:11.437433 -0500	cloudd	com.apple.CFNetwork	Default	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> local authenticator will provide headers or request
default	2025-01-25 13:16:11.437442 -0500	cloudd	com.apple.authkit	signpost	BEGIN [29128]: FetchAttestation
default	2025-01-25 13:16:11.437480 -0500	cloudd	com.apple.xpc	connection	[0x8dcc4af80] activating connection: mach=true listener=false peer=false name=com.apple.ak.anisette.xpc
info	2025-01-25 13:16:11.437791 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.437800 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/756943728583602 address: 0x offset:32 size:131040
default	2025-01-25 13:16:11.438003 -0500	biomed	com.apple.Biome	BiomeStorage	Enumerator for App.InFocus starting from /+0x1fba0
info	2025-01-25 13:16:11.438251 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.438260 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.InFocus/local/759512386999836 address: 0x offset:32 size:131040
info	2025-01-25 13:16:11.438299 -0500	biomed	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
default	2025-01-25 13:16:11.439177 -0500	akd	com.apple.xpc	connection	[0x52074fe80] activating connection: mach=false listener=false peer=true name=com.apple.ak.anisette.xpc.peer[150].0x52074fe80
default	2025-01-25 13:16:11.439631 -0500	akd	com.apple.xpc	connection	[0x52074d180] activating connection: mach=false listener=false peer=true name=com.apple.ak.anisette.xpc.peer[150].0x52074d180
default	2025-01-25 13:16:11.439868 -0500	akd	com.apple.xpc	connection	[0x52074ca00] activating connection: mach=false listener=false peer=true name=com.apple.ak.anisette.xpc.peer[150].0x52074ca00
default	2025-01-25 13:16:11.440119 -0500	akd	com.apple.xpc	connection	[0x52074cf00] activating connection: mach=false listener=false peer=true name=com.apple.ak.anisette.xpc.peer[150].0x52074cf00
default	2025-01-25 13:16:11.442229 -0500	akd	com.apple.authkit	signpost	BEGIN [2255]: SignAndAttestation  enableTelemetry=YES
default	2025-01-25 13:16:11.442414 -0500	akd	com.apple.authkit	signpost	BEGIN [2256]: SignAndAttestation  enableTelemetry=YES
default	2025-01-25 13:16:11.442629 -0500	akd	com.apple.xpc	connection	[0x5207cfe00] activating connection: mach=true listener=false peer=false name=com.apple.adid
default	2025-01-25 13:16:11.442840 -0500	akd	com.apple.authkit	signpost	BEGIN [2257]: SignAndAttestation  enableTelemetry=YES
default	2025-01-25 13:16:11.442974 -0500	akd	com.apple.authkit	signpost	BEGIN [2258]: SignAndAttestation  enableTelemetry=YES
default	2025-01-25 13:16:11.443949 -0500	adid	com.apple.xpc	connection	[0xd7c0a8000] activating connection: mach=false listener=false peer=true name=com.apple.adid.peer[177].0xd7c0a8000
default	2025-01-25 13:16:11.445359 -0500	akd	com.apple.xpc	connection	[0x5207cfe00] invalidated after the last release of the connection object
default	2025-01-25 13:16:11.445480 -0500	akd	com.apple.xpc	connection	[0x5207cec00] activating connection: mach=true listener=false peer=false name=com.apple.adid
info	2025-01-25 13:16:11.445744 -0500	biomed	com.apple.Biome	BiomeAccessService	Process already has read-write access to 
default	2025-01-25 13:16:11.445755 -0500	adid	com.apple.xpc	connection	[0xd7c0a8000] invalidated because the client process (pid 177) either cancelled the connection or exited
default	2025-01-25 13:16:11.445820 -0500	adid	com.apple.xpc	connection	[0xd7c0a8140] activating connection: mach=false listener=false peer=true name=com.apple.adid.peer[177].0xd7c0a8140
default	2025-01-25 13:16:11.447822 -0500	akd	com.apple.xpc	connection	[0x5207cec00] invalidated after the last release of the connection object
default	2025-01-25 13:16:11.448236 -0500	akd	com.apple.authkit	signpost	END [2255] 0.006010s:SignAndAttestation
default	2025-01-25 13:16:11.448402 -0500	akd	com.apple.xpc	connection	[0x5207cec00] activating connection: mach=true listener=false peer=false name=com.apple.adid
default	2025-01-25 13:16:11.448637 -0500	adid	com.apple.xpc	connection	[0xd7c0a8140] invalidated because the client process (pid 177) either cancelled the connection or exited
default	2025-01-25 13:16:11.448702 -0500	adid	com.apple.xpc	connection	[0xd7c0a8000] activating connection: mach=false listener=false peer=true name=com.apple.adid.peer[177].0xd7c0a8000
info	2025-01-25 13:16:11.449006 -0500	mlhostd	com.apple.lighthouse	mlhostd	RBS request termination for pid: 2203
default	2025-01-25 13:16:11.449048 -0500	cloudd	com.apple.authkit	signpost	END [29128] 0.011605s:FetchAttestation
info	2025-01-25 13:16:11.449352 -0500	mlhostd	com.apple.runningboard	general	Sending terminate request: > allow:(null) context:>
default	2025-01-25 13:16:11.449589 -0500	akd	com.apple.xpc	connection	[0x5207cec00] invalidated after the last release of the connection object
default	2025-01-25 13:16:11.449659 -0500	cloudd	com.apple.CFNetwork	Default	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> authenticator finished cont 1 req  headers 
default	2025-01-25 13:16:11.449851 -0500	cloudd	com.apple.CFNetwork	Default	BackgroundSession <B711D557-4035-4851-A055-4BE41EAA6CB7> BackgroundDataTask <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> finished getting auth headers for session  with identifier 
default	2025-01-25 13:16:11.449856 -0500	akd	com.apple.authkit	signpost	END [2256] 0.007442s:SignAndAttestation
default	2025-01-25 13:16:11.449953 -0500	cloudd	com.apple.CFNetwork	Default	BackgroundSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Have outstanding tasks getting auth headers for session  with identifier  outstanding auth tasks 
default	2025-01-25 13:16:11.449980 -0500	akd	com.apple.xpc	connection	[0x5207cec00] activating connection: mach=true listener=false peer=false name=com.apple.adid
default	2025-01-25 13:16:11.450089 -0500	cloudd	com.apple.authkit	signpost	END [29125] 0.017487s:FetchAttestation
default	2025-01-25 13:16:11.450521 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> received auth headers for response, continueLoad: 1 authHeaders  newRequest (null)
default	2025-01-25 13:16:11.450552 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> authenticator finished cont 1 req  headers 
default	2025-01-25 13:16:11.450649 -0500	adid	com.apple.xpc	connection	[0xd7c0a8000] invalidated because the client process (pid 177) either cancelled the connection or exited
default	2025-01-25 13:16:11.450690 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> protocol received continueLoad=1, headers= req=(null)
default	2025-01-25 13:16:11.450715 -0500	adid	com.apple.xpc	connection	[0xd7c0a8140] activating connection: mach=false listener=false peer=true name=com.apple.adid.peer[177].0xd7c0a8140
default	2025-01-25 13:16:11.450870 -0500	cloudd	com.apple.CFNetwork	Default	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> authenticator finished cont 1 req  headers 
default	2025-01-25 13:16:11.450937 -0500	cloudd	com.apple.CFNetwork	Default	BackgroundSession <B711D557-4035-4851-A055-4BE41EAA6CB7> BackgroundDataTask <090D62B7-CE38-44A2-AF55-597375C23417>.<6> finished getting auth headers for session  with identifier 
default	2025-01-25 13:16:11.450977 -0500	nsurlsessiond	com.apple.network	connection	[C275] event: client:connection_reused @0.392s
info	2025-01-25 13:16:11.450989 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_handler_report_connection_idle [C275 IPv4#20000894:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Reporting connection not idle to protocols
info	2025-01-25 13:16:11.450997 -0500	nsurlsessiond	com.apple.network	connection	nw_flow_passthrough_notify [C275.1.1.1 IPv4#20000894:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification connection_idle
default	2025-01-25 13:16:11.451020 -0500	cloudd	com.apple.CFNetwork	Default	BackgroundSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Have outstanding tasks getting auth headers for session  with identifier  outstanding auth tasks 
default	2025-01-25 13:16:11.451025 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: working for activity 
default	2025-01-25 13:16:11.451041 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: working for activity 
info	2025-01-25 13:16:11.451059 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:1376] (euid 501, auid 501) (persona (null)): executeTerminateRequest:identifier:error:
default	2025-01-25 13:16:11.451122 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> received auth headers for response, continueLoad: 1 authHeaders  newRequest (null)
default	2025-01-25 13:16:11.451143 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> authenticator finished cont 1 req  headers 
default	2025-01-25 13:16:11.451215 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> now using Connection 275
default	2025-01-25 13:16:11.451240 -0500	nsurlsessiond	com.apple.network	activity	[C275] event: client:start_activity @0.392s, activity 
default	2025-01-25 13:16:11.451380 -0500	akd	com.apple.xpc	connection	[0x5207cec00] invalidated after the last release of the connection object
default	2025-01-25 13:16:11.451467 -0500	akd	com.apple.authkit	signpost	END [2257] 0.008626s:SignAndAttestation
default	2025-01-25 13:16:11.451535 -0500	runningboardd	com.apple.runningboard	connection	Received termination request from [osservice:1376] on > with context 
default	2025-01-25 13:16:11.451576 -0500	adid	com.apple.xpc	connection	[0xd7c0a8140] invalidated because the client process (pid 177) either cancelled the connection or exited
default	2025-01-25 13:16:11.451615 -0500	akd	com.apple.xpc	connection	[0x5207cec00] activating connection: mach=true listener=false peer=false name=com.apple.adid
default	2025-01-25 13:16:11.451759 -0500	cloudd	com.apple.authkit	signpost	END [29127] 0.014681s:FetchAttestation
default	2025-01-25 13:16:11.451859 -0500	adid	com.apple.xpc	connection	[0xd7c0a8000] activating connection: mach=false listener=false peer=true name=com.apple.adid.peer[177].0xd7c0a8000
default	2025-01-25 13:16:11.452132 -0500	cloudd	com.apple.CFNetwork	Default	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> authenticator finished cont 1 req  headers 
default	2025-01-25 13:16:11.452213 -0500	cloudd	com.apple.CFNetwork	Default	BackgroundSession <B711D557-4035-4851-A055-4BE41EAA6CB7> BackgroundDataTask <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> finished getting auth headers for session  with identifier 
default	2025-01-25 13:16:11.452303 -0500	cloudd	com.apple.CFNetwork	Default	BackgroundSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Have outstanding tasks getting auth headers for session  with identifier  outstanding auth tasks 
default	2025-01-25 13:16:11.452389 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> received auth headers for response, continueLoad: 1 authHeaders  newRequest (null)
default	2025-01-25 13:16:11.452424 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> authenticator finished cont 1 req  headers 
default	2025-01-25 13:16:11.452471 -0500	akd	com.apple.xpc	connection	[0x5207cec00] invalidated after the last release of the connection object
default	2025-01-25 13:16:11.452539 -0500	akd	com.apple.authkit	signpost	END [2258] 0.009564s:SignAndAttestation
default	2025-01-25 13:16:11.452552 -0500	runningboardd	com.apple.runningboard	connection	Termination predicate not expanded because complex predicate
info	2025-01-25 13:16:11.452553 -0500	runningboardd	com.apple.runningboard	connection	No attributes, calling executeTerminateRequest directly
default	2025-01-25 13:16:11.452600 -0500	runningboardd	com.apple.runningboard	process	Executing termination request for: >
default	2025-01-25 13:16:11.452821 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> protocol received continueLoad=1, headers= req=(null)
default	2025-01-25 13:16:11.452825 -0500	cloudd	com.apple.authkit	signpost	END [29126] 0.016350s:FetchAttestation
default	2025-01-25 13:16:11.452953 -0500	runningboardd	com.apple.runningboard	process	Found 1 processes to terminate
default	2025-01-25 13:16:11.452985 -0500	runningboardd	com.apple.runningboard	process	[xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203] Terminating with context: 
default	2025-01-25 13:16:11.453061 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: working for activity 
default	2025-01-25 13:16:11.453077 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: working for activity 
default	2025-01-25 13:16:11.453999 -0500	cfprefsd	com.apple.xpc	connection	[0x9568f9180] invalidated because the client process (pid 2203) either cancelled the connection or exited
default	2025-01-25 13:16:11.454118 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> now using Connection 275
default	2025-01-25 13:16:11.454163 -0500	nsurlsessiond	com.apple.network	activity	[C275] event: client:start_activity @0.395s, activity 
default	2025-01-25 13:16:11.454601 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> sent request, body S 497
default	2025-01-25 13:16:11.454746 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> sent request, body S 517
default	2025-01-25 13:16:11.454756 -0500	cloudd	com.apple.CFNetwork	Default	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> authenticator finished cont 1 req  headers 
default	2025-01-25 13:16:11.454848 -0500	cloudd	com.apple.CFNetwork	Default	BackgroundSession <B711D557-4035-4851-A055-4BE41EAA6CB7> BackgroundDataTask <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> finished getting auth headers for session  with identifier 
default	2025-01-25 13:16:11.454869 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> protocol received continueLoad=1, headers= req=(null)
default	2025-01-25 13:16:11.455101 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: working for activity 
default	2025-01-25 13:16:11.455118 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: working for activity 
default	2025-01-25 13:16:11.455269 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> now using Connection 275
default	2025-01-25 13:16:11.455293 -0500	nsurlsessiond	com.apple.network	activity	[C275] event: client:start_activity @0.396s, activity 
default	2025-01-25 13:16:11.455579 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> sent request, body S 518
default	2025-01-25 13:16:11.456408 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> received auth headers for response, continueLoad: 1 authHeaders  newRequest (null)
default	2025-01-25 13:16:11.456465 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> authenticator finished cont 1 req  headers 
default	2025-01-25 13:16:11.456482 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> protocol received continueLoad=1, headers= req=(null)
default	2025-01-25 13:16:11.456768 -0500	runningboardd	com.apple.runningboard	process	[xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203] terminate_with_reason() success
default	2025-01-25 13:16:11.456780 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: working for activity 
default	2025-01-25 13:16:11.456782 -0500	launchd	pid/1376/com.apple.priml.PFLHRPeriodPredPush.371058B0-FC87-5186-BA5D-8458D9C026FF [2203]		exited with exit reason (namespace: 15 code: 0x0) - OS_REASON_RUNNINGBOARD | , ran for 1427ms
default	2025-01-25 13:16:11.456803 -0500	launchd	pid/1376/com.apple.priml.PFLHRPeriodPredPush.371058B0-FC87-5186-BA5D-8458D9C026FF [2203]		service state: exited
default	2025-01-25 13:16:11.456804 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Connection 275: working for activity 
default	2025-01-25 13:16:11.456811 -0500	launchd	pid/1376/com.apple.priml.PFLHRPeriodPredPush.371058B0-FC87-5186-BA5D-8458D9C026FF [2203]		internal event: EXITED, code = 0
default	2025-01-25 13:16:11.456816 -0500	launchd	pid/1376/com.apple.priml.PFLHRPeriodPredPush.371058B0-FC87-5186-BA5D-8458D9C026FF [2203]		job state = exited
default	2025-01-25 13:16:11.456852 -0500	launchd	pid/1376 [mlhostd]		service inactive: com.apple.priml.PFLHRPeriodPredPush.371058B0-FC87-5186-BA5D-8458D9C026FF
default	2025-01-25 13:16:11.456876 -0500	launchd	pid/1376/com.apple.priml.PFLHRPeriodPredPush.371058B0-FC87-5186-BA5D-8458D9C026FF [2203]		internal event: PETRIFIED, code = 0
default	2025-01-25 13:16:11.456880 -0500	launchd	pid/1376/com.apple.priml.PFLHRPeriodPredPush.371058B0-FC87-5186-BA5D-8458D9C026FF [2203]		job state = removed
default	2025-01-25 13:16:11.456896 -0500	launchd	pid/1376/com.apple.priml.PFLHRPeriodPredPush.371058B0-FC87-5186-BA5D-8458D9C026FF [2203]		service state: not running
default	2025-01-25 13:16:11.456909 -0500	launchd	pid/2203 [PFLHRPeriodPred]		shutting down
default	2025-01-25 13:16:11.456938 -0500	launchd	pid/2203 [PFLHRPeriodPred]		cleaning up
default	2025-01-25 13:16:11.456979 -0500	launchd	system		removing child: pid/2203
default	2025-01-25 13:16:11.457000 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> now using Connection 275
default	2025-01-25 13:16:11.457006 -0500	runningboardd	com.apple.libxpc.OSLaunchdJob	all	76D5D10B-DCD3-4E44-A994-7D0196290F8D monitor: got an update with info exited, exit reason namespace=15 code=0
default	2025-01-25 13:16:11.457015 -0500	runningboardd	com.apple.runningboard	ttl	[xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203] termination reported by launchd (15, 0, 9)
default	2025-01-25 13:16:11.457020 -0500	nsurlsessiond	com.apple.network	activity	[C275] event: client:start_activity @0.398s, activity 
default	2025-01-25 13:16:11.457037 -0500	runningboardd	com.apple.runningboard	process	Removing process: [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203]
default	2025-01-25 13:16:11.457062 -0500	runningboardd	com.apple.runningboard	ttl	Existing process in RBProcessIndex is: (null)
info	2025-01-25 13:16:11.457178 -0500	runningboardd	com.apple.runningboard	job	Cleaning out [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203] from job manager
default	2025-01-25 13:16:11.457185 -0500	runningboardd	com.apple.runningboard	process	Removing assertions for terminated process: [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203]
info	2025-01-25 13:16:11.457200 -0500	runningboardd	com.apple.runningboard	assertion	Removing 1 assertions
default	2025-01-25 13:16:11.457211 -0500	runningboardd	com.apple.runningboard	assertion	Removed last relative-start-date-defining assertion for process xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]
default	2025-01-25 13:16:11.457277 -0500	runningboardd	com.apple.xpc	connection	[0x54ea43340] invalidated because the client process (pid 2203) either cancelled the connection or exited
info	2025-01-25 13:16:11.457293 -0500	runningboardd	com.apple.runningboard	assertion	Removing 0 assertions
info	2025-01-25 13:16:11.457323 -0500	runningboardd	com.apple.runningboard	assertion	xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF] is now targeted by 0 assertions
info	2025-01-25 13:16:11.457379 -0500	runningboardd	com.apple.runningboard	process	Resolved state for exited process: 
info	2025-01-25 13:16:11.457391 -0500	runningboardd	com.apple.runningboard	process	Ended tracking state for process identity xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]
default	2025-01-25 13:16:11.457421 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> sent request, body S 497
default	2025-01-25 13:16:11.457715 -0500	runningboardd	com.apple.runningboard	process	XPC connection invalidated: [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203]
default	2025-01-25 13:16:11.457976 -0500	runningboardd	com.apple.runningboard	monitor	Calculated state for xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]: none (role: None) (endowments: (null))
default	2025-01-25 13:16:11.458055 -0500	mlhostd	com.apple.extensionkit	launch	Assertion for extension process 'ExtensionProcess: bundleID: com.apple.priml.PFLHRPeriodPredPush instance ID: Optional([_EXExtensionInstanceIdentifier: 371058B0-FC87-5186-BA5D-8458D9C026FF]) pid: 2203' invalidated
default	2025-01-25 13:16:11.458090 -0500	runningboardd	com.apple.runningboard	process	Notifying connection  that process  exited with context 
info	2025-01-25 13:16:11.458198 -0500	runningboardd	com.apple.runningboard	state	Process: [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203] has changes in inheritances: (null)
default	2025-01-25 13:16:11.458273 -0500	runningboardd	com.apple.runningboard	monitor	Calculated state for xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]: none (role: None) (endowments: (null))
default	2025-01-25 13:16:11.458375 -0500	extensionkitservice	com.apple.runningboard	process	Firing exit handlers for 2203 with context >
default	2025-01-25 13:16:11.458410 -0500	extensionkitservice	com.apple.runningboard	process	Calling process death completion block for handle 
info	2025-01-25 13:16:11.458496 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:35] (euid 501, auid 501) (persona (null)): statesForPredicate:descriptor:error:
default	2025-01-25 13:16:11.458657 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 2203 (xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF], none-NotVisible
info	2025-01-25 13:16:11.458779 -0500	SpringBoard	com.apple.PaperBoardUI	Snapshot	 Set source needs update for observer: 
info	2025-01-25 13:16:11.458847 -0500	SpringBoard	com.apple.PaperBoardUI	Snapshot	 Set source needs update for observer: >
info	2025-01-25 13:16:11.458970 -0500	SpringBoard	com.apple.Accessibility	AXRuntimePID	Client requesting suspension of PID:2203 Name:
info	2025-01-25 13:16:11.458980 -0500	SpringBoard	com.apple.PaperBoardUI	Snapshot	 Set source needs update for observer: >
info	2025-01-25 13:16:11.459057 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:103] (euid 501, auid 501) (persona (null)): lastExitContextForInstance:error:
info	2025-01-25 13:16:11.459073 -0500	SpringBoard	com.apple.runningboard	monitor	Update delivered for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203] with taskState 1
info	2025-01-25 13:16:11.459084 -0500	SpringBoard	com.apple.runningboard	monitor	Update skipped for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203]
default	2025-01-25 13:16:11.459084 -0500	UserEventAgent	com.apple.runningboard	monitor	Received state update for 2203 (xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF], none-NotVisible
info	2025-01-25 13:16:11.459105 -0500	SpringBoard	com.apple.runningboard	monitor	Update delivered for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203] with taskState 1
info	2025-01-25 13:16:11.459110 -0500	SpringBoard	com.apple.runningboard	monitor	Update skipped for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203]
info	2025-01-25 13:16:11.459121 -0500	backboardd	com.apple.Accessibility	AXRuntimeNotifications	Sending notification to client: 1021, {
    "display-type" = 0;
    pid = 2203;
    "suspended-status" = suspended;
}
info	2025-01-25 13:16:11.459233 -0500	assistivetouchd	com.apple.Accessibility	AXRuntimePID	Did receive kAXPidStatusChangedNotification
info	2025-01-25 13:16:11.459285 -0500	assistivetouchd	com.apple.Accessibility	AXRuntimePID	pid status change recorded: {
    "display-type" = 0;
    pid = 2203;
    "suspended-status" = suspended;
} for display type: 0
info	2025-01-25 13:16:11.459292 -0500	assistivetouchd	com.apple.Accessibility	AXRuntimePID	Adding suspended pid: 2203
info	2025-01-25 13:16:11.459300 -0500	assistivetouchd	com.apple.Accessibility	AXRuntimePID	Did suspend pid: 2203 on Display 0
info	2025-01-25 13:16:11.459335 -0500	audiomxd	com.apple.runningboard	monitor	Update delivered for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203] with taskState 1
info	2025-01-25 13:16:11.459395 -0500	audiomxd	com.apple.runningboard	monitor	Update delivered for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203] with taskState 1
default	2025-01-25 13:16:11.459532 -0500	locationd	com.apple.runningboard	monitor	Received state update for 2203 (xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF], none-NotVisible
info	2025-01-25 13:16:11.459696 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:31] (euid 0, auid 0) (persona (null)): lastExitContextForInstance:error:
default	2025-01-25 13:16:11.459713 -0500	useractivityd	com.apple.runningboard	monitor	Received state update for 2203 (xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF], none-NotVisible
info	2025-01-25 13:16:11.459937 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:50] (euid 0, auid 0) (persona (null)): lastExitContextForInstance:error:
info	2025-01-25 13:16:11.460124 -0500	UserEventAgent	com.apple.runningboard	monitor	Update delivered for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203] with taskState 1
info	2025-01-25 13:16:11.460144 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:74] (euid 0, auid 0) (persona (null)): lastExitContextForInstance:error:
info	2025-01-25 13:16:11.460167 -0500	UserEventAgent	com.apple.runningboard	monitor	Update delivered for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203] with taskState 1
default	2025-01-25 13:16:11.460179 -0500	PerfPowerServices	com.apple.runningboard	monitor	Received state update for 2203 (xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF], none-NotVisible
info	2025-01-25 13:16:11.460201 -0500	UserEventAgent	com.apple.CoreAnalytics	client	Dropping "com.apple.appUsage.session" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.460328 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:231] (euid 501, auid 501) (persona (null)): lastExitContextForInstance:error:
default	2025-01-25 13:16:11.460406 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"invoking applicationStateChange handler", "StateChangeData":"{\n    BKSApplicationStateAppIsFrontmost = 0;\n    BKSApplicationStateExtensionKey = 1;\n    BKSApplicationStateHostPIDKey = 1376;\n    SBApplicationStateDisplayIDKey = \"com.apple.priml.PFLHRPeriodPredPush\";\n    SBApplicationStateKey = 1;\n    SBApplicationStateProcessIDKey = 2203;\n    SBMostElevatedStateForProcessID = 1;\n}"}
info	2025-01-25 13:16:11.460450 -0500	locationd	com.apple.runningboard	monitor	Update delivered for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203] with taskState 1
default	2025-01-25 13:16:11.460493 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#dic AppMonitor received Termination", "pid":2203, "bundleId":"com.apple.priml.PFLHRPeriodPredPush", "exitReason":-1}
default	2025-01-25 13:16:11.460495 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"Post Application State Change Notification", "notification":"Terminated", "pid":2203, "bundleId":"com.apple.priml.PFLHRPeriodPredPush"}
info	2025-01-25 13:16:11.460578 -0500	SpringBoard	com.apple.PaperBoardUI	Snapshot	 Set source needs update for observer: 
info	2025-01-25 13:16:11.460586 -0500	SpringBoard	com.apple.PaperBoardUI	Snapshot	 Set source needs update for observer: 
default	2025-01-25 13:16:11.460598 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#Warning #ClientResolution the passed keyPath is not registered. Resolving to #nullCKP", "InputCKP":"icom.apple.priml.PFLHRPeriodPredPush:"}
default	2025-01-25 13:16:11.460604 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction created: (0x16be21c20) GetIdentifyingInformation
info	2025-01-25 13:16:11.460617 -0500	SpringBoard	com.apple.PaperBoardUI	Snapshot	 Set source needs update for observer: >
info	2025-01-25 13:16:11.460659 -0500	SpringBoard	com.apple.PaperBoardUI	Snapshot	 Set source needs update for observer: >
info	2025-01-25 13:16:11.460685 -0500	SpringBoard	com.apple.PaperBoardUI	Snapshot	 Set source needs update for observer: >
info	2025-01-25 13:16:11.460692 -0500	wifid	com.apple.runningboard	monitor	Update delivered for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203] with taskState 1
default	2025-01-25 13:16:11.460699 -0500	locationd	com.apple.runningboard	monitor	Received state update for 2203 (xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF], none-NotVisible
info	2025-01-25 13:16:11.460705 -0500	SpringBoard	com.apple.PaperBoardUI	Snapshot	 Set source needs update for observer: >
default	2025-01-25 13:16:11.460707 -0500	locationd	com.apple.locationd.Utility	QA	os_transaction releasing: (0x16be21c20) GetIdentifyingInformation
default	2025-01-25 13:16:11.460712 -0500	locationd	com.apple.locationd.Core	Core	{"msg":"#CLIUA AppMonitor notification", "notification":"Terminated", "pid":2203, "bundleId":"com.apple.priml.PFLHRPeriodPredPush", "ClientKey":"icom.apple.priml.PFLHRPeriodPredPush:"}
info	2025-01-25 13:16:11.460730 -0500	SpringBoard	com.apple.PaperBoardUI	Snapshot	 Set source needs update for observer: >
info	2025-01-25 13:16:11.460732 -0500	locationd	com.apple.runningboard	monitor	Update skipped for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203]
info	2025-01-25 13:16:11.460753 -0500	SpringBoard	com.apple.PaperBoardUI	Snapshot	 Set source needs update for observer: >
info	2025-01-25 13:16:11.460778 -0500	SpringBoard	com.apple.PaperBoardUI	Snapshot	 Set source needs update for observer: >
info	2025-01-25 13:16:11.460797 -0500	SpringBoard	com.apple.PaperBoardUI	Snapshot	 Set source needs update for observer: 
info	2025-01-25 13:16:11.460802 -0500	SpringBoard	com.apple.PaperBoardUI	Snapshot	 Set source needs update for observer: 
default	2025-01-25 13:16:11.460805 -0500	audiomxd	com.apple.runningboard	monitor	Received state update for 2203 (xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF], none-NotVisible
default	2025-01-25 13:16:11.460833 -0500	UserEventAgent	com.apple.runningboard	monitor	Received state update for 2203 (xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF], none-NotVisible
info	2025-01-25 13:16:11.460858 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203]
default	2025-01-25 13:16:11.460886 -0500	useractivityd	com.apple.runningboard	monitor	Received state update for 2203 (xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF], none-NotVisible
info	2025-01-25 13:16:11.460894 -0500	wifid	com.apple.runningboard	monitor	Update skipped for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203]
info	2025-01-25 13:16:11.460894 -0500	audiomxd	com.apple.runningboard	monitor	Update skipped for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203]
info	2025-01-25 13:16:11.460901 -0500	UserEventAgent	com.apple.runningboard	monitor	Update skipped for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203]
info	2025-01-25 13:16:11.460913 -0500	UserEventAgent	com.apple.runningboard	monitor	Update skipped for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203]
info	2025-01-25 13:16:11.461002 -0500	useractivityd	com.apple.runningboard	monitor	Update delivered for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203] with taskState 1
default	2025-01-25 13:16:11.461008 -0500	symptomsd	com.apple.runningboard	monitor	Received state update for 2203 (xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF], none-NotVisible
default	2025-01-25 13:16:11.461009 -0500	PerfPowerServices	com.apple.runningboard	monitor	Received state update for 2203 (xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF], none-NotVisible
info	2025-01-25 13:16:11.461016 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:778] (euid 501, auid 501) (persona (null)): lastExitContextForInstance:error:
info	2025-01-25 13:16:11.461026 -0500	useractivityd	com.apple.runningboard	monitor	Update skipped for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203]
info	2025-01-25 13:16:11.461075 -0500	symptomsd	com.apple.runningboard	monitor	Update delivered for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203] with taskState 1
info	2025-01-25 13:16:11.461092 -0500	symptomsd	com.apple.runningboard	monitor	Update delivered for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203] with taskState 1
info	2025-01-25 13:16:11.461340 -0500	PerfPowerServices	com.apple.runningboard	monitor	Update delivered for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203] with taskState 1
info	2025-01-25 13:16:11.461358 -0500	PerfPowerServices	com.apple.runningboard	monitor	Update skipped for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203]
default	2025-01-25 13:16:11.461416 -0500	adid	com.apple.xpc	connection	[0xd7c0a8000] invalidated because the client process (pid 177) either cancelled the connection or exited
default	2025-01-25 13:16:11.461582 -0500	***	com.apple.xpc	connection	[0xbbc2f8b40] invalidated because the client process (pid 2203) either cancelled the connection or exited
default	2025-01-25 13:16:11.461632 -0500	cfprefsd	com.apple.xpc	connection	[0xb84852440] invalidated because the client process (pid 2203) either cancelled the connection or exited
info	2025-01-25 13:16:11.461668 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:35] (euid 501, auid 501) (persona (null)): lastExitContextForInstance:error:
default	2025-01-25 13:16:11.461730 -0500	containermanagerd_system	com.apple.xpc	connection	[0xd8c1383c0] invalidated because the client process (pid 2203) either cancelled the connection or exited
default	2025-01-25 13:16:11.461795 -0500	analyticsd	com.apple.xpc	connection	[0x716954140] invalidated because the client process (pid 2203) either cancelled the connection or exited
info	2025-01-25 13:16:11.462028 -0500	SpringBoard	com.apple.runningboard	monitor	Update delivered for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203] with taskState 1
info	2025-01-25 13:16:11.462065 -0500	SpringBoard	com.apple.runningboard	monitor	Update skipped for [xpcservice:1376])>{vt hash: 152176789}[uuid:371058B0-FC87-5186-BA5D-8458D9C026FF]:2203]
default	2025-01-25 13:16:11.463232 -0500	kernel			apfs_release_all_reserved_space:4452: disk1s8 Reserved unwritten range 2998272:2457600,6 for inode 23859286
default	2025-01-25 13:16:11.463309 -0500	kernel			apfs_release_all_reserved_space:4452: disk1s8 Reserved unwritten range 2048000:5226496,6 for inode 23859289
default	2025-01-25 13:16:11.463346 -0500	kernel			apfs_release_all_reserved_space:4452: disk1s8 Reserved unwritten range 1179648:4227072,6 for inode 23859575
default	2025-01-25 13:16:11.463357 -0500	kernel			apfs_release_all_reserved_space:4452: disk1s8 Reserved unwritten range 1048576:4898816,6 for inode 23859658
default	2025-01-25 13:16:11.464046 -0500	biomed	com.apple.xpc	connection	[0x63503e1c0] invalidated because the client process (pid 2203) either cancelled the connection or exited
info	2025-01-25 13:16:11.464164 -0500	mlhostd	com.apple.runningboard	general	Received terminate request response: 
error	2025-01-25 13:16:11.464240 -0500	symptomsd	com.apple.symptomsd	proc_state	Process state is unknown AppStateTracker, pid 2203, uuid F721BF90-ACA5-3DED-9FC8-AB5EE9C00986 display identifier com.apple.priml.PFLHRPeriodPredPush foreground 0
default	2025-01-25 13:16:11.464457 -0500	mlhostd	com.apple.BackgroundSystemTasks	BGSTFramework	Marking task  complete
info	2025-01-25 13:16:11.464642 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.Intent/local/757018835020867 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.464679 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.Intent/local/757018835020867 address: 0x offset:32 size:1048544
default	2025-01-25 13:16:11.464976 -0500	dasd	com.apple.duetactivityscheduler	BGSTHelper	Completed com.apple.priml.PFLHRPeriodPredPush (0x6fcc5c600)
info	2025-01-25 13:16:11.465037 -0500	dasd	com.apple.duetactivityscheduler	BGSTHelper	Completing com.apple.priml.PFLHRPeriodPredPush:D313C2 (BGST 0x6fcc5c600)
info	2025-01-25 13:16:11.465421 -0500	symptomsd	com.apple.symptomsd	proc_state	Report apps state change: {
    "com.amazon.Amazon" = 1;
    "com.anthem.sydneyhealth" = 1;
    "com.apple.AppleMediaDiscovery.AMDEngagementExtension" = 1;
    "com.apple.Batteries.BatteriesAvocadoWidgetExtension" = 1;
    "com.apple.BusinessChatViewService" = 1;
    "com.apple.CloudDocs.iCloudDriveFileProvider" = 1;
    "com.apple.CoreAuthUI" = 1;
    "com.apple.CoreSpotlight.TextImporter" = 1;

    "com.apple.FileProvider.LocalStorage" = 1;
    "com.apple.GameOverlayUI" = 1;
    "com.apple.InCallService" = 1;
    "com.apple.InputUI" = 1;
    "com.apple.MobileSMS" = 1;
    "com.apple.OfficeImport.OfficeSpotlightImporter" = 1;
    "com.apple.PDFKit.PDFImporter" = 1;
    "com.apple.PassKit.EngagementExtension" = 1;
    "com.apple.PassbookUIService" = 1;
    "com.apple.PhotosUIPrivate.PhotosPosterProvider" = 1;
    "com.apple.PosterBoard" = 1;
    "com.apple.Preferences" = 1;
    "com.apple.ScreenshotServicesService" = 1;
    "com.apple.Sharing.AirDrop" = 1;
    "com.apple.ShortcutsActions.ShortcutsTopHitsExtension" = 1;
    "co
info	2025-01-25 13:16:11.466217 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.Intent/local/757018835020867 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.466229 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.Intent/local/757018835020867 address: 0x offset:32 size:1048544
default	2025-01-25 13:16:11.466429 -0500	biomed	com.apple.Biome	BiomeStorage	Enumerator for App.Intent starting from /+0xff2f0
info	2025-01-25 13:16:11.467009 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.Intent/local/759423062095268 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.467025 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.Intent/local/759423062095268 address: 0x offset:32 size:1048544
info	2025-01-25 13:16:11.467381 -0500	biomed	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
info	2025-01-25 13:16:11.467997 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.Intent/local/759520347790041 address: 0x offset:0 size:32
info	2025-01-25 13:16:11.468005 -0500	biomed	com.apple.Biome	BiomeStorage	Successfully mapped file: /private/var/mobile/Library/Biome/streams/restricted/App.Intent/local/759520347790041 address: 0x offset:32 size:1048544
info	2025-01-25 13:16:11.468135 -0500	biomed	com.apple.Biome	BiomeStorage	_segmentAfterFrameStore: 
default	2025-01-25 13:16:11.468945 -0500	dasd	com.apple.duetactivityscheduler	lifecycle	COMPLETED <_DASActivity: "com.apple.priml.PFLHRPeriodPredPush:D313C2", Maintenance, 60s, [1/25/25, 1:12:22 PM - 1/25/25, 9:12:21 PM], Started at 1/25/25, 1:16:09 PM, Endpoint: (null), Upload=0, UploadSize=0, DownloadSize=0, WiFi-Only=1, Group: com.apple.priml.PFLHRPeriodPredPush, PID: 1376>
default	2025-01-25 13:16:11.468983 -0500	HeuristicInterpreter	com.apple.duetexpertd.atx	heuristic	(null) (JS): 
default	2025-01-25 13:16:11.469008 -0500	HeuristicInterpreter	com.apple.duetexpertd.atx	heuristic	InfoHeuristic: scheduleRefreshAfterDarwinNotification ; coalescing interval: 0.000000
info	2025-01-25 13:16:11.469124 -0500	dasd	com.apple.powerlog	ClientLogging	Hit the cache limit, dropping last event:  
info	2025-01-25 13:16:11.469412 -0500	dasd	com.apple.CoreAnalytics	client	Dropping "com.apple.dasd.metrics.starvation_durations" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.469418 -0500	dasd	com.apple.CoreAnalytics	client	Dropping "com.apple.dasd.metrics.runtime_durations" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.469424 -0500	dasd	com.apple.CoreAnalytics	client	Dropping "com.apple.dasd.metrics.run_count" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.469496 -0500	HeuristicInterpreter	com.apple.duetexpertd.atx	heuristic	InfoHeuristic: scheduleRefreshAfterDarwinNotification ; coalescing interval: 0.000000
default	2025-01-25 13:16:11.469513 -0500	HeuristicInterpreter	com.apple.duetexpertd.atx	heuristic	InfoHeuristic: scheduleRefreshAfterDarwinNotification ; coalescing interval: 0.000000
default	2025-01-25 13:16:11.469712 -0500	dasd	com.apple.duetactivityscheduler	energybudgeting	Report to PowerLog stop tracking activity (from daemon)  with bundle name (null) and info 
default	2025-01-25 13:16:11.469980 -0500	dasd	com.apple.duetactivityscheduler	lifecycle(activityGroup)	NO LONGER RUNNING com.apple.priml.PFLHRPeriodPredPush:D313C2 ...Tasks running in group [] are 0!
info	2025-01-25 13:16:11.469996 -0500	dasd	com.apple.CoreAnalytics	client	Dropping "com.apple.dasd.limitationDistribution" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.470446 -0500	dasd	com.apple.CoreAnalytics	client	Dropping "com.apple.dasd.runtimeLimits" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.470607 -0500	remindd	com.apple.UserNotifications	Connections	[com.apple.reminders] Getting notification settings (async)
default	2025-01-25 13:16:11.471098 -0500	dasd	com.apple.duetactivityscheduler	BGSTHelper	Rescheduling repeating task com.apple.priml.PFLHRPeriodPredPush (0x6fcc5c600)
info	2025-01-25 13:16:11.471306 -0500	usernotificationsd	com.apple.usernotificationsd	Connections	[com.apple.remindd] Starting entitlement check: com.apple.reminders
info	2025-01-25 13:16:11.471368 -0500	usernotificationsd	com.apple.usernotificationsd	Connections	[com.apple.remindd] Entitlement check success: bundle-identifiers
info	2025-01-25 13:16:11.471370 -0500	usernotificationsd	com.apple.usernotificationsd	Connections	[com.apple.remindd] Forwarding getNotificationSettings: com.apple.reminders
default	2025-01-25 13:16:11.471506 -0500	dasd	com.apple.duetactivityscheduler	client	SUBMITTING: com.apple.priml.PFLHRPeriodPredPush:ABE233
info	2025-01-25 13:16:11.471636 -0500	remindd	com.apple.reminderkit	utility	Received notifyd notification {name: SignificantTimeChangeNotification}
info	2025-01-25 13:16:11.474792 -0500	dasd	com.apple.CoreAnalytics	client	Dropping "com.apple.dasd.rateLimitedAtSubmit" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.474885 -0500	dasd	com.apple.duetactivityscheduler	default	Submitted: com.apple.priml.PFLHRPeriodPredPush:ABE233 at priority 5 with interval 28800 (Sat Jan 25 21:12:22 2025 - Sun Jan 26 05:12:21 2025)
default	2025-01-25 13:16:11.475577 -0500	dasd	com.apple.duetactivityscheduler	BGSTHelper	Submitted <_DASActivity: "com.apple.priml.PFLHRPeriodPredPush:ABE233", Maintenance, 60s, [1/25/25, 9:12:22 PM - 1/26/25, 5:12:21 AM], Group: "com.apple.priml.PFLHRPeriodPredPush", Networking: Upload=0, UploadSize=0, DownloadSize=0, WiFi-Only=1, Interval=480, Related Apps: (     "com.apple.priml.PFLHRPeriodPredPush" ), Service Name: mlhostd, Budgeted, ClassA, ClassA, Delayed Start, User Specified: {     Resources = CPU; }> (BGST 0x6fcc5c600)
default	2025-01-25 13:16:11.477227 -0500	dasd	com.apple.duetactivityscheduler	scoring	: Optimal Score 0.6268 at  (Valid Until: )
info	2025-01-25 13:16:11.478285 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 25.579119,
within advertisement: .
info	2025-01-25 13:16:11.478632 -0500	SpringBoard	com.apple.GenerativeModels	availability	Current availability state: unavailable
info	2025-01-25 13:16:11.480393 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 813536.
default	2025-01-25 13:16:11.480441 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.480566 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.480889 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.480962 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.481034 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.481427 -0500	backboardd	com.apple.CoreBrightness.AABC	default	end fast ramp mode
default	2025-01-25 13:16:11.481436 -0500	backboardd	com.apple.CoreBrightness.AABC	default	setting report interval: 0.250000s (slow mode)
default	2025-01-25 13:16:11.481525 -0500	backboardd	com.apple.iohid	service	0x100000656: set report interval:250000 client:5F924DAD-EB44-4011-ADB9-C7D645458BEE
info	2025-01-25 13:16:11.482486 -0500	backboardd	com.apple.iohid	service	0x100000656: Set report interval current:100000 new:250000 result:1 events:{
    AmbientLightSensor = 60479;
}
default	2025-01-25 13:16:11.482834 -0500	backboardd	com.apple.CoreBrightness.AABC	default	trusted Lux: 23.000000, trusted front Lux: 23.000000, trusted capped Lux: 23.000000
info	2025-01-25 13:16:11.482860 -0500	backboardd			libEDR - EDRServerSetDisplayBrightnessForDisplay: (display: 1, targetBrightness: 154.697571, maxLuminance: 663.977234, ambientIlluminance: 23.000000, brightnessScaler: 1.000000)
info	2025-01-25 13:16:11.482873 -0500	backboardd			libEDR - NotificationCallback: (type: kEDRNotifyBrightness, display: 1, brightness: 0.232986, backlight: 0.232986, edrScaler: 1.000000, maxLuminance: 663.977234, ambientIlluminance: 23.000000, brightnessScaler: 1.000000)
info	2025-01-25 13:16:11.482875 -0500	backboardd			libEDR - PostNotification: (display: 1, brightness: 0.232986, backlight: 0.232986, edrScaling: 1.000000, maxLuminance: 663.977234, ambientIlluminance: 23.000000, brightnessScaler: 1.000000)
info	2025-01-25 13:16:11.482883 -0500	backboardd			libEDR - EDRGetDisplayHeadroom: cid=1 did=1 val=1.000000
info	2025-01-25 13:16:11.482886 -0500	backboardd			libEDR - EDRGetAmbientIlluminance: cid=1 did=1 val=23.000000
info	2025-01-25 13:16:11.482887 -0500	backboardd			libEDR - EDRGetDisplayMaxLuminance: cid=1 did=1 val=663.977234
info	2025-01-25 13:16:11.482887 -0500	backboardd			libEDR - EDRGetDisplayBacklightBrightness: cid=1 did=1 val=0.232986
info	2025-01-25 13:16:11.482990 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 420.448673,
within advertisement: .
info	2025-01-25 13:16:11.483099 -0500	backboardd	com.apple.CBColorModule.Primary.Ammolite	default	CFXAmmoliteUpdateTarget: Ammolite: Lux 23.832672 (delta 0.885954 / thr 10.000000)
info	2025-01-25 13:16:11.483114 -0500	backboardd	com.apple.CoreBrightness.CBColorModule.Primary	default	Set ambient color sample ALS event = [Orientation = 1; Illuminance = 23.000000; xy = (0.437198,0.388300); XYZ = (8.541486,7.586175,3.409236); CCT1 = 3412.753662; Integration time = 0.097300; Gain = 33554432; Obstructed = 0; First = 0, mitigation = 0, timestamp = 0]
info	2025-01-25 13:16:11.484042 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 817034.
default	2025-01-25 13:16:11.484080 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.484191 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.484273 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.484364 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.484632 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.485688 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 115.121295,
within advertisement: .
info	2025-01-25 13:16:11.486161 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 817406.
default	2025-01-25 13:16:11.486185 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.486351 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.486651 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.486915 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.487009 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.487842 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 8.145865,
within advertisement: .
info	2025-01-25 13:16:11.488440 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 804272.
default	2025-01-25 13:16:11.488472 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.488580 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.488682 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.488746 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.488827 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.489811 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 129.827182,
within advertisement: .
info	2025-01-25 13:16:11.490516 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 810140.
default	2025-01-25 13:16:11.490545 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.490637 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.490699 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.490750 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.490816 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
default	2025-01-25 13:16:11.491080 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : Update is required
default	2025-01-25 13:16:11.491102 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : Beginning update attempt
default	2025-01-25 13:16:11.491122 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName called: 
default	2025-01-25 13:16:11.491164 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.491183 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.491197 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.491210 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.491223 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.491235 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.491249 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.491261 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateViewWithName: request:  
default	2025-01-25 13:16:11.491781 -0500	duetexpertd	com.apple.xpc	connection	[0x6a1c33980] activating connection: mach=false listener=false peer=true name=com.apple.xpc.anonymous.0x6a1c30f00.peer[476].0x6a1c33980
default	2025-01-25 13:16:11.492341 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform.IntelligencePlatformComputeService	Default	IntelligencePlatformComputeService: updateViewWithName  called
default	2025-01-25 13:16:11.492408 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform.IntelligencePlatformComputeService	Default	IntelligencePlatformComputeService: updateViewWithName  begining update
default	2025-01-25 13:16:11.492748 -0500	remindd	com.apple.UserNotifications	Connections	[com.apple.reminders] Got notification settings [ hasResult: 1 hasCompletionHandler: 1 ]
info	2025-01-25 13:16:11.495142 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	storage	FeatureDatabaseTable: Wrote  to db with table name 
default	2025-01-25 13:16:11.495440 -0500	remindd	com.apple.reminderkit	xpc	lastSyncPoll < throttingInterval. Not Polling {lastSyncPoll: 2023-01-16 15:34:15 +0000, throttingInterval: 94608000.000}
info	2025-01-25 13:16:11.495563 -0500	remindd	com.apple.reminderkit	utility	Received notifyd notification {name: SignificantTimeChangeNotification}
default	2025-01-25 13:16:11.496490 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	views	ViewUpdate: : : Finished update
default	2025-01-25 13:16:11.496542 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	views	ViewUpdate: : Finished update
default	2025-01-25 13:16:11.496871 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	views	ViewUpdate: : Finished update
default	2025-01-25 13:16:11.497162 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	views	ViewUpdate: : Finished update
default	2025-01-25 13:16:11.497419 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	views	ViewUpdate: : Finished update
default	2025-01-25 13:16:11.497428 -0500	remindd	com.apple.reminderkit	xpc	Updating display dates in all stores due to significant time change…
default	2025-01-25 13:16:11.497471 -0500	remindd	com.apple.reminderkit	xpc	UpdateDisplayDates BEGIN {store: }
default	2025-01-25 13:16:11.498260 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform.IntelligencePlatformComputeService	Default	IntelligencePlatformComputeService: update  returning responses
default	2025-01-25 13:16:11.499430 -0500	HeuristicInterpreter	com.apple.duetexpertd.atx	heuristic	InfoHeuristic: addInfoSuggestion 
default	2025-01-25 13:16:11.499584 -0500	HeuristicInterpreter	com.apple.duetexpertd.atx	heuristic	Memory usage is 4.453835 MB after running ''
default	2025-01-25 13:16:11.500710 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : View was updated
default	2025-01-25 13:16:11.500710 -0500	HeuristicInterpreter	com.apple.duetexpertd.atx	heuristic	InfoHeuristic: scheduleRefreshAfterLocalNotification 
default	2025-01-25 13:16:11.500783 -0500	HeuristicInterpreter	com.apple.duetexpertd.atx	heuristic	InfoHeuristic: scheduleRefreshAfterDarwinNotification ; coalescing interval: 0.000000
default	2025-01-25 13:16:11.500817 -0500	HeuristicInterpreter	com.apple.duetexpertd.atx	heuristic	(null) (JS): 
default	2025-01-25 13:16:11.501983 -0500	biomed	com.apple.intelligenceplatform	views	SourceUpdater:  triggered 19 to run on context schedule  (instead of live)
info	2025-01-25 13:16:11.502134 -0500	biomed	com.apple.intelligenceplatform	construction	ScheduledTask: ViewEvery21Minutes: has already been scheduled
default	2025-01-25 13:16:11.503420 -0500	biomed	com.apple.intelligenceplatform	views	SourceUpdater:  triggered 20 to run on context schedule  (instead of live)
default	2025-01-25 13:16:11.505940 -0500	biomed	com.apple.intelligenceplatform	views	SourceUpdater:  triggered 25 to run on context schedule  (instead of live)
info	2025-01-25 13:16:11.506113 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 62.144748,
within advertisement: .
info	2025-01-25 13:16:11.506458 -0500	symptomsd	com.apple.symptomsd	evaluation	Forced notify to com.apple.symptoms.managed_events.wifi-app-aware with token 11
default	2025-01-25 13:16:11.506500 -0500	biomed	com.apple.intelligenceplatform	views	SourceUpdater:  triggered 26 to run on context schedule  (instead of live)
info	2025-01-25 13:16:11.506514 -0500	symptomsd	com.apple.symptomsd	flow	WiFi Observer: Sent notification after dampening when new flags fg 0x0 0x0 bg 0x2000010a 0x411101050505  initial values 0x0 0x0 0x2000010a 0x401000040404
info	2025-01-25 13:16:11.506649 -0500	symptomsd	com.apple.symptomsd	attribution	pollFlows started
default	2025-01-25 13:16:11.506656 -0500	biomed	com.apple.intelligenceplatform	views	SourceUpdater:  triggered 27 to run on context schedule  (instead of live)
default	2025-01-25 13:16:11.506840 -0500	biomed	com.apple.intelligenceplatform	views	SourceUpdater:  triggered 33 to run on context schedule  (instead of live)
default	2025-01-25 13:16:11.506956 -0500	biomed	com.apple.intelligenceplatform	views	SourceUpdater:  triggered 35 to run on context schedule  (instead of live)
default	2025-01-25 13:16:11.507081 -0500	biomed	com.apple.intelligenceplatform	views	SourceUpdater:  triggered 36 to run on context schedule  (instead of live)
default	2025-01-25 13:16:11.507208 -0500	biomed	com.apple.intelligenceplatform	views	SourceUpdater:  triggered 39 to run on context schedule  (instead of live)
default	2025-01-25 13:16:11.507364 -0500	biomed	com.apple.intelligenceplatform	views	SourceUpdater:  triggered 41 to run on context schedule  (instead of live)
default	2025-01-25 13:16:11.507404 -0500	symptomsd	com.apple.symptomsd	analytics	Data Usage for com.apple.Fitness (delegation: com.apple.nsurlsessiond) on flow 168198 - WiFi in/out: 1130471/975046, WiFi delta_in/delta_out: 5257/5840, Cell in/out: 397365/304883, Cell delta_in/delta_out: 0/0, RNF: 0, subscriber tag: 0, total duration: 0.290
default	2025-01-25 13:16:11.507627 -0500	symptomsd	com.apple.symptomsd	analytics	Data Usage for mDNSResponder on flow 168196 - WiFi in/out: 199197243/280045692, WiFi delta_in/delta_out: 2134/115, Cell in/out: 102730688/102230438, Cell delta_in/delta_out: 0/0, RNF: 0, subscriber tag: 0, total duration: 0.384
default	2025-01-25 13:16:11.507673 -0500	duetexpertd	com.apple.eventkit	EventKit	Initialized event store with access to events only
default	2025-01-25 13:16:11.507895 -0500	symptomsd	com.apple.symptomsd	analytics	Data Usage for com.amazon.CloudDrivePhotos.PhotosWidget (delegation: com.apple.nsurlsessiond) on flow 168093 - WiFi in/out: 13506946/230843370, WiFi delta_in/delta_out: 35744/928042, Cell in/out: 54584/30269, Cell delta_in/delta_out: 0/0, RNF: 0, subscriber tag: 0, total duration: 2.582
default	2025-01-25 13:16:11.507975 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: completed update
default	2025-01-25 13:16:11.508137 -0500	symptomsd	com.apple.symptomsd	analytics	Data Usage for com.apple.apsd on flow 166716 - WiFi in/out: 352935927/592347240, WiFi delta_in/delta_out: 0/1526, Cell in/out: 195932881/397408461, Cell delta_in/delta_out: 0/0, RNF: 0, subscriber tag: 0, total duration: 962.472
default	2025-01-25 13:16:11.508347 -0500	symptomsd	com.apple.symptomsd	analytics	Data Usage for (null) (delegation: com.apple.CommCenter) on flow 166528 - WiFi in/out: 9635/4025, WiFi delta_in/delta_out: 0/73, Cell in/out: 0/0, Cell delta_in/delta_out: 0/0, RNF: 0, subscriber tag: 0, total duration: 1217.927
info	2025-01-25 13:16:11.508390 -0500	biomed	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.508414 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 813317.
default	2025-01-25 13:16:11.508511 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.509098 -0500	symptomsd	com.apple.symptomsd	domaintracking	FlowSnapshot: , waiting to process domain info until flow closing with nil fuuid
default	2025-01-25 13:16:11.509232 -0500	symptomsd	com.apple.symptomsd	domaintracking	FlowSnapshot: , waiting to process domain info until flow closing with nil fuuid
default	2025-01-25 13:16:11.509341 -0500	symptomsd	com.apple.symptomsd	domaintracking	FlowSnapshot: , waiting to process domain info until flow closing with nil fuuid
default	2025-01-25 13:16:11.509466 -0500	symptomsd	com.apple.symptomsd	domaintracking	FlowSnapshot: , waiting to process domain info until flow closing with nil fuuid
default	2025-01-25 13:16:11.509835 -0500	symptomsd	com.apple.symptomsd	domaintracking	FlowSnapshot: , waiting to process domain info until flow closing with nil fuuid
default	2025-01-25 13:16:11.509990 -0500	symptomsd	com.apple.symptomsd	domaintracking	FlowSnapshot: , waiting to process domain info until flow closing with nil fuuid
default	2025-01-25 13:16:11.510102 -0500	symptomsd	com.apple.symptomsd	domaintracking	FlowSnapshot: , waiting to process domain info until flow closing with nil fuuid
default	2025-01-25 13:16:11.510241 -0500	symptomsd	com.apple.symptomsd	domaintracking	FlowSnapshot: , waiting to process domain info until flow closing with nil fuuid
default	2025-01-25 13:16:11.510354 -0500	symptomsd	com.apple.symptomsd	domaintracking	FlowSnapshot: , waiting to process domain info until flow closing with nil fuuid
default	2025-01-25 13:16:11.510483 -0500	symptomsd	com.apple.symptomsd	domaintracking	FlowSnapshot: , waiting to process domain info until flow closing with nil fuuid
default	2025-01-25 13:16:11.510824 -0500	symptomsd	com.apple.symptomsd	analytics	Data Usage for (null) (delegation: mDNSResponder) on flow 121 - WiFi in/out: 43049/45890, WiFi delta_in/delta_out: 364/700, Cell in/out: 0/0, Cell delta_in/delta_out: 0/0, RNF: 0, subscriber tag: 0, total duration: 74927.545
default	2025-01-25 13:16:11.510981 -0500	symptomsd	com.apple.symptomsd	analytics	Data Usage for (null) (delegation: mDNSResponder) on flow 120 - WiFi in/out: 43385/45890, WiFi delta_in/delta_out: 336/0, Cell in/out: 0/0, Cell delta_in/delta_out: 0/0, RNF: 0, subscriber tag: 0, total duration: 74927.545
info	2025-01-25 13:16:11.511145 -0500	symptomsd	com.apple.symptomsd	attribution	Netstats refresh complete
default	2025-01-25 13:16:11.511713 -0500	symptomsd	com.apple.symptomsd	flow	WiFi observer _foregroundCounts.currentCombinedFlags is 0x0
default	2025-01-25 13:16:11.511715 -0500	symptomsd	com.apple.symptomsd	flow	WiFi observer _backgroundCounts.currentCombinedFlags is 0x411101050505
info	2025-01-25 13:16:11.512218 -0500	symptomsd	com.apple.symptomsd	flow	WiFi observer Info dir {
    "background-classifications" = 536871178;
    "background-combined-properties" = 71541287355653;
    "foreground-apps" = "{(\n    \"com.msdrigg.roam\"\n)}";
    "foreground-classifications" = 0;
    "foreground-combined-properties" = 0;
    "relevant-state" = 0;
    "verbose-background-classifications" = "TC_BK_SYS:TC_RD:TC_VO:mail";
    "verbose-background-duration" = "0x1 undefined";
    "verbose-background-jitter" = "0x5 undefined:low";
    "verbose-background-latency" = "0x5 undefined:low";
    "verbose-background-loss-tolerance" = "0x5 undefined:low";
    "verbose-background-preferred-bw" = "0x41 undefined:high";
    "verbose-background-required-bw" = "0x11 undefined:medium";
    "verbose-foreground-classifications" = "";
    "verbose-foreground-duration" = 0x0;
    "verbose-foreground-jitter" = 0x0;
    "verbose-foreground-latency" = 0x0;
    "verbose-foreground-loss-tolerance" = 0x0;
    "verbose-foreground-preferred-bw" = 0x0;
    "verbose-foreground-required-bw" = 0x0;
}
default	2025-01-25 13:16:11.512460 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
info	2025-01-25 13:16:11.512947 -0500	symptomsd	com.apple.symptomsd	evaluation	Reply with err 0 name WiFi AppAware data reason collected on demand info {
    "background-classifications" = 536871178;
    "background-combined-properties" = 71541287355653;
    "foreground-apps" = "{(\n    \"com.msdrigg.roam\"\n)}";
    "foreground-classifications" = 0;
    "foreground-combined-properties" = 0;
    "relevant-state" = 0;
    "verbose-background-classifications" = "TC_BK_SYS:TC_RD:TC_VO:mail";
    "verbose-background-duration" = "0x1 undefined";
    "verbose-background-jitter" = "0x5 undefined:low";
    "verbose-background-latency" = "0x5 undefined:low";
    "verbose-background-loss-tolerance" = "0x5 undefined:low";
    "verbose-background-preferred-bw" = "0x41 undefined:high";
    "verbose-background-required-bw" = "0x11 undefined:medium";
    "verbose-foreground-classifications" = "";
    "verbose-foreground-duration" = 0x0;
    "verbose-foreground-jitter" = 0x0;
    "verbose-foreground-latency" = 0x0;
    "verbose-foreground-loss-tolerance" = 0x0;
    "verbose-foreground-preferred-bw" = 0x0;<…>
default	2025-01-25 13:16:11.513480 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.513585 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.513669 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.514631 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 46.809082,
within advertisement: .
default	2025-01-25 13:16:11.515005 -0500	duetexpertd	com.apple.xpc	connection	[0x6a1c30c80] activating connection: mach=true listener=false peer=false name=com.apple.calaccessd
info	2025-01-25 13:16:11.515218 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 812889.
default	2025-01-25 13:16:11.515249 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.515357 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Will add backgroundTask with taskName: performBlockInactive, expirationHandler: <__NSMallocBlock__: 0x30169c750>
default	2025-01-25 13:16:11.515372 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.515417 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Reusing background assertion 
default	2025-01-25 13:16:11.515418 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Incrementing reference count for background assertion 
default	2025-01-25 13:16:11.515446 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
default	2025-01-25 13:16:11.515461 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Created background task .
info	2025-01-25 13:16:11.515508 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
default	2025-01-25 13:16:11.515522 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Will add backgroundTask with taskName: performBlockInactive, expirationHandler: <__NSMallocBlock__: 0x30169eac0>
default	2025-01-25 13:16:11.515542 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Reusing background assertion 
default	2025-01-25 13:16:11.515543 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Incrementing reference count for background assertion 
default	2025-01-25 13:16:11.515561 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Created background task .
info	2025-01-25 13:16:11.515578 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 2 within advertisement: .
default	2025-01-25 13:16:11.515764 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : Beginning view update attempt
default	2025-01-25 13:16:11.516154 -0500	kernel			apfs_release_all_reserved_space:4452: disk1s8 Reserved unwritten range 4096000:3784704,6 for inode 23859290
default	2025-01-25 13:16:11.516285 -0500	kernel			apfs_release_all_reserved_space:4452: disk1s8 Reserved unwritten range 2015232:3309568,6 for inode 23859287
default	2025-01-25 13:16:11.516913 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Ending background task with UIBackgroundTaskIdentifier: 48
default	2025-01-25 13:16:11.516988 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Ending task with identifier 48 and description: , _expireHandler: <__NSMallocBlock__: 0x30169c750>
default	2025-01-25 13:16:11.517002 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Decrementing reference count for assertion  (used by background task with identifier 48: )
info	2025-01-25 13:16:11.518469 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 10.775718,
within advertisement: .
info	2025-01-25 13:16:11.521946 -0500	TeamSpaceApp			2025-01-25T18:16:11.519Z&nbsp;[A2C-c59][I-AH][MsgUpload] started; skipDB fetch:NO&nbsp;TSMessageUploadManager:137
default	2025-01-25 13:16:11.522731 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : Update is required
default	2025-01-25 13:16:11.522864 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : View is part of update group . Will update members of 
info	2025-01-25 13:16:11.523067 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 804226.
info	2025-01-25 13:16:11.524564 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - keep - > locationTimeResolution 300.000000 currentId: 804195,
scan date: ,
within advertisement: .
default	2025-01-25 13:16:11.524658 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 2,
within advertisement: .
default	2025-01-25 13:16:11.525008 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.525232 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 2
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.527935 -0500	TeamSpaceApp			2025-01-25T18:16:11.526Z&nbsp;[A2C-c59][I-AH][MsgUpload] messages Queued&nbsp;TSMessageUploadManager:151
info	2025-01-25 13:16:11.528068 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.528613 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.530545 -0500	calaccessd	com.apple.calendar.daemon	Daemon	Client connected: 474 ()
info	2025-01-25 13:16:11.531414 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 7.741020,
within advertisement: .
default	2025-01-25 13:16:11.533667 -0500	kernel			ACMTRM-S: _saveAll: pushing *policy* -> locker (gen=593 msLen=229 dataLen=73 ver=14).
default	2025-01-25 13:16:11.533690 -0500	kernel			ACMTRM-S: _saveAll: pushing *acc-cache* -> locker (gen=593 msLen=229 dataLen=5384* ver=0).
default	2025-01-25 13:16:11.533710 -0500	kernel			ACMTRM-S: _saveAll: pushing *analytics* -> daemon (gen=593 dataLen=400 ver=1).
info	2025-01-25 13:16:11.536263 -0500	AppleCredentialManagerDaemon			acmd: main_block_invoke: XPC Event:  (iokit).
info	2025-01-25 13:16:11.536592 -0500	AppleCredentialManagerDaemon			ACMTRM-D: -[TransportRestrictedModeService entryPoint_onXPCEventWithName:]: called, eventName=.
info	2025-01-25 13:16:11.537020 -0500	AppleCredentialManagerDaemon			ACMTRM-D: -[TransportRestrictedModeService onKextNotificationArrivedWithPropertyName:]: [COM] PROCESSING .
info	2025-01-25 13:16:11.537025 -0500	AppleCredentialManagerDaemon			ACMTRM-D: -[TransportRestrictedModeService onSaveData:]: called, (gen=593).
info	2025-01-25 13:16:11.537029 -0500	AppleCredentialManagerDaemon			ACMTRM-D: -[TransportRestrictedModeService fetchFromKextAndSaveToFileWithKey:]: called, key=1.
info	2025-01-25 13:16:11.537137 -0500	AppleCredentialManagerDaemon			ACMTRM-D: -[TransportRestrictedModeService fetchFromKextAndSaveToFileWithKey:]: called, key=2.
info	2025-01-25 13:16:11.537271 -0500	AppleCredentialManagerDaemon			acmd: saveFileClassD: called, filePath=/var/root/Library/USBRestricted/analytics2 (fullSync=NO).
info	2025-01-25 13:16:11.538038 -0500	AppleCredentialManagerDaemon			ACMTRM-D: -[TransportRestrictedModeService fetchFromKextAndSaveToFileWithKey:]: '/var/root/Library/USBRestricted/analytics2' saved (len=400).
info	2025-01-25 13:16:11.538042 -0500	AppleCredentialManagerDaemon			ACMTRM-D: -[TransportRestrictedModeService fetchFromKextAndSaveToFileWithKey:]: called, key=3.
info	2025-01-25 13:16:11.538198 -0500	AppleCredentialManagerDaemon			ACMTRM-D: -[TransportRestrictedModeService fetchFromKextAndSaveToFileWithKey:]: called, key=4.
info	2025-01-25 13:16:11.538295 -0500	AppleCredentialManagerDaemon			ACMTRM-D: -[TransportRestrictedModeService sendNotificationACKWithPropertyName:]: [COM] SENDING ACK .
default	2025-01-25 13:16:11.538300 -0500	calaccessd	com.apple.calendar.daemon	Daemon	CADDefaultAppProtectionGuard: initiateAuth finished with success.
info	2025-01-25 13:16:11.538871 -0500	AppleCredentialManagerDaemon			ACMLib: performCommand: cmd(26) on CS[0] -> ok.
info	2025-01-25 13:16:11.539081 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 804265.
default	2025-01-25 13:16:11.539227 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.539609 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.539840 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.540051 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.540277 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
default	2025-01-25 13:16:11.542124 -0500	calaccessd	com.apple.xpc	connection	[0x824163200] activating connection: mach=false listener=false peer=true name=com.apple.calaccessd.peer[474].0x824163200
info	2025-01-25 13:16:11.545170 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 7.044478,
within advertisement: .
info	2025-01-25 13:16:11.547947 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 804282.
default	2025-01-25 13:16:11.547993 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.548177 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.548264 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.548335 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.548407 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 2 within advertisement: .
info	2025-01-25 13:16:11.549483 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 41.151006,
within advertisement: .
info	2025-01-25 13:16:11.551698 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 804510.
default	2025-01-25 13:16:11.553968 -0500	calaccessd	com.apple.calendar.daemon	Daemon	ClientConnection trySetDatabaseInitializationOptions. clientProvidedOptions:: {databaseInitOptions = 0, enablePropertyModificationLogging = 1, unitTesting = 0, management = 0, managementBundleID = (null), changeTrackingID = No Custom ClientID or Suffix, databaseDirectory = (null), containerProvider = (null), allowDelegateSources: 1, allowIntegrations: 0, allowedSourceIdentifiers: (null), privacyClientIdentity: (null), mockPermissions: (null), remoteClientIdentity: (null)}
default	2025-01-25 13:16:11.554261 -0500	calaccessd	com.apple.xpc	connection	[0x8240a8b00] activating connection: mach=true listener=false peer=false name=com.apple.tccd
info	2025-01-25 13:16:11.554913 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - keep - > locationTimeResolution 300.000000 currentId: 804328,
scan date: ,
within advertisement: .
default	2025-01-25 13:16:11.555013 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 2,
within advertisement: .
default	2025-01-25 13:16:11.555831 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.556093 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 2
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.557415 -0500	calaccessd	com.apple.TCC	access	SEND: 0/7 synchronous to com.apple.tccd: request: msgID=144.1028, function=TCCAccessRequest, service=kTCCServiceCalendar,
info	2025-01-25 13:16:11.557709 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.558173 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
default	2025-01-25 13:16:11.558613 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : 5/5 member views can be updated
default	2025-01-25 13:16:11.558634 -0500	biomed	com.apple.intelligenceplatform	views	ViewUpdate: : Beginning update attempt
default	2025-01-25 13:16:11.558727 -0500	biomed	com.apple.intelligenceplatform.IntelligencePlatformCompute	default	GDCComputeService: updateGroupWithName called: 
default	2025-01-25 13:16:11.560058 -0500	tccd	com.apple.xpc	connection	[0xaea197980] activating connection: mach=false listener=false peer=true name=com.apple.tccd.peer[144].0xaea197980
default	2025-01-25 13:16:11.560339 -0500	tccd	com.apple.TCC	access	REQUEST: tccd_uid=501, sender_pid=144, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=144.1028
info	2025-01-25 13:16:11.560787 -0500	tccd	com.apple.TCC	access	REQUEST_MSG: msgID=144.1028, msg={
	service="kTCCServiceCalendar"
	TCCD_MSG_SPI_VERSION=2 (0x2)
	function="TCCAccessRequest"
	TCCD_MSG_REQUEST_TYPE_KEY=0 (0x0)
	TCC_MSG_REQUEST_AUTHORIZATION_SUBJECT_CREDENTIAL_DICTIONARY_KEY={
		TCCD_MSG_CREDENTIAL_AUTHENTICATOR_TYPE_KEY=1 (0x1)
		TCCD_MSG_CREDENTIAL_AUTHENTICATOR_AUDIT_TOKEN_KEY={pid:474, auid:-1, euid:501}
	}
	TCCD_MSG_MESSAGE_OPTION_REQUEST_USAGE_STRING_POLICY_KEY=0 (0x0)
	TCCD_MSG_MESSAGE_OPTION_REQUEST_PROMPT_POLICY_KEY=2 (0x2)
	TCCD_MSG_ID="144.1028"
}
info	2025-01-25 13:16:11.563535 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 25.579119,
within advertisement: .
info	2025-01-25 13:16:11.564423 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 813537.
default	2025-01-25 13:16:11.564498 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.564816 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.565007 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.565191 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.565200 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Setting mfgr data: len:18 id:4C
default	2025-01-25 13:16:11.567333 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> received response, status 200 content U
default	2025-01-25 13:16:11.567476 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> done using Connection 275
default	2025-01-25 13:16:11.567516 -0500	nsurlsessiond	com.apple.network	activity	[C275] event: client:end_activity @0.508s, activity 
default	2025-01-25 13:16:11.568243 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> response ended
default	2025-01-25 13:16:11.568428 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> didReceiveResponse: , status code: 200
default	2025-01-25 13:16:11.568896 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform.IntelligencePlatformComputeService	Default	IntelligencePlatformComputeService: updateGroupWithName  called with 5 namesAndRequests
default	2025-01-25 13:16:11.569361 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform.IntelligencePlatformComputeService	Default	IntelligencePlatformComputeService: updateGroupWithName  begining update
info	2025-01-25 13:16:11.571746 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Ignoring duplicate advertisement data for device "4C4501AC-B3B5-DEDA-5DBE-C67829359461"
info	2025-01-25 13:16:11.572287 -0500	bluetoothd	com.apple.bluetooth	CBStackBLEScanner	Device found changed: CBDevice 4C4501AC-B3B5-DEDA-5DBE-C67829359461, BDA F4:43:D0:0C:9A:12, Nm 'Bluetooth Device', DsFl 0x40 < NearbyInfo >, RSSI -42, Ch 38, AdTsMC <74950484289>, AMfD <4c 00 10 06 48 1d 7a aa b2 08 10 06 0a 1d 63 ef 7b 38>, nbIAT <63 ef 7b>, nbIF 0x1C0 < AT Duet WiFiP2P >, CF 0x200000000 < RSSI >
info	2025-01-25 13:16:11.572737 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.573527 -0500	tccd	com.apple.TCC	access	AttributionChain: accessing={TCCDProcess: identifier=com.apple.duetexpertd, pid=474, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd}, requesting={TCCDProcess: identifier=com.apple.calaccessd, pid=144, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd},
info	2025-01-25 13:16:11.573571 -0500	tccd	com.apple.TCC	access	 has the com.apple.private.tcc.set_client_data entitlement for service kTCCServiceCalendar (composed to parent: (null))
default	2025-01-25 13:16:11.573622 -0500	tccd	com.apple.TCC	access	AUTHREQ_CTX: msgID=144.1028, function=TCCAccessRequest, service=kTCCServiceCalendar, preflight=yes, query=1, client_dict=(null), daemon_dict=
info	2025-01-25 13:16:11.573673 -0500	nearbyd	com.apple.bluetooth	CBDiscovery	Device found: CBDevice 4C4501AC-B3B5-DEDA-5DBE-C67829359461, BDA F4:43:D0:0C:9A:12, Nm 'Scott’s MacBook Pro', Md Mac14,10, IDS A50D74A1-904D-44B5-ACB3-84474E7C929E, stID A50D74A1-904D-44B5-ACB3-84474E7C929E, DsFl 0x800040 < NearbyInfo Pairing >, DvF 0x1B080 < SameAccount Hidden BLEPaired CloudPaired HIDGoodBehavior >, RSSI -42, Ch 38, CtInfo CBControllerInfo, BlSt Unknown, DcsS Unknown, Sync Status: Uploaded, FastLE v1, Allowed: no, InqS Unknown, LMPv 0 (Unknown), SSrv: 0x392039 < HFP AVRCP A2DP HID Braille LEA AACP GATT SerialPort >, BTv 5.3, AdTsMC <74950484289>, AMfD <4c 00 10 06 48 1d 7a aa b2 08 10 06 0a 1d 63 ef 7b 38>, nbIF 0x1C0 < AT Duet WiFiP2P >, CF 0x200000000 < RSSI >
default	2025-01-25 13:16:11.573681 -0500	tccd	com.apple.TCC	access	AUTHREQ_ATTRIBUTION: msgID=144.1028, attribution={accessing={TCCDProcess: identifier=com.apple.duetexpertd, pid=474, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd}, requesting={TCCDProcess: identifier=com.apple.calaccessd, pid=144, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd}, },
info	2025-01-25 13:16:11.574204 -0500	tccd	com.apple.TCC	access	 has the com.apple.private.tcc.manager.check-by-audit-token entitlement for service kTCCServiceCalendar (composed to parent: (null))
default	2025-01-25 13:16:11.574249 -0500	tccd	com.apple.TCC	access	requestor: TCCDProcess: identifier=com.apple.calaccessd, pid=144, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd is checking access for accessor TCCDProcess: identifier=com.apple.duetexpertd, pid=474, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd
info	2025-01-25 13:16:11.574259 -0500	tccd	com.apple.TCC	access	 has the com.apple.private.tcc.allow entitlement for service kTCCServiceCalendar (composed to parent: (null))
default	2025-01-25 13:16:11.574280 -0500	tccd	com.apple.TCC	access	Granting TCCDProcess: identifier=com.apple.duetexpertd, pid=474, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd access to kTCCServiceCalendar via entitlement 'com.apple.private.tcc.allow'
default	2025-01-25 13:16:11.574291 -0500	tccd	com.apple.TCC	access	AUTHREQ_RESULT: msgID=144.1028, authValue=2, authReason=11, authVersion=2, desired_auth=0, error=(null),
info	2025-01-25 13:16:11.574424 -0500	tccd	com.apple.TCC	access	REPLY_MSG: msg={
	prompt_type=1 (0x1)
	auth_value=2 (0x2)
	result=true
	auth_version=2 (0x2)
	auth_reason=11 (0xb)
}
default	2025-01-25 13:16:11.574429 -0500	tccd	com.apple.TCC	access	REPLY: (501) function=TCCAccessRequest, msgID=144.1028
info	2025-01-25 13:16:11.575305 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 7.003300,
within advertisement: .
info	2025-01-25 13:16:11.577399 -0500	calaccessd	com.apple.TCC	access	RECV: synchronous reply  { count = 5, transaction: 0, voucher = 0x0, contents =
	"prompt_type" => : 1
	"auth_value" => : 2
	"result" => : true
	"auth_version" => : 2
	"auth_reason" => : 11
}
default	2025-01-25 13:16:11.577465 -0500	calaccessd	com.apple.xpc	connection	[0x8240a8b00] invalidated after the last release of the connection object
default	2025-01-25 13:16:11.577574 -0500	calaccessd	com.apple.xpc	connection	[0x8240a9400] activating connection: mach=true listener=false peer=false name=com.apple.tccd
default	2025-01-25 13:16:11.578974 -0500	cloudd	com.apple.cloudkit	Request	req: F093AA92-C16C-4141-911C-24D246E03F39, "Received response UUID:F093AA92-C16C-4141-911C-24D246E03F39, status:200, responseDisposition:1"
default	2025-01-25 13:16:11.579505 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> received response, status 200 content U
default	2025-01-25 13:16:11.579569 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> done using Connection 275
default	2025-01-25 13:16:11.579582 -0500	nsurlsessiond	com.apple.network	activity	[C275] event: client:end_activity @0.521s, activity 
default	2025-01-25 13:16:11.579602 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> client responded to didReceiveResponse with disposition 1
default	2025-01-25 13:16:11.579834 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> response ended
default	2025-01-25 13:16:11.580035 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> didReceiveResponse: , status code: 200
default	2025-01-25 13:16:11.580468 -0500	cloudd	com.apple.cloudkit	Request	req: F093AA92-C16C-4141-911C-24D246E03F39, "URLSession:dataTask:_didReceiveData:completionHandler: 80 bytes"
info	2025-01-25 13:16:11.580585 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 804300.
default	2025-01-25 13:16:11.580740 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.580905 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.581001 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.581105 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.581207 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
default	2025-01-25 13:16:11.582364 -0500	nsurlsessiond	com.apple.CFNetwork	Summary	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> summary for task success {transaction_duration_ms=525, response_status=200, connection=275, protocol="h2", domain_lookup_duration_ms=156, connect_duration_ms=144, secure_connection_duration_ms=98, private_relay=false, request_start_ms=397, request_duration_ms=0, response_start_ms=509, response_duration_ms=1, request_bytes=736, request_throughput_kbps=2164, response_bytes=593, response_throughput_kbps=435, cache_hit=false}
default	2025-01-25 13:16:11.582449 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> finished successfully
default	2025-01-25 13:16:11.582520 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> completed with error (null) [0]. C(N)
default	2025-01-25 13:16:11.582525 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> for client com.apple.cloudd completed successfully
default	2025-01-25 13:16:11.584773 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> has 3 outstanding tasks
default	2025-01-25 13:16:11.585007 -0500	cloudd	com.apple.cloudkit	Request	req: D1C02F6C-92A7-4C3E-BB89-8D348D50B524, "Received response UUID:D1C02F6C-92A7-4C3E-BB89-8D348D50B524, status:200, responseDisposition:1"
default	2025-01-25 13:16:11.585390 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Ending background task with UIBackgroundTaskIdentifier: 49
info	2025-01-25 13:16:11.585455 -0500	calaccessd	com.apple.TCC	access	SEND: 0/7 synchronous to com.apple.tccd: request: msgID=144.1029, function=TCCAccessRequest, service=kTCCServiceReminders,
default	2025-01-25 13:16:11.585510 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Ending task with identifier 49 and description: , _expireHandler: <__NSMallocBlock__: 0x30169eac0>
default	2025-01-25 13:16:11.585525 -0500	TeamSpaceApp	com.apple.UIKit	BackgroundTask	Decrementing reference count for assertion  (used by background task with identifier 49: )
info	2025-01-25 13:16:11.586724 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 47.675559,
within advertisement: .
info	2025-01-25 13:16:11.588340 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 801716.
default	2025-01-25 13:16:11.588375 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.588737 -0500	cloudd	com.apple.CFNetwork	Default	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> finished successfully
default	2025-01-25 13:16:11.588882 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.588999 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.589107 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.589196 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 2 within advertisement: .
default	2025-01-25 13:16:11.589749 -0500	tccd	com.apple.xpc	connection	[0xaea197980] invalidated because the client process (pid 144) either cancelled the connection or exited
default	2025-01-25 13:16:11.590018 -0500	cloudd	com.apple.c2	default	captureMetricsForTask=CKDFetchDatabaseChangesURLRequest requestUUID:F093AA92-C16C-4141-911C-24D246E03F39:host=gateway.icloud.com:remoteAddress=:localAddress=:connectionUUID=18AF117D-E5FC-4CF1-B11E-5E7F686E1314:qualityOfService=utility:reuse=0:i=en0:tlsVersion=TLSv13:protocol=h2:requestHeaderBytes=201:requestBodyBytes=517:responseHeaderBytes=493:responseBodyBytes=100:err=F:dnsDuration=0.156:tcpStartDelay=0.001:tcpDuration=0.144:sslStartDelay=0.046:sslDuration=0.185:requestStartDelay=0.087:requestDuration=0.000:responseStartDelay=0.112:responseDuration=0.001:transactionDuration=0.114:outOfProcess=T:allowCellular=T:allowExpensive=T:powerNap=F:app=com.apple.Fitness:2app=:pool=com.apple.cloudkit.BackgroundConnectionPool:tlsPinning=T:retryNetworkFailures=F:disc=T:duet=noBudgeting:reqTimeout=60.00:resTimeout=-1.00:appleIdSessionId=com.apple.cloudkit:metricRequest=F
default	2025-01-25 13:16:11.590101 -0500	tccd	com.apple.xpc	connection	[0xaea197980] activating connection: mach=false listener=false peer=true name=com.apple.tccd.peer[144].0xaea197980
default	2025-01-25 13:16:11.590174 -0500	tccd	com.apple.TCC	access	REQUEST: tccd_uid=501, sender_pid=144, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=144.1029
info	2025-01-25 13:16:11.590943 -0500	tccd	com.apple.TCC	access	REQUEST_MSG: msgID=144.1029, msg={
	service="kTCCServiceReminders"
	TCCD_MSG_SPI_VERSION=2 (0x2)
	function="TCCAccessRequest"
	TCCD_MSG_REQUEST_TYPE_KEY=0 (0x0)
	TCC_MSG_REQUEST_AUTHORIZATION_SUBJECT_CREDENTIAL_DICTIONARY_KEY={
		TCCD_MSG_CREDENTIAL_AUTHENTICATOR_TYPE_KEY=1 (0x1)
		TCCD_MSG_CREDENTIAL_AUTHENTICATOR_AUDIT_TOKEN_KEY={pid:474, auid:-1, euid:501}
	}
	TCCD_MSG_MESSAGE_OPTION_REQUEST_USAGE_STRING_POLICY_KEY=0 (0x0)
	TCCD_MSG_MESSAGE_OPTION_REQUEST_PROMPT_POLICY_KEY=2 (0x2)
	TCCD_MSG_ID="144.1029"
}
default	2025-01-25 13:16:11.593422 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> client responded to didReceiveResponse with disposition 1
info	2025-01-25 13:16:11.593453 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 34.955273,
within advertisement: .
default	2025-01-25 13:16:11.593522 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	Task <090D62B7-CE38-44A2-AF55-597375C23417>.<6> client acknowledged completion
default	2025-01-25 13:16:11.593538 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> has 3 outstanding tasks
info	2025-01-25 13:16:11.593570 -0500	cloudd	com.apple.CloudTelemetry	LegacyClient	Legacy task count incremented, now 1.
info	2025-01-25 13:16:11.593988 -0500	tccd	com.apple.TCC	access	AttributionChain: accessing={TCCDProcess: identifier=com.apple.duetexpertd, pid=474, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd}, requesting={TCCDProcess: identifier=com.apple.calaccessd, pid=144, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd},
default	2025-01-25 13:16:11.594049 -0500	tccd	com.apple.TCC	access	AUTHREQ_CTX: msgID=144.1029, function=TCCAccessRequest, service=kTCCServiceReminders, preflight=yes, query=1, client_dict=(null), daemon_dict=
default	2025-01-25 13:16:11.594079 -0500	tccd	com.apple.TCC	access	AUTHREQ_ATTRIBUTION: msgID=144.1029, attribution={accessing={TCCDProcess: identifier=com.apple.duetexpertd, pid=474, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd}, requesting={TCCDProcess: identifier=com.apple.calaccessd, pid=144, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd}, },
info	2025-01-25 13:16:11.594096 -0500	tccd	com.apple.TCC	access	 has the com.apple.private.tcc.manager.check-by-audit-token entitlement for service kTCCServiceReminders (composed to parent: (null))
default	2025-01-25 13:16:11.594116 -0500	tccd	com.apple.TCC	access	requestor: TCCDProcess: identifier=com.apple.calaccessd, pid=144, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd is checking access for accessor TCCDProcess: identifier=com.apple.duetexpertd, pid=474, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd
info	2025-01-25 13:16:11.594122 -0500	tccd	com.apple.TCC	access	 has the com.apple.private.tcc.allow entitlement for service kTCCServiceReminders (composed to parent: (null))
default	2025-01-25 13:16:11.594132 -0500	tccd	com.apple.TCC	access	Granting TCCDProcess: identifier=com.apple.duetexpertd, pid=474, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd access to kTCCServiceReminders via entitlement 'com.apple.private.tcc.allow'
default	2025-01-25 13:16:11.594139 -0500	tccd	com.apple.TCC	access	AUTHREQ_RESULT: msgID=144.1029, authValue=2, authReason=11, authVersion=1, desired_auth=0, error=(null),
info	2025-01-25 13:16:11.594158 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 813478.
info	2025-01-25 13:16:11.594229 -0500	tccd	com.apple.TCC	access	REPLY_MSG: msg={
	prompt_type=1 (0x1)
	auth_value=2 (0x2)
	result=true
	auth_version=1 (0x1)
	auth_reason=11 (0xb)
}
default	2025-01-25 13:16:11.594232 -0500	tccd	com.apple.TCC	access	REPLY: (501) function=TCCAccessRequest, msgID=144.1029
info	2025-01-25 13:16:11.594337 -0500	calaccessd	com.apple.TCC	access	RECV: synchronous reply  { count = 5, transaction: 0, voucher = 0x0, contents =
	"prompt_type" => : 1
	"auth_value" => : 2
	"result" => : true
	"auth_version" => : 1
	"auth_reason" => : 11
}
default	2025-01-25 13:16:11.594372 -0500	calaccessd	com.apple.xpc	connection	[0x8240a9400] invalidated after the last release of the connection object
default	2025-01-25 13:16:11.594489 -0500	calaccessd	com.apple.calendar.daemon	Daemon	Changed database initialization options to [: {databaseInitOptions = 0, enablePropertyModificationLogging = 1, unitTesting = 0, management = 0, managementBundleID = (null), changeTrackingID = No Custom ClientID or Suffix, databaseDirectory = (null), containerProvider = (null), allowDelegateSources: 1, allowIntegrations: 0, allowedSourceIdentifiers: (null), privacyClientIdentity: (null), mockPermissions: (null), remoteClientIdentity: (null)}]
info	2025-01-25 13:16:11.594521 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - keep - > locationTimeResolution 300.000000 currentId: 813471,
scan date: ,
within advertisement: .
default	2025-01-25 13:16:11.594557 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 2,
within advertisement: .
default	2025-01-25 13:16:11.594681 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.594762 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 2
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.594820 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.594896 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
default	2025-01-25 13:16:11.595237 -0500	cloudd	com.apple.c2	default	[ removeTask:] - withIdentifier:6
default	2025-01-25 13:16:11.595273 -0500	cloudd	com.apple.cloudkit	Request	req: F093AA92-C16C-4141-911C-24D246E03F39, "URLSession:task:didCompleteWithError: (null)"
default	2025-01-25 13:16:11.595299 -0500	calaccessd	com.apple.xpc	connection	[0x8240a9300] activating connection: mach=true listener=false peer=false name=com.apple.tccd
info	2025-01-25 13:16:11.595438 -0500	cloudd	com.apple.CloudTelemetry	LegacyClient	Legacy task count decremented, now 0.
default	2025-01-25 13:16:11.595621 -0500	cloudd	com.apple.cloudkit	Request	req: D1C02F6C-92A7-4C3E-BB89-8D348D50B524, "URLSession:dataTask:_didReceiveData:completionHandler: 68 bytes"
default	2025-01-25 13:16:11.595720 -0500	cloudd	com.apple.cloudkit	Request	req: F093AA92-C16C-4141-911C-24D246E03F39, "Finishing with error (null)"
default	2025-01-25 13:16:11.596268 -0500	nsurlsessiond	com.apple.CFNetwork	Summary	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> summary for task success {transaction_duration_ms=459, response_status=200, connection=275, reused=1, reused_after_ms=87, request_start_ms=315, request_duration_ms=2, response_start_ms=442, response_duration_ms=0, request_bytes=1647, request_throughput_kbps=744, response_bytes=591, response_throughput_kbps=917, cache_hit=false}
default	2025-01-25 13:16:11.596352 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> finished successfully
default	2025-01-25 13:16:11.596401 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> completed with error (null) [0]. C(N)
default	2025-01-25 13:16:11.596406 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> for client com.apple.cloudd completed successfully
info	2025-01-25 13:16:11.597147 -0500	calaccessd	com.apple.TCC	access	SEND: 0/7 synchronous to com.apple.tccd: request: msgID=144.1030, function=TCCAccessRequest, service=kTCCServiceCalendar,
info	2025-01-25 13:16:11.597353 -0500	cloudd	com.apple.cloudkit	Request	req: F093AA92-C16C-4141-911C-24D246E03F39, "Did finish request  with error (null)"
default	2025-01-25 13:16:11.597393 -0500	cloudd	com.apple.xpc	connection	[0x8dcc49900] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
info	2025-01-25 13:16:11.597605 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 10.491855,
within advertisement: .
default	2025-01-25 13:16:11.598153 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> has 2 outstanding tasks
info	2025-01-25 13:16:11.599720 -0500	cloudd	com.apple.CoreAnalytics	client	Dropping "com.apple.cloudkit.operationFinished" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.601017 -0500	cloudd	com.apple.cloudkit	OP	Finished operation > metrics=
default	2025-01-25 13:16:11.601258 -0500	cloudd	com.apple.CFNetwork	Default	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> finished successfully
default	2025-01-25 13:16:11.601603 -0500	cloudd	com.apple.xpc	connection	[0x8dcc4a300] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	2025-01-25 13:16:11.601754 -0500	cloudd	com.apple.c2	default	captureMetricsForTask=CKDFetchDatabaseChangesURLRequest requestUUID:D1C02F6C-92A7-4C3E-BB89-8D348D50B524:host=gateway.icloud.com:remoteAddress=:localAddress=:connectionUUID=18AF117D-E5FC-4CF1-B11E-5E7F686E1314:qualityOfService=utility:reuse=1:i=en0:tlsVersion=TLSv13:protocol=h2:requestHeaderBytes=1132:requestBodyBytes=497:responseHeaderBytes=494:responseBodyBytes=97:err=F:dnsDuration=-1.000:tcpStartDelay=-1.000:tcpDuration=-1.000:sslStartDelay=-1.000:sslDuration=-1.000:requestStartDelay=-1.000:requestDuration=0.002:responseStartDelay=0.125:responseDuration=0.001:transactionDuration=0.127:outOfProcess=T:allowCellular=T:allowExpensive=T:powerNap=F:app=com.apple.Fitness:2app=:pool=com.apple.cloudkit.BackgroundConnectionPool:tlsPinning=T:retryNetworkFailures=F:disc=T:duet=noBudgeting:reqTimeout=60.00:resTimeout=-1.00:appleIdSessionId=com.apple.cloudkit:metricRequest=F
info	2025-01-25 13:16:11.603183 -0500	cloudd	com.apple.CloudTelemetry	LegacyClient	Legacy task count incremented, now 1.
default	2025-01-25 13:16:11.603293 -0500	cloudd	com.apple.c2	default	[ removeTask:] - withIdentifier:7
default	2025-01-25 13:16:11.603332 -0500	cloudd	com.apple.cloudkit	Request	req: D1C02F6C-92A7-4C3E-BB89-8D348D50B524, "URLSession:task:didCompleteWithError: (null)"
info	2025-01-25 13:16:11.603452 -0500	cloudd	com.apple.CloudTelemetry	LegacyClient	Legacy task count decremented, now 0.
default	2025-01-25 13:16:11.603610 -0500	cloudd	com.apple.cloudkit	Request	req: D1C02F6C-92A7-4C3E-BB89-8D348D50B524, "Finishing with error (null)"
default	2025-01-25 13:16:11.603634 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	No changes in database Private, not fetching. com.apple.Fitness.ActivitySharing.EndToEndEncrypted
info	2025-01-25 13:16:11.604091 -0500	cloudd	com.apple.cloudkit	Request	req: D1C02F6C-92A7-4C3E-BB89-8D348D50B524, "Did finish request  with error (null)"
default	2025-01-25 13:16:11.604207 -0500	cloudd	com.apple.xpc	connection	[0x8dcc4af80] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
info	2025-01-25 13:16:11.604953 -0500	cloudd	com.apple.CoreAnalytics	client	Dropping "com.apple.cloudkit.operationFinished" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.605240 -0500	activitysharingd	com.apple.cloudkit	OP	Finished operation >
info	2025-01-25 13:16:11.605339 -0500	activitysharingd	com.apple.cloudkit	CK	Operation 5D301C8E8D4D7503 finished
default	2025-01-25 13:16:11.605354 -0500	cloudd	com.apple.cloudkit	OP	Finished operation > metrics=
default	2025-01-25 13:16:11.605371 -0500	activitysharingd	com.apple.xpc	connection	[0x53e0fb200] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	2025-01-25 13:16:11.605377 -0500	activitysharingd	com.apple.xpc	connection	[0x53e0fa940] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
info	2025-01-25 13:16:11.605493 -0500	activitysharingd	com.apple.cloudkit	CK	Client submitting CKEventMetric BE9BA967-08B2-4B81-BA4A-F558108FA233.
default	2025-01-25 13:16:11.606583 -0500	tccd	com.apple.xpc	connection	[0xaea197980] invalidated because the client process (pid 144) either cancelled the connection or exited
default	2025-01-25 13:16:11.606756 -0500	tccd	com.apple.xpc	connection	[0xaea197980] activating connection: mach=false listener=false peer=true name=com.apple.tccd.peer[144].0xaea197980
default	2025-01-25 13:16:11.606760 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	Task <ED2D4691-7E3A-4D61-AB89-6D826A49B30A>.<7> client acknowledged completion
default	2025-01-25 13:16:11.606786 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> has 2 outstanding tasks
default	2025-01-25 13:16:11.606836 -0500	tccd	com.apple.TCC	access	REQUEST: tccd_uid=501, sender_pid=144, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=144.1030
info	2025-01-25 13:16:11.606931 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 804210.
info	2025-01-25 13:16:11.607004 -0500	tccd	com.apple.TCC	access	REQUEST_MSG: msgID=144.1030, msg={
	service="kTCCServiceCalendar"
	TCCD_MSG_SPI_VERSION=2 (0x2)
	function="TCCAccessRequest"
	TCCD_MSG_REQUEST_TYPE_KEY=0 (0x0)
	TCC_MSG_REQUEST_AUTHORIZATION_SUBJECT_CREDENTIAL_DICTIONARY_KEY={
		TCCD_MSG_CREDENTIAL_AUTHENTICATOR_TYPE_KEY=1 (0x1)
		TCCD_MSG_CREDENTIAL_AUTHENTICATOR_AUDIT_TOKEN_KEY={pid:474, auid:-1, euid:501}
	}
	TCCD_MSG_MESSAGE_OPTION_REQUEST_USAGE_STRING_POLICY_KEY=0 (0x0)
	TCCD_MSG_MESSAGE_OPTION_REQUEST_PROMPT_POLICY_KEY=2 (0x2)
	TCCD_MSG_ID="144.1030"
}
default	2025-01-25 13:16:11.607012 -0500	akd	com.apple.xpc	connection	[0x52074fe80] invalidated because the client process (pid 150) either cancelled the connection or exited
default	2025-01-25 13:16:11.607018 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.607136 -0500	akd	com.apple.xpc	connection	[0x52074cf00] invalidated because the client process (pid 150) either cancelled the connection or exited
default	2025-01-25 13:16:11.607234 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.607353 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.607445 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.607522 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 3 within advertisement: .
info	2025-01-25 13:16:11.608911 -0500	tccd	com.apple.TCC	access	AttributionChain: accessing={TCCDProcess: identifier=com.apple.duetexpertd, pid=474, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd}, requesting={TCCDProcess: identifier=com.apple.calaccessd, pid=144, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd},
info	2025-01-25 13:16:11.608984 -0500	tccd	com.apple.TCC	access	 has the com.apple.private.tcc.set_client_data entitlement for service kTCCServiceCalendar (composed to parent: (null))
default	2025-01-25 13:16:11.609040 -0500	tccd	com.apple.TCC	access	AUTHREQ_CTX: msgID=144.1030, function=TCCAccessRequest, service=kTCCServiceCalendar, preflight=yes, query=1, client_dict=(null), daemon_dict=
default	2025-01-25 13:16:11.611326 -0500	cloudd	com.apple.xpc	connection	[0x8dcc48000] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
info	2025-01-25 13:16:11.611403 -0500	cloudd	com.apple.cloudkit	CK	Daemon submitting CKEventMetric .
default	2025-01-25 13:16:11.611526 -0500	cloudd	com.apple.cloudkit	OP	Initialized with container 0x8dc9a0300. Background: 1, cellular: 1, expensive: 1, QOS: 0x9
default	2025-01-25 13:16:11.612193 -0500	cloudd	com.apple.cloudkit	CK	Found cached TCC approval for container containerID=com.apple.Fitness.ActivitySharing.EndToEndEncrypted:Production, applicationID=
default	2025-01-25 13:16:11.613154 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	No changes in database Shared, not fetching. com.apple.ActivitySharing
default	2025-01-25 13:16:11.613157 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Fetched changes in shared database successfully.
default	2025-01-25 13:16:11.613497 -0500	activitysharingd	com.apple.cloudkit	OP	Finished operation >
info	2025-01-25 13:16:11.613560 -0500	activitysharingd	com.apple.cloudkit	CK	Operation 67EA0130D22DC02F finished
default	2025-01-25 13:16:11.613584 -0500	activitysharingd	com.apple.xpc	connection	[0x53e0fa800] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	2025-01-25 13:16:11.613586 -0500	activitysharingd	com.apple.xpc	connection	[0x53e0fb5c0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
info	2025-01-25 13:16:11.613657 -0500	activitysharingd	com.apple.cloudkit	CK	Client submitting CKEventMetric 001D6D7A-7CBE-47A0-B73F-D50C65F88AD4.
default	2025-01-25 13:16:11.614389 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Fetched 0 records from secure cloud private database, group: CoreDuetTriggered
default	2025-01-25 13:16:11.614401 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Fetched changes in secure cloud private database successfully.
info	2025-01-25 13:16:11.614474 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 42.202413,
within advertisement: .
default	2025-01-25 13:16:11.614661 -0500	tccd	com.apple.TCC	access	AUTHREQ_ATTRIBUTION: msgID=144.1030, attribution={accessing={TCCDProcess: identifier=com.apple.duetexpertd, pid=474, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd}, requesting={TCCDProcess: identifier=com.apple.calaccessd, pid=144, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd}, },
info	2025-01-25 13:16:11.614686 -0500	tccd	com.apple.TCC	access	 has the com.apple.private.tcc.manager.check-by-audit-token entitlement for service kTCCServiceCalendar (composed to parent: (null))
default	2025-01-25 13:16:11.614731 -0500	tccd	com.apple.TCC	access	requestor: TCCDProcess: identifier=com.apple.calaccessd, pid=144, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd is checking access for accessor TCCDProcess: identifier=com.apple.duetexpertd, pid=474, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd
info	2025-01-25 13:16:11.614737 -0500	tccd	com.apple.TCC	access	 has the com.apple.private.tcc.allow entitlement for service kTCCServiceCalendar (composed to parent: (null))
default	2025-01-25 13:16:11.614749 -0500	tccd	com.apple.TCC	access	Granting TCCDProcess: identifier=com.apple.duetexpertd, pid=474, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd access to kTCCServiceCalendar via entitlement 'com.apple.private.tcc.allow'
default	2025-01-25 13:16:11.614757 -0500	tccd	com.apple.TCC	access	AUTHREQ_RESULT: msgID=144.1030, authValue=2, authReason=11, authVersion=2, desired_auth=0, error=(null),
info	2025-01-25 13:16:11.614830 -0500	tccd	com.apple.TCC	access	REPLY_MSG: msg={
	prompt_type=1 (0x1)
	auth_value=2 (0x2)
	result=true
	auth_version=2 (0x2)
	auth_reason=11 (0xb)
}
default	2025-01-25 13:16:11.614833 -0500	tccd	com.apple.TCC	access	REPLY: (501) function=TCCAccessRequest, msgID=144.1030
info	2025-01-25 13:16:11.615397 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 813952.
info	2025-01-25 13:16:11.616038 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - keep - > locationTimeResolution 300.000000 currentId: 813865,
scan date: ,
within advertisement: .
info	2025-01-25 13:16:11.617098 -0500	cloudd	com.apple.CloudTelemetry	LegacyClient	Legacy task count incremented, now 1.
info	2025-01-25 13:16:11.617156 -0500	cloudd	com.apple.cloudkit	CK	CKEventMetric  didCompleteWithError (null)
info	2025-01-25 13:16:11.617158 -0500	cloudd	com.apple.cloudkit	CK	Daemon submitted CKEventMetric .
debug	2025-01-25 13:16:11.617768 -0500	kernel			mld_append_relq: adding inm 39d97b89fbc5d421 on relq ifp awdl0
debug	2025-01-25 13:16:11.617795 -0500	kernel			mld_flush_relq: flushing inm 39d97b89fbc5d421 on relq ifp awdl0
info	2025-01-25 13:16:11.618323 -0500	calaccessd	com.apple.TCC	access	RECV: synchronous reply  { count = 5, transaction: 0, voucher = 0x0, contents =
	"prompt_type" => : 1
	"auth_value" => : 2
	"result" => : true
	"auth_version" => : 2
	"auth_reason" => : 11
}
default	2025-01-25 13:16:11.618376 -0500	calaccessd	com.apple.xpc	connection	[0x8240a9300] invalidated after the last release of the connection object
default	2025-01-25 13:16:11.618439 -0500	calaccessd	com.apple.xpc	connection	[0x8240a8b00] activating connection: mach=true listener=false peer=false name=com.apple.tccd
info	2025-01-25 13:16:11.618459 -0500	cloudd	com.apple.cloudkit	CK	Daemon submitting CKEventMetric .
info	2025-01-25 13:16:11.618654 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	SendOneMessage Request Received
default	2025-01-25 13:16:11.618783 -0500	cloudd	com.apple.cloudkit	OP	Initialized with container 0x8dc9a0000. Background: 1, cellular: 1, expensive: 1, QOS: 0x9
info	2025-01-25 13:16:11.619430 -0500	cloudd	com.apple.CloudTelemetry	LegacyClient	Legacy task count decremented, now 0.
default	2025-01-25 13:16:11.619992 -0500	cloudd	com.apple.cloudkit	CK	Found cached TCC approval for container containerID=com.apple.ActivitySharing:Production, applicationID=
info	2025-01-25 13:16:11.620378 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - keep - > locationTimeResolution 300.000000 currentId: 813780,
scan date: ,
within advertisement: .
default	2025-01-25 13:16:11.620462 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 3,
within advertisement: .
info	2025-01-25 13:16:11.620615 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	SendOneMessage Request Received
default	2025-01-25 13:16:11.620714 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
info	2025-01-25 13:16:11.620865 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	SendOneMessage Request Received
default	2025-01-25 13:16:11.620866 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 3
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.620955 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.621031 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.621448 -0500	calaccessd	com.apple.TCC	access	SEND: 0/7 synchronous to com.apple.tccd: request: msgID=144.1031, function=TCCAccessRequest, service=kTCCServiceReminders,
info	2025-01-25 13:16:11.622453 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 11.021479,
within advertisement: .
default	2025-01-25 13:16:11.623403 -0500	tccd	com.apple.xpc	connection	[0xaea197980] invalidated because the client process (pid 144) either cancelled the connection or exited
info	2025-01-25 13:16:11.623513 -0500	cloudd	com.apple.CloudTelemetry	LegacyClient	Legacy task count incremented, now 1.
default	2025-01-25 13:16:11.623625 -0500	tccd	com.apple.xpc	connection	[0xaea197980] activating connection: mach=false listener=false peer=true name=com.apple.tccd.peer[144].0xaea197980
default	2025-01-25 13:16:11.623716 -0500	tccd	com.apple.TCC	access	REQUEST: tccd_uid=501, sender_pid=144, sender_uid=501, sender_auid=-1, function=TCCAccessRequest, msgID=144.1031
info	2025-01-25 13:16:11.623976 -0500	tccd	com.apple.TCC	access	REQUEST_MSG: msgID=144.1031, msg={
	service="kTCCServiceReminders"
	TCCD_MSG_SPI_VERSION=2 (0x2)
	function="TCCAccessRequest"
	TCCD_MSG_REQUEST_TYPE_KEY=0 (0x0)
	TCC_MSG_REQUEST_AUTHORIZATION_SUBJECT_CREDENTIAL_DICTIONARY_KEY={
		TCCD_MSG_CREDENTIAL_AUTHENTICATOR_TYPE_KEY=1 (0x1)
		TCCD_MSG_CREDENTIAL_AUTHENTICATOR_AUDIT_TOKEN_KEY={pid:474, auid:-1, euid:501}
	}
	TCCD_MSG_MESSAGE_OPTION_REQUEST_USAGE_STRING_POLICY_KEY=0 (0x0)
	TCCD_MSG_MESSAGE_OPTION_REQUEST_PROMPT_POLICY_KEY=2 (0x2)
	TCCD_MSG_ID="144.1031"
}
default	2025-01-25 13:16:11.624114 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> received response, status 200 content U
default	2025-01-25 13:16:11.624188 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> done using Connection 275
default	2025-01-25 13:16:11.624207 -0500	nsurlsessiond	com.apple.network	activity	[C275] event: client:end_activity @0.565s, activity 
default	2025-01-25 13:16:11.624511 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> response ended
default	2025-01-25 13:16:11.624625 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> didReceiveResponse: , status code: 200
info	2025-01-25 13:16:11.624982 -0500	cloudd	com.apple.cloudkit	CK	CKEventMetric  didCompleteWithError (null)
info	2025-01-25 13:16:11.624984 -0500	cloudd	com.apple.cloudkit	CK	Daemon submitted CKEventMetric .
info	2025-01-25 13:16:11.625447 -0500	cloudd	com.apple.CloudTelemetry	LegacyClient	Legacy task count decremented, now 0.
info	2025-01-25 13:16:11.625999 -0500	tccd	com.apple.TCC	access	AttributionChain: accessing={TCCDProcess: identifier=com.apple.duetexpertd, pid=474, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd}, requesting={TCCDProcess: identifier=com.apple.calaccessd, pid=144, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd},
default	2025-01-25 13:16:11.626060 -0500	tccd	com.apple.TCC	access	AUTHREQ_CTX: msgID=144.1031, function=TCCAccessRequest, service=kTCCServiceReminders, preflight=yes, query=1, client_dict=(null), daemon_dict=
default	2025-01-25 13:16:11.626090 -0500	tccd	com.apple.TCC	access	AUTHREQ_ATTRIBUTION: msgID=144.1031, attribution={accessing={TCCDProcess: identifier=com.apple.duetexpertd, pid=474, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd}, requesting={TCCDProcess: identifier=com.apple.calaccessd, pid=144, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd}, },
info	2025-01-25 13:16:11.626107 -0500	tccd	com.apple.TCC	access	 has the com.apple.private.tcc.manager.check-by-audit-token entitlement for service kTCCServiceReminders (composed to parent: (null))
default	2025-01-25 13:16:11.626127 -0500	tccd	com.apple.TCC	access	requestor: TCCDProcess: identifier=com.apple.calaccessd, pid=144, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd is checking access for accessor TCCDProcess: identifier=com.apple.duetexpertd, pid=474, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd
info	2025-01-25 13:16:11.626132 -0500	tccd	com.apple.TCC	access	 has the com.apple.private.tcc.allow entitlement for service kTCCServiceReminders (composed to parent: (null))
default	2025-01-25 13:16:11.626142 -0500	tccd	com.apple.TCC	access	Granting TCCDProcess: identifier=com.apple.duetexpertd, pid=474, auid=501, euid=501, binary_path=/usr/libexec/duetexpertd access to kTCCServiceReminders via entitlement 'com.apple.private.tcc.allow'
default	2025-01-25 13:16:11.626148 -0500	tccd	com.apple.TCC	access	AUTHREQ_RESULT: msgID=144.1031, authValue=2, authReason=11, authVersion=1, desired_auth=0, error=(null),
info	2025-01-25 13:16:11.626214 -0500	tccd	com.apple.TCC	access	REPLY_MSG: msg={
	prompt_type=1 (0x1)
	auth_value=2 (0x2)
	result=true
	auth_version=1 (0x1)
	auth_reason=11 (0xb)
}
default	2025-01-25 13:16:11.626216 -0500	tccd	com.apple.TCC	access	REPLY: (501) function=TCCAccessRequest, msgID=144.1031
info	2025-01-25 13:16:11.626821 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 808395.
default	2025-01-25 13:16:11.626894 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
info	2025-01-25 13:16:11.626995 -0500	calaccessd	com.apple.TCC	access	RECV: synchronous reply  { count = 5, transaction: 0, voucher = 0x0, contents =
	"prompt_type" => : 1
	"auth_value" => : 2
	"result" => : true
	"auth_version" => : 1
	"auth_reason" => : 11
}
default	2025-01-25 13:16:11.627031 -0500	calaccessd	com.apple.xpc	connection	[0x8240a8b00] invalidated after the last release of the connection object
info	2025-01-25 13:16:11.627137 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	SendOneMessage Request Received
default	2025-01-25 13:16:11.627300 -0500	tccd	com.apple.xpc	connection	[0xaea197980] invalidated because the client process (pid 144) either cancelled the connection or exited
default	2025-01-25 13:16:11.629419 -0500	cloudd	com.apple.cloudkit	Request	req: 904243E9-65EE-487E-969F-176D117FF951, "Received response UUID:904243E9-65EE-487E-969F-176D117FF951, status:200, responseDisposition:1"
default	2025-01-25 13:16:11.629726 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> client responded to didReceiveResponse with disposition 1
default	2025-01-25 13:16:11.630606 -0500	cloudd	com.apple.cloudkit	Request	req: 904243E9-65EE-487E-969F-176D117FF951, "URLSession:dataTask:_didReceiveData:completionHandler: 80 bytes"
default	2025-01-25 13:16:11.631006 -0500	nsurlsessiond	com.apple.CFNetwork	Summary	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> summary for task success {transaction_duration_ms=499, response_status=200, connection=275, reused=1, reused_after_ms=0, request_start_ms=324, request_duration_ms=0, response_start_ms=492, response_duration_ms=0, request_bytes=645, request_throughput_kbps=3102, response_bytes=595, response_throughput_kbps=949, cache_hit=false}
default	2025-01-25 13:16:11.631072 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> finished successfully
default	2025-01-25 13:16:11.631139 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> completed with error (null) [0]. C(N)
default	2025-01-25 13:16:11.631145 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> for client com.apple.cloudd completed successfully
default	2025-01-25 13:16:11.633171 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> has 1 outstanding tasks
default	2025-01-25 13:16:11.636279 -0500	cloudd	com.apple.CFNetwork	Default	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> finished successfully
default	2025-01-25 13:16:11.636693 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> received response, status 200 content U
default	2025-01-25 13:16:11.636737 -0500	cloudd	com.apple.c2	default	captureMetricsForTask=CKDFetchDatabaseChangesURLRequest requestUUID:904243E9-65EE-487E-969F-176D117FF951:host=gateway.icloud.com:remoteAddress=:localAddress=:connectionUUID=18AF117D-E5FC-4CF1-B11E-5E7F686E1314:qualityOfService=utility:reuse=1:i=en0:tlsVersion=TLSv13:protocol=h2:requestHeaderBytes=109:requestBodyBytes=518:responseHeaderBytes=495:responseBodyBytes=100:err=F:dnsDuration=-1.000:tcpStartDelay=-1.000:tcpDuration=-1.000:sslStartDelay=-1.000:sslDuration=-1.000:requestStartDelay=-1.000:requestDuration=0.000:responseStartDelay=0.168:responseDuration=0.001:transactionDuration=0.169:outOfProcess=T:allowCellular=T:allowExpensive=T:powerNap=F:app=com.apple.Fitness:2app=:pool=com.apple.cloudkit.BackgroundConnectionPool:tlsPinning=T:retryNetworkFailures=F:disc=T:duet=noBudgeting:reqTimeout=60.00:resTimeout=-1.00:appleIdSessionId=com.apple.cloudkit:metricRequest=F
default	2025-01-25 13:16:11.636821 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> done using Connection 275
default	2025-01-25 13:16:11.636837 -0500	nsurlsessiond	com.apple.network	activity	[C275] event: client:end_activity @0.578s, activity 
default	2025-01-25 13:16:11.636925 -0500	nsurlsessiond	com.apple.network	connection	[C275] event: client:connection_idle @0.578s
info	2025-01-25 13:16:11.636962 -0500	nsurlsessiond	com.apple.network	connection	nw_endpoint_handler_report_connection_idle [C275 IPv4#20000894:443 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] Reporting connection idle to protocols
info	2025-01-25 13:16:11.636971 -0500	nsurlsessiond	com.apple.network	connection	nw_flow_passthrough_notify [C275.1.1.1 IPv4#20000894:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0[802.11], ipv4, dns, uses wifi)] received notification connection_idle
default	2025-01-25 13:16:11.637156 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> response ended
info	2025-01-25 13:16:11.637718 -0500	cloudd	com.apple.CloudTelemetry	LegacyClient	Legacy task count incremented, now 1.
info	2025-01-25 13:16:11.637978 -0500	cloudd	com.apple.CloudTelemetry	LegacyClient	Legacy task count decremented, now 0.
default	2025-01-25 13:16:11.638864 -0500	cloudd	com.apple.c2	default	[ removeTask:] - withIdentifier:8
default	2025-01-25 13:16:11.638921 -0500	cloudd	com.apple.cloudkit	Request	req: 904243E9-65EE-487E-969F-176D117FF951, "URLSession:task:didCompleteWithError: (null)"
info	2025-01-25 13:16:11.639082 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	SendOneMessage Request Received
default	2025-01-25 13:16:11.639556 -0500	cloudd	com.apple.cloudkit	Request	req: 904243E9-65EE-487E-969F-176D117FF951, "Finishing with error (null)"
info	2025-01-25 13:16:11.639859 -0500	cloudd	com.apple.cloudkit	Request	req: 904243E9-65EE-487E-969F-176D117FF951, "Did finish request  with error (null)"
default	2025-01-25 13:16:11.639898 -0500	cloudd	com.apple.xpc	connection	[0x8dcc4ad00] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	2025-01-25 13:16:11.640292 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> didReceiveResponse: , status code: 200
info	2025-01-25 13:16:11.640403 -0500	cloudd	com.apple.CoreAnalytics	client	Dropping "com.apple.cloudkit.operationFinished" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.641210 -0500	cloudd	com.apple.cloudkit	OP	Finished operation > metrics=
default	2025-01-25 13:16:11.641606 -0500	akd	com.apple.xpc	connection	[0x52074ca00] invalidated because the client process (pid 150) either cancelled the connection or exited
default	2025-01-25 13:16:11.641838 -0500	cloudd	com.apple.xpc	connection	[0x8dcc4b700] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	2025-01-25 13:16:11.642271 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	Task <4E1755A5-400D-4FBA-BA9C-7F0848ABF3F8>.<8> client acknowledged completion
default	2025-01-25 13:16:11.642293 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> has 1 outstanding tasks
default	2025-01-25 13:16:11.642438 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	No changes in database Shared, not fetching. com.apple.Fitness.ActivitySharing.EndToEndEncrypted
default	2025-01-25 13:16:11.642776 -0500	activitysharingd	com.apple.cloudkit	OP	Finished operation >
info	2025-01-25 13:16:11.642859 -0500	activitysharingd	com.apple.cloudkit	CK	Operation 298CC8768C3FA2FC finished
default	2025-01-25 13:16:11.642891 -0500	activitysharingd	com.apple.xpc	connection	[0x53e0faf80] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	2025-01-25 13:16:11.642894 -0500	activitysharingd	com.apple.xpc	connection	[0x53e0fb340] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
info	2025-01-25 13:16:11.642976 -0500	activitysharingd	com.apple.cloudkit	CK	Client submitting CKEventMetric 1C2D044D-2239-4903-A2E6-43EE59AED3DC.
info	2025-01-25 13:16:11.643722 -0500	cloudd	com.apple.cloudkit	CK	Daemon submitting CKEventMetric .
default	2025-01-25 13:16:11.643832 -0500	cloudd	com.apple.cloudkit	OP	Initialized with container 0x8dc9a0300. Background: 1, cellular: 1, expensive: 1, QOS: 0x9
default	2025-01-25 13:16:11.644114 -0500	cloudd	com.apple.cloudkit	CK	Found cached TCC approval for container containerID=com.apple.Fitness.ActivitySharing.EndToEndEncrypted:Production, applicationID=
default	2025-01-25 13:16:11.644427 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Fetched 0 records from secure cloud shared database, group: CoreDuetTriggered
default	2025-01-25 13:16:11.644442 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Fetched changes in secure cloud shared database successfully.
default	2025-01-25 13:16:11.645252 -0500	cloudd	com.apple.cloudkit	Request	req: 00B39C5E-5084-43C5-8E47-E850D51955EA, "Received response UUID:00B39C5E-5084-43C5-8E47-E850D51955EA, status:200, responseDisposition:1"
default	2025-01-25 13:16:11.645418 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> client responded to didReceiveResponse with disposition 1
info	2025-01-25 13:16:11.645570 -0500	cloudd	com.apple.CloudTelemetry	LegacyClient	Legacy task count incremented, now 1.
info	2025-01-25 13:16:11.645592 -0500	cloudd	com.apple.cloudkit	CK	CKEventMetric  didCompleteWithError (null)
info	2025-01-25 13:16:11.645593 -0500	cloudd	com.apple.cloudkit	CK	Daemon submitted CKEventMetric .
default	2025-01-25 13:16:11.645927 -0500	cloudd	com.apple.cloudkit	Request	req: 00B39C5E-5084-43C5-8E47-E850D51955EA, "URLSession:dataTask:_didReceiveData:completionHandler: 68 bytes"
default	2025-01-25 13:16:11.646828 -0500	nsurlsessiond	com.apple.CFNetwork	Summary	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> summary for task success {transaction_duration_ms=531, response_status=200, connection=275, reused=1, reused_after_ms=0, request_start_ms=341, request_duration_ms=0, response_start_ms=520, response_duration_ms=0, request_bytes=624, request_throughput_kbps=1751, response_bytes=591, response_throughput_kbps=881, cache_hit=false}
default	2025-01-25 13:16:11.646895 -0500	nsurlsessiond	com.apple.CFNetwork	Default	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> finished successfully
default	2025-01-25 13:16:11.646945 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> completed with error (null) [0]. C(N)
default	2025-01-25 13:16:11.646951 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> for client com.apple.cloudd completed successfully
info	2025-01-25 13:16:11.646982 -0500	cloudd	com.apple.CloudTelemetry	LegacyClient	Legacy task count decremented, now 0.
info	2025-01-25 13:16:11.647166 -0500	calaccessd	com.apple.calendar.daemon	Daemon	Calendar cannot contain an allowed entity type. ObjectID: []
info	2025-01-25 13:16:11.647468 -0500	calaccessd	com.apple.calendar.daemon	Daemon	Read access managed -> unmanaged not allowed for calendar. ObjectID: []
info	2025-01-25 13:16:11.647511 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	SendOneMessage Request Received
info	2025-01-25 13:16:11.648065 -0500	TeamSpaceApp			2025-01-25T18:16:11.648Z&nbsp;[A2C-c59][I-AH][AuthManager] Beginning authentication for type: 55 with correlationId: FACE88BE-8C83-4680-9E2B-BDA554F00519 parentCorrelationId: BackgroundFetch:394AD3B3-BDB7-4A8B-85D4-A71A58A331D8&nbsp;TSEventReporter:4045
default	2025-01-25 13:16:11.648866 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> has 0 outstanding tasks
default	2025-01-25 13:16:11.648874 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> client com.apple.cloudd is active result (Y), XPC(Y) proxy(Y) for 
default	2025-01-25 13:16:11.649334 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	sending one message :
default	2025-01-25 13:16:11.649553 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	sending one message :
default	2025-01-25 13:16:11.649746 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	sending one message :
default	2025-01-25 13:16:11.649879 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	sending one message :
default	2025-01-25 13:16:11.650010 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	sending one message :
default	2025-01-25 13:16:11.650293 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	sending one message :
default	2025-01-25 13:16:11.651324 -0500	cloudd	com.apple.CFNetwork	Default	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> finished successfully
default	2025-01-25 13:16:11.651700 -0500	cloudd	com.apple.c2	default	captureMetricsForTask=CKDFetchDatabaseChangesURLRequest requestUUID:00B39C5E-5084-43C5-8E47-E850D51955EA:host=gateway.icloud.com:remoteAddress=:localAddress=:connectionUUID=18AF117D-E5FC-4CF1-B11E-5E7F686E1314:qualityOfService=utility:reuse=1:i=en0:tlsVersion=TLSv13:protocol=h2:requestHeaderBytes=109:requestBodyBytes=497:responseHeaderBytes=494:responseBodyBytes=97:err=F:dnsDuration=-1.000:tcpStartDelay=-1.000:tcpDuration=-1.000:sslStartDelay=-1.000:sslDuration=-1.000:requestStartDelay=-1.000:requestDuration=0.000:responseStartDelay=0.179:responseDuration=0.001:transactionDuration=0.180:outOfProcess=T:allowCellular=T:allowExpensive=T:powerNap=F:app=com.apple.Fitness:2app=:pool=com.apple.cloudkit.BackgroundConnectionPool:tlsPinning=T:retryNetworkFailures=F:disc=T:duet=noBudgeting:reqTimeout=60.00:resTimeout=-1.00:appleIdSessionId=com.apple.cloudkit:metricRequest=F
info	2025-01-25 13:16:11.651968 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	SendOneMessage Reply Sent
info	2025-01-25 13:16:11.652096 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	SendOneMessage Reply Sent
info	2025-01-25 13:16:11.652398 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	SendOneMessage Reply Sent
info	2025-01-25 13:16:11.652425 -0500	cloudd	com.apple.CloudTelemetry	LegacyClient	Legacy task count incremented, now 1.
default	2025-01-25 13:16:11.652508 -0500	cloudd	com.apple.c2	default	[ removeTask:] - withIdentifier:5
info	2025-01-25 13:16:11.652522 -0500	cloudd	com.apple.c2	default	 Changing delegate callback queue QoS to background
default	2025-01-25 13:16:11.652546 -0500	cloudd	com.apple.cloudkit	Request	req: 00B39C5E-5084-43C5-8E47-E850D51955EA, "URLSession:task:didCompleteWithError: (null)"
info	2025-01-25 13:16:11.652687 -0500	cloudd	com.apple.CloudTelemetry	LegacyClient	Legacy task count decremented, now 0.
default	2025-01-25 13:16:11.652740 -0500	cloudd	com.apple.cloudkit	Request	req: 00B39C5E-5084-43C5-8E47-E850D51955EA, "Finishing with error (null)"
info	2025-01-25 13:16:11.652849 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	SendOneMessage Reply Sent
info	2025-01-25 13:16:11.652894 -0500	cloudd	com.apple.cloudkit	Request	req: 00B39C5E-5084-43C5-8E47-E850D51955EA, "Did finish request  with error (null)"
info	2025-01-25 13:16:11.652909 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	SendOneMessage Reply Sent
default	2025-01-25 13:16:11.652929 -0500	cloudd	com.apple.xpc	connection	[0x8dcc48280] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
info	2025-01-25 13:16:11.652970 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	SendOneMessage Reply Sent
info	2025-01-25 13:16:11.653070 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	SendOneMessage Request Received
default	2025-01-25 13:16:11.653458 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	sending one message :
info	2025-01-25 13:16:11.654048 -0500	cloudd	com.apple.CoreAnalytics	client	Dropping "com.apple.cloudkit.operationFinished" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.654202 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	SendOneMessage Reply Sent
default	2025-01-25 13:16:11.654376 -0500	cloudd	com.apple.cloudkit	OP	Finished operation > metrics=
default	2025-01-25 13:16:11.654464 -0500	akd	com.apple.xpc	connection	[0x52074d180] invalidated because the client process (pid 150) either cancelled the connection or exited
default	2025-01-25 13:16:11.654880 -0500	cloudd	com.apple.xpc	connection	[0x8dcc4a1c0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
info	2025-01-25 13:16:11.655147 -0500	cloudd	com.apple.cloudkit	CK	Finishing daemon operation F220993FCAA843EC due to client-returned error Error Domain=NSCocoaErrorDomain Code=4099 UserInfo={NSDebugDescription=}
default	2025-01-25 13:16:11.655220 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	No changes in database Private, not fetching. com.apple.ActivitySharing
default	2025-01-25 13:16:11.655225 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Fetched changes in private database successfully.
default	2025-01-25 13:16:11.655226 -0500	cloudd	com.apple.cloudkit	OP	Operation is finishing on callback queue with an error
default	2025-01-25 13:16:11.655944 -0500	activitysharingd	com.apple.cloudkit	OP	Finished operation >
info	2025-01-25 13:16:11.656013 -0500	activitysharingd	com.apple.cloudkit	CK	Operation F220993FCAA843EC finished
default	2025-01-25 13:16:11.656040 -0500	activitysharingd	com.apple.xpc	connection	[0x53e0fa6c0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	2025-01-25 13:16:11.656044 -0500	activitysharingd	com.apple.xpc	connection	[0x53e0fad00] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
info	2025-01-25 13:16:11.656132 -0500	activitysharingd	com.apple.cloudkit	CK	Client submitting CKEventMetric 7D294836-EC13-4C7E-9178-FAB9D1381F9D.
default	2025-01-25 13:16:11.656143 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	Task <561E44EC-3A56-4B3D-B988-843C914F69B3>.<5> client acknowledged completion
default	2025-01-25 13:16:11.656167 -0500	nsurlsessiond	com.apple.nsurlsessiond	background	NDSession <B711D557-4035-4851-A055-4BE41EAA6CB7> has 0 outstanding tasks
default	2025-01-25 13:16:11.656569 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Fetched changes: 0 private, 0 shared changed records.
default	2025-01-25 13:16:11.656569 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Fetched deletions: 0 private, 0 shared changed records.
default	2025-01-25 13:16:11.657130 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	CloudKit Manager beginning update transaction.
default	2025-01-25 13:16:11.657345 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	[36267] SecureCloudKitDelegate::updateSecureCloudChangeTokenCache
info	2025-01-25 13:16:11.657351 -0500	cloudd	com.apple.cloudkit	CK	Daemon submitting CKEventMetric .
default	2025-01-25 13:16:11.657483 -0500	cloudd	com.apple.cloudkit	OP	Initialized with container 0x8dc9a0000. Background: 1, cellular: 1, expensive: 1, QOS: 0x9
default	2025-01-25 13:16:11.657810 -0500	cloudd	com.apple.cloudkit	CK	Found cached TCC approval for container containerID=com.apple.ActivitySharing:Production, applicationID=
info	2025-01-25 13:16:11.658710 -0500	cloudd	com.apple.CloudTelemetry	LegacyClient	Legacy task count incremented, now 1.
info	2025-01-25 13:16:11.658760 -0500	cloudd	com.apple.cloudkit	CK	CKEventMetric  didCompleteWithError (null)
info	2025-01-25 13:16:11.658761 -0500	cloudd	com.apple.cloudkit	CK	Daemon submitted CKEventMetric .
info	2025-01-25 13:16:11.659013 -0500	cloudd	com.apple.CloudTelemetry	LegacyClient	Legacy task count decremented, now 0.
info	2025-01-25 13:16:11.659434 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	SendOneMessage Request Received
default	2025-01-25 13:16:11.659919 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of [non-remote] relationship changes
default	2025-01-25 13:16:11.660023 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of changes with types: {(
    ActivitySharingRelationship,
    ActivitySharingRelationshipEvent
)}
default	2025-01-25 13:16:11.660043 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notified observers of [non-remote] relationship changes.
default	2025-01-25 13:16:11.660044 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of [non-remote] activity data changes
default	2025-01-25 13:16:11.660082 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of changes with types: {(
    ActivitySharingActivitySnapshot
)}
default	2025-01-25 13:16:11.660089 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notified observers of [non-remote] activity data changes.
default	2025-01-25 13:16:11.660089 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of [remote] relationship changes
default	2025-01-25 13:16:11.660105 -0500	activitysharingd	com.apple.ActivitySharing	competitions	CompetitionManager preparing for new records
default	2025-01-25 13:16:11.660125 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of changes with types: {(
    ActivitySharingRelationship,
    ActivitySharingRelationshipEvent
)}
default	2025-01-25 13:16:11.660132 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notified observers of [remote] relationship changes.
default	2025-01-25 13:16:11.660134 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of activity data changes
default	2025-01-25 13:16:11.660175 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of changes with types: {(
    ActivitySharingActivitySnapshot
)}
default	2025-01-25 13:16:11.660221 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of changes with types: {(
    ActivitySharingWorkout
)}
default	2025-01-25 13:16:11.660255 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of changes with types: {(
    ActivitySharingAchievement
)}
default	2025-01-25 13:16:11.660263 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notified observers of activity data changes.
default	2025-01-25 13:16:11.660264 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of notification event changes
default	2025-01-25 13:16:11.660293 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of changes with types: {(
    ActivitySharingEvent
)}
default	2025-01-25 13:16:11.660300 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notified observers of notification event changes.
default	2025-01-25 13:16:11.660300 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of [non-remote] competition changes
default	2025-01-25 13:16:11.660330 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of changes with types: {(
    ActivitySharingCompetitionList
)}
default	2025-01-25 13:16:11.660336 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notified observers of [non-remote] competition changes
default	2025-01-25 13:16:11.660337 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of [remote] competition changes
default	2025-01-25 13:16:11.660366 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of changes with types: {(
    ActivitySharingCompetitionList
)}
default	2025-01-25 13:16:11.660372 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notified observers of [remote] competition changes
default	2025-01-25 13:16:11.660372 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of cloud device changes
default	2025-01-25 13:16:11.660417 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of changes with types: {(
    "metadata_device_type"
)}
default	2025-01-25 13:16:11.660423 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notified observers of cloud device changes
default	2025-01-25 13:16:11.660424 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of [non-remote] migration available item changes
default	2025-01-25 13:16:11.660446 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	sending one message :
default	2025-01-25 13:16:11.660455 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of changes with types: {(
    ActivitySharingMigrationAvailableRecord
)}
default	2025-01-25 13:16:11.660461 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notified observers of [non-remote] migration available item changes
default	2025-01-25 13:16:11.660463 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of [remote] migration available item changes
default	2025-01-25 13:16:11.660505 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of changes with types: {(
    ActivitySharingMigrationAvailableRecord
)}
default	2025-01-25 13:16:11.660511 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notified observers of [remote] migration available item changes
default	2025-01-25 13:16:11.660512 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notifying observers of private and shared database deleted records
info	2025-01-25 13:16:11.661257 -0500	CloudTelemetryService	com.apple.CloudTelemetryService	client	SendOneMessage Reply Sent
default	2025-01-25 13:16:11.661670 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Handling deleted record identifiers for self: 
default	2025-01-25 13:16:11.661784 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	[37263] MigrationObserver::handleDeleteRecordIDs
default	2025-01-25 13:16:11.662143 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Handling deleted record identifiers from remote: 
default	2025-01-25 13:16:11.662226 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	[37263] MigrationObserver::handleDeleteRecordIDs
default	2025-01-25 13:16:11.662245 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Notified observers of private and shared database deleted records
default	2025-01-25 13:16:11.662247 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	CloudKit Manager ending update transaction.
default	2025-01-25 13:16:11.662328 -0500	activitysharingd	com.apple.ActivitySharing	competitions	CompetitionManager existing friends awaiting my response: 
default	2025-01-25 13:16:11.662342 -0500	activitysharingd	com.apple.ActivitySharing	competitions	CompetitionManager existing friends that accepted my request: 
default	2025-01-25 13:16:11.662353 -0500	activitysharingd	com.apple.ActivitySharing	competitions	CompetitionManager existing friends with completed competitions: 
default	2025-01-25 13:16:11.665095 -0500	duetexpertd	com.apple.eventkit	EventKit	Returning [0] stored deselectedCalendarIdentifiers: 
default	2025-01-25 13:16:11.665451 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.666188 -0500	duetexpertd	com.apple.eventkit	EventKit	Returning [4] visibleCalendars of [4] calendars: [1] holiday [1] suggestion [1] birthday [1] other
default	2025-01-25 13:16:11.666366 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.666625 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
default	2025-01-25 13:16:11.667583 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Clearing collected cloud devices
default	2025-01-25 13:16:11.667700 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Updated cloud devices from merge 
default	2025-01-25 13:16:11.667751 -0500	activitysharingd	com.apple.ActivitySharing	competitions	CompetitionManager CK fetch complete
default	2025-01-25 13:16:11.667807 -0500	activitysharingd	com.apple.ActivitySharing	competitions	CompetitionManager checking each friend for updated competition state
default	2025-01-25 13:16:11.668466 -0500	activitysharingd	com.apple.ActivitySharing	competitions	CompetitionManager [] competition complete, alreadyNotified=1
info	2025-01-25 13:16:11.668845 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
info	2025-01-25 13:16:11.669822 -0500	bluetoothd	com.apple.bluetooth	Stack.LE	 Invalid Dual mode support indication in AD flags 0x00000000.
info	2025-01-25 13:16:11.669877 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Setting mfgr data: len:6 id:4C
info	2025-01-25 13:16:11.670113 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Device "12A628C9-B949-5EEC-5AFB-BB1FD5ABD1BF" matched MFG data
info	2025-01-25 13:16:11.670562 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Device "12A628C9-B949-5EEC-5AFB-BB1FD5ABD1BF" matched MFG data
info	2025-01-25 13:16:11.670758 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Device "12A628C9-B949-5EEC-5AFB-BB1FD5ABD1BF" matched MFG data
info	2025-01-25 13:16:11.670944 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Device "12A628C9-B949-5EEC-5AFB-BB1FD5ABD1BF" matched MFG data
default	2025-01-25 13:16:11.671062 -0500	locationd	com.apple.tracking-avoidance	Events	
default	2025-01-25 13:16:11.671341 -0500	locationd	com.apple.locationd.Core	Harvester	{"msg":"onAvengerAdvertisementDetected: got avenger advertisement", "subHarvester":"Avenger"}
default	2025-01-25 13:16:11.671421 -0500	locationd	com.apple.locationd.Core	Harvester	{"msg":"convertToSPAdvertisement", "address":, "data":, "date":, "rssi":, "status":, "reserved":, "subHarvester":"Avenger"}
default	2025-01-25 13:16:11.671447 -0500	locationd	com.apple.locationd.Core	Harvester	{"msg":"onAvengerAdvertisementDetected: advertisement is near-owner from other people and do not process it", "subHarvester":"Avenger"}
default	2025-01-25 13:16:11.672580 -0500	activitysharingd	com.apple.ActivitySharing	achievements	AchievementManager not requesting earned instance update - this device is not a watch
default	2025-01-25 13:16:11.672590 -0500	activitysharingd	com.apple.ActivitySharing	achievements	AchievementManager removing all unused templates
info	2025-01-25 13:16:11.673711 -0500	SpringBoard	com.apple.runningboard	assertion	Acquiring assertion: 
info	2025-01-25 13:16:11.673744 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:35] (euid 501, auid 501) (persona (null)): async_invalidateAssertionWithIdentifier:
default	2025-01-25 13:16:11.673820 -0500	runningboardd	com.apple.runningboard	ttl	Invalidating assertion 33-35-27373 (target:[osservice:35]) from originator [osservice:35]
info	2025-01-25 13:16:11.673943 -0500	runningboardd	com.apple.runningboard	message	PERF: Received request from [osservice:35] (euid 501, auid 501) (persona (null)): acquireAssertionWithDescriptor:error:
default	2025-01-25 13:16:11.674218 -0500	runningboardd	com.apple.runningboard	ttl	Acquiring assertion targeting [osservice:35] from originator [osservice:35] with description 
	]>
default	2025-01-25 13:16:11.674386 -0500	runningboardd	com.apple.runningboard	ttl	Assertion 33-35-27380 (target:[osservice:35]) will be created as inactive as start-time-defining assertions exist
info	2025-01-25 13:16:11.674550 -0500	runningboardd	com.apple.runningboard	assertion	osservice is now targeted by 8 assertions
default	2025-01-25 13:16:11.674663 -0500	activitysharingd	com.apple.ActivitySharing	achievements	Achievement manager found friend with competition history but no wins: 
info	2025-01-25 13:16:11.674773 -0500	runningboardd	com.apple.runningboard	assertion	Removing 0 assertions
info	2025-01-25 13:16:11.674810 -0500	runningboardd	com.apple.runningboard	assertion	Finished acquiring assertion 33-35-27380 (target:[osservice:35])
default	2025-01-25 13:16:11.675633 -0500	activitysharingd	com.apple.ActivitySharing	achievements	Competition template source building unused template names for friend: BE4C886C-C072-40DE-9D4A-6F1489FA6F44 - 
default	2025-01-25 13:16:11.675834 -0500	activitysharingd	com.apple.ActivitySharing	achievements	No wins against this friend and competition isn't active, victory template is now unused
info	2025-01-25 13:16:11.675908 -0500	duetexpertd	com.apple.CoreAnalytics	client	Dropping "" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.675915 -0500	duetexpertd	com.apple.duetexpertd.atx	heuristic	Fetching calendar events with limit count of: 69; actual count: 0; event store: 0x6a02ac600; visible calendars: 4
info	2025-01-25 13:16:11.677375 -0500	remindd	com.apple.reminderkit	xpc	Not saving since there are no changes {totalUpdatedCount: 4}
default	2025-01-25 13:16:11.677634 -0500	remindd	com.apple.reminderkit	xpc	UpdateDisplayDates END {store: }
default	2025-01-25 13:16:11.677654 -0500	remindd	com.apple.reminderkit	xpc	UpdateDisplayDates BEGIN {store: }
info	2025-01-25 13:16:11.678733 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 11.582535,
within advertisement: .
default	2025-01-25 13:16:11.678833 -0500	remindd	com.apple.reminderkit	xpc	UpdateDisplayDates END {store: }
default	2025-01-25 13:16:11.678855 -0500	remindd	com.apple.reminderkit	xpc	UpdateDisplayDates BEGIN {store: }
default	2025-01-25 13:16:11.680197 -0500	duetexpertd	com.apple.eventkit	EventKit	Returning [0] stored deselectedCalendarIdentifiers: 
default	2025-01-25 13:16:11.680344 -0500	duetexpertd	com.apple.eventkit	EventKit	Returning [4] visibleCalendars of [4] calendars: [1] holiday [1] suggestion [1] birthday [1] other
default	2025-01-25 13:16:11.681010 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Fetched changes successfully, calling completions.
default	2025-01-25 13:16:11.681081 -0500	activitysharingd	com.apple.ActivitySharing	periodic_updates	PeriodicUpdateManager fetch changes completed
default	2025-01-25 13:16:11.681106 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Persisting change tokens to disk
default	2025-01-25 13:16:11.681190 -0500	activitysharingd	com.apple.ActivitySharing	cloudkit	Persisting change tokens to disk
default	2025-01-25 13:16:11.681216 -0500	activitysharingd	com.apple.ActivitySharing	periodic_updates	PeriodicUpdateManager checking if any relationships can upgrade containers
default	2025-01-25 13:16:11.681436 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	[26999] SecureCloudPeriodicUpdaterDelegate::periodicUpdateManager
default	2025-01-25 13:16:11.681438 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Running repair zone task for periodic update.
default	2025-01-25 13:16:11.682477 -0500	activitysharingd	com.apple.xpc	connection	[0x53e0fad00] activating connection: mach=true listener=false peer=false name=com.apple.activityawardsd
default	2025-01-25 13:16:11.682775 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	[26999] RelationshipRepairService::deleteZonesIfNeeded
default	2025-01-25 13:16:11.683393 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	No contacts with zone deletion requested
default	2025-01-25 13:16:11.683397 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Running repair contacts task for periodic update.
default	2025-01-25 13:16:11.683757 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	[26999] RelationshipRepairService::repairContactsIfNeeded
default	2025-01-25 13:16:11.685452 -0500	remindd	com.apple.reminderkit	xpc	UpdateDisplayDates END {store: }
info	2025-01-25 13:16:11.685973 -0500	remindd	com.apple.reminderkit	utility	Received notifyd notification {name: SignificantTimeChangeNotification}
default	2025-01-25 13:16:11.686028 -0500	remindd	com.apple.reminderkit	xpc	Triggered proactiveExitStream.eventHandler. Exiting... {name: com.apple.remindd.xpcEvents}
default	2025-01-25 13:16:11.686285 -0500	HeuristicInterpreter	com.apple.duetexpertd.atx	heuristic	(null) (JS): 
default	2025-01-25 13:16:11.687702 -0500	activityawardsd	com.apple.ActivityAwards	xpc	Endpoint provider XPC connection established.
default	2025-01-25 13:16:11.687717 -0500	activityawardsd	com.apple.xpc	connection	[0x4f088c500] activating connection: mach=false listener=false peer=true name=com.apple.activityawardsd.peer[411].0x4f088c500
info	2025-01-25 13:16:11.688158 -0500	remindd	com.apple.reminderkit	timelineEngine	TimelineEngine will go through debouncer
default	2025-01-25 13:16:11.688210 -0500	remindd	com.apple.reminderkit	timelineEngine	os_transaction INIT {name: com.apple.remindd.RDTimelineEngine.debouncingEvents}
default	2025-01-25 13:16:11.688638 -0500	duetexpertd	com.apple.proactive.PersonalizationPortrait	Events	loadEventHighlights from: Sat Jan 25 13:16:11 2025 to: Tue Jan 28 00:00:00 2025
default	2025-01-25 13:16:11.689363 -0500	suggestd	com.apple.proactive.PersonalizationPortrait	XPCServer	PPSocialHighlightServer: enqueue eventHighlightsFrom:Sat Jan 25 13:16:11 2025 to:Tue Jan 28 00:00:00 2025 queryId:79
default	2025-01-25 13:16:11.689491 -0500	suggestd	com.apple.proactive.PersonalizationPortrait	Events	PPLocalEventStore queried for range: 759521771 - 211428
default	2025-01-25 13:16:11.689524 -0500	suggestd	com.apple.proactive.PersonalizationPortrait	Events	PPEventCache: cache returning 0 events
default	2025-01-25 13:16:11.689817 -0500	activityawardsd	com.apple.ActivityAwards	xpc	Instantiating endpoint for AAC_XPC_Endpoint_Awards_Client
default	2025-01-25 13:16:11.689842 -0500	activityawardsd	com.apple.ActivityAwards	xpc	Found existing endpoint for AAC_XPC_Endpoint_Awards_Client
default	2025-01-25 13:16:11.689847 -0500	activityawardsd	com.apple.xpc	connection	[0x4f00dc780] Channel could not return listener port.
default	2025-01-25 13:16:11.689898 -0500	remindd	com.apple.reminderkit	notification	Issuing: showNotification notificationCenter.add(request) {identifier: com.apple.remindd.todayNotificationBadge}
default	2025-01-25 13:16:11.690299 -0500	activitysharingd	com.apple.ActivityAchievements	xpc	Creating endpoint connection
default	2025-01-25 13:16:11.690303 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Found contacts needing repair: 
default	2025-01-25 13:16:11.690305 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Running consolidation task.
default	2025-01-25 13:16:11.690442 -0500	activitysharingd	com.apple.xpc	connection	[0x53e0fa6c0] activating connection: mach=false listener=false peer=false name=(anonymous)
default	2025-01-25 13:16:11.690669 -0500	remindd	com.apple.UserNotifications	Connections	[com.apple.reminders] Adding notification request 1494-2FBF to destinations: Default, contentDate: (null)
default	2025-01-25 13:16:11.690716 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	[37263] RelationshipUpdateService::updateFriendsNeedingConsolidation
default	2025-01-25 13:16:11.691021 -0500	suggestd	com.apple.proactive.PersonalizationPortrait	Events	eventMetaDataFromDate:Sat Jan 11 13:16:11 2025 toDate:Sat Jan 25 13:16:11 2025 (cached chunks 86, misses 0) = earliestStartTime:-1.000000, eventCount:0, eventHasAlarmCount:0, titlesAndParticipants.count:0, 
default	2025-01-25 13:16:11.691232 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Running relationship supported feature update.
info	2025-01-25 13:16:11.691256 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 813640.
default	2025-01-25 13:16:11.691276 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	[37263] RelationshipUpdateService::updateSupportedFeatures
default	2025-01-25 13:16:11.691509 -0500	activitysharingd	com.apple.ActivityAchievements	xpc	XPC endpoint setup complete for AAC_XPC_Endpoint_Awards_Client.
info	2025-01-25 13:16:11.691581 -0500	duetexpertd	com.apple.proactive.PersonalizationPortrait	Events	Getting into callback on client
default	2025-01-25 13:16:11.691720 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Running upgrade task for periodic update manager
default	2025-01-25 13:16:11.691795 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	[37263] RelationshipUpgradeService::upgradeRelationshipsIfNeeded
info	2025-01-25 13:16:11.691847 -0500	duetexpertd	com.apple.duetexpertd.atx	heuristic	Got 0 event highlights from PersonalPortrait.
default	2025-01-25 13:16:11.692125 -0500	activityawardsd	com.apple.ActivityAwards	default	XPCEndpoint with name AAC_XPC_Endpoint_Awards_Client accepting new NSXPCConnection.
default	2025-01-25 13:16:11.692164 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	[37263] RelationshipUpgradeService::updateContactsWithUpgradeAvailability
default	2025-01-25 13:16:11.692296 -0500	activityawardsd	com.apple.xpc	connection	[0x4f088c140] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	2025-01-25 13:16:11.692301 -0500	activityawardsd	com.apple.xpc	connection	[0x4f088d680] activating connection: mach=false listener=false peer=true name=com.apple.xpc.anonymous.0x4f00dc780.peer[411].0x4f088d680
error	2025-01-25 13:16:11.692418 -0500	activityawardsd	com.apple.ActivityAwards	xpc	XPC connection for endpoint AAC_XPC_Endpoint_Awards_Client invalidated.
default	2025-01-25 13:16:11.692435 -0500	activitysharingd	com.apple.xpc	connection	[0x53e0fa440] Re-initialization successful; calling out to event handler with XPC_ERROR_CONNECTION_INTERRUPTED
error	2025-01-25 13:16:11.692442 -0500	activitysharingd	com.apple.ActivityAchievements	xpc	XPC client-side connection interrupted for AAC_XPC_Endpoint_Awards_Client
default	2025-01-25 13:16:11.692447 -0500	activitysharingd	com.apple.xpc	connection	[0x53e0fa440] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
error	2025-01-25 13:16:11.692495 -0500	activitysharingd	com.apple.ActivityAchievements	xpc	XPC client-side connection invalidated for AAC_XPC_Endpoint_Awards_Client
default	2025-01-25 13:16:11.692511 -0500	activitysharingd	com.apple.xpc	connection	[0x53e0fb700] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	2025-01-25 13:16:11.692756 -0500	activityawardsd	com.apple.xpc	connection	[0x4f088c8c0] invalidated because the client process (pid 411) either cancelled the connection or exited
error	2025-01-25 13:16:11.692836 -0500	activityawardsd	com.apple.ActivityAwards	xpc	XPC client connection (com.apple.activityawardsd) invalidated
default	2025-01-25 13:16:11.693459 -0500	HeuristicInterpreter	com.apple.duetexpertd.atx	heuristic	Memory usage is 4.516335 MB after running ''
default	2025-01-25 13:16:11.696706 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	No relationships to update with upgrade availability
default	2025-01-25 13:16:11.697376 -0500	HeuristicInterpreter	com.apple.duetexpertd.atx	heuristic	InfoHeuristic: scheduleRefreshAfterUserWakeUp
default	2025-01-25 13:16:11.697937 -0500	HeuristicInterpreter	com.apple.duetexpertd.atx	heuristic	InfoHeuristic: scheduleRefreshAfterDarwinNotification ; coalescing interval: 0.000000
default	2025-01-25 13:16:11.698005 -0500	HeuristicInterpreter	com.apple.duetexpertd.atx	heuristic	(null) (JS): 
default	2025-01-25 13:16:11.698251 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Attempting to upgrade eligible contacts: 
default	2025-01-25 13:16:11.698909 -0500	activitysharingd	com.apple.ActivitySharing	achievements	Successfully removed 1 unused template names
default	2025-01-25 13:16:11.699079 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	behavior	EntityRelevanceContextualFeatureView: Merging contexts based on currentContext views.
default	2025-01-25 13:16:11.699163 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Running migration task for periodic update manager
default	2025-01-25 13:16:11.699743 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 1,
within advertisement: .
default	2025-01-25 13:16:11.701477 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	[37263] RelationshipMigrationService::fixUpLegacyRelationships
default	2025-01-25 13:16:11.701579 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	No legacy relationships to fix up for migration
info	2025-01-25 13:16:11.701879 -0500	usernotificationsd	com.apple.usernotificationsd	Connections	[com.apple.remindd] Starting entitlement check: com.apple.reminders
info	2025-01-25 13:16:11.701965 -0500	usernotificationsd	com.apple.usernotificationsd	Connections	[com.apple.remindd] Entitlement check success: bundle-identifiers
info	2025-01-25 13:16:11.701968 -0500	usernotificationsd	com.apple.usernotificationsd	Connections	[com.apple.remindd] Forwarding addRequest: com.apple.reminders
default	2025-01-25 13:16:11.702044 -0500	HeuristicInterpreter	com.apple.duetexpertd.atx	heuristic	Memory usage is 4.516335 MB after running ''
default	2025-01-25 13:16:11.702059 -0500	HeuristicInterpreter	com.apple.duetexpertd.atx	heuristic	InfoHeuristic:
  Result for heuristic : 
  Suggestions: 
  RefreshTriggers: 
 Has Failed: 0
default	2025-01-25 13:16:11.702064 -0500	HeuristicInterpreter	com.apple.duetexpertd.atx	heuristic	InfoHeuristic:
  Result for heuristic : 
  Suggestions: 
  RefreshTriggers: 
 Has Failed: 0
default	2025-01-25 13:16:11.702066 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.702100 -0500	HeuristicInterpreter	com.apple.duetexpertd.atx	heuristic	InfoHeuristic:
  Result for heuristic : 
  Suggestions: 
  RefreshTriggers: 
 Has Failed: 0
info	2025-01-25 13:16:11.703984 -0500	SpringBoard	com.apple.GenerativeModels	availability	Current availability state: unavailable
info	2025-01-25 13:16:11.705600 -0500	SpringBoard	com.apple.GenerativeModels	availability	Current availability state: unavailable
info	2025-01-25 13:16:11.706805 -0500	SpringBoard	com.apple.GenerativeModels	availability	Current availability state: unavailable
default	2025-01-25 13:16:11.707525 -0500	duetexpertd	com.apple.xpc	connection	[0x6a1c33980] invalidated because the client process (pid 476) either cancelled the connection or exited
default	2025-01-25 13:16:11.707783 -0500	HeuristicInterpreter	com.apple.xpc	connection	[0x59c29c500] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	2025-01-25 13:16:11.708034 -0500	remindd	com.apple.UserNotifications	Connections	[com.apple.reminders] Added notification request: [ hasError: 0 hasCompletionHandler: 1 ]
default	2025-01-25 13:16:11.708271 -0500	remindd	com.apple.reminderkit	notification	showNotification request added {error: }
default	2025-01-25 13:16:11.708278 -0500	remindd	com.apple.reminderkit	notification	Posted today badge notification. {includeToday: , count: 0}
default	2025-01-25 13:16:11.708353 -0500	duetexpertd	com.apple.xpc	connection	[0x6a1c30780] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	2025-01-25 13:16:11.708389 -0500	duetexpertd	com.apple.xpc	connection	[0x6a1c30f00] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	2025-01-25 13:16:11.708461 -0500	HeuristicInterpreter	com.apple.xpc	connection	[0x59c29c140] invalidated because the client process (pid 474) either cancelled the connection or exited
default	2025-01-25 13:16:11.708492 -0500	duetexpertd	com.apple.xpc	connection	[0x6a1c30c80] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	2025-01-25 13:16:11.708606 -0500	calaccessd	com.apple.xpc	connection	[0x824163200] invalidated because the client process (pid 474) either cancelled the connection or exited
info	2025-01-25 13:16:11.708647 -0500	calaccessd	com.apple.calendar.daemon	Daemon	Client disconnected: 474 ()
default	2025-01-25 13:16:11.709039 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 1
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.709429 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.709568 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 2 within advertisement: .
info	2025-01-25 13:16:11.710999 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - found - lowerHalfMedianAccuracy: 13.206976,
within advertisement: .
default	2025-01-25 13:16:11.713090 -0500	duetexpertd	com.apple.duetexpertd.atx	information	ATXInformationHeuristics: received 3 results from HeuristicInterpreter
default	2025-01-25 13:16:11.713099 -0500	duetexpertd	com.apple.duetexpertd.atx	information	ATXInformationHeuristics: update heuristics , got 1 new suggestions
default	2025-01-25 13:16:11.713589 -0500	remindd	com.apple.reminderkit	notification	RDTodayNotificationEngine: started postTodayNotificationIfApplicable
default	2025-01-25 13:16:11.713774 -0500	duetexpertd	com.apple.duetexpertd.atx	information	ATXInformationHeuristics: update heuristics , got 0 new suggestions
default	2025-01-25 13:16:11.713814 -0500	duetexpertd	com.apple.duetexpertd.atx	information	ATXInformationHeuristics: update heuristics , got 0 new suggestions
info	2025-01-25 13:16:11.714622 -0500	remindd	com.apple.reminderkit	notification	Current time is >60.000000s after desired fire time. Not firing Today Notification {lastFireDate: 2025-01-25 14:00:00 +0000, now: 2025-01-25 18:16:11 +0000}
default	2025-01-25 13:16:11.714632 -0500	remindd	com.apple.reminderkit	notification	RDTodayNotificationEngine: started addNextBannerTimeEvent
default	2025-01-25 13:16:11.716358 -0500	duetexpertd	com.apple.duetexpertd.atx	information	ATXInformationEngine: source  sets 1 suggestion(s)
default	2025-01-25 13:16:11.716696 -0500	duetexpertd	com.apple.duetexpertd.atx	information	ATXInformationEngine: source  sets 0 suggestion(s)
default	2025-01-25 13:16:11.716808 -0500	duetexpertd	com.apple.duetexpertd.atx	information	ATXInformationEngine: source  sets 0 suggestion(s)
info	2025-01-25 13:16:11.717262 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,
preserving scanDate: , advId: 817054.
default	2025-01-25 13:16:11.719825 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Running migration service with devices: , ignore false, ids 
info	2025-01-25 13:16:11.721525 -0500	TeamSpaceApp			2025-01-25T18:16:11.721Z&nbsp;[W-AH][] [MSAL:0009]	WARNING	SetAuthorityUri:78	Initializing authority from URI 'https://login.windows.net/c59756d7-192f-4aac-96e2-b28021c31c28' without authority type, defaulting to MsSts&nbsp;
default	2025-01-25 13:16:11.723537 -0500	remindd	com.apple.reminderkit.store	read	FETCH COREDATA {elapsedTime: 6.8700 ms, author: com.apple.remindd.dynamicSignificantTimeChangeNotificationEngine:2057, entityName: REMCDReminder, result.count: 0, affectedStores.count: 0, persistentStoreCoordinator.persistentStores.count: 3, propsToFetch.count: 0}
default	2025-01-25 13:16:11.723681 -0500	remindd	com.apple.reminderkit	notification	DISABLE significantTimeChageNotification XPC event. Skipping because values match
info	2025-01-25 13:16:11.724663 -0500	remindd	com.apple.reminderkit	utility	START ScheduledByDayInvocation
default	2025-01-25 13:16:11.724735 -0500	remindd	com.apple.reminderkit.store	read	FETCH START {invocationCounter: 6, name: REMRemindersListDataView_ScheduledByDayInvocation, parametersData.length 238, storages.count: 0}
default	2025-01-25 13:16:11.724812 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	No relationships to update with migration availability
default	2025-01-25 13:16:11.724884 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	[37007] RelationshipMigrationService::migrateContactsIfNeeded
default	2025-01-25 13:16:11.725625 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Contacts eligible for migration 
default	2025-01-25 13:16:11.725733 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Contacts ineligible for migration 
default	2025-01-25 13:16:11.725737 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Checked against migration available items: 
default	2025-01-25 13:16:11.725745 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Running downgrade task for periodic update manager
default	2025-01-25 13:16:11.725847 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	[37007] RelationshipDowngradeService::fixUpSecureCloudRelationships
info	2025-01-25 13:16:11.726104 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - keep - > locationTimeResolution 300.000000 currentId: 817050,
scan date: ,
within advertisement: .
default	2025-01-25 13:16:11.726197 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement preserving count: 2,
within advertisement: .
default	2025-01-25 13:16:11.726274 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	No secure cloud relationships to fix up for downgrade
default	2025-01-25 13:16:11.726324 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	[37007] RelationshipDowngradeService::requestDowngradeIfNeeded
default	2025-01-25 13:16:11.726331 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Using migration available record not requesting downgrade.
default	2025-01-25 13:16:11.726481 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	[37007] RelationshipDowngradeService::handleDowngradeRequests
default	2025-01-25 13:16:11.727701 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	views	ViewUpdate: : : Finished update
default	2025-01-25 13:16:11.727763 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	views	ViewUpdate: : Finished update
default	2025-01-25 13:16:11.727777 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	views	ViewUpdate: : Finished update
default	2025-01-25 13:16:11.727787 -0500	IntelligencePlatformComputeService	com.apple.intelligenceplatform	views	ViewUpdate: : Finished update
default	2025-01-25 13:16:11.727907 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - remove - decimate count: 0,
within advertisement: .
default	2025-01-25 13:16:11.728029 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement end count: 2
within advertisement:  kept 100.000000%.
info	2025-01-25 13:16:11.728534 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - advertisementRow decimation within advertisement: .
info	2025-01-25 13:16:11.729149 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - byAdvertisement start count: 1 within advertisement: .
default	2025-01-25 13:16:11.733570 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Using migration available items: 
default	2025-01-25 13:16:11.733599 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Found contacts already waiting on downgrade: , new requests 
default	2025-01-25 13:16:11.733691 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	No relationship with downgrade request status to update
default	2025-01-25 13:16:11.733752 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	[26999] RelationshipDowngradeService::handleAcknowledgedDowngradeRequests
info	2025-01-25 13:16:11.734194 -0500	backboardd	com.apple.CBColorModule.Primary.Ammolite	default	CFXAmmoliteUpdateTarget: Ammolite: Lux 23.950359 (delta 0.768267 / thr 10.000000)
info	2025-01-25 13:16:11.734234 -0500	backboardd	com.apple.CoreBrightness.CBColorModule.Primary	default	Set ambient color sample ALS event = [Orientation = 1; Illuminance = 23.000000; xy = (0.436035,0.388343); XYZ = (8.559901,7.623636,3.447676); CCT1 = 3428.036133; Integration time = 0.247420; Gain = 16777216; Obstructed = 0; First = 0, mitigation = 0, timestamp = 0]
info	2025-01-25 13:16:11.740015 -0500	bluetoothd	com.apple.bluetooth	Stack.LE	 Invalid Dual mode support indication in AD flags 0x00000000.
info	2025-01-25 13:16:11.740055 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Setting mfgr data: len:6 id:4C
info	2025-01-25 13:16:11.740484 -0500	bluetoothd	com.apple.bluetooth	Server.LE	Unable to locate device address Random CC:9B:E8:E5:B5:CE in 'paired devices' cache
info	2025-01-25 13:16:11.741208 -0500	bluetoothd	com.apple.bluetooth	Server.LE	Unable to locate device address Random CC:9B:E8:E5:B5:CE in 'other devices' cache
info	2025-01-25 13:16:11.741389 -0500	bluetoothd	com.apple.bluetooth	Server.LE	Unable to locate device "E574A687-40CF-A5F6-0546-81ABE663259F" in 'paired devices' cache
info	2025-01-25 13:16:11.741777 -0500	bluetoothd	com.apple.bluetooth	Server.LE	Unable to locate device "E574A687-40CF-A5F6-0546-81ABE663259F" in 'other devices' cache
info	2025-01-25 13:16:11.741955 -0500	bluetoothd	com.apple.bluetooth	Server.LE	Device erased [Random EA:75:DB:60:EF:65, LastSeen: 17109.85s ago, DIS:Unavailable, EstablishedFastLeConnection:N, linkReadyDuration:0ms, lastRSSIValue:-90dBm]
info	2025-01-25 13:16:11.742012 -0500	bluetoothd	com.apple.bluetooth	Server.LE	Device 5275EFE8-F26D-0610-CE79-40E9F5D20185 evicted
info	2025-01-25 13:16:11.742130 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Device "E574A687-40CF-A5F6-0546-81ABE663259F" matched MFG data
info	2025-01-25 13:16:11.742697 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Device "E574A687-40CF-A5F6-0546-81ABE663259F" matched MFG data
info	2025-01-25 13:16:11.742707 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	doesDeviceMatch: erasing last device DFF18A08-7B79-68C4-41D3-7A97BEBA6174
info	2025-01-25 13:16:11.742932 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Device "E574A687-40CF-A5F6-0546-81ABE663259F" matched MFG data
info	2025-01-25 13:16:11.742939 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	doesDeviceMatch: erasing last device DFF18A08-7B79-68C4-41D3-7A97BEBA6174
info	2025-01-25 13:16:11.743138 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	Device "E574A687-40CF-A5F6-0546-81ABE663259F" matched MFG data
info	2025-01-25 13:16:11.743145 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	doesDeviceMatch: erasing last device DFF18A08-7B79-68C4-41D3-7A97BEBA6174
default	2025-01-25 13:16:11.743418 -0500	locationd	com.apple.tracking-avoidance	Events	
info	2025-01-25 13:16:11.743508 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	session com.apple.bluetoothd-central-94-2 device 5275EFE8-F26D-0610-CE79-40E9F5D20185 invalidated
info	2025-01-25 13:16:11.743514 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	session com.apple.locationd-central-74-50 device 5275EFE8-F26D-0610-CE79-40E9F5D20185 invalidated
info	2025-01-25 13:16:11.743519 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	session com.apple.locationd-central-74-69 device 5275EFE8-F26D-0610-CE79-40E9F5D20185 invalidated
info	2025-01-25 13:16:11.743525 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	session com.apple.sharingd-central-72-374 device 5275EFE8-F26D-0610-CE79-40E9F5D20185 invalidated
info	2025-01-25 13:16:11.743529 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	session com.apple.locationd-central-74-83 device 5275EFE8-F26D-0610-CE79-40E9F5D20185 invalidated
info	2025-01-25 13:16:11.743535 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	session com.apple.locationd-central-74-352 device 5275EFE8-F26D-0610-CE79-40E9F5D20185 invalidated
info	2025-01-25 13:16:11.743541 -0500	bluetoothd	com.apple.bluetooth	Server.LE.Scan	session CBDaemon-0x8A8C031D device 5275EFE8-F26D-0610-CE79-40E9F5D20185 invalidated
info	2025-01-25 13:16:11.743546 -0500	bluetoothd	com.apple.bluetooth	Server.App	Device 5275EFE8-F26D-0610-CE79-40E9F5D20185 evicted
default	2025-01-25 13:16:11.743626 -0500	locationd	com.apple.locationd.Core	Harvester	{"msg":"onAvengerAdvertisementDetected: got avenger advertisement", "subHarvester":"Avenger"}
default	2025-01-25 13:16:11.743725 -0500	locationd	com.apple.locationd.Core	Harvester	{"msg":"convertToSPAdvertisement", "address":, "data":, "date":, "rssi":, "status":, "reserved":, "subHarvester":"Avenger"}
default	2025-01-25 13:16:11.743746 -0500	locationd	com.apple.locationd.Core	Harvester	{"msg":"onAvengerAdvertisementDetected: advertisement is near-owner from other people and do not process it", "subHarvester":"Avenger"}
default	2025-01-25 13:16:11.745492 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	No contacts requesting downgrade
default	2025-01-25 13:16:11.745572 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Processing any retry messages
default	2025-01-25 13:16:11.745588 -0500	activitysharingd	com.apple.ActivitySharing	secureCloud	Reporting manatee status
info	2025-01-25 13:16:11.746443 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Milestone satisfied: awaitingCompletion
info	2025-01-25 13:16:11.746473 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Working' to 'Done Working'
info	2025-01-25 13:16:11.746500 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction finished work: : animation
info	2025-01-25 13:16:11.746516 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction finished work: : animation
info	2025-01-25 13:16:11.746540 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Working' to 'Done Working'
info	2025-01-25 13:16:11.746571 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Child transaction finished work: : animation
info	2025-01-25 13:16:11.746593 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion taken for reason: beginning
info	2025-01-25 13:16:11.746603 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Initial' to 'Working'
info	2025-01-25 13:16:11.746619 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Milestones added: awaitingCompletion
info	2025-01-25 13:16:11.746639 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Milestone satisfied: awaitingCompletion
info	2025-01-25 13:16:11.746651 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Working' to 'Done Working'
info	2025-01-25 13:16:11.746666 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Life assertion taken for reason: beginning
info	2025-01-25 13:16:11.746676 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 State changed from 'Initial' to 'Working'
info	2025-01-25 13:16:11.746689 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Milestones added: awaitingCompletion
info	2025-01-25 13:16:11.746735 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Removed milestones: SBWaitingForPostAnimationTasksMilestone
info	2025-01-25 13:16:11.746759 -0500	SpringBoard	com.apple.BaseBoard	Transaction	 Milestone satisfied: waitingForDelegate
default	2025-01-25 13:16:11.747751 -0500	activitysharingd	com.apple.HealthKit	activity	[#analytics] health data submission not allowed. Not sending analytics for event: com.apple.ActivitySharing.ManateeStatus
default	2025-01-25 13:16:11.747769 -0500	activitysharingd	com.apple.ActivitySharing	periodic_updates	PeriodicUpdateManager completed secure cloud tasks with result: YES, (null)
default	2025-01-25 13:16:11.747980 -0500	activitysharingd	com.apple.ActivitySharing	periodic_updates	PeriodicUpdateManager setting update task as done
default	2025-01-25 13:16:11.747983 -0500	activitysharingd	com.apple.xpc.activity	Client	_xpc_activity_set_state: com.apple.FitnessFriends.PeriodicUpdateActivity (0x53e1bda40), 5
default	2025-01-25 13:16:11.748039 -0500	activitysharingd	com.apple.xpc.activity	Client	_xpc_activity_set_state: send new state to CTS: com.apple.FitnessFriends.PeriodicUpdateActivity (0x53e1bda40), 5
info	2025-01-25 13:16:11.748224 -0500	UserEventAgent	com.apple.xpc.activity	Internal	com.apple.FitnessFriends.PeriodicUpdateActivity state change 2 -> 5
default	2025-01-25 13:16:11.748265 -0500	UserEventAgent	com.apple.xpc.activity	Activities	Completed: com.apple.FitnessFriends.PeriodicUpdateActivity (0x7cb3ca440)
info	2025-01-25 13:16:11.748317 -0500	UserEventAgent	com.apple.xpc.activity	Internal	Completing: com.apple.FitnessFriends.PeriodicUpdateActivity:528F0C (CTS Activity 0x7cb3ca440)
default	2025-01-25 13:16:11.749342 -0500	dasd	com.apple.duetactivityscheduler	lifecycle	COMPLETED <_DASActivity: "com.apple.FitnessFriends.PeriodicUpdateActivity:528F0C", Utility, 60s, [1/25/25, 1:13:45 PM - 1/25/25, 1:43:45 PM], Started at 1/25/25, 1:16:09 PM, Endpoint: (null), Upload=0, UploadSize=0, DownloadSize=0, WiFi-Only=0, Group: com.apple.dasd.defaultNetwork, PID: 411>
info	2025-01-25 13:16:11.749660 -0500	dasd	com.apple.powerlog	ClientLogging	Hit the cache limit, dropping last event:  
info	2025-01-25 13:16:11.749722 -0500	dasd	com.apple.CoreAnalytics	client	Dropping "com.apple.dasd.metrics.starvation_durations" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.749733 -0500	dasd	com.apple.CoreAnalytics	client	Dropping "com.apple.dasd.metrics.runtime_durations" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.749743 -0500	dasd	com.apple.CoreAnalytics	client	Dropping "com.apple.dasd.metrics.run_count" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.750139 -0500	dasd	com.apple.duetactivityscheduler	energybudgeting	Report to PowerLog stop tracking activity (from daemon)  with bundle name (null) and info 
default	2025-01-25 13:16:11.750255 -0500	dasd	com.apple.duetactivityscheduler	lifecycle(activityGroup)	NO LONGER RUNNING com.apple.FitnessFriends.PeriodicUpdateActivity:528F0C ...Tasks running in group [com.apple.dasd.defaultNetwork] are 0!
info	2025-01-25 13:16:11.750308 -0500	dasd	com.apple.CoreAnalytics	client	Dropping "com.apple.dasd.limitationDistribution" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.750355 -0500	dasd	com.apple.CoreAnalytics	client	Dropping "com.apple.dasd.runtimeLimits" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.752681 -0500	dasd	com.apple.powerlog.energybudgeting	discretionaryenergymonitor	coalitionID not found, refreshing coalition mapping and searching again for identifier=com.apple.mail
info	2025-01-25 13:16:11.752685 -0500	dasd	com.apple.powerlog.energybudgeting	discretionaryenergymonitor	Refreshing coalition ID mapping
default	2025-01-25 13:16:11.753038 -0500	UserEventAgent	com.apple.xpc.activity	Activities	Rescheduling: com.apple.FitnessFriends.PeriodicUpdateActivity (0x7cb3ca440)
info	2025-01-25 13:16:11.753139 -0500	UserEventAgent	com.apple.xpc.activity	Internal	Submitting: com.apple.FitnessFriends.PeriodicUpdateActivity:3808D8 (CTS Activity 0x7cb3ca440)
default	2025-01-25 13:16:11.753169 -0500	UserEventAgent	com.apple.duetactivityscheduler	client	SUBMITTING: com.apple.FitnessFriends.PeriodicUpdateActivity:3808D8
default	2025-01-25 13:16:11.754259 -0500	activitysharingd	com.apple.xpc.activity	Client	_xpc_activity_set_state_from_cts: com.apple.FitnessFriends.PeriodicUpdateActivity (0x53e1bda40), set activity state to 1
default	2025-01-25 13:16:11.754261 -0500	activitysharingd	com.apple.xpc.activity	Client	_xpc_activity_end_running: com.apple.FitnessFriends.PeriodicUpdateActivity (0x53e1bda40) seqno: 2.
info	2025-01-25 13:16:11.754395 -0500	dasd	com.apple.CoreAnalytics	client	Dropping "com.apple.dasd.rateLimitedAtSubmit" as it isn't used in any transform (not in the config or budgeted?)
default	2025-01-25 13:16:11.754503 -0500	dasd	com.apple.duetactivityscheduler	default	Submitted: com.apple.FitnessFriends.PeriodicUpdateActivity:3808D8 at priority 30 with interval 1800 (Sat Jan 25 13:43:45 2025 - Sat Jan 25 14:13:45 2025)
default	2025-01-25 13:16:11.755031 -0500	dasd	com.apple.duetactivityscheduler	scoring	: Optimal Score 0.6110 at  (Valid Until: )
error	2025-01-25 13:16:11.755775 -0500	dasd	com.apple.powerlog.energybudgeting	discretionaryenergymonitor	coalitionID not found after refresh, for identifer=com.apple.mail
error	2025-01-25 13:16:11.755779 -0500	dasd	com.apple.powerlog.energybudgeting	discretionaryenergymonitor	coalitionID not found, unable to snapshot identifer=com.apple.mail
info	2025-01-25 13:16:11.756386 -0500	dasd	com.apple.powerlog.energybudgeting	discretionaryenergymonitor	coalitionID not found, refreshing coalition mapping and searching again for identifier=
info	2025-01-25 13:16:11.756387 -0500	dasd	com.apple.powerlog.energybudgeting	discretionaryenergymonitor	Refreshing coalition ID mapping
error	2025-01-25 13:16:11.757697 -0500	dasd	com.apple.powerlog.energybudgeting	discretionaryenergymonitor	coalitionID not found after refresh, for identifer=
error	2025-01-25 13:16:11.757699 -0500	dasd	com.apple.powerlog.energybudgeting	discretionaryenergymonitor	coalitionID not found, unable to snapshot identifer=
info	2025-01-25 13:16:11.759632 -0500	SpringBoard	com.apple.IdleTimerServices	IdleTimer	Enabled nonSampled attention lost timeout with: 3600.000000 seconds
default	2025-01-25 13:16:11.760062 -0500	backboardd	com.apple.AttentionAwareness	AttentionAwareness	  32834.89111: reset attention lost timeout for com.apple.springboard.GlobalBacklightIdleTimer at   32834.89109
default	2025-01-25 13:16:11.760668 -0500	backboardd	com.apple.AttentionAwareness	AttentionAwareness	  32834.89111: updated config  (identifier: com.apple.springboard.GlobalBacklightIdleTimer samplingInterval:       0.00000 samplingDelay:       0.00000 sampleWhileAbsent: false retroactiveTimeoutMode: false pollingFilter: false continuousFaceDetectMode: false unityStream: false activateEyeRelief: false activateAttentionDetection: false activateMotionDetection: false activatePersonDetection: false attentionLostTimeouts: 280, 282, 300 nonSampledAttentionLostTimeoutEnabled true nonSampledAttentionLostTimeout       0.00000 notificationMask NONE mask AttentionLost|Button|Keyboard|Digitizer|Pointer|GameController|MesaTouch|GenericGesture attentionLostEventMask AttentionLost|Button|Keyboard|Digitizer|Pointer|GameController|MesaTouch|GenericGesture digitizerDisplayUUIDs (null) buttonDisplayUUIDs (null) keyboardDisplayUUIDs (null) tagIndex 3422)
info	2025-01-25 13:16:11.760886 -0500	SpringBoard	com.apple.CoreAnalytics	client	Dropping "com.apple.springboard.auto-lock" as it isn't used in any transform (not in the config or budgeted?)
info	2025-01-25 13:16:11.760965 -0500	SpringBoard	com.apple.BackBoard	OrientationGlobal	The top thing is STILL com.apple.springboard and it wants orientation events: YES _wantsOrientationEvents: YES
info	2025-01-25 13:16:11.763700 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - not found - lowerHalfMedianAccuracy: decimating all lower or equal,
within advertisement: .
default	2025-01-25 13:16:11.764075 -0500	remindd	com.apple.reminderkit.store	read	FETCH COREDATA {elapsedTime: 30.7890 ms, author: com.apple.remindd.todayNotificationEngine:2057, entityName: REMCDReminder, result.count: 0, affectedStores.count: 0, persistentStoreCoordinator.persistentStores.count: 3, propsToFetch.count: 5}
info	2025-01-25 13:16:11.765374 -0500	searchpartyd	com.apple.icloud.searchpartyd	observationStore	Decimation - preserveByKey (latest for advertisement): ,

Answered by DTS Engineer in 822700022

The SIGPIPE is most definitely a ‘smoking gun’. I’ve talked about this before on DevForums but never assembled my thoughts into a coherent whole. That changes today! Check out Debugging Broken Pipes.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Hi msdrigg,

Looking at your logs, here are few potential causes you may have pay attention to:

Resource Handle and Assertion Issues (roam-crash.1.log)

trying to get apparently bogus resource handle 0

This usually happen because the system attempting to acquire and remove process related to background activities.

App Termination by SIGPIPE (roam-crash.2.log)

exited due to SIGPIPE | sent by Roam[1758], ran for 4930203ms

This typically occurs when the app attempts to interact with a communication channel, which may no longer available.

Network Issues (roam-crash.3.log)

This log captures potential wifi/internet connection issues.

Potential Bluetooth and Location Service Issues (roam-crash.4.log)

Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!"

I hope that help.

Accepted Answer

The SIGPIPE is most definitely a ‘smoking gun’. I’ve talked about this before on DevForums but never assembled my thoughts into a coherent whole. That changes today! Check out Debugging Broken Pipes.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

App immediately crashes after re-opening with no crash report
 
 
Q