Dev Client crashes silently, shows spash screen and freezes. no errors logged.

using managed workflow
eas-cli 46
I have tried searching the forum but no clues.

I built a dev client that works well, but when I navigate to one particular page, the app seems to crash … it displays the splash screen, and becomes unresponsive, eventually returning to the home dev client menu after some time.

No errors are logged.

An internal build, in preview mode, from the same codebase, does not show this behaviour, only the dev client.

What does this behaviour indicate? A runtime crash of some kind?
Is there a way to debug it? I have stepped through the code using logs, and the code seems to halt at a very routine function, so I am stumped.

I do get some warnings when I first launch the client, but they seem unrelated:

AsyncStorage has been extracted from react-native core and will be removed in a future release. It can now be installed and imported from '@react-native-async-storage/async-storage' instead of 'react-native'. See https://github.com/react-native-async-storage/async-storage
at node_modules/react-native/Libraries/Utilities/warnOnce.js:27:2 in warnOnce
at node_modules/react-native/index.js:300:12 in module.exports.get__AsyncStorage
at node_modules/@firebase/app/dist/index.rn.cjs.js:605:0 in <global>
at node_modules/metro-runtime/src/polyfills/require.js:349:11 in loadModuleImplementation
at node_modules/firebase/dist/index.rn.cjs.js:5:38 in <global>
at node_modules/metro-runtime/src/polyfills/require.js:349:11 in loadModuleImplementation
at donor/modules/state.js:2:0 in <global>
at node_modules/metro-runtime/src/polyfills/require.js:349:11 in loadModuleImplementation
at donor/modules/listeners.js:1:0 in <global>
at node_modules/metro-runtime/src/polyfills/require.js:349:11 in loadModuleImplementation
at donor/donor.js:9:0 in <global>
at node_modules/metro-runtime/src/polyfills/require.js:349:11 in loadModuleImplementation
at App.js:9:0 in <global>
at node_modules/metro-runtime/src/polyfills/require.js:349:11 in loadModuleImplementation
at node_modules/expo/AppEntry.js:3:0 in <global>
at node_modules/metro-runtime/src/polyfills/require.js:349:11 in loadModuleImplementation
at node_modules/metro-runtime/src/polyfills/require.js:201:44 in guardedLoadModule
at troop/modules/otherDonorsDonationListing.js:34:24 in DonationListing

Require cycle: troop/modules/state.js -> troop/modules/alert.js -> troop/modules/state.js

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
at node_modules/metro-runtime/src/polyfills/require.js:117:6 in metroRequire
at node_modules/moment/moment.js:4716:14 in addRegexToken$argument_1
at node_modules/metro-runtime/src/polyfills/require.js:349:11 in loadModuleImplementation
at node_modules/moment/moment.js:4276:18 in <anonymous>
at node_modules/metro-runtime/src/polyfills/require.js:349:11 in loadModuleImplementation
at node_modules/moment/moment.js:3526:16 in parseIso
at node_modules/metro-runtime/src/polyfills/require.js:349:11 in loadModuleImplementation
at App.js:10:0 in <global>
at node_modules/metro-runtime/src/polyfills/require.js:349:11 in loadModuleImplementation
at node_modules/expo/AppEntry.js:3:0 in <global>
at node_modules/metro-runtime/src/polyfills/require.js:349:11 in loadModuleImplementation
at node_modules/metro-runtime/src/polyfills/require.js:201:44 in guardedLoadModule
at troop/modules/otherDonorsDonationListing.js:34:24 in DonationListing

Thank you!!

Has anyone experienced this behaviour?
I am at a loss on how to debug it.

nobody elses dev clients have ever done this?
That’s odd.
Should i try to make a reproducible example and file a bug report?

Hi @marchingband

I haven’t seen anything like you’re describing before.

What version of the Expo SDK are you using?
Are you getting this on iOS or Android or both?
Do you get anything from the device logs?

The AsyncStorage installation instructions say you should use:

expo install @react-native-async-storage/async-storage

Also probably best to break the import cycle.

Yes, if you can create a reproducible example I am sure they would appreciate a bug report.

Thank you @wodin !
I am using SDK 43 on iOS.
I had actually never heard of device logs, I will try that out.

I don’t use AsyncStorage in my code. It looks to me like firebase is calling it?

hmmm… I see.

What firebase dependencies (and versions) do you have?
Does expo doctor complain about anything?

Thanks for your help @wodin :slight_smile:
I have firebase 7.9.0 and expo-firebase-analytics 5.0.3

expo doctor just says

Some dependencies are incompatible with the installed expo package version:
 - @stripe/stripe-react-native - expected version: 0.2.2 - actual version installed: 0.2.3
Your project may not work correctly until you install the correct versions of the packages.
To install the correct versions of these packages, please run: expo install [package-name ...]

but it works fine.

It looks like firebase 9 fixes this AsyncStorage issue

brew install --HEAD libimobiledevice -g

did not work for me on osx 10.13, but

brew install libimobiledevice -g

did work. What an amazing program!
It’s funny how even after several years of pouring over the Expo docs, there are still so many dusty corners that I have missed.

My bug has disappeared, I have done some work on the code since, so I guess I edited away whatever was crashing it. If it comes back I will work to isolate the bug and report it.

1 Like

OK. What fixed my bug was running
expo start rather then
expo start --dev-client
It seems strange to me that expo start works at all. I would expect the runtime to crash.
When I do run expo start --dev-client and navigate to the culprit page, the behaviour persists. I get a splash screen, and it is unresponsive for a while, then if I tap a bunch it eventually goes back to the dev client menu.
The logs from Device Log are pasted below
@wodin would you recommend I report this as a bug? Would the github for EAS BUILD be the best spot?
also @wodin is anything that i have posted in this log a bad idea to share? I see the bundle ID, but thats about it

