vpalcar / calendar_appbar

Flutter package of custom AppBar widget with calendar
MIT License
53 stars 30 forks source link

Full Screen mode Freezes Aplication #15

Open MobisoftDeveloperKing opened 2 years ago

MobisoftDeveloperKing commented 2 years ago

Good morning,

I have been testing the package and everything works fine, but when I try to make the full screen the application freezes.

This is the code I have.

CalendarAppBar( onDateChanged: (value) {}, firstDate: DateTime.now().add(Duration(days: 1)), lastDate: DateTime.now().add(Duration(days: 30)), fullCalendar: true, accent: AppStyles().primary, locale: "es", white: Colors.white, black: Colors.black, events: [], backButton: true, )

All the best

vpalcar commented 2 years ago

Hi there,

thank you for reporting the issue and I am very sorry for not responding earlier. Can you please provide some more information on this issue? Where did the issue occur (on iOS or Android, which OS version, on the physical or virtual device, etc.) Those are the crucial information to reproduce the issue.

Cheers

fox-avokadik commented 1 year ago

@vpalcar

-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Incident Identifier: BD4BE4D8-8889-4ABE-985B-24A9D0688878
CrashReporter Key:   BB9BE50C-CE72-CD58-99B2-6514458CFCBB
Hardware Model:      MacBookAir10,1
Process:             Runner [46717]
Path:                /Users/USER/Library/Developer/CoreSimulator/Devices/E15236CA-3342-42F5-8AAD-2A7394EB6A8F/data/Containers/Bundle/Application/7BE3738C-1513-4315-97A1-318245069EE9/Runner.app/Runner
Identifier:          com.example.driverStat
Version:             1.0.0 (1)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd_sim [31921]
Coalition:           com.apple.CoreSimulator.SimDevice.E15236CA-3342-42F5-8AAD-2A7394EB6A8F [3490]
Responsible Process: SimulatorTrampoline [979]

Date/Time:           2023-02-04 17:49:12.2713 +0200
Launch Time:         2023-02-04 17:45:32.3739 +0200
OS Version:          macOS 13.1 (22C65)
Release Type:        User
Report Version:      104

Exception Type:  EXC_CRASH (SIGKILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: FRONTBOARD 2343432205 
<RBSTerminateContext| domain:10 code:0x8BADF00D explanation:[application<com.example.driverStat>:46717] failed to terminate gracefully after 5.0s
ProcessVisibility: Foreground
ProcessState: Running
WatchdogEvent: process-exit
WatchdogVisibility: Foreground
WatchdogCPUStatistics: (
"Elapsed total CPU time (seconds): 15.050 (user 12.280, system 2.770), 30% CPU",
"Elapsed application CPU time (seconds): 6.216, 13% CPU"
) reportType:CrashLog maxTerminationResistance:Interactive>

Triggered by Thread:  0

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib                 0x108f0c7b0 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x108f73aa0 _pthread_cond_wait + 1220
2   Flutter                                0x10b4e2f00 std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&) + 24
3   Flutter                                0x10b7b194c fml::AutoResetWaitableEvent::Wait() + 68
4   Flutter                                0x10b8ba388 flutter::Shell::~Shell() + 512
5   Flutter                                0x10b4a9d08 std::_LIBCPP_ABI_NAMESPACE::unique_ptr<flutter::Shell, std::_LIBCPP_ABI_NAMESPACE::default_delete<flutter::Shell> >::reset[abi:v15000](flutter::Shell*) + 28
6   Flutter                                0x10b4a9ccc -[FlutterEngine destroyContext] + 60
7   CoreFoundation                         0x102863990 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 140
8   CoreFoundation                         0x1028638b4 ___CFXRegistrationPost_block_invoke + 84
9   CoreFoundation                         0x102862dbc _CFXRegistrationPost + 404
10  CoreFoundation                         0x1028627c8 _CFXNotificationPost + 668
11  Foundation                             0x1076e4ae0 -[NSNotificationCenter postNotificationName:object:userInfo:] + 88
12  UIKitCore                              0x11bf67b98 -[UIApplication _terminateWithStatus:] + 164
13  UIKitCore                              0x11b6c63f8 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke_4 + 204
14  UIKitCore                              0x11b53b9ac -[UIScene _enqueuePostSettingsUpdateResponseBlock:inPhase:] + 208
15  UIKitCore                              0x11b6c61a4 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke_2 + 984
16  UIKitCore                              0x11bb899b8 _UIScenePerformActionsWithLifecycleActionMask + 92
17  UIKitCore                              0x11b6c5d3c __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 188
18  UIKitCore                              0x11b6c5910 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 320
19  UIKitCore                              0x11b6c5b94 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 588
20  UIKitCore                              0x11b6c5714 -[_UISceneLifecycleMultiplexer forceExitWithTransitionContext:scene:] + 160
21  UIKitCore                              0x11bf5f404 -[UIApplication workspaceShouldExit:withTransitionContext:] + 172
22  FrontBoardServices                     0x1099415a0 __63-[FBSWorkspaceScenesClient willTerminateWithTransitionContext:]_block_invoke_2 + 68
23  FrontBoardServices                     0x109927350 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 160
24  FrontBoardServices                     0x109941544 __63-[FBSWorkspaceScenesClient willTerminateWithTransitionContext:]_block_invoke + 96
25  libdispatch.dylib                      0x10656f768 _dispatch_client_callout + 16
26  libdispatch.dylib                      0x1065736a4 _dispatch_block_invoke_direct + 376
27  FrontBoardServices                     0x10996144c __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 44
28  FrontBoardServices                     0x109961340 -[FBSSerialQueue _targetQueue_performNextIfPossible] + 176
29  FrontBoardServices                     0x109961480 -[FBSSerialQueue _performNextFromRunLoopSource] + 24
30  CoreFoundation                         0x10289218c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
31  CoreFoundation                         0x1028920d4 __CFRunLoopDoSource0 + 172
32  CoreFoundation                         0x102891844 __CFRunLoopDoSources0 + 232
33  CoreFoundation                         0x10288beb0 __CFRunLoopRun + 756
34  CoreFoundation                         0x10288b7a4 CFRunLoopRunSpecific + 584
35  GraphicsServices                       0x109bcbc98 GSEventRunModal + 160
36  UIKitCore                              0x11bf5e37c -[UIApplication _run] + 868
37  UIKitCore                              0x11bf62374 UIApplicationMain + 124
38  Runner                                 0x1024a2f1c main + 64 (AppDelegate.swift:5)
39  dyld_sim                               0x10277dfa0 start_sim + 20
40  dyld                                   0x102569e50 start + 2544

