Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Random crashes at Secret().load for iOS #423

Open
Wallethub opened this issue May 24, 2022 · 2 comments
Open

Random crashes at Secret().load for iOS #423

Wallethub opened this issue May 24, 2022 · 2 comments
Labels

Comments

@Wallethub
Copy link

Hello,

We recently switched to using this plugin for our biometric authentication and with the release of our new package, we noticed random crashes related to it. They are as follows:

Thread 0 name:
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x00000001ee50e4e0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001ee50eb24 mach_msg + 76 (mach_msg.c:119)
2 libdispatch.dylib 0x00000001b6827678 _dispatch_mach_send_and_wait_for_reply + 540 (mach.c:815)
3 libdispatch.dylib 0x00000001b6827a00 dispatch_mach_send_with_result_and_wait_for_reply + 60 (mach.c:1973)
4 libxpc.dylib 0x0000000227b51f0c xpc_connection_send_message_with_reply_sync + 240 (connection.c:974)
5 Foundation 0x00000001b8338c1c NSXPCCONNECTION_IS_WAITING_FOR_A_SYNCHRONOUS_REPLY + 16 (NSXPCConnection.m:223)
6 Foundation 0x00000001b833ecec -[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:] + 2540 (NSXPCConnection.m:1649)
7 CoreFoundation 0x00000001b6b3a70c forwarding + 1128 (NSForwarding.m:3618)
8 CoreFoundation 0x00000001b6b39a60 _CF_forwarding_prep_0 + 96
9 LocalAuthentication 0x00000001eda1bd3c __71-[LAClient evaluateACL:operation:options:uiDelegate:synchronous:reply:]_block_invoke + 280 (LAClient.m:578)
10 LocalAuthentication 0x00000001eda1ac80 __47-[LAClient _performSynchronous:callId:finally:]_block_invoke + 584 (LAClient.m:441)
11 libdispatch.dylib 0x00000001b680ca2c _dispatch_client_callout + 20 (object.m:560)
12 libdispatch.dylib 0x00000001b681c2d4 dispatch_sync_invoke_and_complete + 56 (queue.c:1028)
13 LocalAuthentication 0x00000001eda1a9e8 -[LAClient performSynchronous:callId:finally:] + 220 (LAClient.m:460)
14 LocalAuthentication 0x00000001eda1bbbc -[LAClient evaluateACL:operation:options:uiDelegate:synchronous:reply:] + 452 (LAClient.m:577)
15 LocalAuthentication 0x00000001eda23d1c -[LAContext evaluateAccessControl:operation:options:log:cid:synchronous:reply:] + 548 (LAContext.m:673)
16 LocalAuthentication 0x00000001eda24594 -[LAContext evaluateAccessControl:aksOperation:options:error:] + 324 (LAContext.m:750)
17 Security 0x00000001bfb49270 SecItemAuthDoQuery + 1812 (SecItem.m:1441)
18 Security 0x00000001bfb4a468 __SecItemCopyMatching_block_invoke + 140 (SecItem.m:1883)
19 Security 0x00000001bfb50784 SecOSStatusWith + 56 (SecItem.m:331)
20 Security 0x00000001bfb4a18c SecItemCopyMatching + 400 (SecItem.m:1882)
21 WalletHub 0x0000000100adc5f8 specialized Secret.load(
:) + 509432 (Fingerprint.swift:293)
22 WalletHub 0x0000000100ada1d4 Fingerprint.loadSecret(
:) + 500180 (Fingerprint.swift:168)
23 WalletHub 0x0000000100ada938 @objc Fingerprint.authenticate(
:) + 64
24 WalletHub 0x0000000100e46b28 -[CDVCommandQueue execute:] + 500
25 WalletHub 0x0000000100e4c0d0 -[CDVWebViewEngine userContentController:didReceiveScriptMessage:] + 232
26 WalletHub 0x0000000100e4cbac -[CDVWebViewWeakScriptMessageHandler userContentController:didReceiveScriptMessage:] + 100
27 WebKit 0x00000001c596f1c8 ScriptMessageHandlerDelegate::didPostMessage(WebKit::WebPageProxy&, WebKit::FrameInfoData&&, API::ContentWorld&, WebCore::SerializedScriptValue&) + 208 (WKUserContentController.mm:155)
28 WebKit 0x00000001c5cbcda4 WebKit::WebUserContentControllerProxy::didPostMessage(WTF::ObjectIdentifierWebKit::WebPageProxyIdentifierType, WebKit::FrameInfoData&&, unsigned long long, WTF::Span<unsigned char const, 18446744... + 732 (WebUserContentControllerProxy.cpp:346)
29 WebKit 0x00000001c5fa0dcc WebKit::WebUserContentControllerProxy::didReceiveMessage(IPC::Connection&, IPC::Decoder&) + 2716 (HandleMessage.h:139)
30 WebKit 0x00000001c59f1b60 IPC::MessageReceiverMap::dispatchMessage(IPC::Connection&, IPC::Decoder&) + 264 (MessageReceiverMap.cpp:129)
31 WebKit 0x00000001c5c19dac WebKit::WebProcessProxy::didReceiveMessage(IPC::Connection&, IPC::Decoder&) + 40 (AuxiliaryProcessProxy.cpp:247)
32 WebKit 0x00000001c59e62ac IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_deleteIPC::Decoder >) + 788 (Connection.cpp:1080)
33 WebKit 0x00000001c59e5960 IPC::Connection::dispatchIncomingMessages() + 508 (Connection.cpp:1229)
34 JavaScriptCore 0x00000001c2ef5e10 WTF::RunLoop::performWork() + 200 (Function.h:82)
35 JavaScriptCore 0x00000001c2ef6bac WTF::RunLoop::performWork(void*) + 36 (RunLoopCF.cpp:46)
36 CoreFoundation 0x00000001b6bc7f04 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 28 (CFRunLoop.c:1972)
37 CoreFoundation 0x00000001b6bd8c90 __CFRunLoopDoSource0 + 208 (CFRunLoop.c:2016)
38 CoreFoundation 0x00000001b6b12184 __CFRunLoopDoSources0 + 268 (CFRunLoop.c:2053)
39 CoreFoundation 0x00000001b6b17b4c __CFRunLoopRun + 828 (CFRunLoop.c:2951)
40 CoreFoundation 0x00000001b6b2b6b8 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3268)
41 GraphicsServices 0x00000001d2bc5374 GSEventRunModal + 164 (GSEvent.c:2200)
42 UIKitCore 0x00000001b9490e88 -[UIApplication _run] + 1100 (UIApplication.m:3511)
43 UIKitCore 0x00000001b92125ec UIApplicationMain + 364 (UIApplication.m:5064)
44 WalletHub 0x0000000100a6412c main + 56 (main.m:32)
45 dyld 0x000000010123dce4 start + 520 (dyldMain.cpp:879)