Jan 31 14:57:57 searchpartyd[173] <Notice>: Publishing 1 advertisements to subscribers.
Jan 31 14:57:57 searchpartyd[173] <Notice>: Opened <private>
Jan 31 14:57:57 searchpartyd[173] <Notice>: Publishing advertisements to subscriber: <private>
Jan 31 14:57:57 searchpartyd[173] <Notice>: Publishing advertisements to subscriber: <private>
Jan 31 14:57:57 searchpartyd[173] <Notice>: Opened <private>
Jan 31 14:57:57 searchpartyd[173] <Notice>: Publishing advertisements to subscriber: <private>
Jan 31 14:57:57 searchpartyd[173] <Notice>: Empty advertisement cache. Nothing to publish. Not scheduling publish.
Jan 31 14:57:57 searchpartyd[173] <Notice>: Finished scheduling next publish.
Jan 31 14:57:57 searchpartyd[173] <Notice>: Closed <private>
Jan 31 14:57:57 searchpartyd[173] <Notice>: No index information found for near-owner advertisement: <private>
Jan 31 14:57:57 searchpartyd[173] <Notice>: Closed <private>
Jan 31 14:57:58 SupportATroop(UserNotifications)[3657] <Notice>: [com.iSupportDeployedTroops.iSupportCarePackageBuilder] Getting notification settings (async)
Jan 31 14:57:58 SupportATroop(UserNotifications)[3657] <Notice>: [com.iSupportDeployedTroops.iSupportCarePackageBuilder] Got notification settings [ hasResult: 1 hasCompletionHandler: 1 ]
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <DD030ED7-4739-42F4-99DB-161F942595C8>.<18> resuming, timeouts(0.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [81810D8E-C492-45FC-A670-405F152B1E79] (reporting strategy default)> on Task <DD030ED7-4739-42F4-99DB-161F942595C8>.<18> was not selected for reporting
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Connection 27: starting, TC(0x0)
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C27 7D428842-2172-4B2C-B9D7-93E45BACEE6A IPv4#e314b1f5:8081 tcp, url hash: 163ceaf3, context: com.apple.CFNetwork.NSURLSession.{91A7F4AD-C09A-4004-ADFC-FDE854A357C8}{(null)}{Y}{2}, proc: E5AB9AE7-88D7-3D72-9899-69484255DE60] start
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C27 IPv4#e314b1f5:8081 initial path ((null))] event: path:start @0.000s
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C27 IPv4#e314b1f5:8081 waiting path (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: path:satisfied @0.000s, uuid: 62D241E6-0F38-487D-A1CA-504E3A5D40E1
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C27 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:start_nexus @0.000s
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C27] reporting state preparing
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C27 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:receive_nexus @0.000s
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C27 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:start_connect @0.001s
Jan 31 14:57:58 SupportATroop(libusrtcp.dylib)[3657] <Notice>: tcp_output [C27:2] flags=[S] seq=3343801318, ack=0, win=65535 state=SYN_SENT rcv_nxt=0, snd_una=3343801318
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <DD030ED7-4739-42F4-99DB-161F942595C8>.<18> setting up Connection 27
Jan 31 14:57:58 SupportATroop(libusrtcp.dylib)[3657] <Notice>: tcp_input [C27:2] flags=[S.] seq=1227171499, ack=3343801319, win=65535 state=SYN_SENT rcv_nxt=0, snd_una=3343801318
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_connected [C27 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Transport protocol connected
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C27 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:finish_transport @0.004s
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_connected [C27 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol connected
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C27 IPv4#e314b1f5:8081 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:finish_connect @0.004s
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Error>: nw_endpoint_handler_set_adaptive_read_handler [C27 IPv4#e314b1f5:8081 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] unregister notification for read_timeout failed
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Error>: nw_endpoint_handler_set_adaptive_write_handler [C27 IPv4#e314b1f5:8081 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] unregister notification for write_timeout failed
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C27] reporting state ready
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C27 IPv4#e314b1f5:8081 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:changed_viability @0.004s
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Connection 27: connected successfully
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Connection 27: ready C(N) E(N)
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <DD030ED7-4739-42F4-99DB-161F942595C8>.<18> now using Connection 27
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Connection 27: received viability advisory(Y)
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <DD030ED7-4739-42F4-99DB-161F942595C8>.<18> sent request, body S 5804
Jan 31 14:57:58 SupportATroop[3657] <Error>: Invalid RCTFontWeight 'default'. should be one of: (
    100,
    200,
    300,
    400,
    500,
    600,
    700,
    800,
    900,
    bold,
    normal
)
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <DD030ED7-4739-42F4-99DB-161F942595C8>.<18> received response, status 200 content C
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <DD030ED7-4739-42F4-99DB-161F942595C8>.<18> response ended
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <DD030ED7-4739-42F4-99DB-161F942595C8>.<18> done using Connection 27
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <5F6A3F55-E1F2-4F80-B8FA-EB6AD00DFA88>.<19> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [025C7582-D8AA-4C6A-B1EE-180A64DDE4A2] (reporting strategy default)> on Task <5F6A3F55-E1F2-4F80-B8FA-EB6AD00DFA88>.<19> was not selected for reporting
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <601B784B-8BA3-47D5-A970-20FA89E31692>.<20> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [FEB2BE2C-23B1-4505-B68C-532E39C775E4] (reporting strategy default)> on Task <601B784B-8BA3-47D5-A970-20FA89E31692>.<20> was not selected for reporting
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <EA244137-2CB4-4273-8370-2E95F747F817>.<21> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [9D52F9D4-224C-4C40-953E-F1F94921FA2D] (reporting strategy default)> on Task <EA244137-2CB4-4273-8370-2E95F747F817>.<21> was not selected for reporting
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <1274AB7E-DB46-450E-A6B0-9D9CCDF7BD25>.<22> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [F24D7F93-B314-4E0A-B0B2-C3AE6809C306] (reporting strategy default)> on Task <1274AB7E-DB46-450E-A6B0-9D9CCDF7BD25>.<22> was not selected for reporting
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <DD030ED7-4739-42F4-99DB-161F942595C8>.<18> summary for task success {transaction_duration_ms=346, response_status=200, connection=27, protocol="http/1.1", domain_lookup_duration_ms=0, connect_duration_ms=3, secure_connection_duration_ms=0, request_start_ms=7, request_duration_ms=2, response_start_ms=331, response_duration_ms=6, request_bytes=6076, response_bytes=7192, cache_hit=0}
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <5F6A3F55-E1F2-4F80-B8FA-EB6AD00DFA88>.<19> now using Connection 27
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <DD030ED7-4739-42F4-99DB-161F942595C8>.<18> finished successfully
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <5F6A3F55-E1F2-4F80-B8FA-EB6AD00DFA88>.<19> sent request, body N 0
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Connection 28: starting, TC(0x0)
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C28 32DD5A95-2514-4468-8982-5950EEC37284 IPv4#e314b1f5:8081 tcp, url hash: dd78756c, context: com.apple.CFNetwork.NSURLSession.{91A7F4AD-C09A-4004-ADFC-FDE854A357C8}{(null)}{Y}{2}, proc: E5AB9AE7-88D7-3D72-9899-69484255DE60] start
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C28 IPv4#e314b1f5:8081 initial path ((null))] event: path:start @0.000s
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C28 IPv4#e314b1f5:8081 waiting path (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: path:satisfied @0.000s, uuid: 62D241E6-0F38-487D-A1CA-504E3A5D40E1
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C28 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:start_nexus @0.008s
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C28] reporting state preparing
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C28 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:receive_nexus @0.009s
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C28 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:start_connect @0.009s
Jan 31 14:57:58 SupportATroop(libusrtcp.dylib)[3657] <Notice>: tcp_output [C28:2] flags=[S] seq=3510788679, ack=0, win=65535 state=SYN_SENT rcv_nxt=0, snd_una=3510788679
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <EA244137-2CB4-4273-8370-2E95F747F817>.<21> setting up Connection 28
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Connection 29: starting, TC(0x0)
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C29 6128A94C-FE8F-48ED-9F88-B92AACB8106F IPv4#e314b1f5:8081 tcp, url hash: dd78756c, context: com.apple.CFNetwork.NSURLSession.{91A7F4AD-C09A-4004-ADFC-FDE854A357C8}{(null)}{Y}{2}, proc: E5AB9AE7-88D7-3D72-9899-69484255DE60] start
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C29 IPv4#e314b1f5:8081 initial path ((null))] event: path:start @0.000s
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C29 IPv4#e314b1f5:8081 waiting path (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: path:satisfied @0.000s, uuid: 62D241E6-0F38-487D-A1CA-504E3A5D40E1
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C29 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:start_nexus @0.000s
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C29] reporting state preparing
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C29 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:receive_nexus @0.002s
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C29 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:start_connect @0.003s
Jan 31 14:57:58 SupportATroop(libusrtcp.dylib)[3657] <Notice>: tcp_output [C29:2] flags=[S] seq=4202230406, ack=0, win=65535 state=SYN_SENT rcv_nxt=0, snd_una=4202230406
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <601B784B-8BA3-47D5-A970-20FA89E31692>.<20> setting up Connection 29
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Connection 30: starting, TC(0x0)
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C30 8493CD76-F3B5-4F5A-AD9E-14D53ECF142D IPv4#e314b1f5:8081 tcp, url hash: dd78756c, context: com.apple.CFNetwork.NSURLSession.{91A7F4AD-C09A-4004-ADFC-FDE854A357C8}{(null)}{Y}{2}, proc: E5AB9AE7-88D7-3D72-9899-69484255DE60] start
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C30 IPv4#e314b1f5:8081 initial path ((null))] event: path:start @0.000s
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C30 IPv4#e314b1f5:8081 waiting path (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: path:satisfied @0.000s, uuid: 62D241E6-0F38-487D-A1CA-504E3A5D40E1
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C30 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:start_nexus @0.000s
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C30] reporting state preparing
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C30 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:receive_nexus @0.000s
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C30 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:start_connect @0.000s
Jan 31 14:57:58 SupportATroop(libusrtcp.dylib)[3657] <Notice>: tcp_output [C30:2] flags=[S] seq=383856068, ack=0, win=65535 state=SYN_SENT rcv_nxt=0, snd_una=383856068
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <1274AB7E-DB46-450E-A6B0-9D9CCDF7BD25>.<22> setting up Connection 30
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <5F6A3F55-E1F2-4F80-B8FA-EB6AD00DFA88>.<19> received response, status 200 content C
Jan 31 14:57:58 SupportATroop(libusrtcp.dylib)[3657] <Notice>: tcp_input [C28:2] flags=[S.] seq=3350134738, ack=3510788680, win=65535 state=SYN_SENT rcv_nxt=0, snd_una=3510788679
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_connected [C28 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Transport protocol connected
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C28 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:finish_transport @0.020s
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_connected [C28 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol connected
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C28 IPv4#e314b1f5:8081 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:finish_connect @0.020s
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Error>: nw_endpoint_handler_set_adaptive_read_handler [C28 IPv4#e314b1f5:8081 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] unregister notification for read_timeout failed
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Error>: nw_endpoint_handler_set_adaptive_write_handler [C28 IPv4#e314b1f5:8081 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] unregister notification for write_timeout failed
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C28] reporting state ready
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C28 IPv4#e314b1f5:8081 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:changed_viability @0.020s
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Connection 28: connected successfully
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Connection 28: ready C(N) E(N)
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <EA244137-2CB4-4273-8370-2E95F747F817>.<21> now using Connection 28
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Connection 28: received viability advisory(Y)
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <EA244137-2CB4-4273-8370-2E95F747F817>.<21> sent request, body N 0
Jan 31 14:57:58 SupportATroop(libusrtcp.dylib)[3657] <Notice>: tcp_input [C29:2] flags=[S.] seq=4041453146, ack=4202230407, win=65535 state=SYN_SENT rcv_nxt=0, snd_una=4202230406
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_connected [C29 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Transport protocol connected
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C29 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:finish_transport @0.014s
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_connected [C29 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol connected
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C29 IPv4#e314b1f5:8081 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:finish_connect @0.014s
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Error>: nw_endpoint_handler_set_adaptive_read_handler [C29 IPv4#e314b1f5:8081 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] unregister notification for read_timeout failed
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Error>: nw_endpoint_handler_set_adaptive_write_handler [C29 IPv4#e314b1f5:8081 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] unregister notification for write_timeout failed
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C29] reporting state ready
Jan 31 14:57:58 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C29 IPv4#e314b1f5:8081 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:changed_viability @0.015s
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Connection 29: connected successfully
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Connection 29: ready C(N) E(N)
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <601B784B-8BA3-47D5-A970-20FA89E31692>.<20> now using Connection 29
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Connection 29: received viability advisory(Y)
Jan 31 14:57:58 SupportATroop(CFNetwork)[3657] <Notice>: Task <601B784B-8BA3-47D5-A970-20FA89E31692>.<20> sent request, body N 0
Jan 31 14:57:59 SupportATroop(libusrtcp.dylib)[3657] <Notice>: tcp_input [C30:2] flags=[S.] seq=2506055956, ack=383856069, win=65535 state=SYN_SENT rcv_nxt=0, snd_una=383856068
Jan 31 14:57:59 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_connected [C30 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Transport protocol connected
Jan 31 14:57:59 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C30 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:finish_transport @0.015s
Jan 31 14:57:59 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_connected [C30 IPv4#e314b1f5:8081 in_progress channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol connected
Jan 31 14:57:59 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C30 IPv4#e314b1f5:8081 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:finish_connect @0.015s
Jan 31 14:57:59 SupportATroop(libnetwork.dylib)[3657] <Error>: nw_endpoint_handler_set_adaptive_read_handler [C30 IPv4#e314b1f5:8081 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] unregister notification for read_timeout failed
Jan 31 14:57:59 SupportATroop(libnetwork.dylib)[3657] <Error>: nw_endpoint_handler_set_adaptive_write_handler [C30 IPv4#e314b1f5:8081 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] unregister notification for write_timeout failed
Jan 31 14:57:59 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C30] reporting state ready
Jan 31 14:57:59 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C30 IPv4#e314b1f5:8081 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] event: flow:changed_viability @0.016s
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Connection 30: connected successfully
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Connection 30: ready C(N) E(N)
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <1274AB7E-DB46-450E-A6B0-9D9CCDF7BD25>.<22> now using Connection 30
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Connection 30: received viability advisory(Y)
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <1274AB7E-DB46-450E-A6B0-9D9CCDF7BD25>.<22> sent request, body N 0
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <EA244137-2CB4-4273-8370-2E95F747F817>.<21> received response, status 200 content C
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <601B784B-8BA3-47D5-A970-20FA89E31692>.<20> received response, status 200 content C
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <1274AB7E-DB46-450E-A6B0-9D9CCDF7BD25>.<22> received response, status 200 content C
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <5F6A3F55-E1F2-4F80-B8FA-EB6AD00DFA88>.<19> response ended
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <5F6A3F55-E1F2-4F80-B8FA-EB6AD00DFA88>.<19> done using Connection 27
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <5F6A3F55-E1F2-4F80-B8FA-EB6AD00DFA88>.<19> summary for task success {transaction_duration_ms=128, response_status=200, connection=27, reused=1, request_start_ms=3, request_duration_ms=0, response_start_ms=23, response_duration_ms=104, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <5F6A3F55-E1F2-4F80-B8FA-EB6AD00DFA88>.<19> finished successfully
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <498EC231-9117-4D4C-B763-3F782997F487>.<23> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [C84E3DE4-E21C-4891-AD34-84E0E7624F01] (reporting strategy default)> on Task <498EC231-9117-4D4C-B763-3F782997F487>.<23> was not selected for reporting
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <498EC231-9117-4D4C-B763-3F782997F487>.<23> now using Connection 27
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <498EC231-9117-4D4C-B763-3F782997F487>.<23> sent request, body N 0
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <498EC231-9117-4D4C-B763-3F782997F487>.<23> received response, status 200 content C
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <EA244137-2CB4-4273-8370-2E95F747F817>.<21> response ended
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <EA244137-2CB4-4273-8370-2E95F747F817>.<21> done using Connection 28
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <EA244137-2CB4-4273-8370-2E95F747F817>.<21> summary for task success {transaction_duration_ms=417, response_status=200, connection=28, protocol="http/1.1", domain_lookup_duration_ms=0, connect_duration_ms=11, secure_connection_duration_ms=0, request_start_ms=24, request_duration_ms=0, response_start_ms=69, response_duration_ms=347, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <EA244137-2CB4-4273-8370-2E95F747F817>.<21> finished successfully
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <C6FA0AB8-1354-495A-942E-0C00625D6336>.<24> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [5A7F4664-1582-4B49-B566-8A4BEAFEF2A0] (reporting strategy default)> on Task <C6FA0AB8-1354-495A-942E-0C00625D6336>.<24> was not selected for reporting
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <C6FA0AB8-1354-495A-942E-0C00625D6336>.<24> now using Connection 28
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <C6FA0AB8-1354-495A-942E-0C00625D6336>.<24> sent request, body N 0
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <601B784B-8BA3-47D5-A970-20FA89E31692>.<20> response ended
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <601B784B-8BA3-47D5-A970-20FA89E31692>.<20> done using Connection 29
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <601B784B-8BA3-47D5-A970-20FA89E31692>.<20> summary for task success {transaction_duration_ms=438, response_status=200, connection=29, protocol="http/1.1", domain_lookup_duration_ms=0, connect_duration_ms=11, secure_connection_duration_ms=0, request_start_ms=33, request_duration_ms=0, response_start_ms=80, response_duration_ms=358, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <601B784B-8BA3-47D5-A970-20FA89E31692>.<20> finished successfully
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <294F760B-8E1A-4EF8-9196-1336F3218197>.<25> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [FD4F3497-9402-446A-B40E-AA9C6DB86D97] (reporting strategy default)> on Task <294F760B-8E1A-4EF8-9196-1336F3218197>.<25> was not selected for reporting
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <294F760B-8E1A-4EF8-9196-1336F3218197>.<25> now using Connection 29
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <1274AB7E-DB46-450E-A6B0-9D9CCDF7BD25>.<22> response ended
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <1274AB7E-DB46-450E-A6B0-9D9CCDF7BD25>.<22> done using Connection 30
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <1274AB7E-DB46-450E-A6B0-9D9CCDF7BD25>.<22> summary for task success {transaction_duration_ms=456, response_status=200, connection=30, protocol="http/1.1", domain_lookup_duration_ms=0, connect_duration_ms=15, secure_connection_duration_ms=0, request_start_ms=39, request_duration_ms=0, response_start_ms=81, response_duration_ms=374, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <1274AB7E-DB46-450E-A6B0-9D9CCDF7BD25>.<22> finished successfully
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <4B30E035-307A-4FE5-8ED8-91DD00A7A0A9>.<26> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [AFBA9172-17FE-434E-9C6A-ABE9013376EE] (reporting strategy default)> on Task <4B30E035-307A-4FE5-8ED8-91DD00A7A0A9>.<26> was not selected for reporting
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <294F760B-8E1A-4EF8-9196-1336F3218197>.<25> sent request, body N 0
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <4B30E035-307A-4FE5-8ED8-91DD00A7A0A9>.<26> now using Connection 30
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <4B30E035-307A-4FE5-8ED8-91DD00A7A0A9>.<26> sent request, body N 0
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <498EC231-9117-4D4C-B763-3F782997F487>.<23> response ended
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <498EC231-9117-4D4C-B763-3F782997F487>.<23> done using Connection 27


cntd:

Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <498EC231-9117-4D4C-B763-3F782997F487>.<23> summary for task success {transaction_duration_ms=334, response_status=200, connection=27, reused=1, request_start_ms=3, request_duration_ms=0, response_start_ms=112, response_duration_ms=221, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <498EC231-9117-4D4C-B763-3F782997F487>.<23> finished successfully
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <FFD45561-BE98-4949-8A6A-AD4A06FD6682>.<27> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [7A1AE4EE-66E8-4E73-A43C-31ADE7108F8D] (reporting strategy default)> on Task <FFD45561-BE98-4949-8A6A-AD4A06FD6682>.<27> was not selected for reporting
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <FFD45561-BE98-4949-8A6A-AD4A06FD6682>.<27> now using Connection 27
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <FFD45561-BE98-4949-8A6A-AD4A06FD6682>.<27> sent request, body N 0
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <C6FA0AB8-1354-495A-942E-0C00625D6336>.<24> received response, status 200 content C
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <294F760B-8E1A-4EF8-9196-1336F3218197>.<25> received response, status 200 content C
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <4B30E035-307A-4FE5-8ED8-91DD00A7A0A9>.<26> received response, status 200 content C
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <FFD45561-BE98-4949-8A6A-AD4A06FD6682>.<27> received response, status 200 content C
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <FFD45561-BE98-4949-8A6A-AD4A06FD6682>.<27> response ended
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <FFD45561-BE98-4949-8A6A-AD4A06FD6682>.<27> done using Connection 27
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <FFD45561-BE98-4949-8A6A-AD4A06FD6682>.<27> summary for task success {transaction_duration_ms=163, response_status=200, connection=27, reused=1, request_start_ms=1, request_duration_ms=0, response_start_ms=136, response_duration_ms=26, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <FFD45561-BE98-4949-8A6A-AD4A06FD6682>.<27> finished successfully
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <60ECF022-E951-47E6-BF37-C100D5AEC313>.<28> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [238511F4-51DF-4E07-9284-E4C9FC6F6B84] (reporting strategy default)> on Task <60ECF022-E951-47E6-BF37-C100D5AEC313>.<28> was not selected for reporting
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <60ECF022-E951-47E6-BF37-C100D5AEC313>.<28> now using Connection 27
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <60ECF022-E951-47E6-BF37-C100D5AEC313>.<28> sent request, body N 0
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <C6FA0AB8-1354-495A-942E-0C00625D6336>.<24> response ended
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <C6FA0AB8-1354-495A-942E-0C00625D6336>.<24> done using Connection 28
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <C6FA0AB8-1354-495A-942E-0C00625D6336>.<24> summary for task success {transaction_duration_ms=243, response_status=200, connection=28, reused=1, request_start_ms=8, request_duration_ms=0, response_start_ms=103, response_duration_ms=139, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <C6FA0AB8-1354-495A-942E-0C00625D6336>.<24> finished successfully
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <53AEBFFF-F5BF-46B4-BC8D-BD1F0540F61B>.<29> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [9E15C45A-9999-4A05-9DDC-49821BC2B524] (reporting strategy default)> on Task <53AEBFFF-F5BF-46B4-BC8D-BD1F0540F61B>.<29> was not selected for reporting
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <53AEBFFF-F5BF-46B4-BC8D-BD1F0540F61B>.<29> now using Connection 28
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <53AEBFFF-F5BF-46B4-BC8D-BD1F0540F61B>.<29> sent request, body N 0
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <4B30E035-307A-4FE5-8ED8-91DD00A7A0A9>.<26> response ended
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <4B30E035-307A-4FE5-8ED8-91DD00A7A0A9>.<26> done using Connection 30
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <4B30E035-307A-4FE5-8ED8-91DD00A7A0A9>.<26> summary for task success {transaction_duration_ms=237, response_status=200, connection=30, reused=1, request_start_ms=8, request_duration_ms=0, response_start_ms=91, response_duration_ms=145, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <4B30E035-307A-4FE5-8ED8-91DD00A7A0A9>.<26> finished successfully
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <B26E1DA3-A4B5-4F99-9DB8-62DC20C13518>.<30> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [D86F4F3F-0C74-4A1F-BCD8-48EC8588AE98] (reporting strategy default)> on Task <B26E1DA3-A4B5-4F99-9DB8-62DC20C13518>.<30> was not selected for reporting
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <B26E1DA3-A4B5-4F99-9DB8-62DC20C13518>.<30> now using Connection 30
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <B26E1DA3-A4B5-4F99-9DB8-62DC20C13518>.<30> sent request, body N 0
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <60ECF022-E951-47E6-BF37-C100D5AEC313>.<28> received response, status 200 content C
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <60ECF022-E951-47E6-BF37-C100D5AEC313>.<28> response ended
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <60ECF022-E951-47E6-BF37-C100D5AEC313>.<28> done using Connection 27
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <60ECF022-E951-47E6-BF37-C100D5AEC313>.<28> summary for task success {transaction_duration_ms=125, response_status=200, connection=27, reused=1, request_start_ms=2, request_duration_ms=0, response_start_ms=52, response_duration_ms=73, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <60ECF022-E951-47E6-BF37-C100D5AEC313>.<28> finished successfully
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <683B895B-21EC-4F6D-B68E-F682111F0CF5>.<31> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [3A1697D5-F1D3-4B08-B892-21E36515601C] (reporting strategy default)> on Task <683B895B-21EC-4F6D-B68E-F682111F0CF5>.<31> was not selected for reporting
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <683B895B-21EC-4F6D-B68E-F682111F0CF5>.<31> now using Connection 27
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <683B895B-21EC-4F6D-B68E-F682111F0CF5>.<31> sent request, body N 0
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <53AEBFFF-F5BF-46B4-BC8D-BD1F0540F61B>.<29> received response, status 200 content C
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <53AEBFFF-F5BF-46B4-BC8D-BD1F0540F61B>.<29> response ended
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <53AEBFFF-F5BF-46B4-BC8D-BD1F0540F61B>.<29> done using Connection 28
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <53AEBFFF-F5BF-46B4-BC8D-BD1F0540F61B>.<29> summary for task success {transaction_duration_ms=185, response_status=200, connection=28, reused=1, request_start_ms=3, request_duration_ms=0, response_start_ms=128, response_duration_ms=57, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <53AEBFFF-F5BF-46B4-BC8D-BD1F0540F61B>.<29> finished successfully
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <B26E1DA3-A4B5-4F99-9DB8-62DC20C13518>.<30> received response, status 200 content C
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <5A4D6048-9798-47C7-ADA1-E045B74A3029>.<32> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [10F7EEAC-3BF0-4CB0-BFE8-5FAF268923CF] (reporting strategy default)> on Task <5A4D6048-9798-47C7-ADA1-E045B74A3029>.<32> was not selected for reporting
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <5A4D6048-9798-47C7-ADA1-E045B74A3029>.<32> now using Connection 28
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <5A4D6048-9798-47C7-ADA1-E045B74A3029>.<32> sent request, body N 0
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <B26E1DA3-A4B5-4F99-9DB8-62DC20C13518>.<30> response ended
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <B26E1DA3-A4B5-4F99-9DB8-62DC20C13518>.<30> done using Connection 30
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <B26E1DA3-A4B5-4F99-9DB8-62DC20C13518>.<30> summary for task success {transaction_duration_ms=201, response_status=200, connection=30, reused=1, request_start_ms=5, request_duration_ms=0, response_start_ms=154, response_duration_ms=46, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <B26E1DA3-A4B5-4F99-9DB8-62DC20C13518>.<30> finished successfully
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <683B895B-21EC-4F6D-B68E-F682111F0CF5>.<31> received response, status 200 content C
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <135E59B3-4BBB-442F-BF68-6A25FD67E80C>.<33> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [98D09D48-8605-4AA9-BB5A-1C8763D61308] (reporting strategy default)> on Task <135E59B3-4BBB-442F-BF68-6A25FD67E80C>.<33> was not selected for reporting
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <135E59B3-4BBB-442F-BF68-6A25FD67E80C>.<33> now using Connection 30
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <135E59B3-4BBB-442F-BF68-6A25FD67E80C>.<33> sent request, body N 0
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <683B895B-21EC-4F6D-B68E-F682111F0CF5>.<31> response ended
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <683B895B-21EC-4F6D-B68E-F682111F0CF5>.<31> done using Connection 27
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <683B895B-21EC-4F6D-B68E-F682111F0CF5>.<31> summary for task success {transaction_duration_ms=152, response_status=200, connection=27, reused=1, request_start_ms=2, request_duration_ms=0, response_start_ms=106, response_duration_ms=45, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <683B895B-21EC-4F6D-B68E-F682111F0CF5>.<31> finished successfully
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <7A023483-49D8-43F6-8D3C-130D0CF68E91>.<34> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [2BB3F5F0-0C47-40E0-9ADA-806811A1B2A0] (reporting strategy default)> on Task <7A023483-49D8-43F6-8D3C-130D0CF68E91>.<34> was not selected for reporting
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <7A023483-49D8-43F6-8D3C-130D0CF68E91>.<34> now using Connection 27
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <7A023483-49D8-43F6-8D3C-130D0CF68E91>.<34> sent request, body N 0
Jan 31 14:57:59 SupportATroop(CFNetwork)[3657] <Notice>: Task <5A4D6048-9798-47C7-ADA1-E045B74A3029>.<32> received response, status 200 content C
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <135E59B3-4BBB-442F-BF68-6A25FD67E80C>.<33> received response, status 200 content C
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <5A4D6048-9798-47C7-ADA1-E045B74A3029>.<32> response ended
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <5A4D6048-9798-47C7-ADA1-E045B74A3029>.<32> done using Connection 28
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <5A4D6048-9798-47C7-ADA1-E045B74A3029>.<32> summary for task success {transaction_duration_ms=169, response_status=200, connection=28, reused=1, request_start_ms=1, request_duration_ms=0, response_start_ms=153, response_duration_ms=15, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <5A4D6048-9798-47C7-ADA1-E045B74A3029>.<32> finished successfully
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <80248BB0-237A-4B6D-868E-9165F8EF3E87>.<35> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [0A833915-F756-43F6-A124-26FDE5165FC9] (reporting strategy default)> on Task <80248BB0-237A-4B6D-868E-9165F8EF3E87>.<35> was not selected for reporting
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <80248BB0-237A-4B6D-868E-9165F8EF3E87>.<35> now using Connection 28
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <80248BB0-237A-4B6D-868E-9165F8EF3E87>.<35> sent request, body N 0
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <135E59B3-4BBB-442F-BF68-6A25FD67E80C>.<33> response ended
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <135E59B3-4BBB-442F-BF68-6A25FD67E80C>.<33> done using Connection 30
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <135E59B3-4BBB-442F-BF68-6A25FD67E80C>.<33> summary for task success {transaction_duration_ms=143, response_status=200, connection=30, reused=1, request_start_ms=1, request_duration_ms=0, response_start_ms=119, response_duration_ms=24, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <135E59B3-4BBB-442F-BF68-6A25FD67E80C>.<33> finished successfully
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <B954F7F0-2158-4F36-A339-388762262B40>.<36> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [09FA671D-1D7D-4E91-B92A-115458F8BE1C] (reporting strategy default)> on Task <B954F7F0-2158-4F36-A339-388762262B40>.<36> was not selected for reporting
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <B954F7F0-2158-4F36-A339-388762262B40>.<36> now using Connection 30
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <B954F7F0-2158-4F36-A339-388762262B40>.<36> sent request, body N 0
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <7A023483-49D8-43F6-8D3C-130D0CF68E91>.<34> received response, status 200 content C
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <7A023483-49D8-43F6-8D3C-130D0CF68E91>.<34> response ended
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <7A023483-49D8-43F6-8D3C-130D0CF68E91>.<34> done using Connection 27
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <7A023483-49D8-43F6-8D3C-130D0CF68E91>.<34> summary for task success {transaction_duration_ms=138, response_status=200, connection=27, reused=1, request_start_ms=30, request_duration_ms=0, response_start_ms=119, response_duration_ms=18, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <7A023483-49D8-43F6-8D3C-130D0CF68E91>.<34> finished successfully
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <3FEE1A46-2918-49FD-8CC6-63E82AD888AD>.<37> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [0A047E14-AEB7-4C72-BEE8-3C6944B4766C] (reporting strategy default)> on Task <3FEE1A46-2918-49FD-8CC6-63E82AD888AD>.<37> was not selected for reporting
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <3FEE1A46-2918-49FD-8CC6-63E82AD888AD>.<37> now using Connection 27
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <3FEE1A46-2918-49FD-8CC6-63E82AD888AD>.<37> sent request, body N 0
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <294F760B-8E1A-4EF8-9196-1336F3218197>.<25> response ended
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <294F760B-8E1A-4EF8-9196-1336F3218197>.<25> done using Connection 29
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <294F760B-8E1A-4EF8-9196-1336F3218197>.<25> summary for task success {transaction_duration_ms=714, response_status=200, connection=29, reused=1, request_start_ms=2, request_duration_ms=0, response_start_ms=104, response_duration_ms=610, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <80248BB0-237A-4B6D-868E-9165F8EF3E87>.<35> received response, status 200 content C
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <294F760B-8E1A-4EF8-9196-1336F3218197>.<25> finished successfully
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <D8303F87-C7CE-4286-BE9F-C443206346C1>.<38> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [5620E5B4-91A1-41CC-B890-473D933E4F0F] (reporting strategy default)> on Task <D8303F87-C7CE-4286-BE9F-C443206346C1>.<38> was not selected for reporting
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <D8303F87-C7CE-4286-BE9F-C443206346C1>.<38> now using Connection 29
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <D8303F87-C7CE-4286-BE9F-C443206346C1>.<38> sent request, body N 0
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <80248BB0-237A-4B6D-868E-9165F8EF3E87>.<35> response ended
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <80248BB0-237A-4B6D-868E-9165F8EF3E87>.<35> done using Connection 28
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <80248BB0-237A-4B6D-868E-9165F8EF3E87>.<35> summary for task success {transaction_duration_ms=130, response_status=200, connection=28, reused=1, request_start_ms=1, request_duration_ms=0, response_start_ms=96, response_duration_ms=29, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <80248BB0-237A-4B6D-868E-9165F8EF3E87>.<35> finished successfully


cntd

Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <90FA5573-8BAE-4D18-AE0F-89341B78372D>.<39> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [53C2CB15-887F-42AB-81E6-84786AE9CFAB] (reporting strategy default)> on Task <90FA5573-8BAE-4D18-AE0F-89341B78372D>.<39> was not selected for reporting
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <B954F7F0-2158-4F36-A339-388762262B40>.<36> received response, status 200 content C
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <90FA5573-8BAE-4D18-AE0F-89341B78372D>.<39> now using Connection 28
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <90FA5573-8BAE-4D18-AE0F-89341B78372D>.<39> sent request, body N 0
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <3FEE1A46-2918-49FD-8CC6-63E82AD888AD>.<37> received response, status 200 content C
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <B954F7F0-2158-4F36-A339-388762262B40>.<36> response ended
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <B954F7F0-2158-4F36-A339-388762262B40>.<36> done using Connection 30
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <B954F7F0-2158-4F36-A339-388762262B40>.<36> summary for task success {transaction_duration_ms=192, response_status=200, connection=30, reused=1, request_start_ms=4, request_duration_ms=0, response_start_ms=118, response_duration_ms=73, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <B954F7F0-2158-4F36-A339-388762262B40>.<36> finished successfully
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <EC0C70A6-7E3A-46B5-AA1D-FFB0DC62E7EC>.<40> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [BD250EC9-754D-419C-99C6-9194FCEE6AD5] (reporting strategy default)> on Task <EC0C70A6-7E3A-46B5-AA1D-FFB0DC62E7EC>.<40> was not selected for reporting
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <EC0C70A6-7E3A-46B5-AA1D-FFB0DC62E7EC>.<40> now using Connection 30
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <EC0C70A6-7E3A-46B5-AA1D-FFB0DC62E7EC>.<40> sent request, body N 0
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <3FEE1A46-2918-49FD-8CC6-63E82AD888AD>.<37> response ended
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <3FEE1A46-2918-49FD-8CC6-63E82AD888AD>.<37> done using Connection 27
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <3FEE1A46-2918-49FD-8CC6-63E82AD888AD>.<37> summary for task success {transaction_duration_ms=182, response_status=200, connection=27, reused=1, request_start_ms=3, request_duration_ms=0, response_start_ms=112, response_duration_ms=69, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <D8303F87-C7CE-4286-BE9F-C443206346C1>.<38> received response, status 200 content C
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <3FEE1A46-2918-49FD-8CC6-63E82AD888AD>.<37> finished successfully
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <66462CAC-EB7F-48DF-A008-146E8535A6A5>.<41> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [653D357E-CD43-4EF1-A6DE-C686323DCEAD] (reporting strategy default)> on Task <66462CAC-EB7F-48DF-A008-146E8535A6A5>.<41> was not selected for reporting
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <66462CAC-EB7F-48DF-A008-146E8535A6A5>.<41> now using Connection 27
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <66462CAC-EB7F-48DF-A008-146E8535A6A5>.<41> sent request, body N 0
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <90FA5573-8BAE-4D18-AE0F-89341B78372D>.<39> received response, status 200 content C
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <EC0C70A6-7E3A-46B5-AA1D-FFB0DC62E7EC>.<40> received response, status 200 content C
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <90FA5573-8BAE-4D18-AE0F-89341B78372D>.<39> response ended
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <90FA5573-8BAE-4D18-AE0F-89341B78372D>.<39> done using Connection 28
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <90FA5573-8BAE-4D18-AE0F-89341B78372D>.<39> summary for task success {transaction_duration_ms=223, response_status=200, connection=28, reused=1, request_start_ms=15, request_duration_ms=1, response_start_ms=180, response_duration_ms=42, request_bytes=284, response_bytes=151166, cache_hit=0}
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <90FA5573-8BAE-4D18-AE0F-89341B78372D>.<39> finished successfully
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <4408DB7D-F185-4067-9050-6E19CDA1084D>.<42> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: [Telemetry]: Activity <nw_activity 12:2 [4EFC4EAD-F507-4FD5-A65E-8198C4030D15] (reporting strategy default)> on Task <4408DB7D-F185-4067-9050-6E19CDA1084D>.<42> was not selected for reporting
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <D8303F87-C7CE-4286-BE9F-C443206346C1>.<38> summary for task failure {transaction_duration_ms=270, response_status=200, connection=29, reused=1, request_start_ms=15, request_duration_ms=0, response_start_ms=172, response_duration_ms=0, request_bytes=288, response_bytes=60816, cache_hit=0}
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <EC0C70A6-7E3A-46B5-AA1D-FFB0DC62E7EC>.<40> summary for task failure {transaction_duration_ms=157, response_status=200, connection=30, reused=1, request_start_ms=7, request_duration_ms=0, response_start_ms=141, response_duration_ms=0, request_bytes=284, response_bytes=13032, cache_hit=0}
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <66462CAC-EB7F-48DF-A008-146E8535A6A5>.<41> summary for task failure {transaction_duration_ms=85, response_status=0, connection=27, reused=1, request_start_ms=1, request_duration_ms=1, response_start_ms=0, response_duration_ms=0, request_bytes=284, response_bytes=0, cache_hit=0}
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <4408DB7D-F185-4067-9050-6E19CDA1084D>.<42> summary for task failure {transaction_duration_ms=13, response_status=0, cache_hit=0}
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <D8303F87-C7CE-4286-BE9F-C443206346C1>.<38> finished with error [-999] Error Domain=NSURLErrorDomain Code=-999 UserInfo={NSErrorFailingURLStringKey=<private>, NSErrorFailingURLKey=<private>, _NSURLErrorRelatedURLSessionTaskErrorKey=<private>, _NSURLErrorFailingURLSessionTaskErrorKey=<private>, NSLocalizedDescription=<private>}
Jan 31 14:58:00 SupportATroop(libusrtcp.dylib)[3657] <Notice>: tcp_output [C29:2] flags=[F.] seq=4202231263, ack=4041816299, win=9118 state=FIN_WAIT_1 rcv_nxt=4041816299, snd_una=4202231263
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Connection 29: cleaning up
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C29 6128A94C-FE8F-48ED-9F88-B92AACB8106F IPv4#e314b1f5:8081 tcp, url hash: dd78756c] cancel
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C29 6128A94C-FE8F-48ED-9F88-B92AACB8106F IPv4#e314b1f5:8081 tcp, url hash: dd78756c] cancelled
	[C29 62D241E6-0F38-487D-A1CA-504E3A5D40E1 192.168.0.18:55242<->IPv4#e314b1f5:8081]
	Connected Path: satisfied (Path is satisfied), viable, interface: en0, ipv4, dns
	Duration: 1.432s, TCP @0.003s took 0.011s
	bytes in/out: 364600/856, packets in/out: 216/129, rtt: 0.168s, retransmitted bytes: 0, out-of-order bytes: 0
Jan 31 14:58:00 SupportATroop(libusrtcp.dylib)[3657] <Notice>: nw_protocol_tcp_log_summary [C29:2] 
	[112D3E9C-EFA9-44A8-B9E9-21F872410390 <private>:55242<-><private>:8081]
	Init: 1, Conn_Time: 11.262ms, SYNs: 1, WR_T: 0/0, RD_T: 0/0, TFO: 0/0/0, ECN: 0/0/0, TS: 1
	rtt_cache: process, rtt_upd: 192, rtt: 168.812ms, rtt_var: 10.312ms rtt_nc: 168.812ms, rtt_var_nc: 10.312ms
	ACKs-compressed: 0, ACKs delayed: 141 delayed ACKs sent: 1
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C29 IPv4#e314b1f5:8081 cancelled channel-flow ((null))] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <EC0C70A6-7E3A-46B5-AA1D-FFB0DC62E7EC>.<40> finished with error [-999] Error Domain=NSURLErrorDomain Code=-999 UserInfo={NSErrorFailingURLStringKey=<private>, NSErrorFailingURLKey=<private>, _NSURLErrorRelatedURLSessionTaskErrorKey=<private>, _NSURLErrorFailingURLSessionTaskErrorKey=<private>, NSLocalizedDescription=<private>}
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <66462CAC-EB7F-48DF-A008-146E8535A6A5>.<41> finished with error [-999] Error Domain=NSURLErrorDomain Code=-999 UserInfo={NSErrorFailingURLStringKey=<private>, NSErrorFailingURLKey=<private>, _NSURLErrorRelatedURLSessionTaskErrorKey=<private>, _NSURLErrorFailingURLSessionTaskErrorKey=<private>, NSLocalizedDescription=<private>}
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <4408DB7D-F185-4067-9050-6E19CDA1084D>.<42> finished with error [-999] Error Domain=NSURLErrorDomain Code=-999 UserInfo={NSErrorFailingURLStringKey=<private>, NSErrorFailingURLKey=<private>, _NSURLErrorRelatedURLSessionTaskErrorKey=<private>, _NSURLErrorFailingURLSessionTaskErrorKey=<private>, NSLocalizedDescription=<private>}
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C29] reporting state cancelled
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <D8303F87-C7CE-4286-BE9F-C443206346C1>.<38> done using Connection 29
Jan 31 14:58:00 SupportATroop(libusrtcp.dylib)[3657] <Notice>: tcp_output [C30:2] flags=[F.] seq=383857773, ack=2506829173, win=18892 state=FIN_WAIT_1 rcv_nxt=2506829173, snd_una=383857773
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Connection 30: cleaning up
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C30 8493CD76-F3B5-4F5A-AD9E-14D53ECF142D IPv4#e314b1f5:8081 tcp, url hash: dd78756c] cancel
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C30 8493CD76-F3B5-4F5A-AD9E-14D53ECF142D IPv4#e314b1f5:8081 tcp, url hash: dd78756c] cancelled
	[C30 62D241E6-0F38-487D-A1CA-504E3A5D40E1 192.168.0.18:55243<->IPv4#e314b1f5:8081]
	Connected Path: satisfied (Path is satisfied), viable, interface: en0, ipv4, dns
	Duration: 1.429s, TCP @0.000s took 0.015s
	bytes in/out: 774664/1704, packets in/out: 445/195, rtt: 0.140s, retransmitted bytes: 0, out-of-order bytes: 0
Jan 31 14:58:00 SupportATroop(libusrtcp.dylib)[3657] <Notice>: nw_protocol_tcp_log_summary [C30:2] 
	[18815EC1-53B6-4B4A-8F4B-E5C734EEB9DF <private>:55243<-><private>:8081]
	Init: 1, Conn_Time: 14.598ms, SYNs: 1, WR_T: 0/0, RD_T: 0/0, TFO: 0/0/0, ECN: 0/0/0, TS: 1
	rtt_cache: process, rtt_upd: 426, rtt: 140.187ms, rtt_var: 13.875ms rtt_nc: 140.187ms, rtt_var_nc: 13.875ms
	ACKs-compressed: 0, ACKs delayed: 377 delayed ACKs sent: 0
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C30 IPv4#e314b1f5:8081 cancelled channel-flow ((null))] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C30] reporting state cancelled
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <EC0C70A6-7E3A-46B5-AA1D-FFB0DC62E7EC>.<40> done using Connection 30
Jan 31 14:58:00 SupportATroop(libusrtcp.dylib)[3657] <Notice>: tcp_output [C27:2] flags=[F.] seq=3343809667, ack=1228236870, win=13915 state=FIN_WAIT_1 rcv_nxt=1228236870, snd_una=3343809383
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Connection 27: cleaning up
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C27 7D428842-2172-4B2C-B9D7-93E45BACEE6A IPv4#e314b1f5:8081 tcp, url hash: 163ceaf3] cancel
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C27 7D428842-2172-4B2C-B9D7-93E45BACEE6A IPv4#e314b1f5:8081 tcp, url hash: 163ceaf3] cancelled
	[C27 62D241E6-0F38-487D-A1CA-504E3A5D40E1 192.168.0.18:55240<->IPv4#e314b1f5:8081]
	Connected Path: satisfied (Path is satisfied), viable, interface: en0, ipv4, dns
	Duration: 1.797s, TCP @0.001s took 0.003s
	bytes in/out: 1065370/8348, packets in/out: 649/302, rtt: 0.154s, retransmitted bytes: 0, out-of-order bytes: 0
Jan 31 14:58:00 SupportATroop(libusrtcp.dylib)[3657] <Notice>: nw_protocol_tcp_log_summary [C27:2] 
	[D8116499-5780-403C-9A7F-03E0F77BBCC9 <private>:55240<-><private>:8081]
	Init: 1, Conn_Time: 2.828ms, SYNs: 1, WR_T: 0/0, RD_T: 0/0, TFO: 0/0/0, ECN: 0/0/0, TS: 1
	rtt_cache: process, rtt_upd: 626, rtt: 154.031ms, rtt_var: 6.437ms rtt_nc: 154.031ms, rtt_var_nc: 6.437ms
	ACKs-compressed: 0, ACKs delayed: 569 delayed ACKs sent: 1
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C27 IPv4#e314b1f5:8081 cancelled channel-flow ((null))] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C27] reporting state cancelled
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Task <66462CAC-EB7F-48DF-A008-146E8535A6A5>.<41> done using Connection 27
Jan 31 14:58:00 SupportATroop(libusrtcp.dylib)[3657] <Notice>: tcp_output [C28:2] flags=[F.] seq=3510790384, ack=3351041747, win=18711 state=FIN_WAIT_1 rcv_nxt=3351041747, snd_una=3510790384
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Connection 28: cleaning up
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C28 32DD5A95-2514-4468-8982-5950EEC37284 IPv4#e314b1f5:8081 tcp, url hash: dd78756c] cancel
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C28 32DD5A95-2514-4468-8982-5950EEC37284 IPv4#e314b1f5:8081 tcp, url hash: dd78756c] cancelled
	[C28 62D241E6-0F38-487D-A1CA-504E3A5D40E1 192.168.0.18:55241<->IPv4#e314b1f5:8081]
	Connected Path: satisfied (Path is satisfied), viable, interface: en0, ipv4, dns
	Duration: 1.449s, TCP @0.009s took 0.011s
	bytes in/out: 907008/1704, packets in/out: 518/210, rtt: 0.190s, retransmitted bytes: 0, out-of-order bytes: 0
Jan 31 14:58:00 SupportATroop(libusrtcp.dylib)[3657] <Notice>: nw_protocol_tcp_log_summary [C28:2] 
	[4916968D-414B-4245-8A3D-FE88A1493152 <private>:55241<-><private>:8081]
	Init: 1, Conn_Time: 10.427ms, SYNs: 1, WR_T: 0/0, RD_T: 0/0, TFO: 0/0/0, ECN: 0/0/0, TS: 1
	rtt_cache: process, rtt_upd: 491, rtt: 190.500ms, rtt_var: 2.500ms rtt_nc: 190.500ms, rtt_var_nc: 2.500ms
	ACKs-compressed: 0, ACKs delayed: 441 delayed ACKs sent: 1
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C28 IPv4#e314b1f5:8081 cancelled channel-flow ((null))] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C28] reporting state cancelled
Jan 31 14:58:00 SupportATroop(libquic.dylib)[3657] <Notice>: quic_frame_write_CONNECTION_CLOSE [C24.1.1:2] [8e47f4552e7e2481-dc0935e7777d227d] sending APPLICATION_CLOSE, code 0x100, reason <null>
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C25 7161A15F-B2E2-4C09-996C-860DDD10C4B5 IPv4#ecf500a5:443 quic-connection, url hash: 702d9c97, tls] cancel
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C25 7161A15F-B2E2-4C09-996C-860DDD10C4B5 IPv4#ecf500a5:443 quic-connection, url hash: 702d9c97, tls] cancelled
	[C25 6DE0A3B6-410F-4D2A-9BA2-7BB73956037A 192.168.0.18:53984<->IPv4#ecf500a5:443]
	Connected Path: satisfied (Path is satisfied), viable, interface: en0, ipv4, dns
	Duration: 21.671s, QUIC @0.000s took 0.000s, TLS 1.3 took 0.069s
	bytes in/out: 9202/4524, packets in/out: 13/19, rtt: 0.029s, retransmitted bytes: 0, out-of-order bytes: 1273
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C25 IPv4#ecf500a5:443 cancelled channel-flow ((null))] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C25] reporting state cancelled
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C24.1.1 IPv4#ecf500a5:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C24.1.1 IPv4#ecf500a5:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C25 IPv4#ecf500a5:443 cancelled channel-flow ((null))] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C24.1.1 IPv4#ecf500a5:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C24.1.1 IPv4#ecf500a5:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C24.1.1 IPv4#ecf500a5:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C24.1.1 IPv4#ecf500a5:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C24.1.1 IPv4#ecf500a5:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C24.1.1 IPv4#ecf500a5:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C24.1.1 IPv4#ecf500a5:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C25 IPv4#ecf500a5:443 cancelled channel-flow ((null))] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C24.1.1 IPv4#ecf500a5:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C24.1.1 IPv4#ecf500a5:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C24.1.1 IPv4#ecf500a5:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C24.1.1 IPv4#ecf500a5:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C24.1.1 IPv4#ecf500a5:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Connection 24: cleaning up
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C24 B79E75A0-50EC-4153-8C2B-060E0C57472C Hostname#394f42b0:443 quic-connection, url hash: 702d9c97] cancel
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C24 B79E75A0-50EC-4153-8C2B-060E0C57472C Hostname#394f42b0:443 quic-connection, url hash: 702d9c97] cancelled
	[C24.1.1 6DE0A3B6-410F-4D2A-9BA2-7BB73956037A 192.168.0.18:53984<->IPv4#ecf500a5:443]
	Connected Path: satisfied (Path is satisfied), viable, interface: en0, ipv4, dns
	Duration: 21.693s, DNS @0.002s took 0.004s, QUIC @0.008s took 0.073s
	bytes in/out: 9202/4524, packets in/out: 13/19, rtt: 0.029s, retransmitted bytes: 0, out-of-order bytes: 1273
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C24.1.1 IPv4#ecf500a5:443 cancelled channel-flow ((null))] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C24] reporting state cancelled
Jan 31 14:58:00 SupportATroop(libquic.dylib)[3657] <Notice>: quic_frame_write_CONNECTION_CLOSE [C21.1.1:2] [aa382a357d7967de-1a22a6b96e0d119e] sending APPLICATION_CLOSE, code 0x100, reason <null>
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C22 B66520FD-02B2-4288-9871-71A6AFB22CF1 IPv4#9882d393:443 quic-connection, url hash: 416403b1, tls] cancel
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C22 B66520FD-02B2-4288-9871-71A6AFB22CF1 IPv4#9882d393:443 quic-connection, url hash: 416403b1, tls] cancelled
	[C22 E89DFA30-4C02-490F-A266-2FF729FFAB90 192.168.0.18:62318<->IPv4#9882d393:443]
	Connected Path: satisfied (Path is satisfied), viable, interface: en0, ipv4, dns
	Duration: 22.046s, QUIC @0.000s took 0.000s, TLS 1.3 took 0.138s
	bytes in/out: 9936/7072, packets in/out: 23/29, rtt: 0.037s, retransmitted bytes: 0, out-of-order bytes: 1269
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C22 IPv4#9882d393:443 cancelled channel-flow ((null))] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C22] reporting state cancelled
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C21.1.1 IPv4#9882d393:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected

cntd

Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C21.1.1 IPv4#9882d393:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C21.1.1 IPv4#9882d393:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C21.1.1 IPv4#9882d393:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C21.1.1 IPv4#9882d393:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C21.1.1 IPv4#9882d393:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C22 IPv4#9882d393:443 cancelled channel-flow ((null))] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C21.1.1 IPv4#9882d393:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C21.1.1 IPv4#9882d393:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C21.1.1 IPv4#9882d393:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C21.1.1 IPv4#9882d393:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C21.1.1 IPv4#9882d393:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C21.1.1 IPv4#9882d393:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C21.1.1 IPv4#9882d393:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C22 IPv4#9882d393:443 cancelled channel-flow ((null))] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C21.1.1 IPv4#9882d393:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Connection 21: cleaning up
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C21 157201C8-CC7A-4ED6-865A-55E758D5BF0E Hostname#c0217d31:443 quic-connection, url hash: 416403b1] cancel
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C21 157201C8-CC7A-4ED6-865A-55E758D5BF0E Hostname#c0217d31:443 quic-connection, url hash: 416403b1] cancelled
	[C21.1.1 E89DFA30-4C02-490F-A266-2FF729FFAB90 192.168.0.18:62318<->IPv4#9882d393:443]
	Connected Path: satisfied (Path is satisfied), viable, interface: en0, ipv4, dns
	Duration: 22.073s, DNS @0.005s took 0.016s, QUIC @0.023s took 0.140s
	bytes in/out: 9936/7072, packets in/out: 23/29, rtt: 0.037s, retransmitted bytes: 0, out-of-order bytes: 1269
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C21.1.1 IPv4#9882d393:443 cancelled channel-flow ((null))] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C21] reporting state cancelled
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: Connection 19: cleaning up
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C19 523E375E-BB81-4FE1-8690-0AF9FE437AB4 Hostname#601cda4f:443 quic-connection, url hash: c8843632] cancel
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C19 523E375E-BB81-4FE1-8690-0AF9FE437AB4 Hostname#601cda4f:443 quic-connection, url hash: c8843632] cancelled
	[C19.1.1 4514204F-5334-4F40-896A-16CCC079A113 192.168.0.18:55233<->IPv4#3a61e6b1:443]
	Connected Path: satisfied (Path is satisfied), viable, interface: en0, ipv4, dns
	Duration: 22.305s, DNS @0.002s took 0.004s, TCP @0.006s took 0.077s, TLS 1.3 took 0.158s
	bytes in/out: 6084/2371, packets in/out: 14/17, rtt: 0.078s, retransmitted bytes: 0, out-of-order bytes: 0
Jan 31 14:58:00 SupportATroop(libusrtcp.dylib)[3657] <Notice>: nw_protocol_tcp_log_summary [C19.1.1:3] 
	[3A90B3FC-35F2-432E-BAF7-B11F8F730F16 <private>:55233<-><private>:443]
	Init: 1, Conn_Time: 70.559ms, SYNs: 1, WR_T: 0/0, RD_T: 0/0, TFO: 0/0/0, ECN: 0/0/0, TS: 1
	rtt_cache: kernel, rtt_upd: 7, rtt: 78.531ms, rtt_var: 26.500ms rtt_nc: 79.750ms, rtt_var_nc: 28.750ms
	ACKs-compressed: 0, ACKs delayed: 0 delayed ACKs sent: 0
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C19.1.1 IPv4#3a61e6b1:443 cancelled channel-flow ((null))] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C19] reporting state cancelled
Jan 31 14:58:00 SupportATroop(libusrtcp.dylib)[3657] <Notice>: tcp_output [C19.1.1:3] flags=[FP.] seq=3126207365, ack=1071157007, win=4096 state=FIN_WAIT_1 rcv_nxt=1071157007, snd_una=3126207326
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Error>: BackgroundSession <4E9B3D80-E055-4A6D-845F-82F33E58D702> connection to background transfer daemon invalidated
Jan 31 14:58:00 SupportATroop(libusrtcp.dylib)[3657] <Notice>: tcp_input [C19.1.1:3] flags=[F.] seq=1071157007, ack=3126207390, win=331 state=FIN_WAIT_1 rcv_nxt=1071157007, snd_una=3126207365
Jan 31 14:58:00 SupportATroop(libusrtcp.dylib)[3657] <Notice>: tcp_input [C28:2] flags=[F.] seq=3351041747, ack=3510790385, win=4096 state=FIN_WAIT_2 rcv_nxt=3351041747, snd_una=3510790385
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_socket_handle_socket_event [C18:1] Socket received READ_CLOSE event
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_socket_handle_socket_event [C23.1:1] Socket received READ_CLOSE event
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: TCP Conn 0x28377ff40 canceled
Jan 31 14:58:00 SupportATroop(CFNetwork)[3657] <Notice>: TCP Conn 0x28377ec00 canceled
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C18 531075FC-5C14-4461-9FAD-E121C8BBA998 IPv4#e314b1f5:8081 tcp, legacy-socket] cancel
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C18 531075FC-5C14-4461-9FAD-E121C8BBA998 IPv4#e314b1f5:8081 tcp, legacy-socket] cancelled
	[C18 85D05CD6-DA82-4422-979E-F7244DDA530E 192.168.0.18:51671<->IPv4#e314b1f5:8081]
	Connected Path: satisfied (Path is satisfied), viable, interface: en0, ipv4, dns
	Duration: 22.466s, TCP @0.000s took 0.003s
	bytes in/out: 365/2792, packets in/out: 6/7, rtt: 0.018s, retransmitted bytes: 0, out-of-order bytes: 0
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C18 IPv4#e314b1f5:8081 cancelled socket-flow ((null))] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C18] reporting state cancelled
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C23 594FC052-DCCB-4283-BA17-4E184D365B46 Hostname#95282b8a:443 tcp, legacy-socket] cancel
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: [C23 594FC052-DCCB-4283-BA17-4E184D365B46 Hostname#95282b8a:443 tcp, legacy-socket] cancelled
	[C23.1 C7C4CE8A-D61A-4380-A366-77FB1D70A6C4 192.168.0.18:51672<->IPv4#30380662:443]
	Connected Path: satisfied (Path is satisfied), viable, interface: en0, ipv4, dns
	Duration: 21.891s, DNS @0.000s took 0.002s, TCP @0.003s took 0.029s
	bytes in/out: 25569858/13827, packets in/out: 15882/63, rtt: 0.104s, retransmitted bytes: 0, out-of-order bytes: 1482468
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_flow_disconnected [C23.1 IPv4#30380662:443 cancelled socket-flow ((null))] Output protocol disconnected
Jan 31 14:58:00 SupportATroop(libnetwork.dylib)[3657] <Notice>: nw_connection_report_state_with_handler_on_nw_queue [C23] reporting state cancelled
Jan 31 14:58:01 searchpartyd[173] <Notice>: Opened <private>
Jan 31 14:58:01 searchpartyd[173] <Notice>: Closed <private>
Jan 31 14:58:01 searchpartyd[173] <Notice>: Opened <private>
Jan 31 14:58:01 searchpartyd[173] <Notice>: Closed <private>
Jan 31 14:58:01 searchpartyd[173] <Notice>: Beacon is not connected. Last seen: <private>
Jan 31 14:58:03 searchpartyd[173] <Notice>: Publishing 1 advertisements to subscribers.
Jan 31 14:58:03 searchpartyd[173] <Notice>: Opened <private>
Jan 31 14:58:03 searchpartyd[173] <Notice>: Publishing advertisements to subscriber: <private>
Jan 31 14:58:03 searchpartyd[173] <Notice>: Publishing advertisements to subscriber: <private>
Jan 31 14:58:03 searchpartyd[173] <Notice>: Opened <private>
Jan 31 14:58:03 searchpartyd[173] <Notice>: No index information found for near-owner advertisement: <private>
Jan 31 14:58:03 searchpartyd[173] <Notice>: Publishing advertisements to subscriber: <private>
Jan 31 14:58:03 searchpartyd[173] <Notice>: Closed <private>
Jan 31 14:58:03 searchpartyd[173] <Notice>: Empty advertisement cache. Nothing to publish. Not scheduling publish.
Jan 31 14:58:03 searchpartyd[173] <Notice>: Finished scheduling next publish.
Jan 31 14:58:03 searchpartyd[173] <Notice>: Closed <private>

I’m not sure what exactly the difference is between those two.

I don’t think there’s enough information yet to indicate that there’s a bug in Expo.
One other thing you can try is to run expo start in “production” mode and see if you can reproduce the problem.

I’m not an expert on reading device logs :sweat_smile: but it doesn’t look to me like there’s anything sensitive in your log.

This is the only thing I noticed that could be a problem. Do you have a font weight specified as “default” anywhere in your app?

Yes that is a legitimate error, but the expected behaviour is an error log, not an app crash/freeze.

I don’t think there’s enough information yet to indicate that there’s a bug in Expo.
One other thing you can try is to run expo start in “production” mode and see if you can reproduce the problem.

Do you mean expo start --dev-client in production mode?
I have done eas build --profile preview and produced a working binary, which does not crash, it displays the culprit page just fine. eas build --profile development is the only method that builds a corrupt version

I agree, but unfortunately React Native can be a bit fragile at times. e.g. try specifying something like “16em” as a font size on Android. If I remember correctly that will also crash it.

I suppose so, but I misunderstood the problem. If it’s only the dev build that’s crashing then doing the above doesn’t seem useful. Usually it works in dev and crashes in prod. If that happens it can be helpful to run it in prod mode, but using expo start (or I suppose expo start --dev-client).

hmmm… If you can build a minimal app that does that, I strongly suspect they would like you to create an issue.

Ok, cool. I will do that.
Would the github for EAS CLI be the place to open an issue?
Thanks again @wodin

I think the expo/expo repository, since expo-dev-client lives there

done. thanks @wodin <3

1 Like