Thread 1:: com.apple.uikit.eventfetch-thread
0   libsystem_kernel.dylib                 0x108f092ac mach_msg2_trap + 8
1   libsystem_kernel.dylib                 0x108f1a154 mach_msg2_internal + 76
2   libsystem_kernel.dylib                 0x108f114b8 mach_msg_overwrite + 536
3   libsystem_kernel.dylib                 0x108f0961c mach_msg + 20
4   CoreFoundation                         0x1028919c8 __CFRunLoopServiceMachPort + 156
5   CoreFoundation                         0x10288c03c __CFRunLoopRun + 1152
6   CoreFoundation                         0x10288b7a4 CFRunLoopRunSpecific + 584
7   Foundation                             0x10772b02c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 208
8   Foundation                             0x10772b250 -[NSRunLoop(NSRunLoop) runUntilDate:] + 60
9   UIKitCore                              0x11bffe53c -[UIEventFetcher threadMain] + 424
10  Foundation                             0x107750a10 __NSThread__start__ + 704
11  libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
12  libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 2:: io.flutter.1.ui
0   ???                                    0x13b77a378 ???
1   ???                                    0x1467a0048 ???
2   ???                                    0x1467a03c0 ???
3   ???                                    0x1467a0328 ???
4   ???                                    0x1467a03c0 ???
5   ???                                    0x1467a0328 ???
6   ???                                    0x1467a036c ???
7   ???                                    0x13b77ff58 ???
8   ???                                    0x13a0f3b5c ???
9   ???                                    0x13b7782c4 ???
10  ???                                    0x1334f4534 ???
11  ???                                    0x144aff6b4 ???
12  ???                                    0x144afef3c ???
13  ???                                    0x134968980 ???
14  ???                                    0x144afe964 ???
15  ???                                    0x144afdb10 ???
16  ???                                    0x1334baefc ???
17  ???                                    0x1334ba550 ???
18  ???                                    0x1334b9e64 ???
19  ???                                    0x144afd634 ???
20  ???                                    0x144afcd2c ???
21  ???                                    0x144af83b8 ???
22  ???                                    0x1368c4800 ???
23  ???                                    0x144af1bd0 ???
24  ???                                    0x144af08c8 ???
25  ???                                    0x1368c4800 ???
26  ???                                    0x144aeaf90 ???
27  ???                                    0x144ae8bf4 ???
28  ???                                    0x144ae6ad4 ???
29  ???                                    0x1368c4800 ???
30  ???                                    0x1368c2550 ???
31  ???                                    0x1368c5a44 ???
32  ???                                    0x1368c4800 ???
33  ???                                    0x1368c2550 ???
34  ???                                    0x1368c5a44 ???
35  ???                                    0x1368c4800 ???
36  ???                                    0x1368c2550 ???
37  ???                                    0x1368c5a44 ???
38  ???                                    0x1368c4800 ???
39  ???                                    0x1368c2550 ???
40  ???                                    0x1368c5a44 ???
41  ???                                    0x1368c4800 ???
42  ???                                    0x1368c2550 ???
43  ???                                    0x1368c5a44 ???
44  ???                                    0x1368c4800 ???
45  ???                                    0x1368c2550 ???
46  ???                                    0x1368c5a44 ???
47  ???                                    0x1368c4800 ???
48  ???                                    0x1368c2550 ???
49  ???                                    0x139bd6490 ???
50  ???                                    0x1368c4800 ???
51  ???                                    0x1368c2550 ???
52  ???                                    0x1368c6708 ???
53  ???                                    0x1368c4800 ???
54  ???                                    0x1368c2550 ???
55  ???                                    0x1368c5a44 ???
56  ???                                    0x1368c4800 ???
57  ???                                    0x1368c2550 ???
58  ???                                    0x1368c5a44 ???
59  ???                                    0x137d5c9bc ???
60  ???                                    0x1368c4800 ???
61  ???                                    0x1368c2550 ???
62  ???                                    0x1368c5a44 ???
63  ???                                    0x139bcd39c ???
64  ???                                    0x1368c4800 ???
65  ???                                    0x1368c2550 ???
66  ???                                    0x1368c5a44 ???
67  ???                                    0x1368c4800 ???
68  ???                                    0x1368c2550 ???
69  ???                                    0x13b777420 ???
70  ???                                    0x1368c4800 ???
71  ???                                    0x1368c2550 ???
72  ???                                    0x1368c5a44 ???
73  ???                                    0x139bcd39c ???
74  ???                                    0x1368c4800 ???
75  ???                                    0x1368c2550 ???
76  ???                                    0x1368c5a44 ???
77  ???                                    0x1368c4800 ???
78  ???                                    0x1368c2550 ???
79  ???                                    0x139bd6490 ???
80  ???                                    0x1368c4800 ???
81  ???                                    0x1368c2550 ???
82  ???                                    0x1368c5a44 ???
83  ???                                    0x1368c4800 ???
84  ???                                    0x1368c2550 ???
85  ???                                    0x1368c5a44 ???
86  ???                                    0x1368c4800 ???
87  ???                                    0x1368c2550 ???
88  ???                                    0x1368c5a44 ???
89  ???                                    0x1368c4800 ???
90  ???                                    0x1368c2550 ???
91  ???                                    0x1368c5a44 ???
92  ???                                    0x1368c4800 ???
93  ???                                    0x1368c2550 ???
94  ???                                    0x1368c5a44 ???
95  ???                                    0x139bcab24 ???
96  ???                                    0x1368c4800 ???
97  ???                                    0x1368c2550 ???
98  ???                                    0x1368c5a44 ???
99  ???                                    0x1368c4800 ???
100 ???                                    0x1368c2550 ???
101 ???                                    0x139bc7988 ???
102 ???                                    0x1368c04bc ???
103 ???                                    0x1368bf0ac ???
104 ???                                    0x1368be348 ???
105 ???                                    0x1368bd358 ???
106 ???                                    0x1368bcc4c ???
107 ???                                    0x1368bcb48 ???
108 ???                                    0x1368bc538 ???
109 ???                                    0x1368bb008 ???
110 ???                                    0x137fe2c00 ???
111 ???                                    0x137fe2950 ???
112 ???                                    0x12b59a46c ???
113 ???                                    0x12b5b15b4 ???
114 ???                                    0x12b5b1460 ???
115 ???                                    0x12b5b138c ???
116 ???                                    0x124b83518 ???
117 Flutter                                0x10bacf378 dart::DartEntry::InvokeCode(dart::Code const&, unsigned long, dart::Array const&, dart::Array const&, dart::Thread*) + 312
118 Flutter                                0x10bacf1ec dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&, unsigned long) + 296
119 Flutter                                0x10bacf9b0 dart::DartEntry::InvokeCallable(dart::Thread*, dart::Function const&, dart::Array const&, dart::Array const&) + 372
120 Flutter                                0x10bdf4dd8 Dart_InvokeClosure + 1080
121 Flutter                                0x10b8d6984 tonic::DartInvokeVoid(_Dart_Handle*) + 24
122 Flutter                                0x10b9b3098 flutter::PlatformConfiguration::BeginFrame(fml::TimePoint, unsigned long long) + 264
123 Flutter                                0x10ba7fe98 flutter::RuntimeController::BeginFrame(fml::TimePoint, unsigned long long) + 52
124 Flutter                                0x10b8a8f68 flutter::Animator::BeginFrame(std::_LIBCPP_ABI_NAMESPACE::unique_ptr<flutter::FrameTimingsRecorder, std::_LIBCPP_ABI_NAMESPACE::default_delete<flutter::FrameTimingsRecorder> >) + 400
125 Flutter                                0x10b8abbc4 std::_LIBCPP_ABI_NAMESPACE::__function::__func<flutter::Animator::AwaitVSync()::$_3, std::_LIBCPP_ABI_NAMESPACE::allocator<flutter::Animator::AwaitVSync()::$_3>, void (std::_LIBCPP_ABI_NAMESPACE::unique_ptr<flutter::FrameTimingsRecorder, std::_LIBCPP_ABI_NAMESPACE::default_delete<flutter::FrameTimingsRecorder> >)>::operator()(std::_LIBCPP_ABI_NAMESPACE::unique_ptr<flutter::FrameTimingsRecorder, std::_LIBCPP_ABI_NAMESPACE::default_delete<flutter::FrameTimingsRecorder> >&&) + 68
126 Flutter                                0x10b8d0d08 std::_LIBCPP_ABI_NAMESPACE::__function::__func<flutter::VsyncWaiter::FireCallback(fml::TimePoint, fml::TimePoint, bool)::$_0, std::_LIBCPP_ABI_NAMESPACE::allocator<flutter::VsyncWaiter::FireCallback(fml::TimePoint, fml::TimePoint, bool)::$_0>, void ()>::operator()() + 112
127 Flutter                                0x10b7ae744 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 156
128 Flutter                                0x10b7b4d94 fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 32
129 CoreFoundation                         0x10289283c __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28
130 CoreFoundation                         0x1028924f8 __CFRunLoopDoTimer + 868
131 CoreFoundation                         0x102891be4 __CFRunLoopDoTimers + 284
132 CoreFoundation                         0x10288c2d4 __CFRunLoopRun + 1816
133 CoreFoundation                         0x10288b7a4 CFRunLoopRunSpecific + 584
134 Flutter                                0x10b7b4ec4 fml::MessageLoopDarwin::Run() + 88
135 Flutter                                0x10b7ae658 fml::MessageLoopImpl::DoRun() + 40
136 Flutter                                0x10b7b3cc4 void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::Thread::Thread(std::_LIBCPP_ABI_NAMESPACE::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 208
137 libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
138 libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 3:: io.flutter.1.raster
0   libsystem_kernel.dylib                 0x108f092ac mach_msg2_trap + 8
1   libsystem_kernel.dylib                 0x108f1a154 mach_msg2_internal + 76
2   libsystem_kernel.dylib                 0x108f114b8 mach_msg_overwrite + 536
3   libsystem_kernel.dylib                 0x108f0961c mach_msg + 20
4   CoreFoundation                         0x1028919c8 __CFRunLoopServiceMachPort + 156
5   CoreFoundation                         0x10288c03c __CFRunLoopRun + 1152
6   CoreFoundation                         0x10288b7a4 CFRunLoopRunSpecific + 584
7   Flutter                                0x10b7b4ec4 fml::MessageLoopDarwin::Run() + 88
8   Flutter                                0x10b7ae658 fml::MessageLoopImpl::DoRun() + 40
9   Flutter                                0x10b7b3cc4 void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::Thread::Thread(std::_LIBCPP_ABI_NAMESPACE::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 208
10  libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
11  libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 4:: io.flutter.1.io
0   libsystem_kernel.dylib                 0x108f092ac mach_msg2_trap + 8
1   libsystem_kernel.dylib                 0x108f1a154 mach_msg2_internal + 76
2   libsystem_kernel.dylib                 0x108f114b8 mach_msg_overwrite + 536
3   libsystem_kernel.dylib                 0x108f0961c mach_msg + 20
4   CoreFoundation                         0x1028919c8 __CFRunLoopServiceMachPort + 156
5   CoreFoundation                         0x10288c03c __CFRunLoopRun + 1152
6   CoreFoundation                         0x10288b7a4 CFRunLoopRunSpecific + 584
7   Flutter                                0x10b7b4ec4 fml::MessageLoopDarwin::Run() + 88
8   Flutter                                0x10b7ae658 fml::MessageLoopImpl::DoRun() + 40
9   Flutter                                0x10b7b3cc4 void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::Thread::Thread(std::_LIBCPP_ABI_NAMESPACE::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 208
10  libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
11  libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 5:: io.flutter.1.profiler
0   libsystem_kernel.dylib                 0x108f092ac mach_msg2_trap + 8
1   libsystem_kernel.dylib                 0x108f1a154 mach_msg2_internal + 76
2   libsystem_kernel.dylib                 0x108f114b8 mach_msg_overwrite + 536
3   libsystem_kernel.dylib                 0x108f0961c mach_msg + 20
4   CoreFoundation                         0x1028919c8 __CFRunLoopServiceMachPort + 156
5   CoreFoundation                         0x10288c03c __CFRunLoopRun + 1152
6   CoreFoundation                         0x10288b7a4 CFRunLoopRunSpecific + 584
7   Flutter                                0x10b7b4ec4 fml::MessageLoopDarwin::Run() + 88
8   Flutter                                0x10b7ae658 fml::MessageLoopImpl::DoRun() + 40
9   Flutter                                0x10b7b3cc4 void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::Thread::Thread(std::_LIBCPP_ABI_NAMESPACE::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 208
10  libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
11  libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 6:: io.worker.1
0   libsystem_kernel.dylib                 0x108f0c7b0 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x108f73aa0 _pthread_cond_wait + 1220
2   Flutter                                0x10b4e2f00 std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&) + 24
3   Flutter                                0x10b7ab688 fml::ConcurrentMessageLoop::WorkerMain() + 156
4   Flutter                                0x10b7abdf0 void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 188
5   libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
6   libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 7:: io.worker.2
0   libsystem_kernel.dylib                 0x108f0c7b0 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x108f73aa0 _pthread_cond_wait + 1220
2   Flutter                                0x10b4e2f00 std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&) + 24
3   Flutter                                0x10b7ab688 fml::ConcurrentMessageLoop::WorkerMain() + 156
4   Flutter                                0x10b7abdf0 void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 188
5   libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
6   libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 8:: io.worker.3
0   libsystem_kernel.dylib                 0x108f0c7b0 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x108f73aa0 _pthread_cond_wait + 1220
2   Flutter                                0x10b4e2f00 std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&) + 24
3   Flutter                                0x10b7ab688 fml::ConcurrentMessageLoop::WorkerMain() + 156
4   Flutter                                0x10b7abdf0 void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 188
5   libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
6   libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 9:: io.worker.4
0   libsystem_kernel.dylib                 0x108f0c7b0 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x108f73aa0 _pthread_cond_wait + 1220
2   Flutter                                0x10b4e2f00 std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&) + 24
3   Flutter                                0x10b7ab688 fml::ConcurrentMessageLoop::WorkerMain() + 156
4   Flutter                                0x10b7abdf0 void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 188
5   libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
6   libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 10:: io.worker.5
0   libsystem_kernel.dylib                 0x108f0c7b0 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x108f73aa0 _pthread_cond_wait + 1220
2   Flutter                                0x10b4e2f00 std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&) + 24
3   Flutter                                0x10b7ab688 fml::ConcurrentMessageLoop::WorkerMain() + 156
4   Flutter                                0x10b7abdf0 void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 188
5   libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
6   libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 11:: io.worker.6
0   libsystem_kernel.dylib                 0x108f0c7b0 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x108f73aa0 _pthread_cond_wait + 1220
2   Flutter                                0x10b4e2f00 std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&) + 24
3   Flutter                                0x10b7ab688 fml::ConcurrentMessageLoop::WorkerMain() + 156
4   Flutter                                0x10b7abdf0 void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 188
5   libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
6   libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 12:: io.worker.7
0   libsystem_kernel.dylib                 0x108f0c7b0 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x108f73aa0 _pthread_cond_wait + 1220
2   Flutter                                0x10b4e2f00 std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&) + 24
3   Flutter                                0x10b7ab688 fml::ConcurrentMessageLoop::WorkerMain() + 156
4   Flutter                                0x10b7abdf0 void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 188
5   libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
6   libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 13:: io.worker.8
0   libsystem_kernel.dylib                 0x108f0c7b0 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x108f73aa0 _pthread_cond_wait + 1220
2   Flutter                                0x10b4e2f00 std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&) + 24
3   Flutter                                0x10b7ab688 fml::ConcurrentMessageLoop::WorkerMain() + 156
4   Flutter                                0x10b7abdf0 void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 188
5   libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
6   libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 14:: dart:io EventHandler
0   libsystem_kernel.dylib                 0x108f0ee20 kevent + 8
1   Flutter                                0x10b9bf14c dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long) + 332
2   Flutter                                0x10b9dd8f0 dart::bin::ThreadStart(void*) + 44
3   libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
4   libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 15:: Dart Profiler ThreadInterrupter
0   libsystem_kernel.dylib                 0x108f0c7b0 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x108f73acc _pthread_cond_wait + 1264
2   Flutter                                0x10bba98b4 dart::Monitor::WaitMicros(long long) + 128
3   Flutter                                0x10bc251fc dart::ThreadInterrupter::ThreadMain(unsigned long) + 324
4   Flutter                                0x10bba8f8c dart::ThreadStart(void*) + 164
5   libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
6   libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 16:: Dart Profiler SampleBlockProcessor
0   libsystem_kernel.dylib                 0x108f0c7b0 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x108f73acc _pthread_cond_wait + 1264
2   Flutter                                0x10bba98b4 dart::Monitor::WaitMicros(long long) + 128
3   Flutter                                0x10bbae9a0 dart::SampleBlockProcessor::ThreadMain(unsigned long) + 192
4   Flutter                                0x10bba8f8c dart::ThreadStart(void*) + 164
5   libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
6   libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 17:: DartWorker
0   libsystem_kernel.dylib                 0x108f0c7b0 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x108f73acc _pthread_cond_wait + 1264
2   Flutter                                0x10bba98b4 dart::Monitor::WaitMicros(long long) + 128
3   Flutter                                0x10bc25e7c dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 488
4   Flutter                                0x10bc26060 dart::ThreadPool::Worker::Main(unsigned long) + 132
5   Flutter                                0x10bba8f8c dart::ThreadStart(void*) + 164
6   libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
7   libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 18:: DartWorker
0   libsystem_kernel.dylib                 0x108f0c7b0 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x108f73acc _pthread_cond_wait + 1264
2   Flutter                                0x10bba98b4 dart::Monitor::WaitMicros(long long) + 128
3   Flutter                                0x10bc25e7c dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 488
4   Flutter                                0x10bc26060 dart::ThreadPool::Worker::Main(unsigned long) + 132
5   Flutter                                0x10bba8f8c dart::ThreadStart(void*) + 164
6   libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
7   libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 19:: DartWorker
0   libsystem_kernel.dylib                 0x108f0c7b0 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x108f73acc _pthread_cond_wait + 1264
2   Flutter                                0x10bba98b4 dart::Monitor::WaitMicros(long long) + 128
3   Flutter                                0x10bc25e7c dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 488
4   Flutter                                0x10bc26060 dart::ThreadPool::Worker::Main(unsigned long) + 132
5   Flutter                                0x10bba8f8c dart::ThreadStart(void*) + 164
6   libsystem_pthread.dylib                0x108f734e4 _pthread_start + 116
7   libsystem_pthread.dylib                0x108f6e6cc thread_start + 8