They seem to be primarily for iPhones, models reported so far are XR, XS Max, and iPhone 7 with XS Max having the highest frequency.

Do you guys have any idea what might be happening here?

@Wallethub Wallethub added the bug label May 24, 2022
@expcapitaldev
Copy link

expcapitaldev commented May 26, 2022

+1
Fingerprint.isAvailable

[{"triggered":true,"id":3816790,"threadState":{"x":[{"value":268451845},{"value":117457422},{"value":0},{"value":16384},{"value":2307},{"value":0},{"value":63491},{"value":3776},{"value":4294966207},{"value":117440526},{"value":117456910},{"value":10771401944},{"value":65280},{"value":2307},{"value":256},{"value":10771401880},{"value":18446744073709551585},{"value":8703172000,"symbolLocation":0,"symbol":"OBJC_CLASS_$_OS_dispatch_mach_msg"},{"value":0},{"value":63491},{"value":0},{"value":2307},{"value":16384},{"value":6137331936},{"value":117457422},{"value":0},{"value":117457422},{"value":268451844},{"value":4338730592,"symbolLocation":224,"symbol":"_main_thread"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":8135719716},"cpsr":{"value":536875008},"fp":{"value":6137331920},"sp":{"value":6137331840},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":8135718112,"matchesCrashFrame":1},"far":{"value":4512972833}},"queue":"la_client","frames":[{"imageOffset":5344,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":6948,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":124536,"symbol":"_dispatch_mach_send_and_wait_for_reply","symbolLocation":540,"imageIndex":1},{"imageOffset":125440,"symbol":"dispatch_mach_send_with_result_and_wait_for_reply","symbolLocation":60,"imageIndex":1},{"imageOffset":57100,"symbol":"xpc_connection_send_message_with_reply_sync","symbolLocation":240,"imageIndex":2},{"imageOffset":257052,"symbol":"NSXPCCONNECTION_IS_WAITING_FOR_A_SYNCHRONOUS_REPLY","symbolLocation":16,"imageIndex":3},{"imageOffset":281836,"symbol":"-[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:]","symbolLocation":2540,"imageIndex":3},{"imageOffset":190220,"symbol":"forwarding","symbolLocation":1128,"imageIndex":4},{"imageOffset":186976,"symbol":"_CF_forwarding_prep_0","symbolLocation":96,"imageIndex":4},{"imageOffset":26292,"symbol":"__64-[LAClient evaluatePolicy:options:uiDelegate:synchronous:reply:]_block_invoke","symbolLocation":240,"imageIndex":5},{"imageOffset":23680,"symbol":"__47-[LAClient _performSynchronous:callId:finally:]_block_invoke","symbolLocation":584,"imageIndex":5},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":78548,"symbol":"_dispatch_sync_invoke_and_complete","symbolLocation":56,"imageIndex":1},{"imageOffset":23016,"symbol":"-[LAClient _performSynchronous:callId:finally:]","symbolLocation":220,"imageIndex":5},{"imageOffset":25980,"symbol":"-[LAClient evaluatePolicy:options:uiDelegate:synchronous:reply:]","symbolLocation":392,"imageIndex":5},{"imageOffset":52552,"symbol":"-[LAContext evaluatePolicy:options:log:cid:synchronous:reply:]","symbolLocation":472,"imageIndex":5},{"imageOffset":9060,"symbol":"-[LAContext evaluatePolicy:options:log:cid:error:]","symbolLocation":284,"imageIndex":5},{"imageOffset":8336,"symbol":"-[LAContext canEvaluatePolicy:error:]","symbolLocation":304,"imageIndex":5},{"imageOffset":752420,"symbol":"Fingerprint.isAvailable(:)","symbolLocation":1284,"imageIndex":6},{"imageOffset":755224,"symbol":"@objc Fingerprint.isAvailable(:)","symbolLocation":52,"imageIndex":6},{"imageOffset":1822124,"symbol":"-[CDVCommandQueue execute:]","symbolLocation":728,"imageIndex":6},{"imageOffset":218280,"symbol":"-[CDVWKWebViewEngine handleCordovaMessage:]","symbolLocation":176,"imageIndex":6},{"imageOffset":217972,"symbol":"-[CDVWKWebViewEngine userContentController:didReceiveScriptMessage:]","symbolLocation":152,"imageIndex":6},{"imageOffset":225184,"symbol":"-[CDVWKWeakScriptMessageHandler userContentController:didReceiveScriptMessage:]","symbolLocation":124,"imageIndex":6},{"imageOffset":2879944,"symbol":"ScriptMessageHandlerDelegate::didPostMessage(WebKit::WebPageProxy&, WebKit::FrameInfoData&&, API::ContentWorld&, WebCore::SerializedScriptValue&)","symbolLocation":208,"imageIndex":7},{"imageOffset":6344100,"symbol":"WebKit::WebUserContentControllerProxy::didPostMessage(WTF::ObjectIdentifierWebKit::WebPageProxyIdentifierType, WebKit::FrameInfoData&&, unsigned long long, WTF::Span<unsigned char const, 18446744073709551615ul> const&, WTF::CompletionHandler<void (WTF::Span<unsigned char const, 18446744073709551615ul> const&, WTF::String const&)>&&)","symbolLocation":732,"imageIndex":7},{"imageOffset":9375180,"symbol":"WebKit::WebUserContentControllerProxy::didReceiveMessage(IPC::Connection&, IPC::Decoder&)","symbolLocation":2716,"imageIndex":7},{"imageOffset":3414880,"symbol":"IPC::MessageReceiverMap::dispatchMessage(IPC::Connection&, IPC::Decoder&)","symbolLocation":264,"imageIndex":7},{"imageOffset":5676460,"symbol":"WebKit::WebProcessProxy::didReceiveMessage(IPC::Connection&, IPC::Decoder&)","symbolLocation":40,"imageIndex":7},{"imageOffset":3367596,"symbol":"IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_deleteIPC::Decoder >)","symbolLocation":788,"imageIndex":7},{"imageOffset":3365216,"symbol":"IPC::Connection::dispatchIncomingMessages()","symbolLocation":508,"imageIndex":7},{"imageOffset":18570768,"symbol":"WTF::RunLoop::performWork()","symbolLocation":200,"imageIndex":8},{"imageOffset":18574252,"symbol":"WTF::RunLoop::performWork(void*)","symbolLocation":36,"imageIndex":8},{"imageOffset":769796,"symbol":"CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION","symbolLocation":28,"imageIndex":4},{"imageOffset":838800,"symbol":"__CFRunLoopDoSource0","symbolLocation":208,"imageIndex":4},{"imageOffset":24964,"symbol":"__CFRunLoopDoSources0","symbolLocation":268,"imageIndex":4},{"imageOffset":47948,"symbol":"__CFRunLoopRun","symbolLocation":828,"imageIndex":4},{"imageOffset":128696,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":4},{"imageOffset":4980,"symbol":"GSEventRunModal","symbolLocation":164,"imageIndex":9},{"imageOffset":5324424,"symbol":"-[UIApplication _run]","symbolLocation":1100,"imageIndex":10},{"imageOffset":2708972,"symbol":"UIApplicationMain","symbolLocation":364,"imageIndex":10},{"imageOffset":21776,"symbol":"main","symbolLocation":56,"imageIndex":6},{"imageOffset":105700,"symbol":"start","symbolLocation":520,"imageIndex":11}]},{"id":3816799,"name":"com.apple.uikit.eventfetch-thread","frames":[{"imageOffset":5344,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":6948,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":30752,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":4},{"imageOffset":48300,"symbol":"__CFRunLoopRun","symbolLocation":1180,"imageIndex":4},{"imageOffset":128696,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":4},{"imageOffset":99348,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":236,"imageIndex":3},{"imageOffset":367788,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":92,"imageIndex":3},{"imageOffset":4775856,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":524,"imageIndex":10},{"imageOffset":427356,"symbol":"NSThread__start","symbolLocation":808,"imageIndex":3},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":3816803,"name":"JavaScriptCore libpas scavenger","frames":[{"imageOffset":8036,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":33432,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":12},{"imageOffset":19194948,"symbol":"scavenger_thread_main","symbolLocation":1088,"imageIndex":8},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":3816875,"name":"com.apple.NSURLConnectionLoader","frames":[{"imageOffset":5344,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":6948,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":30752,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":4},{"imageOffset":48300,"symbol":"__CFRunLoopRun","symbolLocation":1180,"imageIndex":4},{"imageOffset":128696,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":4},{"imageOffset":2585816,"imageIndex":13},{"imageOffset":427356,"symbol":"NSThread__start","symbolLocation":808,"imageIndex":3},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":3816954,"name":"AVAudioSession Notify Thread","frames":[{"imageOffset":5344,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":6948,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":30752,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":4},{"imageOffset":48300,"symbol":"__CFRunLoopRun","symbolLocation":1180,"imageIndex":4},{"imageOffset":128696,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":4},{"imageOffset":28420,"symbol":"CADeprecated::GenericRunLoopThread::Entry(void*)","symbolLocation":164,"imageIndex":14},{"imageOffset":67824,"symbol":"CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*)","symbolLocation":92,"imageIndex":14},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":3817015,"name":"com.apple.CoreMotion.MotionThread","frames":[{"imageOffset":5344,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":6948,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":30752,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":4},{"imageOffset":48300,"symbol":"__CFRunLoopRun","symbolLocation":1180,"imageIndex":4},{"imageOffset":128696,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":4},{"imageOffset":657560,"symbol":"CFRunLoopRun","symbolLocation":64,"imageIndex":4},{"imageOffset":79700,"imageIndex":15},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":3817017,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817058,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817061,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817081,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817083,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817084,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817085,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817089,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817090,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817091,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817093,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817094,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817095,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817161,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817162,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817163,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817164,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817165,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817166,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817167,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817168,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817169,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817170,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817171,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817172,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817173,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817175,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817176,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817177,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817178,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817179,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817180,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817181,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817182,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817183,"queue":"com.banuba.liveliness.accelerometer","frames":[{"imageOffset":8568,"symbol":"__ulock_wait","symbolLocation":8,"imageIndex":0},{"imageOffset":17436,"symbol":"_dlock_wait","symbolLocation":56,"imageIndex":1},{"imageOffset":16848,"symbol":"_dispatch_thread_event_wait_slow","symbolLocation":56,"imageIndex":1},{"imageOffset":77680,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":356,"imageIndex":1},{"imageOffset":76584,"symbol":"dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":155668,"symbol":"specialized performSyncOnMain(:)","symbolLocation":252,"imageIndex":16},{"imageOffset":126232,"symbol":"closure #1 in closure #1 in UVLAccelerometerManager.start()","symbolLocation":208,"imageIndex":16},{"imageOffset":60124,"symbol":"thunk for @callee_guaranteed () -> ()","symbolLocation":20,"imageIndex":16},{"imageOffset":60156,"symbol":"thunk for @escaping @callee_guaranteed () -> ()","symbolLocation":20,"imageIndex":16},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":78008,"symbol":"_dispatch_sync_invoke_and_complete_recurse","symbolLocation":64,"imageIndex":1},{"imageOffset":76612,"symbol":"_dispatch_sync_f_slow","symbolLocation":172,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817184,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817185,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817186,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817187,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817188,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817189,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817190,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817191,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817192,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817193,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817194,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817195,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817196,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817197,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817198,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817199,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817200,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817201,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817202,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817203,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817204,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817205,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817206,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817207,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817208,"queue":"com.apple.NSURLSession-delegate","frames":[{"imageOffset":22172,"symbol":"tiny_free_list_add_ptr","symbolLocation":1108,"imageIndex":17},{"imageOffset":14208,"symbol":"tiny_malloc_from_free_list","symbolLocation":1648,"imageIndex":17},{"imageOffset":15464,"symbol":"tiny_malloc_should_clear","symbolLocation":220,"imageIndex":17},{"imageOffset":28192,"symbol":"szone_malloc_should_clear","symbolLocation":80,"imageIndex":17},{"imageOffset":90520,"symbol":"nanov2_allocate","symbolLocation":180,"imageIndex":17},{"imageOffset":90240,"symbol":"nanov2_malloc","symbolLocation":64,"imageIndex":17},{"imageOffset":24608,"symbol":"_malloc_zone_malloc","symbolLocation":156,"imageIndex":17},{"imageOffset":5680,"symbol":"_Block_copy","symbolLocation":64,"imageIndex":18},{"imageOffset":756128,"symbol":"WebSocket.didReceive(event:)","symbolLocation":308,"imageIndex":16},{"imageOffset":679200,"symbol":"closure #1 in NativeEngine.doRead()","symbolLocation":232,"imageIndex":16},{"imageOffset":494592,"symbol":"closure #1 in NSURLSessionWebSocketTask.receive(completionHandler:)","symbolLocation":180,"imageIndex":19},{"imageOffset":494956,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed NSURLSessionWebSocketMessage?, @guaranteed Error?) -> ()","symbolLocation":88,"imageIndex":19},{"imageOffset":7784,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":45348,"symbol":"_dispatch_lane_serial_drain","symbolLocation":668,"imageIndex":1},{"imageOffset":48308,"symbol":"_dispatch_lane_invoke","symbolLocation":444,"imageIndex":1},{"imageOffset":91392,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":648,"imageIndex":1},{"imageOffset":4284,"symbol":"_pthread_wqthread","symbolLocation":288,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817209,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817210,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817211,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817212,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817213,"queue":"NSOperationQueue 0x141a7ce50 (QOS: UNSPECIFIED)","frames":[{"imageOffset":7132,"symbol":"kevent_id","symbolLocation":8,"imageIndex":0},{"imageOffset":156156,"symbol":"_dispatch_kq_poll","symbolLocation":228,"imageIndex":1},{"imageOffset":158752,"symbol":"_dispatch_event_loop_wait_for_ownership","symbolLocation":444,"imageIndex":1},{"imageOffset":77652,"symbol":"DISPATCH_WAIT_FOR_QUEUE","symbolLocation":328,"imageIndex":1},{"imageOffset":76584,"symbol":"_dispatch_sync_f_slow","symbolLocation":144,"imageIndex":1},{"imageOffset":125908,"symbol":"closure #1 in UVLAccelerometerManager.start()","symbolLocation":400,"imageIndex":16},{"imageOffset":56776,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed CMAccelerometerData?, @guaranteed Error?) -> ()","symbolLocation":68,"imageIndex":16},{"imageOffset":330396,"symbol":"NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":24,"imageIndex":3},{"imageOffset":405012,"symbol":"-[NSBlockOperation main]","symbolLocation":104,"imageIndex":3},{"imageOffset":242116,"symbol":"NSOPERATION_IS_INVOKING_MAIN","symbolLocation":24,"imageIndex":3},{"imageOffset":312544,"symbol":"-[NSOperation start]","symbolLocation":788,"imageIndex":3},{"imageOffset":326376,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":24,"imageIndex":3},{"imageOffset":384144,"symbol":"__NSOQSchedule_f","symbolLocation":184,"imageIndex":3},{"imageOffset":75824,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":1},{"imageOffset":14892,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":28396,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":1},{"imageOffset":25944,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":588,"imageIndex":1},{"imageOffset":86372,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":1},{"imageOffset":88428,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":1},{"imageOffset":4224,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":12},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":3817215,"frames":[{"imageOffset":3668,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":12}]},{"id":3817218,"frames":[{"imageOffset":3668,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":12}]},{"id":3817220,"frames":[{"imageOffset":3668,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":12}]},{"id":3817221,"frames":[{"imageOffset":3668,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":12}]}]

@expcapitaldev
Copy link

for example it is fixed for me
func performAsyncOnGlobal(_execure: @escaping (() -> Void)) {
DispatchQueue.global().async {
_execure()
}
}

@objc(isAvailable:)
func isAvailable(_ command: CDVInvokedUrlCommand){

    performAsyncOnGlobal {
        let authenticationContext = LAContext();

...

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

No branches or pull requests

2 participants