Thread 20:
0   libsystem_pthread.dylib                0x108f6e6b8 start_wqthread + 0

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000104   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x00000000000000a0   x6: 0x0000000000000000   x7: 0x0000000000000000
    x8: 0x000000016d95baa8   x9: 0x0000000000000000  x10: 0x000000016d95bd58  x11: 0x0000000000000002
   x12: 0x0000000000000000  x13: 0x0000000000000000  x14: 0x0000000000000000  x15: 0x0000000000000000
   x16: 0x0000000000000131  x17: 0x000000007a600000  x18: 0x0000000000000000  x19: 0x000000016d95bd40
   x20: 0x000000016d95bd10  x21: 0x00000001025fc320  x22: 0x0000000000000000  x23: 0x0000000000000000
   x24: 0x0000000000000000  x25: 0x0000000000000001  x26: 0x0000000000000100  x27: 0x0000000000000000
   x28: 0x000000790000007f   fp: 0x000000016d95bb20   lr: 0x0000000108f73aa0
    sp: 0x000000016d95ba90   pc: 0x0000000108f0c7b0 cpsr: 0x60001000
   far: 0x0000000107b8b428  esr: 0x56000080  Address size fault

Binary Images:
       0x108f08000 -        0x108f3ffff libsystem_kernel.dylib (*) <eb0327ee-cb9c-37ed-ab6a-e9af74e814f0> /usr/lib/system/libsystem_kernel.dylib
       0x108f6c000 -        0x108f7bfff libsystem_pthread.dylib (*) <51c613e3-4abf-359c-b275-2608bb1be0b6> /usr/lib/system/libsystem_pthread.dylib
       0x10b4a0000 -        0x10d087fff io.flutter.flutter (1.0) <4c4c4476-5555-3144-a14b-0c63904baa04> /Users/USER/Library/Developer/CoreSimulator/Devices/E15236CA-3342-42F5-8AAD-2A7394EB6A8F/data/Containers/Bundle/Application/7BE3738C-1513-4315-97A1-318245069EE9/Runner.app/Frameworks/Flutter.framework/Flutter
       0x10280c000 -        0x102bbbfff com.apple.CoreFoundation (6.9) <9b810641-e5e7-3950-a3f7-25ce1ede4d7a> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
       0x10726c000 -        0x107b23fff com.apple.Foundation (6.9) <4a53f446-37df-36ed-aaf0-242bf3845fc0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation
       0x11b4f0000 -        0x11cbabfff com.apple.UIKitCore (1.0) <3f2e4277-d1ab-3c9c-8ca1-14c5ef9dbfc8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
       0x109914000 -        0x1099abfff com.apple.FrontBoardServices (812.12) <ec6237da-fa1b-3b51-8aee-bac48e05ac89> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
       0x10656c000 -        0x1065b3fff libdispatch.dylib (*) <75a8e72d-f60e-33db-9798-e4f60f5c9226> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib
       0x109bc8000 -        0x109bd3fff com.apple.GraphicsServices (1.0) <3340e7ba-7ef4-3baf-b4b8-28b2e06fe6e6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
       0x1024a0000 -        0x1024a3fff com.example.driverStat (1.0.0) <d963436d-74a5-3014-a8eb-4c6d5b13b759> /Users/USER/Library/Developer/CoreSimulator/Devices/E15236CA-3342-42F5-8AAD-2A7394EB6A8F/data/Containers/Bundle/Application/7BE3738C-1513-4315-97A1-318245069EE9/Runner.app/Runner
       0x10277c000 -        0x1027cbfff dyld_sim (*) <d763ecdd-458a-3dc0-92d4-bf4f7a54bfbb> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim
       0x102564000 -        0x1025effff dyld (*) <487cfdeb-9b07-39bf-bfb9-970b61aea2d1> /usr/lib/dyld
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???

Error Formulating Crash Report:
dyld_process_snapshot_get_shared_cache failed

EOF

-----------
Full Report
-----------

{"app_name":"Runner","timestamp":"2023-02-04 17:49:16.00 +0200","app_version":"1.0.0","slice_uuid":"d963436d-74a5-3014-a8eb-4c6d5b13b759","build_version":"1","platform":7,"bundleID":"com.example.driverStat","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.1 (22C65)","roots_installed":0,"name":"Runner","incident_id":"BD4BE4D8-8889-4ABE-985B-24A9D0688878"}
{
  "uptime" : 22000,
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookAir10,1",
  "coalitionID" : 3490,
  "osVersion" : {
    "train" : "macOS 13.1",
    "build" : "22C65",
    "releaseType" : "User"
  },
  "captureTime" : "2023-02-04 17:49:12.2713 +0200",
  "incident" : "BD4BE4D8-8889-4ABE-985B-24A9D0688878",
  "pid" : 46717,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2023-02-04 17:45:32.3739 +0200",
  "procStartAbsTime" : 530169324180,
  "procExitAbsTime" : 535446043000,
  "procName" : "Runner",
  "procPath" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/E15236CA-3342-42F5-8AAD-2A7394EB6A8F\/data\/Containers\/Bundle\/Application\/7BE3738C-1513-4315-97A1-318245069EE9\/Runner.app\/Runner",
  "bundleInfo" : {"CFBundleShortVersionString":"1.0.0","CFBundleVersion":"1","CFBundleIdentifier":"com.example.driverStat"},
  "storeInfo" : {"deviceIdentifierForVendor":"8E846B16-F6BB-597E-972D-9616C382CDCF","thirdParty":true},
  "parentProc" : "launchd_sim",
  "parentPid" : 31921,
  "coalitionName" : "com.apple.CoreSimulator.SimDevice.E15236CA-3342-42F5-8AAD-2A7394EB6A8F",
  "crashReporterKey" : "BB9BE50C-CE72-CD58-99B2-6514458CFCBB",
  "responsiblePid" : 979,
  "responsibleProc" : "SimulatorTrampoline",
  "sip" : "enabled",
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGKILL"},
  "termination" : {"code":2343432205,"flags":6,"namespace":"FRONTBOARD","reasons":["<RBSTerminateContext| domain:10 code:0x8BADF00D explanation:[application<com.example.driverStat>:46717] failed to terminate gracefully after 5.0s","ProcessVisibility: Foreground","ProcessState: Running","WatchdogEvent: process-exit","WatchdogVisibility: Foreground","WatchdogCPUStatistics: (","\"Elapsed total CPU time (seconds): 15.050 (user 12.280, system 2.770), 30% CPU\",","\"Elapsed application CPU time (seconds): 6.216, 13% CPU\"",") reportType:CrashLog maxTerminationResistance:Interactive>"]},
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":438186,"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6133496488},{"value":0},{"value":6133497176},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":2053111808},{"value":0},{"value":6133497152},{"value":6133497104},{"value":4334797600,"symbolLocation":224,"symbol":"_main_thread"},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":0},{"value":519691042943}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4445387424},"cpsr":{"value":1610616832},"fp":{"value":6133496608},"sp":{"value":6133496464},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4444964784,"matchesCrashFrame":1},"far":{"value":4424512552}},"queue":"com.apple.main-thread","frames":[{"imageOffset":18352,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31392,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":1},{"imageOffset":274176,"symbol":"std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&)","symbolLocation":24,"imageIndex":2},{"imageOffset":3217740,"symbol":"fml::AutoResetWaitableEvent::Wait()","symbolLocation":68,"imageIndex":2},{"imageOffset":4301704,"symbol":"flutter::Shell::~Shell()","symbolLocation":512,"imageIndex":2},{"imageOffset":40200,"symbol":"std::_LIBCPP_ABI_NAMESPACE::unique_ptr<flutter::Shell, std::_LIBCPP_ABI_NAMESPACE::default_delete<flutter::Shell> >::reset[abi:v15000](flutter::Shell*)","symbolLocation":28,"imageIndex":2},{"imageOffset":40140,"symbol":"-[FlutterEngine destroyContext]","symbolLocation":60,"imageIndex":2},{"imageOffset":358800,"symbol":"__CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__","symbolLocation":140,"imageIndex":3},{"imageOffset":358580,"symbol":"___CFXRegistrationPost_block_invoke","symbolLocation":84,"imageIndex":3},{"imageOffset":355772,"symbol":"_CFXRegistrationPost","symbolLocation":404,"imageIndex":3},{"imageOffset":354248,"symbol":"_CFXNotificationPost","symbolLocation":668,"imageIndex":3},{"imageOffset":4688608,"symbol":"-[NSNotificationCenter postNotificationName:object:userInfo:]","symbolLocation":88,"imageIndex":4},{"imageOffset":10976152,"symbol":"-[UIApplication _terminateWithStatus:]","symbolLocation":164,"imageIndex":5},{"imageOffset":1926136,"symbol":"__101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke_4","symbolLocation":204,"imageIndex":5},{"imageOffset":309676,"symbol":"-[UIScene _enqueuePostSettingsUpdateResponseBlock:inPhase:]","symbolLocation":208,"imageIndex":5},{"imageOffset":1925540,"symbol":"__101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke_2","symbolLocation":984,"imageIndex":5},{"imageOffset":6920632,"symbol":"_UIScenePerformActionsWithLifecycleActionMask","symbolLocation":92,"imageIndex":5},{"imageOffset":1924412,"symbol":"__101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke","symbolLocation":188,"imageIndex":5},{"imageOffset":1923344,"symbol":"-[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:]","symbolLocation":320,"imageIndex":5},{"imageOffset":1923988,"symbol":"-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]","symbolLocation":588,"imageIndex":5},{"imageOffset":1922836,"symbol":"-[_UISceneLifecycleMultiplexer forceExitWithTransitionContext:scene:]","symbolLocation":160,"imageIndex":5},{"imageOffset":10941444,"symbol":"-[UIApplication workspaceShouldExit:withTransitionContext:]","symbolLocation":172,"imageIndex":5},{"imageOffset":185760,"symbol":"__63-[FBSWorkspaceScenesClient willTerminateWithTransitionContext:]_block_invoke_2","symbolLocation":68,"imageIndex":6},{"imageOffset":78672,"symbol":"-[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:]","symbolLocation":160,"imageIndex":6},{"imageOffset":185668,"symbol":"__63-[FBSWorkspaceScenesClient willTerminateWithTransitionContext:]_block_invoke","symbolLocation":96,"imageIndex":6},{"imageOffset":14184,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":7},{"imageOffset":30372,"symbol":"_dispatch_block_invoke_direct","symbolLocation":376,"imageIndex":7},{"imageOffset":316492,"symbol":"__FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__","symbolLocation":44,"imageIndex":6},{"imageOffset":316224,"symbol":"-[FBSSerialQueue _targetQueue_performNextIfPossible]","symbolLocation":176,"imageIndex":6},{"imageOffset":316544,"symbol":"-[FBSSerialQueue _performNextFromRunLoopSource]","symbolLocation":24,"imageIndex":6},{"imageOffset":549260,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__","symbolLocation":24,"imageIndex":3},{"imageOffset":549076,"symbol":"__CFRunLoopDoSource0","symbolLocation":172,"imageIndex":3},{"imageOffset":546884,"symbol":"__CFRunLoopDoSources0","symbolLocation":232,"imageIndex":3},{"imageOffset":523952,"symbol":"__CFRunLoopRun","symbolLocation":756,"imageIndex":3},{"imageOffset":522148,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":3},{"imageOffset":15512,"symbol":"GSEventRunModal","symbolLocation":160,"imageIndex":8},{"imageOffset":10937212,"symbol":"-[UIApplication _run]","symbolLocation":868,"imageIndex":5},{"imageOffset":10953588,"symbol":"UIApplicationMain","symbolLocation":124,"imageIndex":5},{"imageOffset":12060,"sourceLine":5,"sourceFile":"AppDelegate.swift","symbol":"main","imageIndex":9,"symbolLocation":64},{"imageOffset":8096,"symbol":"start_sim","symbolLocation":20,"imageIndex":10},{"imageOffset":24144,"symbol":"start","symbolLocation":2544,"imageIndex":11}]},{"id":438222,"name":"com.apple.uikit.eventfetch-thread","frames":[{"imageOffset":4780,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":74068,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":0},{"imageOffset":38072,"symbol":"mach_msg_overwrite","symbolLocation":536,"imageIndex":0},{"imageOffset":5660,"symbol":"mach_msg","symbolLocation":20,"imageIndex":0},{"imageOffset":547272,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":3},{"imageOffset":524348,"symbol":"__CFRunLoopRun","symbolLocation":1152,"imageIndex":3},{"imageOffset":522148,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":3},{"imageOffset":4976684,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":208,"imageIndex":4},{"imageOffset":4977232,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":60,"imageIndex":4},{"imageOffset":11593020,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":424,"imageIndex":5},{"imageOffset":5130768,"symbol":"__NSThread__start__","symbolLocation":704,"imageIndex":4},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":438227,"name":"io.flutter.1.ui","frames":[{"imageOffset":5292663672,"imageIndex":12},{"imageOffset":5477367880,"imageIndex":12},{"imageOffset":5477368768,"imageIndex":12},{"imageOffset":5477368616,"imageIndex":12},{"imageOffset":5477368768,"imageIndex":12},{"imageOffset":5477368616,"imageIndex":12},{"imageOffset":5477368684,"imageIndex":12},{"imageOffset":5292687192,"imageIndex":12},{"imageOffset":5269044060,"imageIndex":12},{"imageOffset":5292655300,"imageIndex":12},{"imageOffset":5155800372,"imageIndex":12},{"imageOffset":5447349940,"imageIndex":12},{"imageOffset":5447348028,"imageIndex":12},{"imageOffset":5177248128,"imageIndex":12},{"imageOffset":5447346532,"imageIndex":12},{"imageOffset":5447342864,"imageIndex":12},{"imageOffset":5155565308,"imageIndex":12},{"imageOffset":5155562832,"imageIndex":12},{"imageOffset":5155561060,"imageIndex":12},{"imageOffset":5447341620,"imageIndex":12},{"imageOffset":5447339308,"imageIndex":12},{"imageOffset":5447320504,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5447293904,"imageIndex":12},{"imageOffset":5447289032,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5447266192,"imageIndex":12},{"imageOffset":5447257076,"imageIndex":12},{"imageOffset":5447248596,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210135108,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210135108,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210135108,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210135108,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210135108,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210135108,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5263680656,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210138376,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210135108,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210135108,"imageIndex":12},{"imageOffset":5231724988,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210135108,"imageIndex":12},{"imageOffset":5263643548,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210135108,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5292651552,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210135108,"imageIndex":12},{"imageOffset":5263643548,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210135108,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5263680656,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210135108,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210135108,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210135108,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210135108,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210135108,"imageIndex":12},{"imageOffset":5263633188,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5210135108,"imageIndex":12},{"imageOffset":5210130432,"imageIndex":12},{"imageOffset":5210121552,"imageIndex":12},{"imageOffset":5263620488,"imageIndex":12},{"imageOffset":5210113212,"imageIndex":12},{"imageOffset":5210108076,"imageIndex":12},{"imageOffset":5210104648,"imageIndex":12},{"imageOffset":5210100568,"imageIndex":12},{"imageOffset":5210098764,"imageIndex":12},{"imageOffset":5210098504,"imageIndex":12},{"imageOffset":5210096952,"imageIndex":12},{"imageOffset":5210091528,"imageIndex":12},{"imageOffset":5234371584,"imageIndex":12},{"imageOffset":5234370896,"imageIndex":12},{"imageOffset":5022262380,"imageIndex":12},{"imageOffset":5022356916,"imageIndex":12},{"imageOffset":5022356576,"imageIndex":12},{"imageOffset":5022356364,"imageIndex":12},{"imageOffset":4911019288,"imageIndex":12},{"imageOffset":6484856,"symbol":"dart::DartEntry::InvokeCode(dart::Code const&, unsigned long, dart::Array const&, dart::Array const&, dart::Thread*)","symbolLocation":312,"imageIndex":2},{"imageOffset":6484460,"symbol":"dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&, unsigned long)","symbolLocation":296,"imageIndex":2},{"imageOffset":6486448,"symbol":"dart::DartEntry::InvokeCallable(dart::Thread*, dart::Function const&, dart::Array const&, dart::Array const&)","symbolLocation":372,"imageIndex":2},{"imageOffset":9784792,"symbol":"Dart_InvokeClosure","symbolLocation":1080,"imageIndex":2},{"imageOffset":4417924,"symbol":"tonic::DartInvokeVoid(_Dart_Handle*)","symbolLocation":24,"imageIndex":2},{"imageOffset":5320856,"symbol":"flutter::PlatformConfiguration::BeginFrame(fml::TimePoint, unsigned long long)","symbolLocation":264,"imageIndex":2},{"imageOffset":6160024,"symbol":"flutter::RuntimeController::BeginFrame(fml::TimePoint, unsigned long long)","symbolLocation":52,"imageIndex":2},{"imageOffset":4231016,"symbol":"flutter::Animator::BeginFrame(std::_LIBCPP_ABI_NAMESPACE::unique_ptr<flutter::FrameTimingsRecorder, std::_LIBCPP_ABI_NAMESPACE::default_delete<flutter::FrameTimingsRecorder> >)","symbolLocation":400,"imageIndex":2},{"imageOffset":4242372,"symbol":"std::_LIBCPP_ABI_NAMESPACE::__function::__func<flutter::Animator::AwaitVSync()::$_3, std::_LIBCPP_ABI_NAMESPACE::allocator<flutter::Animator::AwaitVSync()::$_3>, void (std::_LIBCPP_ABI_NAMESPACE::unique_ptr<flutter::FrameTimingsRecorder, std::_LIBCPP_ABI_NAMESPACE::default_delete<flutter::FrameTimingsRecorder> >)>::operator()(std::_LIBCPP_ABI_NAMESPACE::unique_ptr<flutter::FrameTimingsRecorder, std::_LIBCPP_ABI_NAMESPACE::default_delete<flutter::FrameTimingsRecorder> >&&)","symbolLocation":68,"imageIndex":2},{"imageOffset":4394248,"symbol":"std::_LIBCPP_ABI_NAMESPACE::__function::__func<flutter::VsyncWaiter::FireCallback(fml::TimePoint, fml::TimePoint, bool)::$_0, std::_LIBCPP_ABI_NAMESPACE::allocator<flutter::VsyncWaiter::FireCallback(fml::TimePoint, fml::TimePoint, bool)::$_0>, void ()>::operator()()","symbolLocation":112,"imageIndex":2},{"imageOffset":3204932,"symbol":"fml::MessageLoopImpl::FlushTasks(fml::FlushType)","symbolLocation":156,"imageIndex":2},{"imageOffset":3231124,"symbol":"fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*)","symbolLocation":32,"imageIndex":2},{"imageOffset":550972,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__","symbolLocation":28,"imageIndex":3},{"imageOffset":550136,"symbol":"__CFRunLoopDoTimer","symbolLocation":868,"imageIndex":3},{"imageOffset":547812,"symbol":"__CFRunLoopDoTimers","symbolLocation":284,"imageIndex":3},{"imageOffset":525012,"symbol":"__CFRunLoopRun","symbolLocation":1816,"imageIndex":3},{"imageOffset":522148,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":3},{"imageOffset":3231428,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":88,"imageIndex":2},{"imageOffset":3204696,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":40,"imageIndex":2},{"imageOffset":3226820,"symbol":"void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::Thread::Thread(std::_LIBCPP_ABI_NAMESPACE::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":208,"imageIndex":2},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":438228,"name":"io.flutter.1.raster","frames":[{"imageOffset":4780,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":74068,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":0},{"imageOffset":38072,"symbol":"mach_msg_overwrite","symbolLocation":536,"imageIndex":0},{"imageOffset":5660,"symbol":"mach_msg","symbolLocation":20,"imageIndex":0},{"imageOffset":547272,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":3},{"imageOffset":524348,"symbol":"__CFRunLoopRun","symbolLocation":1152,"imageIndex":3},{"imageOffset":522148,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":3},{"imageOffset":3231428,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":88,"imageIndex":2},{"imageOffset":3204696,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":40,"imageIndex":2},{"imageOffset":3226820,"symbol":"void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::Thread::Thread(std::_LIBCPP_ABI_NAMESPACE::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":208,"imageIndex":2},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":438229,"name":"io.flutter.1.io","frames":[{"imageOffset":4780,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":74068,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":0},{"imageOffset":38072,"symbol":"mach_msg_overwrite","symbolLocation":536,"imageIndex":0},{"imageOffset":5660,"symbol":"mach_msg","symbolLocation":20,"imageIndex":0},{"imageOffset":547272,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":3},{"imageOffset":524348,"symbol":"__CFRunLoopRun","symbolLocation":1152,"imageIndex":3},{"imageOffset":522148,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":3},{"imageOffset":3231428,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":88,"imageIndex":2},{"imageOffset":3204696,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":40,"imageIndex":2},{"imageOffset":3226820,"symbol":"void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::Thread::Thread(std::_LIBCPP_ABI_NAMESPACE::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":208,"imageIndex":2},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":438230,"name":"io.flutter.1.profiler","frames":[{"imageOffset":4780,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":74068,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":0},{"imageOffset":38072,"symbol":"mach_msg_overwrite","symbolLocation":536,"imageIndex":0},{"imageOffset":5660,"symbol":"mach_msg","symbolLocation":20,"imageIndex":0},{"imageOffset":547272,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":3},{"imageOffset":524348,"symbol":"__CFRunLoopRun","symbolLocation":1152,"imageIndex":3},{"imageOffset":522148,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":3},{"imageOffset":3231428,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":88,"imageIndex":2},{"imageOffset":3204696,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":40,"imageIndex":2},{"imageOffset":3226820,"symbol":"void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::Thread::Thread(std::_LIBCPP_ABI_NAMESPACE::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":208,"imageIndex":2},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":438231,"name":"io.worker.1","frames":[{"imageOffset":18352,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31392,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":1},{"imageOffset":274176,"symbol":"std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&)","symbolLocation":24,"imageIndex":2},{"imageOffset":3192456,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":156,"imageIndex":2},{"imageOffset":3194352,"symbol":"void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":188,"imageIndex":2},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":438232,"name":"io.worker.2","frames":[{"imageOffset":18352,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31392,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":1},{"imageOffset":274176,"symbol":"std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&)","symbolLocation":24,"imageIndex":2},{"imageOffset":3192456,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":156,"imageIndex":2},{"imageOffset":3194352,"symbol":"void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":188,"imageIndex":2},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":438233,"name":"io.worker.3","frames":[{"imageOffset":18352,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31392,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":1},{"imageOffset":274176,"symbol":"std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&)","symbolLocation":24,"imageIndex":2},{"imageOffset":3192456,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":156,"imageIndex":2},{"imageOffset":3194352,"symbol":"void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":188,"imageIndex":2},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":438234,"name":"io.worker.4","frames":[{"imageOffset":18352,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31392,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":1},{"imageOffset":274176,"symbol":"std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&)","symbolLocation":24,"imageIndex":2},{"imageOffset":3192456,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":156,"imageIndex":2},{"imageOffset":3194352,"symbol":"void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":188,"imageIndex":2},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":438235,"name":"io.worker.5","frames":[{"imageOffset":18352,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31392,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":1},{"imageOffset":274176,"symbol":"std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&)","symbolLocation":24,"imageIndex":2},{"imageOffset":3192456,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":156,"imageIndex":2},{"imageOffset":3194352,"symbol":"void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":188,"imageIndex":2},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":438236,"name":"io.worker.6","frames":[{"imageOffset":18352,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31392,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":1},{"imageOffset":274176,"symbol":"std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&)","symbolLocation":24,"imageIndex":2},{"imageOffset":3192456,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":156,"imageIndex":2},{"imageOffset":3194352,"symbol":"void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":188,"imageIndex":2},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":438237,"name":"io.worker.7","frames":[{"imageOffset":18352,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31392,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":1},{"imageOffset":274176,"symbol":"std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&)","symbolLocation":24,"imageIndex":2},{"imageOffset":3192456,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":156,"imageIndex":2},{"imageOffset":3194352,"symbol":"void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":188,"imageIndex":2},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":438238,"name":"io.worker.8","frames":[{"imageOffset":18352,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31392,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":1},{"imageOffset":274176,"symbol":"std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&)","symbolLocation":24,"imageIndex":2},{"imageOffset":3192456,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":156,"imageIndex":2},{"imageOffset":3194352,"symbol":"void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":188,"imageIndex":2},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":438239,"name":"dart:io EventHandler","frames":[{"imageOffset":28192,"symbol":"kevent","symbolLocation":8,"imageIndex":0},{"imageOffset":5370188,"symbol":"dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long)","symbolLocation":332,"imageIndex":2},{"imageOffset":5495024,"symbol":"dart::bin::ThreadStart(void*)","symbolLocation":44,"imageIndex":2},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":438240,"name":"Dart Profiler ThreadInterrupter","frames":[{"imageOffset":18352,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31436,"symbol":"_pthread_cond_wait","symbolLocation":1264,"imageIndex":1},{"imageOffset":7379124,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":128,"imageIndex":2},{"imageOffset":7885308,"symbol":"dart::ThreadInterrupter::ThreadMain(unsigned long)","symbolLocation":324,"imageIndex":2},{"imageOffset":7376780,"symbol":"dart::ThreadStart(void*)","symbolLocation":164,"imageIndex":2},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":438241,"name":"Dart Profiler SampleBlockProcessor","frames":[{"imageOffset":18352,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31436,"symbol":"_pthread_cond_wait","symbolLocation":1264,"imageIndex":1},{"imageOffset":7379124,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":128,"imageIndex":2},{"imageOffset":7399840,"symbol":"dart::SampleBlockProcessor::ThreadMain(unsigned long)","symbolLocation":192,"imageIndex":2},{"imageOffset":7376780,"symbol":"dart::ThreadStart(void*)","symbolLocation":164,"imageIndex":2},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":442266,"name":"DartWorker","frames":[{"imageOffset":18352,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31436,"symbol":"_pthread_cond_wait","symbolLocation":1264,"imageIndex":1},{"imageOffset":7379124,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":128,"imageIndex":2},{"imageOffset":7888508,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":488,"imageIndex":2},{"imageOffset":7888992,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":132,"imageIndex":2},{"imageOffset":7376780,"symbol":"dart::ThreadStart(void*)","symbolLocation":164,"imageIndex":2},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":442355,"name":"DartWorker","frames":[{"imageOffset":18352,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31436,"symbol":"_pthread_cond_wait","symbolLocation":1264,"imageIndex":1},{"imageOffset":7379124,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":128,"imageIndex":2},{"imageOffset":7888508,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":488,"imageIndex":2},{"imageOffset":7888992,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":132,"imageIndex":2},{"imageOffset":7376780,"symbol":"dart::ThreadStart(void*)","symbolLocation":164,"imageIndex":2},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":442493,"name":"DartWorker","frames":[{"imageOffset":18352,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31436,"symbol":"_pthread_cond_wait","symbolLocation":1264,"imageIndex":1},{"imageOffset":7379124,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":128,"imageIndex":2},{"imageOffset":7888508,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":488,"imageIndex":2},{"imageOffset":7888992,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":132,"imageIndex":2},{"imageOffset":7376780,"symbol":"dart::ThreadStart(void*)","symbolLocation":164,"imageIndex":2},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":442494,"frames":[{"imageOffset":9912,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4444946432,
    "size" : 229376,
    "uuid" : "eb0327ee-cb9c-37ed-ab6a-e9af74e814f0",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4445356032,
    "size" : 65536,
    "uuid" : "51c613e3-4abf-359c-b275-2608bb1be0b6",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4484366336,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "io.flutter.flutter",
    "size" : 29261824,
    "uuid" : "4c4c4476-5555-3144-a14b-0c63904baa04",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/E15236CA-3342-42F5-8AAD-2A7394EB6A8F\/data\/Containers\/Bundle\/Application\/7BE3738C-1513-4315-97A1-318245069EE9\/Runner.app\/Frameworks\/Flutter.framework\/Flutter",
    "name" : "Flutter",
    "CFBundleVersion" : "1.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4336959488,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 3866624,
    "uuid" : "9b810641-e5e7-3950-a3f7-25ce1ede4d7a",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/CoreFoundation.framework\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1953.300"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4414947328,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 9142272,
    "uuid" : "4a53f446-37df-36ed-aaf0-242bf3845fc0",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/Foundation.framework\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "1953.300"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4753129472,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.UIKitCore",
    "size" : 23838720,
    "uuid" : "3f2e4277-d1ab-3c9c-8ca1-14c5ef9dbfc8",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/UIKitCore.framework\/UIKitCore",
    "name" : "UIKitCore",
    "CFBundleVersion" : "6209"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4455481344,
    "CFBundleShortVersionString" : "812.12",
    "CFBundleIdentifier" : "com.apple.FrontBoardServices",
    "size" : 622592,
    "uuid" : "ec6237da-fa1b-3b51-8aee-bac48e05ac89",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FrontBoardServices.framework\/FrontBoardServices",
    "name" : "FrontBoardServices",
    "CFBundleVersion" : "812.12"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4401315840,
    "size" : 294912,
    "uuid" : "75a8e72d-f60e-33db-9798-e4f60f5c9226",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4458315776,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.GraphicsServices",
    "size" : 49152,
    "uuid" : "3340e7ba-7ef4-3baf-b4b8-28b2e06fe6e6",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GraphicsServices.framework\/GraphicsServices",
    "name" : "GraphicsServices",
    "CFBundleVersion" : "1.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4333371392,
    "CFBundleShortVersionString" : "1.0.0",
    "CFBundleIdentifier" : "com.example.driverStat",
    "size" : 16384,
    "uuid" : "d963436d-74a5-3014-a8eb-4c6d5b13b759",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/E15236CA-3342-42F5-8AAD-2A7394EB6A8F\/data\/Containers\/Bundle\/Application\/7BE3738C-1513-4315-97A1-318245069EE9\/Runner.app\/Runner",
    "name" : "Runner",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4336369664,
    "size" : 327680,
    "uuid" : "d763ecdd-458a-3dc0-92d4-bf4f7a54bfbb",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/dyld_sim",
    "name" : "dyld_sim"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4334174208,
    "size" : 573440,
    "uuid" : "487cfdeb-9b07-39bf-bfb9-970b61aea2d1",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  }
],
  "vmSummary" : "ReadOnly portion of Libraries: Total=626.0M resident=0K(0%) swapped_out_or_unallocated=626.0M(100%)\nWritable regions: Total=833.0M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=833.0M(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nActivity Tracing                   256K        1 \nColorSync                           64K        4 \nCoreAnimation                       16K        1 \nFoundation                          16K        1 \nIOSurface                         43.0M        4 \nKernel Alloc Once                   32K        1 \nMALLOC                           234.1M       93 \nMALLOC guard page                  128K        8 \nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSTACK GUARD                       56.3M       21 \nStack                             21.7M       23 \nVM_ALLOCATE                      159.8M      500 \n__DATA                            10.2M      393 \n__DATA_CONST                      38.0M      362 \n__DATA_DIRTY                       192K       12 \n__FONT_DATA                         16K        1 \n__LINKEDIT                       247.8M      371 \n__TEXT                           378.3M      371 \ndyld private memory                768K        5 \nmapped file                       95.0M       24 \nshared memory                       16K        1 \n===========                     =======  ======= \nTOTAL                              1.6G     2198 \nTOTAL, minus reserved VM space     1.3G     2198 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "63a0a6cfd1cdb67d083006d0",
      "factorPackIds" : {

      },
      "deploymentId" : 240000003
    },
    {
      "rolloutId" : "61fd92db295c182621ececc3",
      "factorPackIds" : {

      },
      "deploymentId" : 240000247
    }
  ],
  "experiments" : [

  ]
},
  "reportNotes" : [
  "dyld_process_snapshot_get_shared_cache failed"
]
}

Model: MacBookAir10,1, BootROM 8419.60.44, proc 8:4:4 processors, 8 GB, SMC 
Graphics: Apple M1, Apple M1, Built-In
Display: Color LCD, 2560 x 1600 Retina, Main, MirrorOff, Online
Display: PHL 272E1, 1920 x 1080 (1080p FHD - Full High Definition), MirrorOff, Online
Memory Module: LPDDR4, Micron
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4378), wl0: Sep  3 2022 03:37:22 version 18.20.379.4.7.8.143 FWID 01-e3c71b50
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB31Bus
USB Device: Wireless Device
USB Device: USB31Bus
Thunderbolt Bus: MacBook Air, Apple Inc.
Thunderbolt Bus: MacBook Air, Apple Inc.