transistorsoft / flutter_background_geolocation

Sophisticated, battery-conscious background-geolocation & geofencing with motion-detection
https://www.transistorsoft.com/shop/products/flutter-background-geolocation
Other
645 stars 240 forks source link

Stops reporting new locations (or crashing?) after a day #78

Closed casperkloppenburg closed 4 years ago

casperkloppenburg commented 5 years ago

Your Environment

[✓] iOS toolchain - develop for iOS devices (Xcode 10.2.1) [!] Android Studio (not installed) [✓] Connected device (1 available)

Expected Behavior

The plugin should continue to run in the background.

Actual Behavior

I'm using the example app "Advanced App" from the example directory. Locations are logged perfectly fine, but after a day, the app stops logging.

Steps to Reproduce

  1. Using the latest version of the example (Advanced App). Only changes made in the source for debugging: reset: true, logMaxDays: 30, logLevel: LOG_LEVEL_DEBUG
  2. Run the release build (flutter run --release) on a iPhone 6 MG632LL/A
  3. Choose "Advanced App" and check the check box to run in the background. A geofence is now created.
  4. Move the app to the background. Everything works so far.
  5. Make a long ride. Everything is logged perfectly so far. Leave the app in the background.
  6. The next day, do the same ride. But now, no data points are logged, except the first one.

Context

The first ride works without issues: http://tracker.transistorsoft.com/erwin2?device=Flutter-iPhone7-2-12-3-1&end=2019-6-9&start=2019-6-9%202%3A0 The example app has woken itself up perfectly and the locations can be seen on the tracker website (I had the app open a couple hours before leaving, and the app successfully activated itself when leaving with the car).

But the next day, it seems that the app stops reporting anything after the first location. So it seems to detect some movement, but it doesn't report anything after that: http://tracker.transistorsoft.com/erwin2?device=Flutter-iPhone7-2-12-3-1&end=2019-6-10&start=2019-6-10%202%3A0 You can see that it reported only 1 data point on that day, but I made the same trip as the day before (but in reverse direction).

I didn't open the app in between. So, it seems that the app is working correctly until the first data point the next day. I made some trips after that, but these are also not logged, as if the background process crashed and stays closed. If I open the app manually, it starts logging immediately as if nothing happened (it remembered the Username "erwin2"), but it says "Database is empty" when I press "Upload locations".

I encountered this problem only with this iPhone. I have another iPhone that worked better, but not perfect. For reference, here is the data for that other iPhone: Ride A to B: http://tracker.transistorsoft.com/casper?device=Flutter-iPhone8-1-12-2&end=2019-5-10&start=2019-5-10 Ride B to A: http://tracker.transistorsoft.com/casper?device=Flutter-iPhone8-1-12-2&end=2019-5-14&start=2019-5-14 Difference is that this is a iPhone 6s (MN0X2ZD/A) with no internet but at location A (start of the ride). Another difference is that this iPhone was not used for phone calls etc in between.

Debug logs

Logs ``` Sorry, I used the "await bg.BackgroundGeolocation.log" but only an old version of the log is returned (days ago). Nothing is appended. I also have trouble with emailLog. It doesn't send the email. If you have a reliable way to collect the logs, I'm happy to put some time into getting these for you. ```
christocracy commented 5 years ago

"await bg.BackgroundGeolocation.log" but only an old version of the log

There's no such thing as an "old version of the log". The plugin inserts log entries as records in a SQLite database in real time.

Even if an iOS app crashes, it's not going to prevent tracking from resuming. If an iOS app crashes while the device is moving, it's going to restart after ~200 meters.

christocracy commented 5 years ago

I also have trouble with emailLog. It doesn't send the email.

Have you configured a Mail account on that device? If you haven't, #emailLog will return an error. #emailLog should open the default Mail app on the device.

christocracy commented 5 years ago

I suggest you reboot your problem phone. After updating iOS, you should always reboot the phone.

christocracy commented 5 years ago

Also, make sure #ready is always executed, regardless of anything. Make sure you don't have BackgroundGeolocation.ready placed into a view which only gets navigated to by user performing some UI action.

Whenever the app boots, you must call #ready of tracking won't resume.

casperkloppenburg commented 5 years ago

There's no such thing as an "old version of the log". The plugin inserts log entries as records in a SQLite database in real time.

Even if an iOS app crashes, it's not going to prevent tracking from resuming. If an iOS app crashes while the device is moving, it's going to restart after ~200 meters.

Got it. I'm going to do a couple of tests to see if I can get the logging working. I'm going to delete the app data and retry the tests.

Have you configured a Mail account on that device? If you haven't, #emailLog will return an error.

emailLog should open the default Mail app on the device.

The native email client opens and the log is added to the attachments as an archive file. But after sending the email, it doesn't appear in the inbox. I think the email filter is tripping up.

I suggest you reboot your problem phone. After updating iOS, you should always reboot the phone.

Have you tried to turn it off and on again? :-) Unfortunately, I already did this a couple of times between tests.

Also, make sure #ready is always executed, regardless of anything. Make sure you don't have BackgroundGeolocation.ready placed into a view which only gets navigated to by user performing some UI action.

Whenever the app boots, you must call #ready of tracking won't resume.

FYI, I'm using the example app from your repository "Advanced App". Only changes I made to the source are these settings passed to the ready function: "reset: true, logMaxDays: 30, logLevel: LOG_LEVEL_DEBUG" here. To be clear, without these changes, so straight from the repo, I have to same problem.

christocracy commented 5 years ago

Have you tried to turn it off and on again? :-)

I say this because if you're using a Mock location app, such as Lockito, it can mess up the device's location settings, even after disabled. After using a Mock location app, always reboot your device.

christocracy commented 5 years ago

LOG_LEVEL_DEBUG. Use LOG_LEVEL_VERBOSE

casperkloppenburg commented 5 years ago

I say this because if you're using a Mock location app, such as Lockito, it can mess up the device's location settings, even after disabled. After using a Mock location app, always reboot your device.

Good to know. I'm not running Lockito, but it makes me wonder if some other app is messing things up. Will investigate this further.

LOG_LEVEL_DEBUG. Use LOG_LEVEL_VERBOSE

Will do.

christocracy commented 5 years ago

What's the status of this issue?

casperkloppenburg commented 5 years ago

Going to give you some new info in a couple of days.

casperkloppenburg commented 5 years ago

I did another test. This time I managed to grab the log.

What happened: June 27 I started the example app again with background tracking on (freshly pulled from the repo; Advanced App version 1.0.9). You see some locations being logged around 15:00. At 18:11 I left home (30 km ride). It seems that the plugin woke up successful at that moment, but only a couple of locations are logged at the start of the ride. Looking at the data on your site, is shows an "unknown" activity and a battery of -100%. Today (June 29) I went back to the office and opened the app again at arrival. I didn't touch the app for 2 days. Both the ride home (June 27 ~18:00 to 18:40) and the ride back to the office (June 29 ~14:00 to 14:40) are not logged this time.

Tracker URL: http://tracker.transistorsoft.com/iphoneblack?device=Flutter-iPhone7-2-12-3-1&end=2019-6-29&start=2019-6-27

Log:

2019-06-27 15:07:16.839 ℹ️-[TSConfig persist] 2019-06-27 15:07:16.843 🔵-[TSLocationManager ready] 2019-06-27 15:07:21.128 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager start] ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:07:21.128 ℹ️-[TSLocationManager doStart:] trackingMode: 1 2019-06-27 15:07:21.128 ℹ️-[TSConfig persist] 2019-06-27 15:07:21.138 🎾-[TSGeofenceManager start] 2019-06-27 15:07:21.147 🎾-[SOMotionDetector startDetection] 2019-06-27 15:07:21.148 🔵-[TSLocationManager setPace:] 0 2019-06-27 15:07:21.162 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON 2019-06-27 15:07:21.167 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:07:21.169 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:07:21.193 ℹ️+[LocationAuthorization run:onCancel:] status: 0 2019-06-27 15:07:21.193 🔵+[LocationAuthorization run:onCancel:] Request: requestAlwaysAuthorization 2019-06-27 15:07:21.212 🎾-[TSLocationManager startMonitoringBackgroundFetch] BackgroundFetch: ON 2019-06-27 15:07:23.972 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-27 15:07:23.981 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-27 15:07:23.987 🔵-[BackgroundTaskManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-27 15:07:23.994 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-27 15:07:24.029 ℹ️-[TSConfig persist] 2019-06-27 15:07:24.032 🔵-[TSLocationManager locationManager:didChangeAuthorizationStatus:] status 3 2019-06-27 15:07:24.046 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON 2019-06-27 15:07:24.055 ℹ️+[LocationAuthorization run:onCancel:] status: 3 2019-06-27 15:07:24.059 📍<+53.19922366,+5.77388797> +/- 65.00m (speed -1.00 mps / course -1.00) @ 27/06/2019, 15:07:21 Central European Summer Time 2019-06-27 15:07:24.059 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 0 | df: -1.0m | age: 2.3s ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:07:24.060 ✅-[TSLocationManager locationManager:didUpdateLocations:] Acquired motionchange position: <+53.19922366,+5.77388797> +/- 65.00m (speed -1.00 mps / course -1.00) @ 27/06/2019, 15:07:21 Central European Summer Time 2019-06-27 15:07:24.061 🔵-[TSLocationManager startMonitoringStationaryRegion:radius:] Radius: 25 2019-06-27 15:07:24.064 🔴-[TSLocationManager stopUpdatingLocation] 2019-06-27 15:07:24.065 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 65.0 2019-06-27 15:07:24.070 🎾-[TSLocationManager startMonitoringSignificantLocationChanges] 2019-06-27 15:07:24.120 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 24F1EC46-20FA-4D42-898F-E410561C60AC 2019-06-27 15:07:24.120 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:07:24.126 ✅-[BackgroundTaskManager createBackgroundTask] 1 2019-06-27 15:07:24.144 ✅-[TSHttpService schedulePost:] LOCKED: 24F1EC46-20FA-4D42-898F-E410561C60AC 2019-06-27 15:07:24.736 🔵-[TSHttpService doPost:] HTTP Response: 200 2019-06-27 15:07:24.755 ✅-[TSHttpService post:error:] DESTROY: 24F1EC46-20FA-4D42-898F-E410561C60AC 2019-06-27 15:07:24.756 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:07:24.756 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 1 OF ( 1 ) 2019-06-27 15:07:25.418 ✅-[SOMotionDetector startDetection]_block_invoke Enabled M7 MotionActivity updates 2019-06-27 15:07:28.186 ✅-[BackgroundTaskManager createBackgroundTask] 2 2019-06-27 15:07:28.447 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 2 OF ( 2 ) 2019-06-27 15:07:33.009 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:07:36.724 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:07:39.330 ℹ️-[TSConfig persist] 2019-06-27 15:07:42.932 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:07:43.518 ℹ️-[TSConfig persist] 2019-06-27 15:07:46.330 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:07:50.051 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:07:52.847 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:07:55.697 ✅-[BackgroundTaskManager createBackgroundTask] 3 2019-06-27 15:07:55.958 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 3 OF ( 3 ) 2019-06-27 15:07:59.355 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:08:02.390 ✅-[BackgroundTaskManager createBackgroundTask] 4 2019-06-27 15:08:02.655 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 4 OF ( 4 ) 2019-06-27 15:08:03.743 ℹ️-[TSDBLogger db_save] Log committed 2019-06-27 15:08:07.094 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:08:10.215 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:08:12.687 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/100 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:08:32.830 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/100 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:08:37.243 🔵-[TSLocationManager onSuspend:] enabled? 1) 2019-06-27 15:08:37.273 ℹ️-[TSDBLogger db_save] Log committed 2019-06-27 15:08:37.337 ℹ️-[TSDBLogger db_save] Log committed 2019-06-27 15:08:38.991 ℹ️-[TSLocationManager init] { activityRecognitionInterval = 10000; activityType = 1; autoSync = 1; autoSyncThreshold = 0; batchSync = 0; debug = 1; desiredAccuracy = "-2"; desiredOdometerAccuracy = 100; disableElasticity = 0; disableLocationAuthorizationAlert = 0; disableMotionActivityUpdates = 0; disableStopDetection = 0; distanceFilter = 10; elasticityMultiplier = 1; enableTimestampMeta = 0; enabled = 1; extras = { }; geofenceInitialTriggerEntry = 1; geofenceProximityRadius = 1000; geofenceTemplate = ""; headers = { }; heartbeatInterval = 60; httpRootProperty = location; httpTimeout = 60000; iOSHasWarnedLocationServicesOff = 0; isFirstBoot = 0; isMoving = 0; lastLocationAuthorizationStatus = 3; locationAuthorizationAlert = { cancelButton = Cancel; instructions = "To use background location, you must enable '{locationAuthorizationRequest}' in the Location Services settings"; settingsButton = Settings; titleWhenNotEnabled = "Background location is not enabled"; titleWhenOff = "Location services are off"; }; locationAuthorizationRequest = Always; locationTemplate = ""; locationTimeout = 60; locationsOrderDirection = ASC; logLevel = 5; logMaxDays = 7; maxBatchSize = "-1"; maxDaysToPersist = 14; maxRecordsToPersist = "-1"; method = POST; minimumActivityRecognitionConfidence = 70; odometer = 0; params = { device = { framework = Flutter; manufacturer = Apple; model = "iPhone7,2"; platform = iOS; uuid = "iPhone7-2-12-3-1"; version = "12.3.1"; }; }; pausesLocationUpdatesAutomatically = 0; persistMode = 2; preventSuspend = 0; schedule = ( ); schedulerEnabled = 0; startOnBoot = 1; stationaryRadius = 25; stopAfterElapsedMinutes = "-1"; stopDetectionDelay = 0; stopOnStationary = 0; stopOnTerminate = 0; stopTimeout = 1; trackingMode = 1; url = "http://tracker.transistorsoft.com/locations/iphoneblack"; useSignificantChangesOnly = 0; } 2019-06-27 15:08:38.996 ✅-[LocationDAO unlock]_block_invoke UNLOCKED ALL RECORDS 2019-06-27 15:08:39.033 ℹ️-[GeofenceDAO init] CREATE TABLE IF NOT EXISTS geofences (id INTEGER PRIMARY KEY AUTOINCREMENT, identifier TEXT NOT NULL UNIQUE, latitude DOUBLE NOT NULL, sin_latitude DOUBLE NOT NULL, cos_latitude DOUBLE NOT NULL, longitude DOUBLE NOT NULL, sin_longitude DOUBLE NOT NULL, cos_longitude DOUBLE NOT NULL, radius DOUBLE NOT NULL, notifyOnEntry BOOLEAN NOT NULL DEFAULT 0, notifyOnExit BOOLEAN NOT NULL DEFAULT 0, notifyOnDwell BOOLEAN NOT NULL DEFAULT 0, loiteringDelay DOUBLE NOT NULL DEFAULT 0, extras TEXT) 2019-06-27 15:08:39.045 ℹ️-[GeofenceDAO init] CREATE index IF NOT EXISTS identifier ON geofences (identifier);CREATE index IF NOT EXISTS latitude ON geofences (latitude);CREATE index IF NOT EXISTS longitude ON geofences (longitude);CREATE index IF NOT EXISTS sin_latitude ON geofences (sin_latitude);CREATE index IF NOT EXISTS cos_latitude ON geofences (cos_latitude);CREATE index IF NOT EXISTS sin_longitude ON geofences (sin_longitude);CREATE index IF NOT EXISTS cos_longitude ON geofences (cos_longitude); 2019-06-27 15:08:47.624 🔵-[BackgroundTaskManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-27 15:08:47.625 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-27 15:08:47.625 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-27 15:08:47.630 🔵-[TSLocationManager onResume:] enabled? 1 2019-06-27 15:08:47.636 ℹ️-[TSLocationManager doStart:] trackingMode: 1 2019-06-27 15:08:47.638 ℹ️-[TSLocationManager loadLastOdometerLocation] Load last odometer location, <+53.19922366,+5.77388797> +/- -1.00m (speed -1.00 mps / course -1.00) @ 27/06/2019, 15:08:47 Central European Summer Time 2019-06-27 15:08:47.638 🎾-[TSGeofenceManager start] 2019-06-27 15:08:47.642 🎾-[SOMotionDetector startDetection] 2019-06-27 15:08:47.643 🔵-[TSLocationManager setPace:] 0 2019-06-27 15:08:47.648 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON 2019-06-27 15:08:47.649 ℹ️-[LocationDAO purge:] 14 2019-06-27 15:08:47.654 🔵-[TSLocationManager locationManager:didChangeAuthorizationStatus:] status 3 2019-06-27 15:08:47.657 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON 2019-06-27 15:08:47.660 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:08:47.661 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:08:47.671 ℹ️+[LocationAuthorization run:onCancel:] status: 3 2019-06-27 15:08:47.689 🎾-[TSLocationManager startMonitoringBackgroundFetch] BackgroundFetch: ON 2019-06-27 15:08:47.689 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:08:47.690 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:08:47.693 ℹ️+[LocationAuthorization run:onCancel:] status: 3 2019-06-27 15:08:47.694 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-27 15:08:47.712 ℹ️-[TSDBLogger db_save] Log committed 2019-06-27 15:08:47.960 ✅-[SOMotionDetector startDetection]_block_invoke Enabled M7 MotionActivity updates 2019-06-27 15:08:47.997 📍<+53.19932105,+5.77341040> +/- 30.00m (speed 1.54 mps / course 58.71) @ 27/06/2019, 15:07:30 Central European Summer Time 2019-06-27 15:08:47.997 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 0 | df: -1.0m | age: 77.5s ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:08:47.997 ℹ️-[TSLocationManager locationManager:didUpdateLocations:] Received stale motionchange location. Retrying... 2019-06-27 15:08:48.064 ℹ️-[TSLocationManager on:success:failure:] location 2019-06-27 15:08:48.070 ℹ️-[TSLocationManager on:success:failure:] motionchange 2019-06-27 15:08:48.071 ℹ️-[TSLocationManager on:success:failure:] activitychange 2019-06-27 15:08:48.072 ℹ️-[TSLocationManager on:success:failure:] providerchange 2019-06-27 15:08:48.073 ℹ️-[TSLocationManager on:success:failure:] http 2019-06-27 15:08:48.074 ℹ️-[TSHttpService onConnectivityChange:] 2019-06-27 15:08:48.075 ℹ️-[TSLocationManager on:success:failure:] heartbeat 2019-06-27 15:08:48.076 ℹ️-[TSGeofenceManager onGeofence:] 2019-06-27 15:08:48.077 ℹ️-[TSLocationManager on:success:failure:] schedule 2019-06-27 15:08:48.078 ℹ️-[TSLocationManager on:success:failure:] powersavechange 2019-06-27 15:08:48.078 ℹ️-[TSLocationManager on:success:failure:] enabledchange 2019-06-27 15:08:48.265 📍<+53.19932105,+5.77341040> +/- 30.00m (speed 1.54 mps / course 58.71) @ 27/06/2019, 15:07:38 Central European Summer Time 2019-06-27 15:08:48.265 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 0 | df: -1.0m | age: 69.8s ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:08:48.265 ℹ️-[TSLocationManager locationManager:didUpdateLocations:] Received stale motionchange location. Retrying... 2019-06-27 15:08:48.303 ℹ️-[TSGeofenceManager onGeofencesChange:] 2019-06-27 15:08:48.363 🔵-[TSLocationManager ready] 2019-06-27 15:08:48.365 ℹ️-[TSLocationManager doStart:] trackingMode: 1 2019-06-27 15:08:48.366 ℹ️-[TSLocationManager loadLastOdometerLocation] Load last odometer location, <+53.19922366,+5.77388797> +/- -1.00m (speed -1.00 mps / course -1.00) @ 27/06/2019, 15:08:48 Central European Summer Time 2019-06-27 15:08:48.366 🎾-[TSGeofenceManager start] 2019-06-27 15:08:48.367 ℹ️-[GeofenceDAO allWithinRadius:latitude:longitude:limit:]_block_invoke No geofences in proximity of 1000 meters 2019-06-27 15:08:48.368 ╔═══════════════════════════════════════════════════════════ ║ -[TSGeofenceManager evaluateProximity:] Found 0 / 0 within 1000 m ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:08:48.437 🔵-[TSLocationManager setPace:] 0 2019-06-27 15:08:48.439 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON 2019-06-27 15:08:48.441 📍<+53.19965253,+5.77366567> +/- 545.68m (speed -1.00 mps / course -1.00) @ 27/06/2019, 15:08:48 Central European Summer Time 2019-06-27 15:08:48.441 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 0 | df: -1.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:08:48.442 ✅-[TSLocationManager locationManager:didUpdateLocations:] Acquired motionchange position: <+53.19965253,+5.77366567> +/- 545.68m (speed -1.00 mps / course -1.00) @ 27/06/2019, 15:08:48 Central European Summer Time 2019-06-27 15:08:48.442 🔵-[TSLocationManager startMonitoringStationaryRegion:radius:] Radius: 25 2019-06-27 15:08:48.443 🔴-[TSLocationManager stopUpdatingLocation] 2019-06-27 15:08:48.444 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 545.7 2019-06-27 15:08:48.444 🎾-[TSLocationManager startMonitoringSignificantLocationChanges] 2019-06-27 15:08:48.452 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:08:48.464 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: F2547D2E-92D6-45CC-9C74-BF7A75E111A5 2019-06-27 15:08:48.466 ✅-[BackgroundTaskManager createBackgroundTask] 1 2019-06-27 15:08:48.476 ℹ️+[LocationAuthorization run:onCancel:] status: 3 2019-06-27 15:08:48.476 🎾-[TSLocationManager startMonitoringBackgroundFetch] BackgroundFetch: ON 2019-06-27 15:08:48.478 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:08:48.478 ⚠️-[TSHttpService flush:error:] Busy with previous request 2019-06-27 15:08:48.506 ✅-[TSHttpService schedulePost:] LOCKED: F2547D2E-92D6-45CC-9C74-BF7A75E111A5 2019-06-27 15:08:49.096 🔵-[TSHttpService doPost:] HTTP Response: 200 2019-06-27 15:08:49.112 ✅-[TSHttpService post:error:] DESTROY: F2547D2E-92D6-45CC-9C74-BF7A75E111A5 2019-06-27 15:08:49.112 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:08:49.112 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 1 OF ( 1 ) 2019-06-27 15:08:49.561 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:08:55.142 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:08:58.930 🔵-[TSLocationManager onSuspend:] enabled? 1) 2019-06-27 15:08:59.566 ℹ️-[TSLocationManager init] { activityRecognitionInterval = 10000; activityType = 1; autoSync = 1; autoSyncThreshold = 0; batchSync = 0; debug = 1; desiredAccuracy = "-2"; desiredOdometerAccuracy = 100; disableElasticity = 0; disableLocationAuthorizationAlert = 0; disableMotionActivityUpdates = 0; disableStopDetection = 0; distanceFilter = 10; elasticityMultiplier = 1; enableTimestampMeta = 0; enabled = 1; extras = { }; geofenceInitialTriggerEntry = 1; geofenceProximityRadius = 1000; geofenceTemplate = ""; headers = { }; heartbeatInterval = 60; httpRootProperty = location; httpTimeout = 60000; iOSHasWarnedLocationServicesOff = 0; isFirstBoot = 0; isMoving = 0; lastLocationAuthorizationStatus = 3; locationAuthorizationAlert = { cancelButton = Cancel; instructions = "To use background location, you must enable '{locationAuthorizationRequest}' in the Location Services settings"; settingsButton = Settings; titleWhenNotEnabled = "Background location is not enabled"; titleWhenOff = "Location services are off"; }; locationAuthorizationRequest = Always; locationTemplate = ""; locationTimeout = 60; locationsOrderDirection = ASC; logLevel = 5; logMaxDays = 7; maxBatchSize = "-1"; maxDaysToPersist = 14; maxRecordsToPersist = "-1"; method = POST; minimumActivityRecognitionConfidence = 70; odometer = 0; params = { device = { framework = Flutter; manufacturer = Apple; model = "iPhone7,2"; platform = iOS; uuid = "iPhone7-2-12-3-1"; version = "12.3.1"; }; }; pausesLocationUpdatesAutomatically = 0; persistMode = 2; preventSuspend = 0; schedule = ( ); schedulerEnabled = 0; startOnBoot = 1; stationaryRadius = 25; stopAfterElapsedMinutes = "-1"; stopDetectionDelay = 0; stopOnStationary = 0; stopOnTerminate = 0; stopTimeout = 1; trackingMode = 1; url = "http://tracker.transistorsoft.com/locations/iphoneblack"; useSignificantChangesOnly = 0; } 2019-06-27 15:08:59.569 ✅-[LocationDAO unlock]_block_invoke UNLOCKED ALL RECORDS 2019-06-27 15:08:59.574 ℹ️-[GeofenceDAO init] CREATE TABLE IF NOT EXISTS geofences (id INTEGER PRIMARY KEY AUTOINCREMENT, identifier TEXT NOT NULL UNIQUE, latitude DOUBLE NOT NULL, sin_latitude DOUBLE NOT NULL, cos_latitude DOUBLE NOT NULL, longitude DOUBLE NOT NULL, sin_longitude DOUBLE NOT NULL, cos_longitude DOUBLE NOT NULL, radius DOUBLE NOT NULL, notifyOnEntry BOOLEAN NOT NULL DEFAULT 0, notifyOnExit BOOLEAN NOT NULL DEFAULT 0, notifyOnDwell BOOLEAN NOT NULL DEFAULT 0, loiteringDelay DOUBLE NOT NULL DEFAULT 0, extras TEXT) 2019-06-27 15:08:59.574 ℹ️-[GeofenceDAO init] CREATE index IF NOT EXISTS identifier ON geofences (identifier);CREATE index IF NOT EXISTS latitude ON geofences (latitude);CREATE index IF NOT EXISTS longitude ON geofences (longitude);CREATE index IF NOT EXISTS sin_latitude ON geofences (sin_latitude);CREATE index IF NOT EXISTS cos_latitude ON geofences (cos_latitude);CREATE index IF NOT EXISTS sin_longitude ON geofences (sin_longitude);CREATE index IF NOT EXISTS cos_longitude ON geofences (cos_longitude); 2019-06-27 15:18:30.230 🔵-[TSLocationManager onResume:] enabled? 1 2019-06-27 15:18:30.234 ℹ️-[TSLocationManager doStart:] trackingMode: 1 2019-06-27 15:18:30.236 ℹ️-[TSLocationManager loadLastOdometerLocation] Load last odometer location, <+53.19922366,+5.77388797> +/- -1.00m (speed -1.00 mps / course -1.00) @ 27/06/2019, 15:18:30 Central European Summer Time 2019-06-27 15:18:30.237 🎾-[TSGeofenceManager start] 2019-06-27 15:18:30.240 🎾-[SOMotionDetector startDetection] 2019-06-27 15:18:30.241 🔵-[TSLocationManager setPace:] 0 2019-06-27 15:18:30.246 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON 2019-06-27 15:18:30.248 ℹ️-[LocationDAO purge:] 14 2019-06-27 15:18:30.260 🔵-[TSLocationManager locationManager:didChangeAuthorizationStatus:] status 3 2019-06-27 15:18:30.261 ℹ️-[TSDBLogger db_save] Log committed 2019-06-27 15:18:30.262 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON 2019-06-27 15:18:30.263 🔵-[BackgroundTaskManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-27 15:18:30.263 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-27 15:18:30.265 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:30.265 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:30.275 ℹ️+[LocationAuthorization run:onCancel:] status: 3 2019-06-27 15:18:30.300 ℹ️-[TSDBLogger db_save] Log committed 2019-06-27 15:18:30.301 🎾-[TSLocationManager startMonitoringBackgroundFetch] BackgroundFetch: ON 2019-06-27 15:18:30.302 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:30.302 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:30.324 ℹ️+[LocationAuthorization run:onCancel:] status: 3 2019-06-27 15:18:30.325 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-27 15:18:30.325 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-27 15:18:30.351 ✅-[SOMotionDetector startDetection]_block_invoke Enabled M7 MotionActivity updates 2019-06-27 15:18:30.976 📍<+53.19923017,+5.77375752> +/- 65.00m (speed -1.00 mps / course -1.00) @ 27/06/2019, 15:18:25 Central European Summer Time 2019-06-27 15:18:30.976 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 0 | df: -1.0m | age: 5.2s ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:30.976 ℹ️-[TSLocationManager locationManager:didUpdateLocations:] Received stale motionchange location. Retrying... 2019-06-27 15:18:30.978 ℹ️-[TSLocationManager on:success:failure:] location 2019-06-27 15:18:30.979 ℹ️-[TSLocationManager on:success:failure:] motionchange 2019-06-27 15:18:30.980 ℹ️-[TSLocationManager on:success:failure:] activitychange 2019-06-27 15:18:30.980 ℹ️-[TSLocationManager on:success:failure:] providerchange 2019-06-27 15:18:30.980 ℹ️-[TSLocationManager on:success:failure:] http 2019-06-27 15:18:30.980 ℹ️-[TSHttpService onConnectivityChange:] 2019-06-27 15:18:30.980 ℹ️-[TSLocationManager on:success:failure:] heartbeat 2019-06-27 15:18:30.980 ℹ️-[TSGeofenceManager onGeofence:] 2019-06-27 15:18:30.980 ℹ️-[TSLocationManager on:success:failure:] schedule 2019-06-27 15:18:30.980 ℹ️-[TSLocationManager on:success:failure:] powersavechange 2019-06-27 15:18:30.980 ℹ️-[TSLocationManager on:success:failure:] enabledchange 2019-06-27 15:18:30.994 📍<+53.19923017,+5.77375752> +/- 65.00m (speed -1.00 mps / course -1.00) @ 27/06/2019, 15:18:30 Central European Summer Time 2019-06-27 15:18:30.994 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 0 | df: -1.0m | age: 0.3s ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:30.995 ✅-[TSLocationManager locationManager:didUpdateLocations:] Acquired motionchange position: <+53.19923017,+5.77375752> +/- 65.00m (speed -1.00 mps / course -1.00) @ 27/06/2019, 15:18:30 Central European Summer Time 2019-06-27 15:18:30.995 🔵-[TSLocationManager startMonitoringStationaryRegion:radius:] Radius: 25 2019-06-27 15:18:30.997 🔴-[TSLocationManager stopUpdatingLocation] 2019-06-27 15:18:30.998 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 65.0 2019-06-27 15:18:30.998 🎾-[TSLocationManager startMonitoringSignificantLocationChanges] 2019-06-27 15:18:31.034 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 48EA3DA0-FC2C-4A2B-A6E9-39F51EF1CED6 2019-06-27 15:18:31.036 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:31.037 ✅-[BackgroundTaskManager createBackgroundTask] 1 2019-06-27 15:18:31.056 ✅-[TSHttpService schedulePost:] LOCKED: 48EA3DA0-FC2C-4A2B-A6E9-39F51EF1CED6 2019-06-27 15:18:31.240 ℹ️-[TSGeofenceManager onGeofencesChange:] 2019-06-27 15:18:31.284 🔵-[TSLocationManager ready] 2019-06-27 15:18:31.285 ℹ️-[TSLocationManager doStart:] trackingMode: 1 2019-06-27 15:18:31.286 ℹ️-[TSLocationManager loadLastOdometerLocation] Load last odometer location, <+53.19922366,+5.77388797> +/- -1.00m (speed -1.00 mps / course -1.00) @ 27/06/2019, 15:18:31 Central European Summer Time 2019-06-27 15:18:31.286 🎾-[TSGeofenceManager start] 2019-06-27 15:18:31.287 ℹ️-[GeofenceDAO allWithinRadius:latitude:longitude:limit:]_block_invoke No geofences in proximity of 1000 meters 2019-06-27 15:18:31.287 ╔═══════════════════════════════════════════════════════════ ║ -[TSGeofenceManager evaluateProximity:] Found 0 / 0 within 1000 m ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:31.293 🔵-[TSLocationManager setPace:] 0 2019-06-27 15:18:31.296 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON 2019-06-27 15:18:31.298 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:31.298 ⚠️-[TSHttpService flush:error:] Busy with previous request 2019-06-27 15:18:31.314 ℹ️+[LocationAuthorization run:onCancel:] status: 3 2019-06-27 15:18:31.315 🎾-[TSLocationManager startMonitoringBackgroundFetch] BackgroundFetch: ON 2019-06-27 15:18:31.323 📍<+53.19923017,+5.77375752> +/- 65.00m (speed -1.00 mps / course -1.00) @ 27/06/2019, 15:18:30 Central European Summer Time 2019-06-27 15:18:31.323 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 0 | df: -1.0m | age: 0.4s ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:31.323 ✅-[TSLocationManager locationManager:didUpdateLocations:] Acquired motionchange position: <+53.19923017,+5.77375752> +/- 65.00m (speed -1.00 mps / course -1.00) @ 27/06/2019, 15:18:30 Central European Summer Time 2019-06-27 15:18:31.323 🔵-[TSLocationManager startMonitoringStationaryRegion:radius:] Radius: 25 2019-06-27 15:18:31.325 🔴-[TSLocationManager stopUpdatingLocation] 2019-06-27 15:18:31.325 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 65.0 2019-06-27 15:18:31.657 🔵-[TSHttpService doPost:] HTTP Response: 200 2019-06-27 15:18:31.676 ✅-[TSHttpService post:error:] DESTROY: 48EA3DA0-FC2C-4A2B-A6E9-39F51EF1CED6 2019-06-27 15:18:31.678 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:31.678 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 1 OF ( 1 ) 2019-06-27 15:18:31.692 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 8A43545F-A399-4B71-AAD1-3C8A30F29B9D 2019-06-27 15:18:31.692 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:31.693 ✅-[BackgroundTaskManager createBackgroundTask] 2 2019-06-27 15:18:31.707 ✅-[TSHttpService schedulePost:] LOCKED: 8A43545F-A399-4B71-AAD1-3C8A30F29B9D 2019-06-27 15:18:31.875 🔵-[TSHttpService doPost:] HTTP Response: 200 2019-06-27 15:18:31.895 ✅-[TSHttpService post:error:] DESTROY: 8A43545F-A399-4B71-AAD1-3C8A30F29B9D 2019-06-27 15:18:31.895 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:31.896 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 2 OF ( 2 ) 2019-06-27 15:18:32.644 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:34.778 ✅-[BackgroundTaskManager createBackgroundTask] 3 2019-06-27 15:18:35.034 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 3 OF ( 3 ) 2019-06-27 15:18:35.766 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:36.681 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:38.850 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:40.695 ℹ️-[TSConfig persist] 2019-06-27 15:18:41.026 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:44.114 🔵-[TSLocationManager onSuspend:] enabled? 1) 2019-06-27 15:18:47.809 ℹ️-[TSLocationManager init] { activityRecognitionInterval = 10000; activityType = 1; autoSync = 1; autoSyncThreshold = 0; batchSync = 0; debug = 0; desiredAccuracy = "-2"; desiredOdometerAccuracy = 100; disableElasticity = 0; disableLocationAuthorizationAlert = 0; disableMotionActivityUpdates = 0; disableStopDetection = 0; distanceFilter = 10; elasticityMultiplier = 1; enableTimestampMeta = 0; enabled = 1; extras = { }; geofenceInitialTriggerEntry = 1; geofenceProximityRadius = 1000; geofenceTemplate = ""; headers = { }; heartbeatInterval = 60; httpRootProperty = location; httpTimeout = 60000; iOSHasWarnedLocationServicesOff = 0; isFirstBoot = 0; isMoving = 0; lastLocationAuthorizationStatus = 3; locationAuthorizationAlert = { cancelButton = Cancel; instructions = "To use background location, you must enable '{locationAuthorizationRequest}' in the Location Services settings"; settingsButton = Settings; titleWhenNotEnabled = "Background location is not enabled"; titleWhenOff = "Location services are off"; }; locationAuthorizationRequest = Always; locationTemplate = ""; locationTimeout = 60; locationsOrderDirection = ASC; logLevel = 5; logMaxDays = 7; maxBatchSize = "-1"; maxDaysToPersist = 14; maxRecordsToPersist = "-1"; method = POST; minimumActivityRecognitionConfidence = 70; odometer = 0; params = { device = { framework = Flutter; manufacturer = Apple; model = "iPhone7,2"; platform = iOS; uuid = "iPhone7-2-12-3-1"; version = "12.3.1"; }; }; pausesLocationUpdatesAutomatically = 0; persistMode = 2; preventSuspend = 0; schedule = ( ); schedulerEnabled = 0; startOnBoot = 1; stationaryRadius = 25; stopAfterElapsedMinutes = "-1"; stopDetectionDelay = 0; stopOnStationary = 0; stopOnTerminate = 0; stopTimeout = 1; trackingMode = 1; url = "http://tracker.transistorsoft.com/locations/iphoneblack"; useSignificantChangesOnly = 0; } 2019-06-27 15:18:47.812 ✅-[LocationDAO unlock]_block_invoke UNLOCKED ALL RECORDS 2019-06-27 15:18:47.823 ℹ️-[GeofenceDAO init] CREATE TABLE IF NOT EXISTS geofences (id INTEGER PRIMARY KEY AUTOINCREMENT, identifier TEXT NOT NULL UNIQUE, latitude DOUBLE NOT NULL, sin_latitude DOUBLE NOT NULL, cos_latitude DOUBLE NOT NULL, longitude DOUBLE NOT NULL, sin_longitude DOUBLE NOT NULL, cos_longitude DOUBLE NOT NULL, radius DOUBLE NOT NULL, notifyOnEntry BOOLEAN NOT NULL DEFAULT 0, notifyOnExit BOOLEAN NOT NULL DEFAULT 0, notifyOnDwell BOOLEAN NOT NULL DEFAULT 0, loiteringDelay DOUBLE NOT NULL DEFAULT 0, extras TEXT) 2019-06-27 15:18:47.823 ℹ️-[GeofenceDAO init] CREATE index IF NOT EXISTS identifier ON geofences (identifier);CREATE index IF NOT EXISTS latitude ON geofences (latitude);CREATE index IF NOT EXISTS longitude ON geofences (longitude);CREATE index IF NOT EXISTS sin_latitude ON geofences (sin_latitude);CREATE index IF NOT EXISTS cos_latitude ON geofences (cos_latitude);CREATE index IF NOT EXISTS sin_longitude ON geofences (sin_longitude);CREATE index IF NOT EXISTS cos_longitude ON geofences (cos_longitude); 2019-06-27 15:18:48.050 🔵-[TSLocationManager locationManager:didChangeAuthorizationStatus:] status 3 2019-06-27 15:18:48.054 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-27 15:18:48.055 🔵-[BackgroundTaskManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-27 15:18:48.055 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-27 15:18:48.055 ℹ️+[LocationAuthorization run:onCancel:] status: 3 2019-06-27 15:18:48.056 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-27 15:18:48.057 ℹ️-[TSLocationManager on:success:failure:] location 2019-06-27 15:18:48.057 ℹ️-[TSLocationManager on:success:failure:] motionchange 2019-06-27 15:18:48.057 ℹ️-[TSLocationManager on:success:failure:] activitychange 2019-06-27 15:18:48.057 ℹ️-[TSLocationManager on:success:failure:] providerchange 2019-06-27 15:18:48.057 ℹ️-[TSLocationManager on:success:failure:] http 2019-06-27 15:18:48.057 ℹ️-[TSHttpService onConnectivityChange:] 2019-06-27 15:18:48.057 ℹ️-[TSLocationManager on:success:failure:] heartbeat 2019-06-27 15:18:48.057 ℹ️-[TSGeofenceManager onGeofence:] 2019-06-27 15:18:48.057 ℹ️-[TSLocationManager on:success:failure:] schedule 2019-06-27 15:18:48.057 ℹ️-[TSLocationManager on:success:failure:] powersavechange 2019-06-27 15:18:48.057 ℹ️-[TSLocationManager on:success:failure:] enabledchange 2019-06-27 15:18:48.063 ℹ️-[TSGeofenceManager onGeofencesChange:] 2019-06-27 15:18:48.087 🔵-[TSLocationManager ready] 2019-06-27 15:18:48.089 ℹ️-[TSLocationManager doStart:] trackingMode: 1 2019-06-27 15:18:48.090 ℹ️-[TSLocationManager loadLastOdometerLocation] Load last odometer location, <+53.19922366,+5.77388797> +/- -1.00m (speed -1.00 mps / course -1.00) @ 27/06/2019, 15:18:48 Central European Summer Time 2019-06-27 15:18:48.090 🎾-[TSGeofenceManager start] 2019-06-27 15:18:48.092 🎾-[SOMotionDetector startDetection] 2019-06-27 15:18:48.092 🔵-[TSLocationManager setPace:] 0 2019-06-27 15:18:48.097 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON 2019-06-27 15:18:48.100 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:48.101 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:48.103 ℹ️+[LocationAuthorization run:onCancel:] status: 3 2019-06-27 15:18:48.106 🎾-[TSLocationManager startMonitoringBackgroundFetch] BackgroundFetch: ON 2019-06-27 15:18:48.134 📍<+53.19922386,+5.77390860> +/- 65.00m (speed -1.00 mps / course -1.00) @ 27/06/2019, 15:18:37 Central European Summer Time 2019-06-27 15:18:48.134 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 0 | df: -1.0m | age: 11.1s ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:48.134 ℹ️-[TSLocationManager locationManager:didUpdateLocations:] Received stale motionchange location. Retrying... 2019-06-27 15:18:48.141 ✅-[SOMotionDetector startDetection]_block_invoke Enabled M7 MotionActivity updates 2019-06-27 15:18:48.142 📍<+53.19922386,+5.77390860> +/- 65.00m (speed -1.00 mps / course -1.00) @ 27/06/2019, 15:18:46 Central European Summer Time 2019-06-27 15:18:48.142 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 0 | df: -1.0m | age: 2.1s ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:48.142 ✅-[TSLocationManager locationManager:didUpdateLocations:] Acquired motionchange position: <+53.19922386,+5.77390860> +/- 65.00m (speed -1.00 mps / course -1.00) @ 27/06/2019, 15:18:46 Central European Summer Time 2019-06-27 15:18:48.143 🔵-[TSLocationManager startMonitoringStationaryRegion:radius:] Radius: 25 2019-06-27 15:18:48.144 🔴-[TSLocationManager stopUpdatingLocation] 2019-06-27 15:18:48.144 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 65.0 2019-06-27 15:18:48.144 🎾-[TSLocationManager startMonitoringSignificantLocationChanges] 2019-06-27 15:18:48.165 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 3E3E8FAF-58A7-44B6-9438-0D8C403F1B78 2019-06-27 15:18:48.165 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:48.173 ✅-[BackgroundTaskManager createBackgroundTask] 1 2019-06-27 15:18:48.187 ✅-[TSHttpService schedulePost:] LOCKED: 3E3E8FAF-58A7-44B6-9438-0D8C403F1B78 2019-06-27 15:18:48.666 🔵-[TSHttpService doPost:] HTTP Response: 200 2019-06-27 15:18:48.680 ✅-[TSHttpService post:error:] DESTROY: 3E3E8FAF-58A7-44B6-9438-0D8C403F1B78 2019-06-27 15:18:48.680 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:48.680 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 1 OF ( 1 ) 2019-06-27 15:18:49.395 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:50.940 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:52.658 ✅-[BackgroundTaskManager createBackgroundTask] 2 2019-06-27 15:18:52.921 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 2 OF ( 2 ) 2019-06-27 15:18:54.700 ℹ️-[TSDBLogger db_save] Log committed 2019-06-27 15:18:54.972 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:55.610 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:18:56.216 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:19:00.253 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:19:03.362 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/100 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:19:39.048 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/100 | isMoving: 0 ╚═══════════════════════════════════════════════════════════ 2019-06-27 15:19:40.553 🔵-[TSLocationManager onSuspend:] enabled? 1) 2019-06-29 08:57:47.971 ℹ️-[TSLocationManager init] { activityRecognitionInterval = 10000; activityType = 1; autoSync = 1; autoSyncThreshold = 0; batchSync = 0; debug = 0; desiredAccuracy = "-2"; desiredOdometerAccuracy = 100; disableElasticity = 0; disableLocationAuthorizationAlert = 0; disableMotionActivityUpdates = 0; disableStopDetection = 0; distanceFilter = 10; elasticityMultiplier = 1; enableTimestampMeta = 0; enabled = 1; extras = { }; geofenceInitialTriggerEntry = 1; geofenceProximityRadius = 1000; geofenceTemplate = ""; headers = { }; heartbeatInterval = 60; httpRootProperty = location; httpTimeout = 60000; iOSHasWarnedLocationServicesOff = 0; isFirstBoot = 0; isMoving = 1; lastLocationAuthorizationStatus = 3; locationAuthorizationAlert = { cancelButton = Cancel; instructions = "To use background location, you must enable '{locationAuthorizationRequest}' in the Location Services settings"; settingsButton = Settings; titleWhenNotEnabled = "Background location is not enabled"; titleWhenOff = "Location services are off"; }; locationAuthorizationRequest = Always; locationTemplate = ""; locationTimeout = 60; locationsOrderDirection = ASC; logLevel = 5; logMaxDays = 7; maxBatchSize = "-1"; maxDaysToPersist = 14; maxRecordsToPersist = "-1"; method = POST; minimumActivityRecognitionConfidence = 70; odometer = 0; params = { device = { framework = Flutter; manufacturer = Apple; model = "iPhone7,2"; platform = iOS; uuid = "iPhone7-2-12-3-1"; version = "12.3.1"; }; }; pausesLocationUpdatesAutomatically = 0; persistMode = 2; preventSuspend = 0; schedule = ( ); schedulerEnabled = 0; startOnBoot = 1; stationaryRadius = 25; stopAfterElapsedMinutes = "-1"; stopDetectionDelay = 0; stopOnStationary = 0; stopOnTerminate = 0; stopTimeout = 1; trackingMode = 1; url = "http://tracker.transistorsoft.com/locations/iphoneblack"; useSignificantChangesOnly = 0; } 2019-06-29 08:57:48.002 ✅-[LocationDAO unlock]_block_invoke UNLOCKED ALL RECORDS 2019-06-29 08:57:48.020 ℹ️-[GeofenceDAO init] CREATE TABLE IF NOT EXISTS geofences (id INTEGER PRIMARY KEY AUTOINCREMENT, identifier TEXT NOT NULL UNIQUE, latitude DOUBLE NOT NULL, sin_latitude DOUBLE NOT NULL, cos_latitude DOUBLE NOT NULL, longitude DOUBLE NOT NULL, sin_longitude DOUBLE NOT NULL, cos_longitude DOUBLE NOT NULL, radius DOUBLE NOT NULL, notifyOnEntry BOOLEAN NOT NULL DEFAULT 0, notifyOnExit BOOLEAN NOT NULL DEFAULT 0, notifyOnDwell BOOLEAN NOT NULL DEFAULT 0, loiteringDelay DOUBLE NOT NULL DEFAULT 0, extras TEXT) 2019-06-29 08:57:48.024 ℹ️-[GeofenceDAO init] CREATE index IF NOT EXISTS identifier ON geofences (identifier);CREATE index IF NOT EXISTS latitude ON geofences (latitude);CREATE index IF NOT EXISTS longitude ON geofences (longitude);CREATE index IF NOT EXISTS sin_latitude ON geofences (sin_latitude);CREATE index IF NOT EXISTS cos_latitude ON geofences (cos_latitude);CREATE index IF NOT EXISTS sin_longitude ON geofences (sin_longitude);CREATE index IF NOT EXISTS cos_longitude ON geofences (cos_longitude); 2019-06-29 08:57:50.875 🔵-[TSLocationManager locationManager:didChangeAuthorizationStatus:] status 3 2019-06-29 08:57:51.671 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-29 08:57:51.673 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-29 08:57:51.705 🔵-[BackgroundTaskManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-29 08:57:51.706 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-29 08:57:51.717 ℹ️+[LocationAuthorization run:onCancel:] status: 3 2019-06-29 15:51:05.268 ℹ️-[TSLocationManager init] { activityRecognitionInterval = 10000; activityType = 1; autoSync = 1; autoSyncThreshold = 0; batchSync = 0; debug = 0; desiredAccuracy = "-2"; desiredOdometerAccuracy = 100; disableElasticity = 0; disableLocationAuthorizationAlert = 0; disableMotionActivityUpdates = 0; disableStopDetection = 0; distanceFilter = 10; elasticityMultiplier = 1; enableTimestampMeta = 0; enabled = 1; extras = { }; geofenceInitialTriggerEntry = 1; geofenceProximityRadius = 1000; geofenceTemplate = ""; headers = { }; heartbeatInterval = 60; httpRootProperty = location; httpTimeout = 60000; iOSHasWarnedLocationServicesOff = 0; isFirstBoot = 0; isMoving = 1; lastLocationAuthorizationStatus = 3; locationAuthorizationAlert = { cancelButton = Cancel; instructions = "To use background location, you must enable '{locationAuthorizationRequest}' in the Location Services settings"; settingsButton = Settings; titleWhenNotEnabled = "Background location is not enabled"; titleWhenOff = "Location services are off"; }; locationAuthorizationRequest = Always; locationTemplate = ""; locationTimeout = 60; locationsOrderDirection = ASC; logLevel = 5; logMaxDays = 7; maxBatchSize = "-1"; maxDaysToPersist = 14; maxRecordsToPersist = "-1"; method = POST; minimumActivityRecognitionConfidence = 70; odometer = 0; params = { device = { framework = Flutter; manufacturer = Apple; model = "iPhone7,2"; platform = iOS; uuid = "iPhone7-2-12-3-1"; version = "12.3.1"; }; }; pausesLocationUpdatesAutomatically = 0; persistMode = 2; preventSuspend = 0; schedule = ( ); schedulerEnabled = 0; startOnBoot = 1; stationaryRadius = 25; stopAfterElapsedMinutes = "-1"; stopDetectionDelay = 0; stopOnStationary = 0; stopOnTerminate = 0; stopTimeout = 1; trackingMode = 1; url = "http://tracker.transistorsoft.com/locations/iphoneblack"; useSignificantChangesOnly = 0; } 2019-06-29 15:51:05.272 ✅-[LocationDAO unlock]_block_invoke UNLOCKED ALL RECORDS 2019-06-29 15:51:05.291 ℹ️-[GeofenceDAO init] CREATE TABLE IF NOT EXISTS geofences (id INTEGER PRIMARY KEY AUTOINCREMENT, identifier TEXT NOT NULL UNIQUE, latitude DOUBLE NOT NULL, sin_latitude DOUBLE NOT NULL, cos_latitude DOUBLE NOT NULL, longitude DOUBLE NOT NULL, sin_longitude DOUBLE NOT NULL, cos_longitude DOUBLE NOT NULL, radius DOUBLE NOT NULL, notifyOnEntry BOOLEAN NOT NULL DEFAULT 0, notifyOnExit BOOLEAN NOT NULL DEFAULT 0, notifyOnDwell BOOLEAN NOT NULL DEFAULT 0, loiteringDelay DOUBLE NOT NULL DEFAULT 0, extras TEXT) 2019-06-29 15:51:05.291 ℹ️-[GeofenceDAO init] CREATE index IF NOT EXISTS identifier ON geofences (identifier);CREATE index IF NOT EXISTS latitude ON geofences (latitude);CREATE index IF NOT EXISTS longitude ON geofences (longitude);CREATE index IF NOT EXISTS sin_latitude ON geofences (sin_latitude);CREATE index IF NOT EXISTS cos_latitude ON geofences (cos_latitude);CREATE index IF NOT EXISTS sin_longitude ON geofences (sin_longitude);CREATE index IF NOT EXISTS cos_longitude ON geofences (cos_longitude); 2019-06-29 15:51:05.729 🔵-[TSLocationManager locationManager:didChangeAuthorizationStatus:] status 3 2019-06-29 15:51:05.735 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-29 15:51:05.736 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-29 15:51:05.736 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-29 15:51:05.737 ℹ️+[LocationAuthorization run:onCancel:] status: 3 2019-06-29 15:51:05.738 🔵-[BackgroundTaskManager locationManager:didChangeAuthorizationStatus:] 3 2019-06-29 15:51:05.742 ℹ️-[TSLocationManager on:success:failure:] location 2019-06-29 15:51:05.743 ℹ️-[TSLocationManager on:success:failure:] motionchange 2019-06-29 15:51:05.743 ℹ️-[TSLocationManager on:success:failure:] activitychange 2019-06-29 15:51:05.743 ℹ️-[TSLocationManager on:success:failure:] providerchange 2019-06-29 15:51:05.743 ℹ️-[TSLocationManager on:success:failure:] http 2019-06-29 15:51:05.743 ℹ️-[TSHttpService onConnectivityChange:] 2019-06-29 15:51:05.743 ℹ️-[TSLocationManager on:success:failure:] heartbeat 2019-06-29 15:51:05.743 ℹ️-[TSGeofenceManager onGeofence:] 2019-06-29 15:51:05.743 ℹ️-[TSLocationManager on:success:failure:] schedule 2019-06-29 15:51:05.744 ℹ️-[TSLocationManager on:success:failure:] powersavechange 2019-06-29 15:51:05.744 ℹ️-[TSLocationManager on:success:failure:] enabledchange 2019-06-29 15:51:05.813 ℹ️-[TSGeofenceManager onGeofencesChange:] 2019-06-29 15:51:05.845 🔵-[TSLocationManager ready] 2019-06-29 15:51:05.847 ℹ️-[TSLocationManager doStart:] trackingMode: 1 2019-06-29 15:51:05.849 ℹ️-[TSLocationManager loadLastOdometerLocation] Load last odometer location, <+53.19922366,+5.77388797> +/- -1.00m (speed -1.00 mps / course -1.00) @ 29/06/2019, 15:51:05 Central European Summer Time 2019-06-29 15:51:05.849 🎾-[TSGeofenceManager start] 2019-06-29 15:51:05.856 🎾-[SOMotionDetector startDetection] 2019-06-29 15:51:05.857 🔵-[TSLocationManager setPace:] 1 2019-06-29 15:51:05.857 🎾-[SOMotionDetector startShakeDetection:] sample-rate: 0.2 | M7 DISABLED 2019-06-29 15:51:05.867 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON 2019-06-29 15:51:05.871 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:05.898 ✅-[BackgroundTaskManager createBackgroundTask] 1 2019-06-29 15:51:05.913 ℹ️+[LocationAuthorization run:onCancel:] status: 3 2019-06-29 15:51:05.914 🎾-[TSLocationManager startMonitoringBackgroundFetch] BackgroundFetch: ON 2019-06-29 15:51:05.918 ✅-[TSHttpService schedulePost:] LOCKED: 9C8021C7-695A-4B1E-AD0C-0E06545189AC 2019-06-29 15:51:05.927 📍<+53.19921640,+5.77376690> +/- 65.00m (speed -1.00 mps / course -1.00) @ 29/06/2019, 15:50:57 Central European Summer Time 2019-06-29 15:51:05.927 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: -1.0m | age: 8.2s ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:05.927 ℹ️-[TSLocationManager locationManager:didUpdateLocations:] Received stale motionchange location. Retrying... 2019-06-29 15:51:05.969 🔴-[SOMotionDetector stopShakeDetection] OFF 2019-06-29 15:51:05.971 ✅-[SOMotionDetector startDetection]_block_invoke Enabled M7 MotionActivity updates 2019-06-29 15:51:05.975 📍<+53.19921640,+5.77376690> +/- 65.00m (speed -1.00 mps / course -1.00) @ 29/06/2019, 15:51:03 Central European Summer Time 2019-06-29 15:51:05.976 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: -1.0m | age: 2.6s ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:05.976 ✅-[TSLocationManager locationManager:didUpdateLocations:] Acquired motionchange position: <+53.19921640,+5.77376690> +/- 65.00m (speed -1.00 mps / course -1.00) @ 29/06/2019, 15:51:03 Central European Summer Time 2019-06-29 15:51:05.977 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON 2019-06-29 15:51:05.977 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 65.0 2019-06-29 15:51:05.978 🎾-[TSLocationManager startMonitoringSignificantLocationChanges] 2019-06-29 15:51:05.979 ℹ️+[LocationAuthorization run:onCancel:] status: 3 2019-06-29 15:51:06.000 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | on_foot/100 | isMoving: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:06.160 📍<+53.19926396,+5.77351737> +/- 227.64m (speed -1.00 mps / course -1.00) @ 29/06/2019, 15:51:06 Central European Summer Time 2019-06-29 15:51:06.160 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 10.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:06.160 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 146.3 2019-06-29 15:51:06.486 📍<+53.19921877,+5.77392585> +/- 65.00m (speed -1.00 mps / course -1.00) @ 29/06/2019, 15:51:06 Central European Summer Time 2019-06-29 15:51:06.486 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 10.0m | age: 0.1s ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:06.486 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 65.0 2019-06-29 15:51:06.778 🔵-[TSHttpService doPost:] HTTP Response: 200 2019-06-29 15:51:06.794 ✅-[TSHttpService post:error:] DESTROY: 9C8021C7-695A-4B1E-AD0C-0E06545189AC 2019-06-29 15:51:06.810 ✅-[TSHttpService schedulePost:] LOCKED: 39EA815F-20A1-40AB-BC0D-D32FDEFFFCE3 2019-06-29 15:51:06.966 🔵-[TSHttpService doPost:] HTTP Response: 200 2019-06-29 15:51:06.981 ✅-[TSHttpService post:error:] DESTROY: 39EA815F-20A1-40AB-BC0D-D32FDEFFFCE3 2019-06-29 15:51:06.981 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:06.981 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 1 OF ( 1 ) 2019-06-29 15:51:06.997 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: F6EBB3B2-949E-43DE-9A68-959AAFB95DF0 2019-06-29 15:51:06.997 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:06.998 ✅-[BackgroundTaskManager createBackgroundTask] 2 2019-06-29 15:51:07.019 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: A68ED5A6-8B0E-4235-8074-07227E5A7E81 2019-06-29 15:51:07.019 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:07.019 ⚠️-[TSHttpService flush:error:] Busy with previous request 2019-06-29 15:51:07.041 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: DED60B29-A19E-4E13-AB59-08EAF347E77B 2019-06-29 15:51:07.041 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:07.041 ⚠️-[TSHttpService flush:error:] Busy with previous request 2019-06-29 15:51:07.054 ✅-[TSHttpService schedulePost:] LOCKED: F6EBB3B2-949E-43DE-9A68-959AAFB95DF0 2019-06-29 15:51:07.208 🔵-[TSHttpService doPost:] HTTP Response: 200 2019-06-29 15:51:07.222 ✅-[TSHttpService post:error:] DESTROY: F6EBB3B2-949E-43DE-9A68-959AAFB95DF0 2019-06-29 15:51:07.235 ✅-[TSHttpService schedulePost:] LOCKED: A68ED5A6-8B0E-4235-8074-07227E5A7E81 2019-06-29 15:51:07.385 🔵-[TSHttpService doPost:] HTTP Response: 200 2019-06-29 15:51:07.403 ✅-[TSHttpService post:error:] DESTROY: A68ED5A6-8B0E-4235-8074-07227E5A7E81 2019-06-29 15:51:07.416 ✅-[TSHttpService schedulePost:] LOCKED: DED60B29-A19E-4E13-AB59-08EAF347E77B 2019-06-29 15:51:07.566 🔵-[TSHttpService doPost:] HTTP Response: 200 2019-06-29 15:51:07.585 ✅-[TSHttpService post:error:] DESTROY: DED60B29-A19E-4E13-AB59-08EAF347E77B 2019-06-29 15:51:07.585 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:07.585 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 2 OF ( 2 ) 2019-06-29 15:51:12.127 📍<+53.19955080,+5.77329196> +/- 50.00m (speed 2.66 mps / course 272.46) @ 29/06/2019, 15:51:12 Central European Summer Time 2019-06-29 15:51:12.127 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 10.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:12.127 🔵-[TSLocationManager locationManager:didUpdateLocations:] Updated distanceFilter, new: 20.000000, old: 10.000000 2019-06-29 15:51:12.128 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 65.0 2019-06-29 15:51:12.128 ℹ️-[TSConfig persist] 2019-06-29 15:51:12.134 🔵-[TSConfig incrementOdometer:] 54.0 2019-06-29 15:51:12.156 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: D4875B4F-73ED-476D-8335-5C938E5E9FF9 2019-06-29 15:51:12.156 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:12.157 ✅-[BackgroundTaskManager createBackgroundTask] 3 2019-06-29 15:51:12.174 ✅-[TSHttpService schedulePost:] LOCKED: D4875B4F-73ED-476D-8335-5C938E5E9FF9 2019-06-29 15:51:12.378 🔵-[TSHttpService doPost:] HTTP Response: 200 2019-06-29 15:51:12.400 ✅-[TSHttpService post:error:] DESTROY: D4875B4F-73ED-476D-8335-5C938E5E9FF9 2019-06-29 15:51:12.401 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:12.402 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 3 OF ( 3 ) 2019-06-29 15:51:13.099 📍<+53.19929453,+5.77377283> +/- 30.00m (speed 1.38 mps / course 82.97) @ 29/06/2019, 15:51:13 Central European Summer Time 2019-06-29 15:51:13.099 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 20.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:13.099 🔵-[TSLocationManager locationManager:didUpdateLocations:] Updated distanceFilter, new: 10.000000, old: 20.000000 2019-06-29 15:51:13.100 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 65.0 2019-06-29 15:51:13.100 ℹ️-[TSConfig persist] 2019-06-29 15:51:13.105 🔵-[TSConfig incrementOdometer:] 96.9 2019-06-29 15:51:13.126 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 48D8805D-C967-48A6-B0AF-6D65E9A8D851 2019-06-29 15:51:13.127 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:13.127 ✅-[BackgroundTaskManager createBackgroundTask] 4 2019-06-29 15:51:13.142 ✅-[TSHttpService schedulePost:] LOCKED: 48D8805D-C967-48A6-B0AF-6D65E9A8D851 2019-06-29 15:51:13.295 🔵-[TSHttpService doPost:] HTTP Response: 200 2019-06-29 15:51:13.318 ✅-[TSHttpService post:error:] DESTROY: 48D8805D-C967-48A6-B0AF-6D65E9A8D851 2019-06-29 15:51:13.319 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:13.319 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 4 OF ( 4 ) 2019-06-29 15:51:14.101 📍<+53.19947218,+5.77401197> +/- 50.00m (speed 1.38 mps / course 270.35) @ 29/06/2019, 15:51:14 Central European Summer Time 2019-06-29 15:51:14.102 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 10.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:14.102 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 57.5 2019-06-29 15:51:14.123 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 948EFBCD-91BF-4D96-BF91-1B03A35E0A0B 2019-06-29 15:51:14.123 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:14.124 ✅-[BackgroundTaskManager createBackgroundTask] 5 2019-06-29 15:51:14.140 ✅-[TSHttpService schedulePost:] LOCKED: 948EFBCD-91BF-4D96-BF91-1B03A35E0A0B 2019-06-29 15:51:14.304 🔵-[TSHttpService doPost:] HTTP Response: 200 2019-06-29 15:51:14.321 ✅-[TSHttpService post:error:] DESTROY: 948EFBCD-91BF-4D96-BF91-1B03A35E0A0B 2019-06-29 15:51:14.322 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:14.322 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 5 OF ( 5 ) 2019-06-29 15:51:15.089 📍<+53.19941799,+5.77387643> +/- 50.00m (speed 2.16 mps / course 266.84) @ 29/06/2019, 15:51:15 Central European Summer Time 2019-06-29 15:51:15.090 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 10.0m | age: 0.1s ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:15.090 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 50.0 2019-06-29 15:51:15.111 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 0695A920-A47A-4441-A5DA-4AD6311363AD 2019-06-29 15:51:15.111 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:15.112 ✅-[BackgroundTaskManager createBackgroundTask] 6 2019-06-29 15:51:15.127 ✅-[TSHttpService schedulePost:] LOCKED: 0695A920-A47A-4441-A5DA-4AD6311363AD 2019-06-29 15:51:15.317 🔵-[TSHttpService doPost:] HTTP Response: 200 2019-06-29 15:51:15.336 ✅-[TSHttpService post:error:] DESTROY: 0695A920-A47A-4441-A5DA-4AD6311363AD 2019-06-29 15:51:15.337 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:15.337 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 6 OF ( 6 ) 2019-06-29 15:51:16.078 📍<+53.19934402,+5.77356320> +/- 50.00m (speed 0.00 mps / course -1.00) @ 29/06/2019, 15:51:16 Central European Summer Time 2019-06-29 15:51:16.078 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 10.0m | age: 0.1s ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:16.078 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 50.0 2019-06-29 15:51:16.098 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 0FEACD6A-531C-4E7B-8E1C-AC471E2365AD 2019-06-29 15:51:16.098 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:16.099 ✅-[BackgroundTaskManager createBackgroundTask] 7 2019-06-29 15:51:16.114 ✅-[TSHttpService schedulePost:] LOCKED: 0FEACD6A-531C-4E7B-8E1C-AC471E2365AD 2019-06-29 15:51:16.386 🔵-[TSHttpService doPost:] HTTP Response: 200 2019-06-29 15:51:16.401 ✅-[TSHttpService post:error:] DESTROY: 0FEACD6A-531C-4E7B-8E1C-AC471E2365AD 2019-06-29 15:51:16.402 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:16.402 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 7 OF ( 7 ) 2019-06-29 15:51:17.119 📍<+53.19926573,+5.77343948> +/- 30.00m (speed 0.00 mps / course -1.00) @ 29/06/2019, 15:51:17 Central European Summer Time 2019-06-29 15:51:17.119 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 10.0m | age: 0.1s ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:17.119 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 50.0 2019-06-29 15:51:17.141 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 35984090-64F7-453E-B994-1148AE76BC34 2019-06-29 15:51:17.141 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:17.142 ✅-[BackgroundTaskManager createBackgroundTask] 8 2019-06-29 15:51:17.157 ✅-[TSHttpService schedulePost:] LOCKED: 35984090-64F7-453E-B994-1148AE76BC34 2019-06-29 15:51:17.320 ✅-[BackgroundTaskManager createBackgroundTask] 9 2019-06-29 15:51:17.379 🔵-[TSHttpService doPost:] HTTP Response: 200 2019-06-29 15:51:17.396 ✅-[TSHttpService post:error:] DESTROY: 35984090-64F7-453E-B994-1148AE76BC34 2019-06-29 15:51:17.396 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:17.397 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 8 OF ( 8, 9 ) 2019-06-29 15:51:17.577 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 9 OF ( 9 ) 2019-06-29 15:51:19.091 📍<+53.19926573,+5.77343948> +/- 10.00m (speed 0.00 mps / course -1.00) @ 29/06/2019, 15:51:19 Central European Summer Time 2019-06-29 15:51:19.091 ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 10.0m | age: 0.1s ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:19.091 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 50.0 2019-06-29 15:51:19.092 ℹ️-[TSConfig persist] 2019-06-29 15:51:19.096 🔵-[TSConfig incrementOdometer:] 119.4 2019-06-29 15:51:19.120 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 79B6AACC-ED60-47ED-BBD7-F08BC3ED3F8A 2019-06-29 15:51:19.120 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:error:] ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:19.121 ✅-[BackgroundTaskManager createBackgroundTask] 10 2019-06-29 15:51:19.136 ✅-[TSHttpService schedulePost:] LOCKED: 79B6AACC-ED60-47ED-BBD7-F08BC3ED3F8A 2019-06-29 15:51:19.325 🔵-[TSHttpService doPost:] HTTP Response: 200 2019-06-29 15:51:19.348 ✅-[TSHttpService post:error:] DESTROY: 79B6AACC-ED60-47ED-BBD7-F08BC3ED3F8A 2019-06-29 15:51:19.350 ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService finish:error:] Success: 1 ╚═══════════════════════════════════════════════════════════ 2019-06-29 15:51:19.350 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 10 OF ( 10 )
casperkloppenburg commented 5 years ago

For comparison, I deployed the exact app (same source) on another iPhone, and that one is working as expected: http://tracker.transistorsoft.com/iphonewhite. I had both iPhone with me on the ride home on June 27, as you can see looking at the data. For completeness, here is the log (I can't paste it here because it is too big): https://gist.github.com/casperkloppenburg/804d6815f8ca0d2ba174bdadc9670ff7

christocracy commented 5 years ago

Reboot bad phone and try again.

casperkloppenburg commented 5 years ago

Thanks for the quick response. But I did that already, see our previous conversation

casperkloppenburg commented 5 years ago

Any suggestions on how to fix this or where to look?

casperkloppenburg commented 5 years ago

Any help would be appreciated.

christocracy commented 5 years ago

I've was on vacation all last week. I recorded a 6-day road trip, including a 2300km round-trip flight + 200km highway drive without missing anything.

christocracy commented 5 years ago

If you're having problems with some particular device, the problem must be on that particular device. It is not a plugin config issue.

Try resetting settings: Settings->General->Reset

casperkloppenburg commented 5 years ago

Thanks for the suggestion. The past few days I did some additional testing. I reset the "Network" and "Location & Privacy" settings as you mentioned and this didn't help unfortunately. Then I did a full factory reset, completely wiping the device as if new (without restoring a backup afterwards). This also didn't solve the issue, which I find very suprising.

Interestingly, a couple of days later, I'm trying to open the example app again, but it closes/crashes immediately on startup. It gives a blank screen for a split second before it closes. Note that the app opened just fine a couple of days ago when I made a test ride: http://tracker.transistorsoft.com/erwintest2?device=Flutter-iPhone7-2-12-3-1&end=2019-7-26&start=2019-7-26

Maybe this is also the reason why the plugin stops working after a day. Could there be something that prevents the app/plugin from running after a while, because of something expiring (signing key or license thing?).

I also tested your plugin with React Native with your example app, and the same problem occurs; the tracking starts perfectly but stops tracking the next day.

casperkloppenburg commented 5 years ago

This is what happens: crash

I just reinstalled the example app with flutter run --release and now the app starts up just fine again.

I also pulled a crash report from the device which might be useful. Don't know if this has something to do with the plugin, but because the phone is almost completely empty and it says something about RTLocationAwarenessManager, I think this might be related. There are multiple crash reports like this one, and they all look the same. It seems the report is cut in the middle, but this is everything it is showing:

``` "build" : "iPhone OS 12.3.1 (16F203)", "product" : "iPhone7,2", "kernel" : "Darwin Kernel Version 18.6.0: Thu Apr 25 22:14:03 PDT 2019; root:xnu-4903.262.2~2\/RELEASE_ARM64_T7000", "tuning" : { }, "incident" : "4F44A800-2BEA-4FA8-8CED-0F5F3AEDB3D6", "crashReporterKey" : "906e7f19f12f637936d46548e011f532d3e4f8fb", "date" : "2019-07-27 14:55:54.46 +0200", "reason" : "Power assertion timeout for \"RTLocationAwarenessManager\". Simply releasing it now.\nBacktrace for power assertion: pid 343 (0x1acb329d0 0x1d20e5c3c 0x1d21d5700 0x1d21d597c 0x1a9d58a38 0x1a9d597d4 0x1a9d02320 0x1a9d02e70 0x1a9d0b4a8 0x1a9f39114 0x1a9f3bcd4)", "frontmostPids" : [ 368 ], "exception" : "0xdeaffeed", "absoluteTime" : 434532806044, "thermalData" : {"sensors":[4036,0,3932,3946,4150,4435,4407,52764,5254,52836,52836,4010,4206,52836,3906,4079,52836,3967,4121,52836,3979,4164,52836,3982,4206,32768,32768,4032,3911,3807,4036,4004,4062,2999,3957],"thermalLevel":0}, "memoryStatus" : {"compressorSize":60791,"compressions":5351844,"decompressions":4107090,"busyBufferCount":0,"pageSize":4096,"memoryPressure":false,"memoryPages":{"active":58039,"throttled":0,"fileBacked":45371,"wired":65132,"purgeable":1026,"inactive":54861,"free":1863,"speculative":3299}}, "processByPid" : { "0" : {"pid":0,"residentMemoryBytes":3153920,"timesDidThrottle":2,"systemTimeTask":0,"pageIns":1,"pageFaults":15376,"userTimeTask":27325.041155415998,"procname":"kernel_task","copyOnWriteFaults":0,"threadById":{"1608":{"continuation":[0,13105448],"userTime":0.60173695800000004,"systemTime":0,"id":1608,"basePriority":81,"name":"skywalk_fsw_reap_awdl0","user_usec":601736,"schedPriority":81,"system_usec":0,"state":["TH_WAIT","TH_UNINT"],"waitEvent":[1,11717412696030390171]},"1609":{"userTime":0.00026045799999999998,"systemTime":0,"name":"skywalk_mit_awdl0_rx_0","id":1609,"basePriority":81,"user_usec":260,"system_usec":0,"schedPriority":81,"kernelFrames":[[0,7184876],[0,7177616],[0,13231148],[0,6779956]],"state":["TH_WAIT","TH_UNINT"],"waitEvent":[1,11717412696046480691]},"259":{"continuation":[0,13882836],"userTime":2.579776458,"systemTime":0,"id":259,"basePriority":81,"name":"AppleAE2MCA","user_usec":2579776,"schedPriority":81,"system_usec":0,"state":["TH_WAIT","TH_UNINT"],"waitEvent":[1,11717412696005524611]},"348":{"continuation":[0,13882836],"userTime":0.00011316599999999999,"systemTime":0,"id":348,"basePriority":81,"name":"AppleSEPManager","user_usec":113,"schedPriority":81,"system_usec":0,"state":["TH_WAIT","TH_UNINT"],"waitEvent":[1,11717412696005336755]},"437":{"continuation":[0,12179416],"userTime":0.00060999999999999997,"systemTime":0,"id":437,"basePriority":81,"user_usec":610,"system_usec":0,"schedPriority":81,"state":["TH_WAIT","TH_UNINT"],"waitEvent":[0,27967224]},"276":{"continuation":[0,13882836],"userTime":4.6359774580000002,"systemTime":0,"id":276,"basePriority":81,"name":"AppleKeyStore","user_usec":4635977,"schedPriority":81,"system_usec":0,"state":["TH_WAIT","TH_UNINT"],"waitEvent":[1,11717412696005507187]},"284":{"continuation":[0,13882836],"userTime":0.097839582999999994,"systemTime":0,"id":284,"basePriority":81,"name":"AppleSamsungSerial","user_usec":97839,"schedPriority":81,"system_usec":0,"state":["TH_WAIT","TH_UNINT"],"waitEvent":[1,11717412696005505747]},"429":{"continuation":[0,12531 ```
christocracy commented 5 years ago

The plugin has nothing to do with an RTLocationAwarenessManager. Are you booting the app in XCode?

christocracy commented 5 years ago

Could there be something that prevents the app/plugin from running after a while, because of something expiring (signing key or license thing?).

No. The iOS plugin has no licensing, it doesn't consume license keys. It's free. Only Android consumes license keys.

casperkloppenburg commented 5 years ago

New information. I reproduced the app crashing on startup with the other iPhone (the one that works fine). So the problem is not related with the issue at hand. Let's forget it for now.

We did another test today. We drove to Amsterdam and back: http://tracker.transistorsoft.com/erwintest2?device=Flutter-iPhone7-2-12-3-1&end=2019-8-1&start=2019-8-1. As you can see, the tracking stopped again at 11:23:17. We had to wait at a bridge. The plugin detected that we were standing still, which is correct. But then it crashed, apparently.

This is the crash log of 11:23:56:

Incident Identifier: A758D622-9FE0-4A37-827F-86FA85F02A03 CrashReporter Key: 906e7f19f12f637936d46548e011f532d3e4f8fb Hardware Model: iPhone7,2 Process: Runner [3870] Path: /private/var/containers/Bundle/Application/A5FB6245-70D5-4D92-84BF-F9515354BD9A/Runner.app/Runner Identifier: com.movefit.flutterBackgroundGeolocationExample Version: 1 (1.0) Code Type: ARM-64 (Native) Role: Non UI Parent Process: launchd [1] Coalition: com.movefit.flutterBackgroundGeolocationExample [1220] Date/Time: 2019-08-01 11:23:56.8211 +0200 Launch Time: 2019-08-01 10:54:10.5732 +0200 OS Version: iPhone OS 12.3.1 (16F203) Baseband Version: 7.70.01 Report Version: 104 Exception Type: EXC_CRASH (SIGKILL) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: Namespace ASSERTIOND, Code 0x8badf00d Triggered by Thread: 0 Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001a9eab0f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001a9eaa5a0 mach_msg + 72 2 CoreFoundation 0x00000001aa2aaa10 __CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x00000001aa2a5920 __CFRunLoopRun + 1360 4 CoreFoundation 0x00000001aa2a50b0 CFRunLoopRunSpecific + 436 5 GraphicsServices 0x00000001ac4a579c GSEventRunModal + 104 6 UIKitCore 0x00000001d6adb978 UIApplicationMain + 212 7 Runner 0x0000000100f66ae4 main + 27364 (main.m:7) 8 libdyld.dylib 0x00000001a9d6a8e0 start + 4 Thread 1 name: com.apple.uikit.eventfetch-thread Thread 1: 0 libsystem_kernel.dylib 0x00000001a9eab0f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001a9eaa5a0 mach_msg + 72 2 CoreFoundation 0x00000001aa2aaa10 __CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x00000001aa2a5920 __CFRunLoopRun + 1360 4 CoreFoundation 0x00000001aa2a50b0 CFRunLoopRunSpecific + 436 5 Foundation 0x00000001aac72fac -[NSRunLoop+ 32684 (NSRunLoop) runMode:beforeDate:] + 300 6 Foundation 0x00000001aac72e3c -[NSRunLoop+ 32316 (NSRunLoop) runUntilDate:] + 96 7 UIKitCore 0x00000001d6bc1494 -[UIEventFetcher threadMain] + 136 8 Foundation 0x00000001aad9f6a4 __NSThread__start__ + 984 9 libsystem_pthread.dylib 0x00000001a9f382c0 _pthread_body + 128 10 libsystem_pthread.dylib 0x00000001a9f38220 _pthread_start + 44 11 libsystem_pthread.dylib 0x00000001a9f3bcdc thread_start + 4 Thread 2 name: io.flutter.1.ui Thread 2: 0 libsystem_kernel.dylib 0x00000001a9eab0f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001a9eaa5a0 mach_msg + 72 2 CoreFoundation 0x00000001aa2aaa10 __CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x00000001aa2a5920 __CFRunLoopRun + 1360 4 CoreFoundation 0x00000001aa2a50b0 CFRunLoopRunSpecific + 436 5 Flutter 0x00000001011bbaa4 0x101184000 + 228004 6 Flutter 0x00000001011bb674 0x101184000 + 226932 7 libsystem_pthread.dylib 0x00000001a9f382c0 _pthread_body + 128 8 libsystem_pthread.dylib 0x00000001a9f38220 _pthread_start + 44 9 libsystem_pthread.dylib 0x00000001a9f3bcdc thread_start + 4 Thread 3 name: io.flutter.1.gpu Thread 3: 0 libsystem_kernel.dylib 0x00000001a9eab0f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001a9eaa5a0 mach_msg + 72 2 CoreFoundation 0x00000001aa2aaa10 __CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x00000001aa2a5920 __CFRunLoopRun + 1360 4 CoreFoundation 0x00000001aa2a50b0 CFRunLoopRunSpecific + 436 5 Flutter 0x00000001011bbaa4 0x101184000 + 228004 6 Flutter 0x00000001011bb674 0x101184000 + 226932 7 libsystem_pthread.dylib 0x00000001a9f382c0 _pthread_body + 128 8 libsystem_pthread.dylib 0x00000001a9f38220 _pthread_start + 44 9 libsystem_pthread.dylib 0x00000001a9f3bcdc thread_start + 4 Thread 4 name: io.flutter.1.io Thread 4: 0 libsystem_kernel.dylib 0x00000001a9eab0f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001a9eaa5a0 mach_msg + 72 2 CoreFoundation 0x00000001aa2aaa10 __CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x00000001aa2a5920 __CFRunLoopRun + 1360 4 CoreFoundation 0x00000001aa2a50b0 CFRunLoopRunSpecific + 436 5 Flutter 0x00000001011bbaa4 0x101184000 + 228004 6 Flutter 0x00000001011bb674 0x101184000 + 226932 7 libsystem_pthread.dylib 0x00000001a9f382c0 _pthread_body + 128 8 libsystem_pthread.dylib 0x00000001a9f38220 _pthread_start + 44 9 libsystem_pthread.dylib 0x00000001a9f3bcdc thread_start + 4 Thread 5 name: dart:io EventHandler Thread 5: 0 libsystem_kernel.dylib 0x00000001a9eb78f4 kevent + 8 1 Flutter 0x0000000101483ffc 0x101184000 + 3145724 2 Flutter 0x00000001014b2240 0x101184000 + 3334720 3 libsystem_pthread.dylib 0x00000001a9f382c0 _pthread_body + 128 4 libsystem_pthread.dylib 0x00000001a9f38220 _pthread_start + 44 5 libsystem_pthread.dylib 0x00000001a9f3bcdc thread_start + 4 Thread 6 name: com.apple.CoreMotion.MotionThread Thread 6: 0 libsystem_kernel.dylib 0x00000001a9eab0f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001a9eaa5a0 mach_msg + 72 2 CoreFoundation 0x00000001aa2aaa10 __CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x00000001aa2a5920 __CFRunLoopRun + 1360 4 CoreFoundation 0x00000001aa2a50b0 CFRunLoopRunSpecific + 436 5 CoreFoundation 0x00000001aa2a5e0c CFRunLoopRun + 80 6 CoreMotion 0x00000001afbf3c08 0x1afb7f000 + 478216 7 libsystem_pthread.dylib 0x00000001a9f382c0 _pthread_body + 128 8 libsystem_pthread.dylib 0x00000001a9f38220 _pthread_start + 44 9 libsystem_pthread.dylib 0x00000001a9f3bcdc thread_start + 4 Thread 7: 0 libsystem_pthread.dylib 0x00000001a9f3bcd0 start_wqthread + 0 Thread 8: 0 libsystem_pthread.dylib 0x00000001a9f3bcd0 start_wqthread + 0 Thread 9: 0 libsystem_pthread.dylib 0x00000001a9f3bcd0 start_wqthread + 0 Thread 0 crashed with ARM Thread State (64-bit): x0: 0x0000000010004005 x1: 0x0000000007000806 x2: 0x0000000000000000 x3: 0x0000000000000c00 x4: 0x0000000000002503 x5: 0x00000000ffffffff x6: 0x0000000000000000 x7: 0x0000000000000000 x8: 0x00000000fffffbbf x9: 0x0000000007000000 x10: 0x0000000007000000 x11: 0x000000b2f4533f04 x12: 0x00000000016e3600 x13: 0x000000000046adf4 x14: 0x0000000000005a00 x15: 0x00005a0000000000 x16: 0xffffffffffffffe1 x17: 0x00005a0000005a00 x18: 0x0000000000000000 x19: 0x0000000000000000 x20: 0x00000000ffffffff x21: 0x0000000000002503 x22: 0x0000000000000c00 x23: 0x000000016ee9ecc0 x24: 0x0000000007000806 x25: 0x0000000000000000 x26: 0x0000000007000806 x27: 0x0000000000000c00 x28: 0x0000000000000001 fp: 0x000000016ee9ebb0 lr: 0x00000001a9eaa5a0 sp: 0x000000016ee9eb60 pc: 0x00000001a9eab0f4 cpsr: 0x60000000 Binary Images: 0x100f60000 - 0x100ff3fff Runner arm64 /var/containers/Bundle/Application/A5FB6245-70D5-4D92-84BF-F9515354BD9A/Runner.app/Runner 0x1010c4000 - 0x10111bfff dyld arm64 <9c893b6aa3b13d9596326ef6952e7195> /usr/lib/dyld 0x101184000 - 0x1017affff Flutter arm64 <2e687ae165cc32cb8840bda625a48a9a> /var/containers/Bundle/Application/A5FB6245-70D5-4D92-84BF-F9515354BD9A/Runner.app/Frameworks/Flutter.framework/Flutter 0x10183c000 - 0x1021bffff App arm64 <390d86b653573c568d8e1ee02d82b8bd> /var/containers/Bundle/Application/A5FB6245-70D5-4D92-84BF-F9515354BD9A/Runner.app/Frameworks/App.framework/App 0x102700000 - 0x10270bfff libobjc-trampolines.dylib arm64 <7e51dd446ecc38e6a5ab21d88fc0e15b> /usr/lib/libobjc-trampolines.dylib 0x1a9483000 - 0x1a9484fff libSystem.B.dylib arm64 <2d9d93c74687353281fc2f486a371680> /usr/lib/libSystem.B.dylib 0x1a9485000 - 0x1a94dafff libc++.1.dylib arm64 /usr/lib/libc++.1.dylib 0x1a94db000 - 0x1a94edfff libc++abi.dylib arm64 /usr/lib/libc++abi.dylib 0x1a94ee000 - 0x1a9c75fff libobjc.A.dylib arm64 /usr/lib/libobjc.A.dylib 0x1a9c76000 - 0x1a9c7afff libcache.dylib arm64 <22202d885c35395a9734dc0d7dc02b29> /usr/lib/system/libcache.dylib 0x1a9c7b000 - 0x1a9c86fff libcommonCrypto.dylib arm64 <0670536269b63ab289d61f36dd2aa431> /usr/lib/system/libcommonCrypto.dylib 0x1a9c87000 - 0x1a9c8bfff libcompiler_rt.dylib arm64 <14258a4709af3ffba47a04bc00b9646a> /usr/lib/system/libcompiler_rt.dylib 0x1a9c8c000 - 0x1a9c94fff libcopyfile.dylib arm64 <903036d60844385987e8bec76e22bcad> /usr/lib/system/libcopyfile.dylib 0x1a9c95000 - 0x1a9cf8fff libcorecrypto.dylib arm64 <9f7915fc35b737e880ff06f14f73d523> /usr/lib/system/libcorecrypto.dylib 0x1a9cf9000 - 0x1a9d68fff libdispatch.dylib arm64 <94dcbc89bacb39beadffccea74e7bdb6> /usr/lib/system/libdispatch.dylib 0x1a9d69000 - 0x1a9d92fff libdyld.dylib arm64 <39ee943ad0ca301180519d4a1173734f> /usr/lib/system/libdyld.dylib 0x1a9d93000 - 0x1a9d93fff liblaunch.dylib arm64 <729cfcd40d393f308cdbb266917306db> /usr/lib/system/liblaunch.dylib 0x1a9d94000 - 0x1a9d99fff libmacho.dylib arm64 <0cc10aed9fe1322fa37cdd01e6c3e771> /usr/lib/system/libmacho.dylib 0x1a9d9a000 - 0x1a9d9bfff libremovefile.dylib arm64 <5a2545f357d6342d9641ec17eedebf59> /usr/lib/system/libremovefile.dylib 0x1a9d9c000 - 0x1a9db3fff libsystem_asl.dylib arm64 <40fd59634e5532d49a4f441f37283d0e> /usr/lib/system/libsystem_asl.dylib 0x1a9db4000 - 0x1a9db4fff libsystem_blocks.dylib arm64 <8dd7ed74d37d3dde8eb600edf862c82f> /usr/lib/system/libsystem_blocks.dylib 0x1a9db5000 - 0x1a9e36fff libsystem_c.dylib arm64 <5dcc765a916a3daeb108d6502c377ae4> /usr/lib/system/libsystem_c.dylib 0x1a9e37000 - 0x1a9e3bfff libsystem_configuration.dylib arm64 <99cc1779fbeb371a8dc9971a007cf6e1> /usr/lib/system/libsystem_configuration.dylib 0x1a9e3c000 - 0x1a9e42fff libsystem_containermanager.dylib arm64 /usr/lib/system/libsystem_containermanager.dylib 0x1a9e43000 - 0x1a9e44fff libsystem_coreservices.dylib arm64 <90373e3876e03823a8ed93ea69564b3d> /usr/lib/system/libsystem_coreservices.dylib 0x1a9e45000 - 0x1a9e4bfff libsystem_darwin.dylib arm64 <24fd8e0c02383189a10f80ac34a9755c> /usr/lib/system/libsystem_darwin.dylib 0x1a9e4c000 - 0x1a9e52fff libsystem_dnssd.dylib arm64 <1fb1d15c469934529208e8bd6ad41085> /usr/lib/system/libsystem_dnssd.dylib 0x1a9e53000 - 0x1a9e92fff libsystem_info.dylib arm64 <82fee029e7e039cfbf2b75818cd69028> /usr/lib/system/libsystem_info.dylib 0x1a9e93000 - 0x1a9ebdfff libsystem_kernel.dylib arm64 /usr/lib/system/libsystem_kernel.dylib 0x1a9ebe000 - 0x1a9eebfff libsystem_m.dylib arm64 /usr/lib/system/libsystem_m.dylib 0x1a9eec000 - 0x1a9f0efff libsystem_malloc.dylib arm64 <3cf7982226b039749f8eebd3f328c63e> /usr/lib/system/libsystem_malloc.dylib 0x1a9f0f000 - 0x1a9f1afff libsystem_networkextension.dylib arm64 <16d95a4894953f70bdbd6b2e6fa2ada3> /usr/lib/system/libsystem_networkextension.dylib 0x1a9f1b000 - 0x1a9f21fff libsystem_notify.dylib arm64 <3e85f77a7641310c827a7e926a8bf673> /usr/lib/system/libsystem_notify.dylib 0x1a9f22000 - 0x1a9f2cfff libsystem_platform.dylib arm64 <8b5dd1f4cd3c3c99b2911f7290ddf050> /usr/lib/system/libsystem_platform.dylib 0x1a9f2d000 - 0x1a9f3dfff libsystem_pthread.dylib arm64 /usr/lib/system/libsystem_pthread.dylib 0x1a9f3e000 - 0x1a9f40fff libsystem_sandbox.dylib arm64 <1328091ae30237658e045dcbb41772f9> /usr/lib/system/libsystem_sandbox.dylib 0x1a9f41000 - 0x1a9f48fff libsystem_symptoms.dylib arm64 /usr/lib/system/libsystem_symptoms.dylib 0x1a9f49000 - 0x1a9f5efff libsystem_trace.dylib arm64 <813eaa7de9753714a813eabaea1e39e2> /usr/lib/system/libsystem_trace.dylib 0x1a9f5f000 - 0x1a9f64fff libunwind.dylib arm64 /usr/lib/system/libunwind.dylib 0x1a9f65000 - 0x1a9f92fff libxpc.dylib arm64 <7047fecf09023c959ca2a8499239f4a2> /usr/lib/system/libxpc.dylib 0x1a9f93000 - 0x1aa1eefff libicucore.A.dylib arm64 <9015b4c283943ee891433bd65535e6bf> /usr/lib/libicucore.A.dylib 0x1aa1ef000 - 0x1aa200fff libz.1.dylib arm64 <869dd3bee3ba3e7abd0cbad2f428cdbc> /usr/lib/libz.1.dylib 0x1aa201000 - 0x1aa55dfff CoreFoundation arm64 <8f67863fa23e377190d7993168740877> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x1aa55e000 - 0x1aa56efff libbsm.0.dylib arm64 <4524c293a9ab3f40bd476f0e665dfc55> /usr/lib/libbsm.0.dylib 0x1aa56f000 - 0x1aa56ffff libenergytrace.dylib arm64 <4733292256c23d85910a258f21770d6c> /usr/lib/libenergytrace.dylib 0x1aa570000 - 0x1aa5fefff IOKit arm64 <8cbd79075b063189808df404fe3ae179> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x1aa5ff000 - 0x1aa6e6fff libxml2.2.dylib arm64 <1b51169d88b436ac8b374a52fc7ee591> /usr/lib/libxml2.2.dylib 0x1aa6e7000 - 0x1aa6f4fff libbz2.1.0.dylib arm64 <0c1876f0044234339a72c5d1f1ab2c9b> /usr/lib/libbz2.1.0.dylib 0x1aa6f5000 - 0x1aa70dfff liblzma.5.dylib arm64 /usr/lib/liblzma.5.dylib 0x1aa70e000 - 0x1aa887fff libsqlite3.dylib arm64 <48776c5c404d3ed589a60f07eb2e995b> /usr/lib/libsqlite3.dylib 0x1aa888000 - 0x1aa8bcfff libMobileGestalt.dylib arm64 <0d11307f9a3e3ddb80779e03e5e6a31c> /usr/lib/libMobileGestalt.dylib 0x1aa8bd000 - 0x1aac6afff CFNetwork arm64 /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x1aac6b000 - 0x1aaf55fff Foundation arm64 <25293172df9f3fb99e4ffd4ea250557e> /System/Library/Frameworks/Foundation.framework/Foundation 0x1aaf56000 - 0x1ab064fff Security arm64 <198a5510ae6c3605898d3b06c7dec3d9> /System/Library/Frameworks/Security.framework/Security 0x1ab065000 - 0x1ab0cefff SystemConfiguration arm64 <67fe60d5ad553f63a9f973e11e5a9dad> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x1ab0cf000 - 0x1ab101fff libCRFSuite.dylib arm64 /usr/lib/libCRFSuite.dylib 0x1ab102000 - 0x1ab118fff libapple_nghttp2.dylib arm64 <1637a851ff65353888978ec0c4d1e0ac> /usr/lib/libapple_nghttp2.dylib 0x1ab119000 - 0x1ab142fff libarchive.2.dylib arm64 <598c101a5eaa3da89ddf37e4a8003757> /usr/lib/libarchive.2.dylib 0x1ab143000 - 0x1ab20afff libboringssl.dylib arm64 <257b28e49d1132538179c8d287e8ad16> /usr/lib/libboringssl.dylib 0x1ab20b000 - 0x1ab221fff libcoretls.dylib arm64 <89b2a60485493023b95e8ec9e624c5f7> /usr/lib/libcoretls.dylib 0x1ab222000 - 0x1ab223fff libcoretls_cfhelpers.dylib arm64 <83728d8a332239578fb6ace719b8e0ac> /usr/lib/libcoretls_cfhelpers.dylib 0x1ab224000 - 0x1ab225fff liblangid.dylib arm64 /usr/lib/liblangid.dylib 0x1ab226000 - 0x1ab596fff libnetwork.dylib arm64 /usr/lib/libnetwork.dylib 0x1ab597000 - 0x1ab5cafff libpcap.A.dylib arm64 /usr/lib/libpcap.A.dylib 0x1ab5cb000 - 0x1ab628fff libusrtcp.dylib arm64 <3d2ea758e1c3378b9a889d7f84a7a7d4> /usr/lib/libusrtcp.dylib 0x1ab629000 - 0x1ab635fff IOSurface arm64 <24abbc56094a3cdcb452e7e7e58e8ce7> /System/Library/Frameworks/IOSurface.framework/IOSurface 0x1ab636000 - 0x1ab6e8fff libBLAS.dylib arm64 <1227677a0887399cabb9f71366fe24db> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x1ab6e9000 - 0x1aba05fff libLAPACK.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x1aba06000 - 0x1abc74fff vImage arm64 <41f05566962d355e91f4477b4e772f70> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x1abc75000 - 0x1abc86fff libSparseBLAS.dylib arm64 <338f8bc90d683be99382785725295111> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x1abc87000 - 0x1abce1fff libvMisc.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x1abce2000 - 0x1abd10fff libBNNS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x1abd11000 - 0x1abd25fff libLinearAlgebra.dylib arm64 <20ba3f17bfc0399bb11c86ba2229eb39> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x1abd26000 - 0x1abd2afff libQuadrature.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x1abd2b000 - 0x1abd99fff libSparse.dylib arm64 <115f63580cd03880bd3532006327fc91> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib 0x1abd9a000 - 0x1abe2afff libvDSP.dylib arm64 <7e74fa8ecbaf3facb1ac7c3e5b7b2843> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x1abe2b000 - 0x1abe2bfff vecLib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x1abe2c000 - 0x1abe2cfff Accelerate arm64 <17b91b414a5c3add8f30fe76901ab19a> /System/Library/Frameworks/Accelerate.framework/Accelerate 0x1abe2d000 - 0x1abe44fff libcompression.dylib arm64 <14d85278114631f8b8384811ef3ba90d> /usr/lib/libcompression.dylib 0x1abe45000 - 0x1ac3e9fff CoreGraphics arm64 /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x1ac3ea000 - 0x1ac3effff IOAccelerator arm64 <82d5bf7d8aa23351881345c17cc0f5d1> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x1ac3f0000 - 0x1ac3f5fff libCoreFSCache.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x1ac3f6000 - 0x1ac49afff Metal arm64 <20bff78b5b9f3877a27d0083a594eb63> /System/Library/Frameworks/Metal.framework/Metal 0x1ac49b000 - 0x1ac4adfff GraphicsServices arm64 /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1ac4ae000 - 0x1ac4aefff MobileCoreServices arm64 <84949e37138737c488acfe4d81f23634> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x1ac4af000 - 0x1ac4b1fff IOSurfaceAccelerator arm64 /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x1ac4b2000 - 0x1ac4f4fff AppleJPEG arm64 <47f914569162375c85d858d2edf92463> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x1ac4f5000 - 0x1aca91fff ImageIO arm64 /System/Library/Frameworks/ImageIO.framework/ImageIO 0x1aca92000 - 0x1acb00fff BaseBoard arm64 <345238425f6d348c8cce0c59797c54dd> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x1acb01000 - 0x1acb16fff AssertionServices arm64 /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x1acb17000 - 0x1acb1ffff CorePhoneNumbers arm64 <4123c73c515830768ad46d6c1efbb38c> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers 0x1acb20000 - 0x1acb63fff AppSupport arm64 <57d2d9ea472335769c846670f9fddccb> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x1acb64000 - 0x1acb7cfff CrashReporterSupport arm64 <13c0b22ea99c336b80fb210972762030> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x1acb7d000 - 0x1acb82fff AggregateDictionary arm64 <95a34ce9fd14339383d991821b281389> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x1acb83000 - 0x1acbfefff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib 0x1acbff000 - 0x1acc1dfff ProtocolBuffer arm64 <91032fdf155b3f87924a7525285f16e4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x1acc1e000 - 0x1acc4dfff MobileKeyBag arm64 <6dededb77a1e357e8f9e0e4a4637cd8b> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x1acc4e000 - 0x1acc88fff BackBoardServices arm64 <8bdbee668d39300abe172a65eb4a21bf> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x1acc89000 - 0x1accebfff FrontBoardServices arm64 <3fb118c67c7c30bd8495888e2cae5eeb> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x1accec000 - 0x1acd31fff SpringBoardServices arm64 <2d2e5ec182f2350ea5a9806c1ec65e8d> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x1acd32000 - 0x1acd45fff PowerLog arm64 /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x1acd46000 - 0x1acd60fff CommonUtilities arm64 /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x1acd61000 - 0x1acd6cfff liblockdown.dylib arm64 /usr/lib/liblockdown.dylib 0x1acd6d000 - 0x1ad08efff CoreData arm64 <77d422003f2d3a87b81a262554be4dd1> /System/Library/Frameworks/CoreData.framework/CoreData 0x1ad08f000 - 0x1ad096fff TCC arm64 /System/Library/PrivateFrameworks/TCC.framework/TCC 0x1ad097000 - 0x1ad09efff libcupolicy.dylib arm64 <5ddf224db5933b6eac3ee6d462ddb6dc> /usr/lib/libcupolicy.dylib 0x1ad09f000 - 0x1ad172fff CoreTelephony arm64 <7faa89592ffa35f5a0b4d1c6e517552a> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x1ad173000 - 0x1ad1cafff Accounts arm64 /System/Library/Frameworks/Accounts.framework/Accounts 0x1ad1cb000 - 0x1ad1eefff AppleSauce arm64 /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce 0x1ad1ef000 - 0x1ad1f8fff DataMigration arm64 <1d495a1462093f1c9c5998356a0a4484> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x1ad1f9000 - 0x1ad1fffff Netrb arm64 /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x1ad200000 - 0x1ad231fff PersistentConnection arm64 <9bf92b0151753e6497f8d56bbb89430c> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x1ad232000 - 0x1ad242fff libmis.dylib arm64 /usr/lib/libmis.dylib 0x1ad243000 - 0x1ad348fff ManagedConfiguration arm64 <1ea0f673eed93dc5b0d63b3030b7e57a> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x1ad349000 - 0x1ad34efff libReverseProxyDevice.dylib arm64 <7f14b01b25433818b181f6c823088cdf> /usr/lib/libReverseProxyDevice.dylib 0x1ad34f000 - 0x1ad361fff libamsupport.dylib arm64 /usr/lib/libamsupport.dylib 0x1ad362000 - 0x1ad367fff libCoreVMClient.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x1ad368000 - 0x1ad369fff libCVMSPluginSupport.dylib arm64 <515a78781c723fe18fd06ceafb327f49> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x1ad36a000 - 0x1ad36dfff libutil.dylib arm64 <7119d758cbad3f929f0db0096ad145ee> /usr/lib/libutil.dylib 0x1ad36e000 - 0x1ad3abfff libGLImage.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x1ad3ac000 - 0x1ad429fff APFS arm64 /System/Library/PrivateFrameworks/APFS.framework/APFS 0x1ad42a000 - 0x1ad45bfff MediaKit arm64 <44a29345438735ebb25a9a2313a7b0df> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit 0x1ad45c000 - 0x1ad476fff libSERestoreInfo.dylib arm64 <97bf44461e753b79b8db1d39ced94382> /usr/lib/updaters/libSERestoreInfo.dylib 0x1ad47d000 - 0x1ad4b8fff DiskImages arm64 /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages 0x1ad4b9000 - 0x1ad4c2fff libGFXShared.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x1ad4c3000 - 0x1ad510fff libauthinstall.dylib arm64 <144e5c893c6b32c5affa7f008b418cd7> /usr/lib/libauthinstall.dylib 0x1ad511000 - 0x1ad519fff IOMobileFramebuffer arm64 <8d44fa21b7e63f859d5089f705d02a3e> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x1ad51a000 - 0x1ad524fff OpenGLES arm64 /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x1ad525000 - 0x1ad5c3fff ColorSync arm64 /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x1ad5c4000 - 0x1ad5f3fff CoreVideo arm64 <904fb734803c3169a3cd15a5bc1f7617> /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x1ad5f4000 - 0x1ad5f5fff libCTGreenTeaLogger.dylib arm64 <2c66984be602379aafea29263178b490> /usr/lib/libCTGreenTeaLogger.dylib 0x1ad5f6000 - 0x1ad747fff CoreAudio arm64 <58d8cad0a77531b492bd63ace658737d> /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x1ad748000 - 0x1ad767fff CoreAnalytics arm64 <2cafb69811523cb98123fff76cc629d6> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics 0x1ad768000 - 0x1ad76bfff UserFS arm64 <11a8ec06a2403df79847213fc7d494f7> /System/Library/PrivateFrameworks/UserFS.framework/UserFS 0x1ad76c000 - 0x1ad920fff CoreMedia arm64 /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x1ad921000 - 0x1ad933fff libprotobuf-lite.dylib arm64 <0e24be4937fd3374be8b526df7c2a6f4> /usr/lib/libprotobuf-lite.dylib 0x1ad934000 - 0x1ad991fff libprotobuf.dylib arm64 <4c45e56e96d23931801d0b742ac8d67e> /usr/lib/libprotobuf.dylib 0x1ad992000 - 0x1adcaffff libAWDSupportFramework.dylib arm64 <562e58f898003072a07cca40b77a0346> /usr/lib/libAWDSupportFramework.dylib 0x1adcb0000 - 0x1adcf5fff WirelessDiagnostics arm64 <2a61b25d975b37d8ae38ee7f2d1acef4> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 0x1adcf6000 - 0x1addb3fff VideoToolbox arm64 <270622373ffa3607b37bd0aa29973ef0> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x1addb4000 - 0x1adeb8fff libFontParser.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x1adeb9000 - 0x1adeb9fff FontServices arm64 <9b1a15c31384324d82f3d0ad3b30af6f> /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x1adeba000 - 0x1ae01bfff CoreText arm64 <874860ca41c93ca0a5617a84aeea4159> /System/Library/Frameworks/CoreText.framework/CoreText 0x1ae01c000 - 0x1ae02afff IntlPreferences arm64 <3b9fa3a80d813874bf7ed224fca2aef6> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x1ae02b000 - 0x1ae034fff RTCReporting arm64 <6ded5a8713db33fbba202fbe9b6aac9a> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting 0x1ae035000 - 0x1ae0e6fff CoreBrightness arm64 <8895e1c0d236399db78bde7a3a4f5885> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 0x1ae0e7000 - 0x1ae0f0fff libAudioStatistics.dylib arm64 <873e634c18fd30fbad2c913cf82f51d3> /usr/lib/libAudioStatistics.dylib 0x1ae0f1000 - 0x1ae68ffff AudioToolbox arm64 /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x1ae690000 - 0x1ae8c8fff QuartzCore arm64 <8060fa297c6d3d6d8fc5e517e32949d4> /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x1ae8c9000 - 0x1ae8d3fff MediaAccessibility arm64 /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x1ae8d4000 - 0x1ae9c6fff libiconv.2.dylib arm64 /usr/lib/libiconv.2.dylib 0x1ae9c7000 - 0x1ae9e2fff NetworkStatistics arm64 <513eb3085b2a3bf7ad53520aa9637f49> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x1ae9e3000 - 0x1aea01fff MPSCore arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore 0x1aea02000 - 0x1aea75fff MPSImage arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage 0x1aea76000 - 0x1aea9afff MPSMatrix arm64 <20c6f1bd1aa936a99dfc663f000661a4> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix 0x1aea9b000 - 0x1aeaa9fff CoreAUC arm64 <0aef421315bb36768e345479f799bef4> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x1aeaaa000 - 0x1af137fff MediaToolbox arm64 <6e58002c4a683422a1db9ecb5f1b043a> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x1af138000 - 0x1af2a2fff MPSNeuralNetwork arm64 <33cf8604bd3f311ebb5e2b787b12bd1f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork 0x1af2a3000 - 0x1af2a3fff MetalPerformanceShaders arm64 <8bfda59148c93272b7138316ddf1054f> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x1af2a4000 - 0x1af6b6fff FaceCore arm64 <090fc62fbb4d35cebc28aec9cac050c2> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x1af6b7000 - 0x1af6c4fff GraphVisualizer arm64 /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer 0x1af6c5000 - 0x1af8e9fff libFosl_dynamic.dylib arm64 <7ede3433c042323f878768e6b2aeac82> /usr/lib/libFosl_dynamic.dylib 0x1af8ea000 - 0x1afb7efff CoreImage arm64 <4a7ba5ab212936c6b29dcb977f2a1471> /System/Library/Frameworks/CoreImage.framework/CoreImage 0x1afb7f000 - 0x1afda1fff CoreMotion arm64 /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x1afda2000 - 0x1afdd0fff CoreBluetooth arm64 <552872c8ba9133b6b8e03b61f089c6bc> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x1afdd1000 - 0x1afdf2fff PlugInKit arm64 <84fb63c398903b8daef3e6eabcb7cd3a> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x1afdf3000 - 0x1b007efff Celestial arm64 <1876a183dda73974a18dd6754aee48df> /System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x1b007f000 - 0x1b0100fff Quagga arm64 /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x1b0101000 - 0x1b01f7fff AVFAudio arm64 <75d5931f72493d498cbebdf30d4c8c5f> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio 0x1b01f8000 - 0x1b03f4fff AVFoundation arm64 <2fdf6c729aea3bac804f58a4d423858a> /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x1b03f5000 - 0x1b0412fff CacheDelete arm64 <530a2ede5dbe30ddab6103fd97b05e8a> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 0x1b0413000 - 0x1b044cfff StreamingZip arm64 /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 0x1b044d000 - 0x1b045ffff CoreEmoji arm64 <8a100e765c883772b9b194a82993f4b1> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x1b0460000 - 0x1b04affff CoreLocationProtobuf arm64 <351352a1039e3c8bb07e5f6a85bf5573> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf 0x1b04b0000 - 0x1b04b7fff SymptomDiagnosticReporter arm64 <7783836afe7639728b332ded392eff6e> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter 0x1b04b8000 - 0x1b0e9ffff GeoServices arm64 /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x1b0ea0000 - 0x1b0ebafff MobileAsset arm64 <3fe229af74fc39ea9ce61f966174b520> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x1b0ebb000 - 0x1b0ef6fff Lexicon arm64 /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon 0x1b0ef7000 - 0x1b0f08fff libcmph.dylib arm64 <7b66dd34551b337494f840670cfacc4d> /usr/lib/libcmph.dylib 0x1b0f09000 - 0x1b1018fff LanguageModeling arm64 <6c7318c91c883e029101c8b64b278375> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x1b1030000 - 0x1b10cafff CoreLocation arm64 /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x1b10cb000 - 0x1b10cbfff PhoneNumbers arm64 <4f355fec17cb3c77a8ec75e177dcf312> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers 0x1b10cc000 - 0x1b10d6fff libChineseTokenizer.dylib arm64 <7810a2deed8a3e6c8043722f980678af> /usr/lib/libChineseTokenizer.dylib 0x1b10d7000 - 0x1b1187fff libmecab_em.dylib arm64 /usr/lib/libmecab_em.dylib 0x1b1188000 - 0x1b1189fff libThaiTokenizer.dylib arm64 /usr/lib/libThaiTokenizer.dylib 0x1b118a000 - 0x1b118efff libgermantok.dylib arm64 <21ccc577cc9f3c90bf8afef330408136> /usr/lib/libgermantok.dylib 0x1b118f000 - 0x1b11f2fff CoreNLP arm64 /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x1b13c4000 - 0x1b1425fff CoreSpotlight arm64 <76eda4d4ded236eaa227aefdbd7e7050> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 0x1b1426000 - 0x1b20d3fff JavaScriptCore arm64 <1bc6cd920d453a83a72a73d261be2117> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x1b20d4000 - 0x1b20d9fff libheimdal-asn1.dylib arm64 <19e762f603693fa380d216de53826807> /usr/lib/libheimdal-asn1.dylib 0x1b20da000 - 0x1b2154fff libate.dylib arm64 /usr/lib/libate.dylib 0x1b2155000 - 0x1b21fcfff TextureIO arm64 <181bc23c77553f23ac6b4354f6a2c5b3> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x1b21fd000 - 0x1b22c0fff CoreUI arm64 <8d6f79d88d713acb98c264f95776b2c3> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x1b22c1000 - 0x1b22cefff MobileIcons arm64 <682eaae2db8c3ed7898a5a5b27930ba8> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x1b22cf000 - 0x1b22ddfff AppleFSCompression arm64 <76258bbc7d14347388ba91e715d3ef6c> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression 0x1b22de000 - 0x1b2346fff TextInput arm64 <317ba15bc1fb3718a6b1cb0a5d8dace7> /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x1b2370000 - 0x1b23a3fff DataDetectorsCore arm64 <4245d8031493392aaf02727385b6beb7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x1b23a4000 - 0x1b2435fff FileProvider arm64 <5b39368c5ebe36afa34316a0f8746ca1> /System/Library/Frameworks/FileProvider.framework/FileProvider 0x1b252c000 - 0x1b2601fff ProofReader arm64 <99365e679484375a939d6c3655540cda> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x1b2602000 - 0x1b2617fff libAccessibility.dylib arm64 /usr/lib/libAccessibility.dylib 0x1b2618000 - 0x1b2b06fff libwebrtc.dylib arm64 <9ff202110da03d16a9b6683b8f63164a> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib 0x1b2b07000 - 0x1b2b6bfff ContactsFoundation arm64 /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 0x1b2b6c000 - 0x1b452afff WebCore arm64 <43e48363fdab3cc792156132de8b84a7> /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x1b452b000 - 0x1b46c4fff WebKitLegacy arm64 <6787d083461235548252c2280b10b6b8> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x1b46c5000 - 0x1b46f4fff DataAccessExpress arm64 <361dfa2228e139979f7c748c7d13ffed> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x1b46f5000 - 0x1b478efff AddressBookLegacy arm64 /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy 0x1b478f000 - 0x1b47e6fff ProtectedCloudStorage arm64 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x1b47e7000 - 0x1b4818fff UserNotifications arm64 <941ea9a0cdd03ef2ab89fcff03bfc5b0> /System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x1b4819000 - 0x1b4824fff AppleIDAuthSupport arm64 <750450df1fb53cc0bebbd730b41fe74e> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x1b4825000 - 0x1b487afff AuthKit arm64 /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x1b48b9000 - 0x1b48b9fff UIKit arm64 /System/Library/Frameworks/UIKit.framework/UIKit 0x1b48ba000 - 0x1b48cdfff DocumentManagerCore arm64 <72fde387821f32dea89c06e66ecc77da> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore 0x1b48ce000 - 0x1b48dcfff HangTracer arm64 <1546787d016b3821a3d58be07bfd3e9c> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 0x1b48dd000 - 0x1b492bfff PhysicsKit arm64 <49c5ce4ab4053cdda1bdd4de6c7f033d> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x1b492c000 - 0x1b4930fff StudyLog arm64 <361514d41f653348bf94ec1edd7971e4> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog 0x1b4931000 - 0x1b4a1cfff UIFoundation arm64 <9677209ff8ca3ad48379988a8221181f> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x1b4a1d000 - 0x1b4b3dfff CloudKit arm64 /System/Library/Frameworks/CloudKit.framework/CloudKit 0x1b4b3e000 - 0x1b4b45fff IntentsFoundation arm64 /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation 0x1b4b46000 - 0x1b4e2cfff Intents arm64 /System/Library/Frameworks/Intents.framework/Intents 0x1b4e2d000 - 0x1b4e45fff libresolv.9.dylib arm64 /usr/lib/libresolv.9.dylib 0x1b4e46000 - 0x1b4e48fff CoreDuetDebugLogging arm64 <298c068f209e39f6bfce6eeea7139345> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x1b4e49000 - 0x1b4e7afff libtidy.A.dylib arm64 <69aece969e9d370282486c7af3135cb7> /usr/lib/libtidy.A.dylib 0x1b4e7b000 - 0x1b5035fff CoreDuet arm64 <24d6bc0e6e013e31a4278111ed4f61df> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x1b5036000 - 0x1b5056fff CoreDuetContext arm64 <43a5d9f1e9cd3aa099c7809b29ef4871> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext 0x1b5057000 - 0x1b5068fff CoreDuetDaemonProtocol arm64 <277972f876cb39bd97bd3c20067ea0ee> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x1b5069000 - 0x1b50cffff IMFoundation arm64 <73cd34a359d3350e90dc984aea339df4> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x1b50d0000 - 0x1b5101fff vCard arm64 <076debb75e7c3eac938a7ae4cedfc297> /System/Library/PrivateFrameworks/vCard.framework/vCard 0x1b5102000 - 0x1b5213fff Contacts arm64 <266c860050813d3d8a455b71810784e7> /System/Library/Frameworks/Contacts.framework/Contacts 0x1b5214000 - 0x1b5215fff DiagnosticLogCollection arm64 <56261a7d229e30a4bdab9ea0dcbe9f95> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection 0x1b5216000 - 0x1b5217fff Marco arm64 <1763514670473edaaef61bee283dae97> /System/Library/PrivateFrameworks/Marco.framework/Marco 0x1b5218000 - 0x1b521ffff MessageProtection arm64 /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection 0x1b5220000 - 0x1b550cfff StoreServices arm64 <76bc32ac0c5b3ec6aed6865fb7357039> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 0x1b550d000 - 0x1b5523fff Engram arm64 <89c5e2d4382c331eb5d49083433d16f7> /System/Library/PrivateFrameworks/Engram.framework/Engram 0x1b5524000 - 0x1b5630fff IDSFoundation arm64 <10e5afe6f2fc33aeb3974b6189c965e9> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x1b5631000 - 0x1b563bfff CaptiveNetwork arm64 <05f935a367443dfa8d0fc4db050923ff> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x1b563c000 - 0x1b566bfff EAP8021X arm64 <2e3f4aa248ed3dce99b8c8141e52491f> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x1b566c000 - 0x1b56a9fff MobileWiFi arm64 /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x1b56aa000 - 0x1b56acfff OAuth arm64 /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x1b56ad000 - 0x1b56affff CommonAuth arm64 /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth 0x1b56b0000 - 0x1b571ffff Heimdal arm64 <5df186d100683348a75ddd4b6cacf893> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal 0x1b5720000 - 0x1b5749fff GSS arm64 /System/Library/Frameworks/GSS.framework/GSS 0x1b574a000 - 0x1b5761fff ApplePushService arm64 /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x1b5762000 - 0x1b57f1fff AccountsDaemon arm64 /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon 0x1b57f2000 - 0x1b5813fff AppleIDSSOAuthentication arm64 <53515468bf8b3ab589b09ef9b997e37a> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x1b5814000 - 0x1b5894fff AppleAccount arm64 /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x1b5895000 - 0x1b5a0afff CoreUtils arm64 /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x1b5a0b000 - 0x1b5b04fff IDS arm64 <46b8e141760035ac835ab1fe0f69085f> /System/Library/PrivateFrameworks/IDS.framework/IDS 0x1b5b05000 - 0x1b5b2bfff MediaServices arm64 /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x1b5b2c000 - 0x1b5cfffff MediaRemote arm64 <17ac82c12b8e3200986c2aafb1a3d016> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x1b5d00000 - 0x1b5d1afff UserManagement arm64 /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x1b5d1b000 - 0x1b5d2bfff MobileBluetooth arm64 <6599ffc2cb5e32948e26174df0d748a8> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 0x1b5d2c000 - 0x1b5d5cfff Bom arm64 <1a5601365b253bc0a0d1893bf2ad8c6f> /System/Library/PrivateFrameworks/Bom.framework/Bom 0x1b5d5d000 - 0x1b5d61fff CommunicationsFilter arm64 <80f59aade9ef321185e384ca0c1d009e> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x1b5d62000 - 0x1b5d82fff FTAWD arm64 /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 0x1b5d83000 - 0x1b5dd8fff FTServices arm64 <8f6ec910c08333f5af5b8628b4cca5d2> /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x1b5e10000 - 0x1b5e1bfff ProactiveEventTracker arm64 <333a1465e3483f4db6868ccac3f9c246> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker 0x1b5e7a000 - 0x1b5e9dfff AddressBook arm64 /System/Library/Frameworks/AddressBook.framework/AddressBook 0x1b6d95000 - 0x1b71bffff SiriTTS arm64 /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS 0x1b71c0000 - 0x1b721efff SAObjects arm64 /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x1b721f000 - 0x1b725efff VoiceServices arm64 <8b948beb1f87372c9ce794a0cbb0e2e4> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x1b728e000 - 0x1b73b7fff AssistantServices arm64 <0f440904786d3662a4346f43d207dff1> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x1b755d000 - 0x1b7569fff BluetoothManager arm64 <7b94a40b2b9f3be48df7d94524305f3f> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 0x1b756a000 - 0x1b75d9fff CoreDAV arm64 <5ed30a5510d13ca6961a315661af7da7> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x1b75da000 - 0x1b760efff iCalendar arm64 <0792d2b77dfb38d98dbb996c42450e44> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x1b760f000 - 0x1b761bfff PersonaKit arm64 /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit 0x1b761c000 - 0x1b7672fff CalendarFoundation arm64 /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 0x1b76a2000 - 0x1b773bfff CalendarDatabase arm64 /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase 0x1b773c000 - 0x1b7794fff CalendarDaemon arm64 /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon 0x1b78f2000 - 0x1b79d6fff EventKit arm64 /System/Library/Frameworks/EventKit.framework/EventKit 0x1b7c89000 - 0x1b7c94fff CoreRecents arm64 /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 0x1b81b4000 - 0x1b81cffff PrototypeTools arm64 /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x1b81d0000 - 0x1b824ffff CoreSymbolication arm64 <13ffa5ede3b630ad9cbfad6529327e5d> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 0x1b8250000 - 0x1b839efff SearchFoundation arm64 <025e5582e4ff33dd934a616fe788b5bc> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation 0x1b839f000 - 0x1b83a4fff IncomingCallFilter arm64 <75d0735251a23220801ac4f605ea7070> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 0x1b845c000 - 0x1b8462fff libtzupdate.dylib arm64 /usr/lib/libtzupdate.dylib 0x1b8463000 - 0x1b85b1fff Preferences arm64 /System/Library/PrivateFrameworks/Preferences.framework/Preferences 0x1b85b2000 - 0x1b85bafff CoreTime arm64 <11887ccfa0683b2fbfa3a178da896a78> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x1b860c000 - 0x1b864afff DifferentialPrivacy arm64 <03d8ca78fd0c3e6eb7e6e3877ae1c89d> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy 0x1b8bc8000 - 0x1b8bcefff MobileSystemServices arm64 /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x1b8fe0000 - 0x1b8fe4fff CoreOptimization arm64 /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization 0x1b8fe5000 - 0x1b9041fff SafariCore arm64 /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore 0x1b9042000 - 0x1b9096fff CorePrediction arm64 /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction 0x1b90a3000 - 0x1b919ffff Navigation arm64 <2082ad9fae8a3a0b851f890cb3890709> /System/Library/PrivateFrameworks/Navigation.framework/Navigation 0x1b91a0000 - 0x1b91b7fff ContactsDonation arm64 <6888a2b372ba3080b469255527fe92b6> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation 0x1b91b8000 - 0x1b91e4fff Futhark arm64 <5a58f3f20ea433068150ba0072f1228c> /System/Library/PrivateFrameworks/Futhark.framework/Futhark 0x1b91e5000 - 0x1b9254fff NanoRegistry arm64 <2beb6abe223d393187fe8933d8388940> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry 0x1b92ad000 - 0x1b92c3fff BaseBoardUI arm64 /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI 0x1b92c4000 - 0x1b931bfff ContactsUICore arm64 <9a898bf2e0603bd0b03011e4559860ed> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore 0x1b931c000 - 0x1b948efff ContactsUI arm64 <2e4a11abae443b38aff7835b14ba2973> /System/Library/Frameworks/ContactsUI.framework/ContactsUI 0x1b948f000 - 0x1b9559fff CorePDF arm64 /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 0x1b97ec000 - 0x1b9cfafff WebKit arm64 <4880a5106940311b88afd19665c680d5> /System/Library/Frameworks/WebKit.framework/WebKit 0x1b9d91000 - 0x1b9d96fff ConstantClasses arm64 <74d07a639dd83ae4b9603404a9f9c9ba> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x1b9d97000 - 0x1b9d9ffff CertUI arm64 <8a9796e09dea3efeafca68ce41b39e31> /System/Library/PrivateFrameworks/CertUI.framework/CertUI 0x1b9da0000 - 0x1b9deafff AXRuntime arm64 <136ec87859793fe9856e99dee1dc40f6> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime 0x1b9deb000 - 0x1b9e24fff ScreenReaderCore arm64 <344e73cbb1e83429a065c087c9322e1d> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore 0x1b9e25000 - 0x1b9e3ffff TextToSpeech arm64 <801582f1d2123ef69ea49699ce244b00> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech 0x1b9e40000 - 0x1b9e94fff CoreMIDI arm64 /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI 0x1b9f25000 - 0x1b9f85fff WebBookmarks arm64 /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks 0x1b9f91000 - 0x1b9f93fff libAXSafeCategoryBundle.dylib arm64 <9c4239e5d4f2357c89a0d14fd774e1ec> /usr/lib/libAXSafeCategoryBundle.dylib 0x1b9f94000 - 0x1b9f9efff libAXSpeechManager.dylib arm64 <0fdbb5c8c199392fb3e4118e21c661cd> /usr/lib/libAXSpeechManager.dylib 0x1b9f9f000 - 0x1ba086fff AccessibilityUtilities arm64 <1a80bf8b00423fa987cf68c4c0bf178e> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities 0x1ba5d6000 - 0x1babeffff VectorKit arm64 /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit 0x1babf0000 - 0x1bae3cfff MapKit arm64 /System/Library/Frameworks/MapKit.framework/MapKit 0x1bb65e000 - 0x1bb682fff MobileInstallation arm64 /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x1bb683000 - 0x1bb68afff EmailAddressing arm64 /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing 0x1bb68b000 - 0x1bb68dfff MessageSupport arm64 <5b199ced5d6e383b8e018feb17b246cc> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport 0x1bb691000 - 0x1bb6eafff MIME arm64 <7b9b4a7883f0311fb4815bba96e98425> /System/Library/PrivateFrameworks/MIME.framework/MIME 0x1bb721000 - 0x1bb758fff Notes arm64 <68061df84ff9387c931b0a524279e1b3> /System/Library/PrivateFrameworks/Notes.framework/Notes 0x1bb759000 - 0x1bb81ffff TelephonyUtilities arm64 <9d66f2e6043d30a3a9c6c27e37d06199> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities 0x1bb85c000 - 0x1bb879fff AccessibilityUIUtilities arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities 0x1bb87a000 - 0x1bb8cffff DataAccess arm64 <1815523b200c3cc8817fc7ebfef09c6c> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess 0x1bbabc000 - 0x1bbb19fff AXMediaUtilities arm64 /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities 0x1bbcdb000 - 0x1bbcf2fff CoreFollowUp arm64 <2c49dd7ee59e301f8c5d6ff6f5df7f79> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp 0x1bbd63000 - 0x1bbd73fff MailServices arm64 /System/Library/PrivateFrameworks/MailServices.framework/MailServices 0x1bbe01000 - 0x1bbe29fff MailSupport arm64 <1ddee1ca69ee318e9c5814a6de9b181d> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport 0x1bbe2a000 - 0x1bbf75fff Message arm64 /System/Library/PrivateFrameworks/Message.framework/Message 0x1bc287000 - 0x1bc2c5fff ContactsAutocomplete arm64 <5c4a4596904236e1b9013d2562991b27> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete 0x1bc4a3000 - 0x1bc4a6fff FTClientServices arm64 <9d1f004e1e6f3da2b7ac410882c016cf> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices 0x1bc9a0000 - 0x1bc9adfff SetupAssistantSupport arm64 <981dd2ff655935878caceace743fb9b2> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport 0x1bc9ae000 - 0x1bc9d7fff SetupAssistant arm64 /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant 0x1bd74b000 - 0x1bd750fff LinguisticData arm64 <5b4873c9a7353aedb61b0a3b893a936f> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData 0x1bdfc6000 - 0x1bdfdffff MetalKit arm64 <78b67b0f3d793387b60d204d33ccf4e1> /System/Library/Frameworks/MetalKit.framework/MetalKit 0x1bea2d000 - 0x1beaf3fff PDFKit arm64 <4703b75491733bf78b4f4aba81e3454e> /System/Library/Frameworks/PDFKit.framework/PDFKit 0x1bef9e000 - 0x1befebfff SafariSafeBrowsing arm64 /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing 0x1bf4d0000 - 0x1bf5c7fff MessageUI arm64 /System/Library/Frameworks/MessageUI.framework/MessageUI 0x1c0604000 - 0x1c0608fff AccessibilityUIShared arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared 0x1c09c7000 - 0x1c0a1bfff CallKit arm64 /System/Library/Frameworks/CallKit.framework/CallKit 0x1c0a1c000 - 0x1c0a22fff AccessibilityUI arm64 <45aadf2f30dc34d3ad74f6ab8b2d321c> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI 0x1c1742000 - 0x1c1793fff LoggingSupport arm64 <08c3df7b7ab93ac2b6e6f5879a149f4c> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport 0x1c3765000 - 0x1c3788fff AppSupportUI arm64 <3aa9eb7449413d3688f770cc58eaa51e> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI 0x1c4412000 - 0x1c4417fff kperf arm64 <22b23ecb781b37c180cfdb841b7757e4> /System/Library/PrivateFrameworks/kperf.framework/kperf 0x1c44bc000 - 0x1c4605fff libGLProgrammability.dylib arm64 <2390d8d408fa3d88a82b59c917d16ce2> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib 0x1c4669000 - 0x1c4689fff CellularPlanManager arm64 /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager 0x1c4847000 - 0x1c484ffff kperfdata arm64 <4c56a9b739c639798fba77f34d34c930> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata 0x1c4892000 - 0x1c4899fff libdscsym.dylib arm64 /usr/lib/libdscsym.dylib 0x1c4c3c000 - 0x1c4c73fff ktrace arm64 <11cbf8b15e4b35f19ef8fb9748bd2ca9> /System/Library/PrivateFrameworks/ktrace.framework/ktrace 0x1c4e84000 - 0x1c4e86fff SpeakTypingServices arm64 <0f49db4b11df3df18e05574f1b92c78a> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices 0x1c4e87000 - 0x1c4e8cfff ZoomServices arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices 0x1c5ce2000 - 0x1c5ce4fff AGXCompilerConnection arm64 /System/Library/PrivateFrameworks/AGXCompilerConnection.framework/AGXCompilerConnection 0x1c62b7000 - 0x1c62c0fff libGPUSupportMercury.dylib arm64 /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib 0x1c6e90000 - 0x1c6ed3fff BiometricKit arm64 /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit 0x1c6ef2000 - 0x1c6f01fff CTCarrierSpace arm64 <9f8fa0c00ce03525af8a601dbceed00d> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace 0x1c735a000 - 0x1c737dfff DeviceIdentity arm64 <24adf31e822d3a6f85f3bdb46e93da94> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity 0x1c92f0000 - 0x1c935efff Rapport arm64 /System/Library/PrivateFrameworks/Rapport.framework/Rapport 0x1c939a000 - 0x1c93dbfff SignpostSupport arm64 /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport 0x1ca322000 - 0x1ca337fff libtailspin.dylib arm64 /usr/lib/libtailspin.dylib 0x1ca342000 - 0x1ca352fff AccessibilitySettingsLoader arm64 <14e013536f0a34f7983fbb27e278716a> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader 0x1ca90d000 - 0x1ca992fff AGXGLDriver arm64 /System/Library/Extensions/AGXGLDriver.bundle/AGXGLDriver 0x1cabc8000 - 0x1cabdcfff libCGInterfaces.dylib arm64 <5360f26edb763e5cb56e34e6852bc527> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x1cb9ed000 - 0x1cbad4fff GLEngine arm64 <3e621967406336d6bcfc62df36472f5e> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine 0x1cd264000 - 0x1cd28bfff CoreServicesInternal arm64 <72056ec6c0de31c092afd6fd784a0d8e> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x1cd8db000 - 0x1cd8e2fff EmailCore arm64 <70add1f9a8c931908617110d6b7cd8cc> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore 0x1cd8f0000 - 0x1cd902fff libGSFontCache.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x1cd903000 - 0x1cd933fff libTrueTypeScaler.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib 0x1cf327000 - 0x1cf32bfff InternationalSupport arm64 <071cd5bc30263bacba58a9d92f6a0ff9> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport 0x1d06a7000 - 0x1d06b3fff PersonaUI arm64 /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI 0x1d0ade000 - 0x1d0ae8fff SignpostCollection arm64 <179498e0269030eabf6c8aa4b12633e4> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection 0x1d1524000 - 0x1d1527fff XCTTargetBootstrap arm64 <9a025de034363df7b21e84fe72149ded> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap 0x1d1565000 - 0x1d1578fff libEDR arm64 <447342f0094d3e62bc9147c343872b1f> /System/Library/PrivateFrameworks/libEDR.framework/libEDR 0x1d1f0c000 - 0x1d1f19fff libMobileGestaltExtensions.dylib arm64 <4aa804a8e68d307a828fc11f2799170d> /usr/lib/libMobileGestaltExtensions.dylib 0x1d2027000 - 0x1d2027fff libcharset.1.dylib arm64 /usr/lib/libcharset.1.dylib 0x1d2ad7000 - 0x1d2ad8fff liblog_network.dylib arm64 <8a823aee19803fb4ad2cfe9c8ebc764e> /usr/lib/log/liblog_network.dylib 0x1d2c51000 - 0x1d2d8efff CoreServices arm64 <1b1fdbf45e42320b9f1f6bfa618a9e18> /System/Library/Frameworks/CoreServices.framework/CoreServices 0x1d2db8000 - 0x1d2dd1fff MPSRayIntersector arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector 0x1d2dfe000 - 0x1d2f24fff Network arm64 <02086028934236b895b241a7d872034a> /System/Library/Frameworks/Network.framework/Network 0x1d2f47000 - 0x1d2f4bfff ASEProcessing arm64 /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing 0x1d2f4c000 - 0x1d2f57fff AXCoreUtilities arm64 <0f112a4a8c7331dbbb579e3b1221bb17> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities 0x1d31d6000 - 0x1d3323fff AppleMediaServices arm64 <2260a47bada638c28e2a7d89638cbe10> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices 0x1d39bb000 - 0x1d39d4fff DoNotDisturb arm64 /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb 0x1d3af8000 - 0x1d3b4bfff DocumentManager arm64 /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager 0x1d3c81000 - 0x1d3c85fff IdleTimerServices arm64 /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices 0x1d3d67000 - 0x1d3d8ffff MetadataUtilities arm64 <9aa476a985e83c95bc2482680c97b09c> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities 0x1d4e8f000 - 0x1d4edbfff OTSVG arm64 <47ac1e162b8c3e108277b2d92663afa5> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG 0x1d511c000 - 0x1d5169fff ROCKit arm64 /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit 0x1d5383000 - 0x1d5394fff RemoteTextInput arm64 <9da35dcb38883d23980c1fe985637f1a> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput 0x1d53bc000 - 0x1d5450fff SampleAnalysis arm64 /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis 0x1d55a5000 - 0x1d55b9fff SiriInstrumentation arm64 /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation 0x1d55fb000 - 0x1d5602fff StatsKit arm64 /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit 0x1d621f000 - 0x1d7303fff UIKitCore arm64 <40a93e939f8635c1905c7b947c7c2305> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x1d7304000 - 0x1d730efff UIKitServices arm64 /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices 0x1d730f000 - 0x1d7315fff URLFormatting arm64 <3e29a767b64b37a9baf172222eb1ecc6> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting EOF
casperkloppenburg commented 5 years ago

I have a lot of crash logs since then. It seems that the plugin is restarted every time, like you said, but crashes immediately.

Crash logs.zip

christocracy commented 5 years ago

These crashlogs don't reference the plugin at all (TSLocationManager). They're full of references to Flutter.

Upgrade your Flutter SDK. Here's my flutter doctor:

ford:SampleApp chris$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.7.8+hotfix.3, on Mac OS X 10.14.5 18F132, locale en-CA)

[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 10.3)
[✓] iOS tools - develop for iOS devices
[✓] Android Studio (version 3.4)
[✓] Connected device (3 available)
christocracy commented 5 years ago

And upgrade to XCode 10.3.

casperkloppenburg commented 5 years ago
[✓] Flutter (Channel stable, v1.7.8+hotfix.4, on Mac OS X 10.14.6 18G84, locale nl-NL)
[✗] Android toolchain - develop for Android devices
    ✗ Unable to locate Android SDK.
      Install Android Studio from: https://developer.android.com/studio/index.html
      On first launch it will assist you in installing the Android SDK components.
      (or visit https://flutter.dev/setup/#android-setup for detailed instructions).
      If the Android SDK has been installed to a custom location, set ANDROID_HOME to that location.
      You may also want to add it to your PATH environment variable.

[✓] Xcode - develop for iOS and macOS (Xcode 10.2.1)
[✓] iOS tools - develop for iOS devices
[!] Android Studio (not installed)
[✓] Connected device (1 available)

Seems okay. I will upgrade my Xcode but I doubt it will make a difference.

I'm going to test the React Native version of your example app and collect the crash logs. Maybe that will give us some new insights.

Thanks for the support so far.

casperkloppenburg commented 5 years ago

I have some new information to share.

I tested with React Native and this seems to work without a problem. The issue has to do with a bug in Flutter, which occurs when the app tries to update its UI when it is running in the background. It seems to be related to this issue: https://github.com/flutter/flutter/pull/37006

This doesn't mean that the problem is fixed, but we can at least pin it down to a bug in the Flutter framework. It happens on the iPhone 5, 6 and 6 Plus. Everyone that uses this plugin is affected by this bug, provided that they are using Flutter and are trying to support older iPhone devices like 5 and 6, which are still very popular devices. At least the Flutter dev team is aware of the problem, and it is being tracked here: https://github.com/flutter/flutter/issues/37813

I'm going to do some testing if I can find a temporary workaround, and will post my findings here if I found anything useful.

christocracy commented 5 years ago

I recently added a new State.didLaunchInBackground property. Perhaps you could use that that make a decision on your UI rendering?

bg.BackgroundGeolocation.ready(bg.Config(
  ...
)).then((bg.State state) {
  if (state.didLaunchInBackground) {
    // Don't do UI stuff.
  } else {
    // Ok, launched by user.  App must be in foreground.  
  }
});
casperkloppenburg commented 5 years ago

I recently added a new State.didLaunchInBackground property. The app doesn't crash, the plugin does, it seems.

I've created a very simple project that reproduces the problem on my iPhone 6's (2 different models are now having this problem, and another one, a slightly different model version, works OK strangely enough). https://github.com/casperkloppenburg/flutter-geolocation-crash

To reproduce the problem:

  1. Run the app and tap Start to initialize the plugin.
  2. Go to the task manager with all open apps, and close the app.
  3. Go for a ride. The plugin is invoked, as expected, after leaving the geofence of 200 m, but crashes immediately with code gpus_ReturnNotPermittedKillClient.

The app is as simple as it can be, so I don't know where to look anymore. I've reset the phone to its factory settings. Several threads online are suggesting that this error occurs when the app tries to access the UI while in background. Does your Flutter wrapper do something with a background callback that may cause a rerender of the UI? This pull request is suggesting a workaround fix, but this doesn't work in our situation: https://github.com/flutter/flutter/pull/37006

Crash log (note that thread 3 is crashing):

Incident Identifier: DA57123D-B78D-49B1-9418-6EF4CA3B5CE1 CrashReporter Key: 906e7f19f12f637936d46548e011f532d3e4f8fb Hardware Model: iPhone7,2 Process: Runner [3493] Path: /private/var/containers/Bundle/Application/DC6667D6-F55F-46F0-8B3A-DD869D71A280/Runner.app/Runner Identifier: com.fluttergeolocationcrash.app Version: 1 (1.0.0) Code Type: ARM-64 (Native) Role: Non UI Parent Process: launchd [1] Coalition: com.fluttergeolocationcrash.app [1336] Date/Time: 2019-09-14 17:28:56.4269 +0200 Launch Time: 2019-09-14 17:23:30.5939 +0200 OS Version: iPhone OS 12.3.1 (16F203) Baseband Version: 7.70.01 Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000001 VM Region Info: 0x1 is not in any region. Bytes before following region: 4312514559 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START ---> __TEXT 00000001010bc000-000000010113c000 [ 512K] r-x/r-x SM=COW ...er.app/Runner Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [3493] Triggered by Thread: 3 Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0: 0 libsystem_kernel.dylib 0x00000001b03830f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001b03825a0 mach_msg + 72 2 CoreFoundation 0x00000001b0782a10 __CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x00000001b077d920 __CFRunLoopRun + 1360 4 CoreFoundation 0x00000001b077d0b0 CFRunLoopRunSpecific + 436 5 GraphicsServices 0x00000001b297d79c GSEventRunModal + 104 6 UIKitCore 0x00000001dcfb3978 UIApplicationMain + 212 7 Runner 0x00000001010c0298 main + 17048 (main.m:7) 8 libdyld.dylib 0x00000001b02428e0 start + 4 Thread 1 name: com.apple.uikit.eventfetch-thread Thread 1: 0 libsystem_kernel.dylib 0x00000001b03830f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001b03825a0 mach_msg + 72 2 CoreFoundation 0x00000001b0782a10 __CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x00000001b077d920 __CFRunLoopRun + 1360 4 CoreFoundation 0x00000001b077d0b0 CFRunLoopRunSpecific + 436 5 Foundation 0x00000001b114afac -[NSRunLoop+ 32684 (NSRunLoop) runMode:beforeDate:] + 300 6 Foundation 0x00000001b114ae3c -[NSRunLoop+ 32316 (NSRunLoop) runUntilDate:] + 96 7 UIKitCore 0x00000001dd099494 -[UIEventFetcher threadMain] + 136 8 Foundation 0x00000001b12776a4 __NSThread__start__ + 984 9 libsystem_pthread.dylib 0x00000001b04102c0 _pthread_body + 128 10 libsystem_pthread.dylib 0x00000001b0410220 _pthread_start + 44 11 libsystem_pthread.dylib 0x00000001b0413cdc thread_start + 4 Thread 2 name: io.flutter.1.ui Thread 2: 0 libsystem_kernel.dylib 0x00000001b03830f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001b03825a0 mach_msg + 72 2 CoreFoundation 0x00000001b0782a10 __CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x00000001b077d920 __CFRunLoopRun + 1360 4 CoreFoundation 0x00000001b077d0b0 CFRunLoopRunSpecific + 436 5 Flutter 0x000000010163dbc4 0x101604000 + 236484 6 Flutter 0x000000010163d720 0x101604000 + 235296 7 libsystem_pthread.dylib 0x00000001b04102c0 _pthread_body + 128 8 libsystem_pthread.dylib 0x00000001b0410220 _pthread_start + 44 9 libsystem_pthread.dylib 0x00000001b0413cdc thread_start + 4 Thread 3 name: io.flutter.1.gpu Thread 3 Crashed: 0 libGPUSupportMercury.dylib 0x00000001cc790fe4 gpus_ReturnNotPermittedKillClient + 12 1 AGXGLDriver 0x00000001d0e09ed8 0x1d0de5000 + 151256 2 libGPUSupportMercury.dylib 0x00000001cc791fac gpusSubmitDataBuffers + 176 3 AGXGLDriver 0x00000001d0e0b404 0x1d0de5000 + 156676 4 GLEngine 0x00000001d1fa6234 gliPresentViewES_Exec + 184 5 OpenGLES 0x00000001b39f9aa4 -[EAGLContext presentRenderbuffer:] + 80 6 Flutter 0x000000010162ae20 0x101604000 + 159264 7 Flutter 0x00000001019eade0 0x101604000 + 4091360 8 Flutter 0x000000010168a244 0x101604000 + 549444 9 Flutter 0x0000000101679328 0x101604000 + 480040 10 Flutter 0x000000010167a198 0x101604000 + 483736 11 Flutter 0x0000000101679638 0x101604000 + 480824 12 Flutter 0x000000010167f4d4 0x101604000 + 505044 13 Flutter 0x00000001016397b4 0x101604000 + 219060 14 Flutter 0x000000010163dce8 0x101604000 + 236776 15 CoreFoundation 0x00000001b0783650 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28 16 CoreFoundation 0x00000001b0783380 __CFRunLoopDoTimer + 864 17 CoreFoundation 0x00000001b0782bb4 __CFRunLoopDoTimers + 248 18 CoreFoundation 0x00000001b077db04 __CFRunLoopRun + 1844 19 CoreFoundation 0x00000001b077d0b0 CFRunLoopRunSpecific + 436 20 Flutter 0x000000010163dbc4 0x101604000 + 236484 21 Flutter 0x000000010163d720 0x101604000 + 235296 22 libsystem_pthread.dylib 0x00000001b04102c0 _pthread_body + 128 23 libsystem_pthread.dylib 0x00000001b0410220 _pthread_start + 44 24 libsystem_pthread.dylib 0x00000001b0413cdc thread_start + 4 Thread 4 name: io.flutter.1.io Thread 4: 0 libsystem_kernel.dylib 0x00000001b03830f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001b03825a0 mach_msg + 72 2 CoreFoundation 0x00000001b0782a10 __CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x00000001b077d920 __CFRunLoopRun + 1360 4 CoreFoundation 0x00000001b077d0b0 CFRunLoopRunSpecific + 436 5 Flutter 0x000000010163dbc4 0x101604000 + 236484 6 Flutter 0x000000010163d720 0x101604000 + 235296 7 libsystem_pthread.dylib 0x00000001b04102c0 _pthread_body + 128 8 libsystem_pthread.dylib 0x00000001b0410220 _pthread_start + 44 9 libsystem_pthread.dylib 0x00000001b0413cdc thread_start + 4 Thread 5 name: io.flutter.worker.1 Thread 5: 0 libsystem_kernel.dylib 0x00000001b038dee4 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001b0408cf8 _pthread_cond_wait$VARIANT$mp + 636 2 libc++.1.dylib 0x00000001af965090 std::__1::condition_variable::wait+ 32912 (std::__1::unique_lock&) + 24 3 Flutter 0x0000000101637288 0x101604000 + 209544 4 libsystem_pthread.dylib 0x00000001b04102c0 _pthread_body + 128 5 libsystem_pthread.dylib 0x00000001b0410220 _pthread_start + 44 6 libsystem_pthread.dylib 0x00000001b0413cdc thread_start + 4 Thread 6 name: io.flutter.worker.2 Thread 6: 0 libsystem_kernel.dylib 0x00000001b038dee4 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001b0408cf8 _pthread_cond_wait$VARIANT$mp + 636 2 libc++.1.dylib 0x00000001af965090 std::__1::condition_variable::wait+ 32912 (std::__1::unique_lock&) + 24 3 Flutter 0x0000000101637288 0x101604000 + 209544 4 libsystem_pthread.dylib 0x00000001b04102c0 _pthread_body + 128 5 libsystem_pthread.dylib 0x00000001b0410220 _pthread_start + 44 6 libsystem_pthread.dylib 0x00000001b0413cdc thread_start + 4 Thread 7 name: dart:io EventHandler Thread 7: 0 libsystem_kernel.dylib 0x00000001b038f8f4 kevent + 8 1 Flutter 0x0000000101954e80 0x101604000 + 3477120 2 Flutter 0x0000000101981b48 0x101604000 + 3660616 3 libsystem_pthread.dylib 0x00000001b04102c0 _pthread_body + 128 4 libsystem_pthread.dylib 0x00000001b0410220 _pthread_start + 44 5 libsystem_pthread.dylib 0x00000001b0413cdc thread_start + 4 Thread 8 name: com.apple.CoreMotion.MotionThread Thread 8: 0 libsystem_kernel.dylib 0x00000001b03830f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001b03825a0 mach_msg + 72 2 CoreFoundation 0x00000001b0782a10 __CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x00000001b077d920 __CFRunLoopRun + 1360 4 CoreFoundation 0x00000001b077d0b0 CFRunLoopRunSpecific + 436 5 CoreFoundation 0x00000001b077de0c CFRunLoopRun + 80 6 CoreMotion 0x00000001b60cbc08 0x1b6057000 + 478216 7 libsystem_pthread.dylib 0x00000001b04102c0 _pthread_body + 128 8 libsystem_pthread.dylib 0x00000001b0410220 _pthread_start + 44 9 libsystem_pthread.dylib 0x00000001b0413cdc thread_start + 4 Thread 9: 0 libsystem_pthread.dylib 0x00000001b0413cd0 start_wqthread + 0 Thread 10: 0 libsystem_pthread.dylib 0x00000001b0413cd0 start_wqthread + 0 Thread 11: 0 libsystem_pthread.dylib 0x00000001b0413cd0 start_wqthread + 0 Thread 12: 0 libsystem_pthread.dylib 0x00000001b0413cd0 start_wqthread + 0 Thread 3 crashed with ARM Thread State (64-bit): x0: 0x0000000106000000 x1: 0x0000000000000000 x2: 0x00000000e00002e2 x3: 0x0000000000000000 x4: 0x00000001014518d0 x5: 0x0000000000000023 x6: 0x0000000000000000 x7: 0x0000000000000000 x8: 0x0000000000000001 x9: 0x00000000deadbeef x10: 0x00000000000aa4b0 x11: 0x000000000017a0c1 x12: 0x0000000101451000 x13: 0x0000000000000fff x14: 0x000000000000d0c5 x15: 0x0000000000002000 x16: 0x00000001b03ff430 x17: 0x0000000053c00000 x18: 0x0000000000000000 x19: 0x00000000e00002e2 x20: 0x0000000106000000 x21: 0x0000000000000000 x22: 0x0000000105a77088 x23: 0x0000000000000000 x24: 0x0000000000000001 x25: 0x0000000105a78178 x26: 0x0000000101322cf8 x27: 0x000002a858fddc2f x28: 0x0000000000000000 fp: 0x000000016f084880 lr: 0x00000001d0e09ed8 sp: 0x000000016f084860 pc: 0x00000001cc790fe4 cpsr: 0x60000000 Binary Images: 0x1010bc000 - 0x10113bfff Runner arm64 /var/containers/Bundle/Application/DC6667D6-F55F-46F0-8B3A-DD869D71A280/Runner.app/Runner 0x101500000 - 0x10150bfff libobjc-trampolines.dylib arm64 <7e51dd446ecc38e6a5ab21d88fc0e15b> /usr/lib/libobjc-trampolines.dylib 0x101544000 - 0x10159bfff dyld arm64 <9c893b6aa3b13d9596326ef6952e7195> /usr/lib/dyld 0x101604000 - 0x101c4ffff Flutter arm64 /var/containers/Bundle/Application/DC6667D6-F55F-46F0-8B3A-DD869D71A280/Runner.app/Frameworks/Flutter.framework/Flutter 0x101cdc000 - 0x1021cbfff App arm64 <7f20e717d30c3035a8d924b0de689d0d> /var/containers/Bundle/Application/DC6667D6-F55F-46F0-8B3A-DD869D71A280/Runner.app/Frameworks/App.framework/App 0x1af95b000 - 0x1af95cfff libSystem.B.dylib arm64 <2d9d93c74687353281fc2f486a371680> /usr/lib/libSystem.B.dylib 0x1af95d000 - 0x1af9b2fff libc++.1.dylib arm64 /usr/lib/libc++.1.dylib 0x1af9b3000 - 0x1af9c5fff libc++abi.dylib arm64 /usr/lib/libc++abi.dylib 0x1af9c6000 - 0x1b014dfff libobjc.A.dylib arm64 /usr/lib/libobjc.A.dylib 0x1b014e000 - 0x1b0152fff libcache.dylib arm64 <22202d885c35395a9734dc0d7dc02b29> /usr/lib/system/libcache.dylib 0x1b0153000 - 0x1b015efff libcommonCrypto.dylib arm64 <0670536269b63ab289d61f36dd2aa431> /usr/lib/system/libcommonCrypto.dylib 0x1b015f000 - 0x1b0163fff libcompiler_rt.dylib arm64 <14258a4709af3ffba47a04bc00b9646a> /usr/lib/system/libcompiler_rt.dylib 0x1b0164000 - 0x1b016cfff libcopyfile.dylib arm64 <903036d60844385987e8bec76e22bcad> /usr/lib/system/libcopyfile.dylib 0x1b016d000 - 0x1b01d0fff libcorecrypto.dylib arm64 <9f7915fc35b737e880ff06f14f73d523> /usr/lib/system/libcorecrypto.dylib 0x1b01d1000 - 0x1b0240fff libdispatch.dylib arm64 <94dcbc89bacb39beadffccea74e7bdb6> /usr/lib/system/libdispatch.dylib 0x1b0241000 - 0x1b026afff libdyld.dylib arm64 <39ee943ad0ca301180519d4a1173734f> /usr/lib/system/libdyld.dylib 0x1b026b000 - 0x1b026bfff liblaunch.dylib arm64 <729cfcd40d393f308cdbb266917306db> /usr/lib/system/liblaunch.dylib 0x1b026c000 - 0x1b0271fff libmacho.dylib arm64 <0cc10aed9fe1322fa37cdd01e6c3e771> /usr/lib/system/libmacho.dylib 0x1b0272000 - 0x1b0273fff libremovefile.dylib arm64 <5a2545f357d6342d9641ec17eedebf59> /usr/lib/system/libremovefile.dylib 0x1b0274000 - 0x1b028bfff libsystem_asl.dylib arm64 <40fd59634e5532d49a4f441f37283d0e> /usr/lib/system/libsystem_asl.dylib 0x1b028c000 - 0x1b028cfff libsystem_blocks.dylib arm64 <8dd7ed74d37d3dde8eb600edf862c82f> /usr/lib/system/libsystem_blocks.dylib 0x1b028d000 - 0x1b030efff libsystem_c.dylib arm64 <5dcc765a916a3daeb108d6502c377ae4> /usr/lib/system/libsystem_c.dylib 0x1b030f000 - 0x1b0313fff libsystem_configuration.dylib arm64 <99cc1779fbeb371a8dc9971a007cf6e1> /usr/lib/system/libsystem_configuration.dylib 0x1b0314000 - 0x1b031afff libsystem_containermanager.dylib arm64 /usr/lib/system/libsystem_containermanager.dylib 0x1b031b000 - 0x1b031cfff libsystem_coreservices.dylib arm64 <90373e3876e03823a8ed93ea69564b3d> /usr/lib/system/libsystem_coreservices.dylib 0x1b031d000 - 0x1b0323fff libsystem_darwin.dylib arm64 <24fd8e0c02383189a10f80ac34a9755c> /usr/lib/system/libsystem_darwin.dylib 0x1b0324000 - 0x1b032afff libsystem_dnssd.dylib arm64 <1fb1d15c469934529208e8bd6ad41085> /usr/lib/system/libsystem_dnssd.dylib 0x1b032b000 - 0x1b036afff libsystem_info.dylib arm64 <82fee029e7e039cfbf2b75818cd69028> /usr/lib/system/libsystem_info.dylib 0x1b036b000 - 0x1b0395fff libsystem_kernel.dylib arm64 /usr/lib/system/libsystem_kernel.dylib 0x1b0396000 - 0x1b03c3fff libsystem_m.dylib arm64 /usr/lib/system/libsystem_m.dylib 0x1b03c4000 - 0x1b03e6fff libsystem_malloc.dylib arm64 <3cf7982226b039749f8eebd3f328c63e> /usr/lib/system/libsystem_malloc.dylib 0x1b03e7000 - 0x1b03f2fff libsystem_networkextension.dylib arm64 <16d95a4894953f70bdbd6b2e6fa2ada3> /usr/lib/system/libsystem_networkextension.dylib 0x1b03f3000 - 0x1b03f9fff libsystem_notify.dylib arm64 <3e85f77a7641310c827a7e926a8bf673> /usr/lib/system/libsystem_notify.dylib 0x1b03fa000 - 0x1b0404fff libsystem_platform.dylib arm64 <8b5dd1f4cd3c3c99b2911f7290ddf050> /usr/lib/system/libsystem_platform.dylib 0x1b0405000 - 0x1b0415fff libsystem_pthread.dylib arm64 /usr/lib/system/libsystem_pthread.dylib 0x1b0416000 - 0x1b0418fff libsystem_sandbox.dylib arm64 <1328091ae30237658e045dcbb41772f9> /usr/lib/system/libsystem_sandbox.dylib 0x1b0419000 - 0x1b0420fff libsystem_symptoms.dylib arm64 /usr/lib/system/libsystem_symptoms.dylib 0x1b0421000 - 0x1b0436fff libsystem_trace.dylib arm64 <813eaa7de9753714a813eabaea1e39e2> /usr/lib/system/libsystem_trace.dylib 0x1b0437000 - 0x1b043cfff libunwind.dylib arm64 /usr/lib/system/libunwind.dylib 0x1b043d000 - 0x1b046afff libxpc.dylib arm64 <7047fecf09023c959ca2a8499239f4a2> /usr/lib/system/libxpc.dylib 0x1b046b000 - 0x1b06c6fff libicucore.A.dylib arm64 <9015b4c283943ee891433bd65535e6bf> /usr/lib/libicucore.A.dylib 0x1b06c7000 - 0x1b06d8fff libz.1.dylib arm64 <869dd3bee3ba3e7abd0cbad2f428cdbc> /usr/lib/libz.1.dylib 0x1b06d9000 - 0x1b0a35fff CoreFoundation arm64 <8f67863fa23e377190d7993168740877> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x1b0a36000 - 0x1b0a46fff libbsm.0.dylib arm64 <4524c293a9ab3f40bd476f0e665dfc55> /usr/lib/libbsm.0.dylib 0x1b0a47000 - 0x1b0a47fff libenergytrace.dylib arm64 <4733292256c23d85910a258f21770d6c> /usr/lib/libenergytrace.dylib 0x1b0a48000 - 0x1b0ad6fff IOKit arm64 <8cbd79075b063189808df404fe3ae179> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x1b0ad7000 - 0x1b0bbefff libxml2.2.dylib arm64 <1b51169d88b436ac8b374a52fc7ee591> /usr/lib/libxml2.2.dylib 0x1b0bbf000 - 0x1b0bccfff libbz2.1.0.dylib arm64 <0c1876f0044234339a72c5d1f1ab2c9b> /usr/lib/libbz2.1.0.dylib 0x1b0bcd000 - 0x1b0be5fff liblzma.5.dylib arm64 /usr/lib/liblzma.5.dylib 0x1b0be6000 - 0x1b0d5ffff libsqlite3.dylib arm64 <48776c5c404d3ed589a60f07eb2e995b> /usr/lib/libsqlite3.dylib 0x1b0d60000 - 0x1b0d94fff libMobileGestalt.dylib arm64 <0d11307f9a3e3ddb80779e03e5e6a31c> /usr/lib/libMobileGestalt.dylib 0x1b0d95000 - 0x1b1142fff CFNetwork arm64 /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x1b1143000 - 0x1b142dfff Foundation arm64 <25293172df9f3fb99e4ffd4ea250557e> /System/Library/Frameworks/Foundation.framework/Foundation 0x1b142e000 - 0x1b153cfff Security arm64 <198a5510ae6c3605898d3b06c7dec3d9> /System/Library/Frameworks/Security.framework/Security 0x1b153d000 - 0x1b15a6fff SystemConfiguration arm64 <67fe60d5ad553f63a9f973e11e5a9dad> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x1b15a7000 - 0x1b15d9fff libCRFSuite.dylib arm64 /usr/lib/libCRFSuite.dylib 0x1b15da000 - 0x1b15f0fff libapple_nghttp2.dylib arm64 <1637a851ff65353888978ec0c4d1e0ac> /usr/lib/libapple_nghttp2.dylib 0x1b15f1000 - 0x1b161afff libarchive.2.dylib arm64 <598c101a5eaa3da89ddf37e4a8003757> /usr/lib/libarchive.2.dylib 0x1b16e3000 - 0x1b16f9fff libcoretls.dylib arm64 <89b2a60485493023b95e8ec9e624c5f7> /usr/lib/libcoretls.dylib 0x1b16fa000 - 0x1b16fbfff libcoretls_cfhelpers.dylib arm64 <83728d8a332239578fb6ace719b8e0ac> /usr/lib/libcoretls_cfhelpers.dylib 0x1b16fc000 - 0x1b16fdfff liblangid.dylib arm64 /usr/lib/liblangid.dylib 0x1b16fe000 - 0x1b1a6efff libnetwork.dylib arm64 /usr/lib/libnetwork.dylib 0x1b1a6f000 - 0x1b1aa2fff libpcap.A.dylib arm64 /usr/lib/libpcap.A.dylib 0x1b1b01000 - 0x1b1b0dfff IOSurface arm64 <24abbc56094a3cdcb452e7e7e58e8ce7> /System/Library/Frameworks/IOSurface.framework/IOSurface 0x1b1b0e000 - 0x1b1bc0fff libBLAS.dylib arm64 <1227677a0887399cabb9f71366fe24db> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x1b1bc1000 - 0x1b1eddfff libLAPACK.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x1b1ede000 - 0x1b214cfff vImage arm64 <41f05566962d355e91f4477b4e772f70> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x1b214d000 - 0x1b215efff libSparseBLAS.dylib arm64 <338f8bc90d683be99382785725295111> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x1b215f000 - 0x1b21b9fff libvMisc.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x1b21ba000 - 0x1b21e8fff libBNNS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x1b21e9000 - 0x1b21fdfff libLinearAlgebra.dylib arm64 <20ba3f17bfc0399bb11c86ba2229eb39> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x1b21fe000 - 0x1b2202fff libQuadrature.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x1b2203000 - 0x1b2271fff libSparse.dylib arm64 <115f63580cd03880bd3532006327fc91> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib 0x1b2272000 - 0x1b2302fff libvDSP.dylib arm64 <7e74fa8ecbaf3facb1ac7c3e5b7b2843> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x1b2303000 - 0x1b2303fff vecLib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x1b2304000 - 0x1b2304fff Accelerate arm64 <17b91b414a5c3add8f30fe76901ab19a> /System/Library/Frameworks/Accelerate.framework/Accelerate 0x1b2305000 - 0x1b231cfff libcompression.dylib arm64 <14d85278114631f8b8384811ef3ba90d> /usr/lib/libcompression.dylib 0x1b231d000 - 0x1b28c1fff CoreGraphics arm64 /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x1b28c2000 - 0x1b28c7fff IOAccelerator arm64 <82d5bf7d8aa23351881345c17cc0f5d1> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x1b28c8000 - 0x1b28cdfff libCoreFSCache.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x1b28ce000 - 0x1b2972fff Metal arm64 <20bff78b5b9f3877a27d0083a594eb63> /System/Library/Frameworks/Metal.framework/Metal 0x1b2973000 - 0x1b2985fff GraphicsServices arm64 /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1b2986000 - 0x1b2986fff MobileCoreServices arm64 <84949e37138737c488acfe4d81f23634> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x1b2987000 - 0x1b2989fff IOSurfaceAccelerator arm64 /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x1b298a000 - 0x1b29ccfff AppleJPEG arm64 <47f914569162375c85d858d2edf92463> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x1b29cd000 - 0x1b2f69fff ImageIO arm64 /System/Library/Frameworks/ImageIO.framework/ImageIO 0x1b2f6a000 - 0x1b2fd8fff BaseBoard arm64 <345238425f6d348c8cce0c59797c54dd> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x1b2fd9000 - 0x1b2feefff AssertionServices arm64 /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x1b2fef000 - 0x1b2ff7fff CorePhoneNumbers arm64 <4123c73c515830768ad46d6c1efbb38c> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers 0x1b2ff8000 - 0x1b303bfff AppSupport arm64 <57d2d9ea472335769c846670f9fddccb> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x1b303c000 - 0x1b3054fff CrashReporterSupport arm64 <13c0b22ea99c336b80fb210972762030> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x1b3055000 - 0x1b305afff AggregateDictionary arm64 <95a34ce9fd14339383d991821b281389> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x1b305b000 - 0x1b30d6fff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib 0x1b30d7000 - 0x1b30f5fff ProtocolBuffer arm64 <91032fdf155b3f87924a7525285f16e4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x1b30f6000 - 0x1b3125fff MobileKeyBag arm64 <6dededb77a1e357e8f9e0e4a4637cd8b> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x1b3126000 - 0x1b3160fff BackBoardServices arm64 <8bdbee668d39300abe172a65eb4a21bf> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x1b3161000 - 0x1b31c3fff FrontBoardServices arm64 <3fb118c67c7c30bd8495888e2cae5eeb> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x1b31c4000 - 0x1b3209fff SpringBoardServices arm64 <2d2e5ec182f2350ea5a9806c1ec65e8d> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x1b320a000 - 0x1b321dfff PowerLog arm64 /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x1b321e000 - 0x1b3238fff CommonUtilities arm64 /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x1b3239000 - 0x1b3244fff liblockdown.dylib arm64 /usr/lib/liblockdown.dylib 0x1b3245000 - 0x1b3566fff CoreData arm64 <77d422003f2d3a87b81a262554be4dd1> /System/Library/Frameworks/CoreData.framework/CoreData 0x1b3567000 - 0x1b356efff TCC arm64 /System/Library/PrivateFrameworks/TCC.framework/TCC 0x1b356f000 - 0x1b3576fff libcupolicy.dylib arm64 <5ddf224db5933b6eac3ee6d462ddb6dc> /usr/lib/libcupolicy.dylib 0x1b3577000 - 0x1b364afff CoreTelephony arm64 <7faa89592ffa35f5a0b4d1c6e517552a> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x1b364b000 - 0x1b36a2fff Accounts arm64 /System/Library/Frameworks/Accounts.framework/Accounts 0x1b36a3000 - 0x1b36c6fff AppleSauce arm64 /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce 0x1b36c7000 - 0x1b36d0fff DataMigration arm64 <1d495a1462093f1c9c5998356a0a4484> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x1b36d1000 - 0x1b36d7fff Netrb arm64 /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x1b36d8000 - 0x1b3709fff PersistentConnection arm64 <9bf92b0151753e6497f8d56bbb89430c> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x1b370a000 - 0x1b371afff libmis.dylib arm64 /usr/lib/libmis.dylib 0x1b371b000 - 0x1b3820fff ManagedConfiguration arm64 <1ea0f673eed93dc5b0d63b3030b7e57a> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x1b3821000 - 0x1b3826fff libReverseProxyDevice.dylib arm64 <7f14b01b25433818b181f6c823088cdf> /usr/lib/libReverseProxyDevice.dylib 0x1b3827000 - 0x1b3839fff libamsupport.dylib arm64 /usr/lib/libamsupport.dylib 0x1b383a000 - 0x1b383ffff libCoreVMClient.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x1b3840000 - 0x1b3841fff libCVMSPluginSupport.dylib arm64 <515a78781c723fe18fd06ceafb327f49> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x1b3842000 - 0x1b3845fff libutil.dylib arm64 <7119d758cbad3f929f0db0096ad145ee> /usr/lib/libutil.dylib 0x1b3846000 - 0x1b3883fff libGLImage.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x1b3884000 - 0x1b3901fff APFS arm64 /System/Library/PrivateFrameworks/APFS.framework/APFS 0x1b3902000 - 0x1b3933fff MediaKit arm64 <44a29345438735ebb25a9a2313a7b0df> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit 0x1b3934000 - 0x1b394efff libSERestoreInfo.dylib arm64 <97bf44461e753b79b8db1d39ced94382> /usr/lib/updaters/libSERestoreInfo.dylib 0x1b3955000 - 0x1b3990fff DiskImages arm64 /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages 0x1b3991000 - 0x1b399afff libGFXShared.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x1b399b000 - 0x1b39e8fff libauthinstall.dylib arm64 <144e5c893c6b32c5affa7f008b418cd7> /usr/lib/libauthinstall.dylib 0x1b39e9000 - 0x1b39f1fff IOMobileFramebuffer arm64 <8d44fa21b7e63f859d5089f705d02a3e> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x1b39f2000 - 0x1b39fcfff OpenGLES arm64 /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x1b39fd000 - 0x1b3a9bfff ColorSync arm64 /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x1b3a9c000 - 0x1b3acbfff CoreVideo arm64 <904fb734803c3169a3cd15a5bc1f7617> /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x1b3acc000 - 0x1b3acdfff libCTGreenTeaLogger.dylib arm64 <2c66984be602379aafea29263178b490> /usr/lib/libCTGreenTeaLogger.dylib 0x1b3ace000 - 0x1b3c1ffff CoreAudio arm64 <58d8cad0a77531b492bd63ace658737d> /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x1b3c20000 - 0x1b3c3ffff CoreAnalytics arm64 <2cafb69811523cb98123fff76cc629d6> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics 0x1b3c40000 - 0x1b3c43fff UserFS arm64 <11a8ec06a2403df79847213fc7d494f7> /System/Library/PrivateFrameworks/UserFS.framework/UserFS 0x1b3c44000 - 0x1b3df8fff CoreMedia arm64 /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x1b3df9000 - 0x1b3e0bfff libprotobuf-lite.dylib arm64 <0e24be4937fd3374be8b526df7c2a6f4> /usr/lib/libprotobuf-lite.dylib 0x1b3e0c000 - 0x1b3e69fff libprotobuf.dylib arm64 <4c45e56e96d23931801d0b742ac8d67e> /usr/lib/libprotobuf.dylib 0x1b3e6a000 - 0x1b4187fff libAWDSupportFramework.dylib arm64 <562e58f898003072a07cca40b77a0346> /usr/lib/libAWDSupportFramework.dylib 0x1b4188000 - 0x1b41cdfff WirelessDiagnostics arm64 <2a61b25d975b37d8ae38ee7f2d1acef4> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 0x1b41ce000 - 0x1b428bfff VideoToolbox arm64 <270622373ffa3607b37bd0aa29973ef0> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x1b428c000 - 0x1b4390fff libFontParser.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x1b4391000 - 0x1b4391fff FontServices arm64 <9b1a15c31384324d82f3d0ad3b30af6f> /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x1b4392000 - 0x1b44f3fff CoreText arm64 <874860ca41c93ca0a5617a84aeea4159> /System/Library/Frameworks/CoreText.framework/CoreText 0x1b44f4000 - 0x1b4502fff IntlPreferences arm64 <3b9fa3a80d813874bf7ed224fca2aef6> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x1b4503000 - 0x1b450cfff RTCReporting arm64 <6ded5a8713db33fbba202fbe9b6aac9a> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting 0x1b450d000 - 0x1b45befff CoreBrightness arm64 <8895e1c0d236399db78bde7a3a4f5885> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 0x1b45bf000 - 0x1b45c8fff libAudioStatistics.dylib arm64 <873e634c18fd30fbad2c913cf82f51d3> /usr/lib/libAudioStatistics.dylib 0x1b45c9000 - 0x1b4b67fff AudioToolbox arm64 /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x1b4b68000 - 0x1b4da0fff QuartzCore arm64 <8060fa297c6d3d6d8fc5e517e32949d4> /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x1b4da1000 - 0x1b4dabfff MediaAccessibility arm64 /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x1b4dac000 - 0x1b4e9efff libiconv.2.dylib arm64 /usr/lib/libiconv.2.dylib 0x1b4e9f000 - 0x1b4ebafff NetworkStatistics arm64 <513eb3085b2a3bf7ad53520aa9637f49> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x1b4ebb000 - 0x1b4ed9fff MPSCore arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore 0x1b4eda000 - 0x1b4f4dfff MPSImage arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage 0x1b4f4e000 - 0x1b4f72fff MPSMatrix arm64 <20c6f1bd1aa936a99dfc663f000661a4> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix 0x1b4f73000 - 0x1b4f81fff CoreAUC arm64 <0aef421315bb36768e345479f799bef4> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x1b4f82000 - 0x1b560ffff MediaToolbox arm64 <6e58002c4a683422a1db9ecb5f1b043a> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x1b5610000 - 0x1b577afff MPSNeuralNetwork arm64 <33cf8604bd3f311ebb5e2b787b12bd1f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork 0x1b577b000 - 0x1b577bfff MetalPerformanceShaders arm64 <8bfda59148c93272b7138316ddf1054f> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x1b577c000 - 0x1b5b8efff FaceCore arm64 <090fc62fbb4d35cebc28aec9cac050c2> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x1b5b8f000 - 0x1b5b9cfff GraphVisualizer arm64 /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer 0x1b5b9d000 - 0x1b5dc1fff libFosl_dynamic.dylib arm64 <7ede3433c042323f878768e6b2aeac82> /usr/lib/libFosl_dynamic.dylib 0x1b5dc2000 - 0x1b6056fff CoreImage arm64 <4a7ba5ab212936c6b29dcb977f2a1471> /System/Library/Frameworks/CoreImage.framework/CoreImage 0x1b6057000 - 0x1b6279fff CoreMotion arm64 /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x1b627a000 - 0x1b62a8fff CoreBluetooth arm64 <552872c8ba9133b6b8e03b61f089c6bc> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x1b62a9000 - 0x1b62cafff PlugInKit arm64 <84fb63c398903b8daef3e6eabcb7cd3a> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x1b62cb000 - 0x1b6556fff Celestial arm64 <1876a183dda73974a18dd6754aee48df> /System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x1b6557000 - 0x1b65d8fff Quagga arm64 /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x1b65d9000 - 0x1b66cffff AVFAudio arm64 <75d5931f72493d498cbebdf30d4c8c5f> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio 0x1b66d0000 - 0x1b68ccfff AVFoundation arm64 <2fdf6c729aea3bac804f58a4d423858a> /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x1b68cd000 - 0x1b68eafff CacheDelete arm64 <530a2ede5dbe30ddab6103fd97b05e8a> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 0x1b68eb000 - 0x1b6924fff StreamingZip arm64 /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 0x1b6925000 - 0x1b6937fff CoreEmoji arm64 <8a100e765c883772b9b194a82993f4b1> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x1b6938000 - 0x1b6987fff CoreLocationProtobuf arm64 <351352a1039e3c8bb07e5f6a85bf5573> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf 0x1b6988000 - 0x1b698ffff SymptomDiagnosticReporter arm64 <7783836afe7639728b332ded392eff6e> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter 0x1b6990000 - 0x1b7377fff GeoServices arm64 /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x1b7378000 - 0x1b7392fff MobileAsset arm64 <3fe229af74fc39ea9ce61f966174b520> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x1b7393000 - 0x1b73cefff Lexicon arm64 /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon 0x1b73cf000 - 0x1b73e0fff libcmph.dylib arm64 <7b66dd34551b337494f840670cfacc4d> /usr/lib/libcmph.dylib 0x1b73e1000 - 0x1b74f0fff LanguageModeling arm64 <6c7318c91c883e029101c8b64b278375> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x1b7508000 - 0x1b75a2fff CoreLocation arm64 /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x1b75a3000 - 0x1b75a3fff PhoneNumbers arm64 <4f355fec17cb3c77a8ec75e177dcf312> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers 0x1b75a4000 - 0x1b75aefff libChineseTokenizer.dylib arm64 <7810a2deed8a3e6c8043722f980678af> /usr/lib/libChineseTokenizer.dylib 0x1b75af000 - 0x1b765ffff libmecab_em.dylib arm64 /usr/lib/libmecab_em.dylib 0x1b7660000 - 0x1b7661fff libThaiTokenizer.dylib arm64 /usr/lib/libThaiTokenizer.dylib 0x1b7662000 - 0x1b7666fff libgermantok.dylib arm64 <21ccc577cc9f3c90bf8afef330408136> /usr/lib/libgermantok.dylib 0x1b7667000 - 0x1b76cafff CoreNLP arm64 /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x1b789c000 - 0x1b78fdfff CoreSpotlight arm64 <76eda4d4ded236eaa227aefdbd7e7050> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 0x1b78fe000 - 0x1b85abfff JavaScriptCore arm64 <1bc6cd920d453a83a72a73d261be2117> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x1b85ac000 - 0x1b85b1fff libheimdal-asn1.dylib arm64 <19e762f603693fa380d216de53826807> /usr/lib/libheimdal-asn1.dylib 0x1b85b2000 - 0x1b862cfff libate.dylib arm64 /usr/lib/libate.dylib 0x1b862d000 - 0x1b86d4fff TextureIO arm64 <181bc23c77553f23ac6b4354f6a2c5b3> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x1b86d5000 - 0x1b8798fff CoreUI arm64 <8d6f79d88d713acb98c264f95776b2c3> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x1b8799000 - 0x1b87a6fff MobileIcons arm64 <682eaae2db8c3ed7898a5a5b27930ba8> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x1b87a7000 - 0x1b87b5fff AppleFSCompression arm64 <76258bbc7d14347388ba91e715d3ef6c> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression 0x1b87b6000 - 0x1b881efff TextInput arm64 <317ba15bc1fb3718a6b1cb0a5d8dace7> /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x1b8848000 - 0x1b887bfff DataDetectorsCore arm64 <4245d8031493392aaf02727385b6beb7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x1b887c000 - 0x1b890dfff FileProvider arm64 <5b39368c5ebe36afa34316a0f8746ca1> /System/Library/Frameworks/FileProvider.framework/FileProvider 0x1b8a04000 - 0x1b8ad9fff ProofReader arm64 <99365e679484375a939d6c3655540cda> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x1b8ada000 - 0x1b8aeffff libAccessibility.dylib arm64 /usr/lib/libAccessibility.dylib 0x1b8af0000 - 0x1b8fdefff libwebrtc.dylib arm64 <9ff202110da03d16a9b6683b8f63164a> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib 0x1b8fdf000 - 0x1b9043fff ContactsFoundation arm64 /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 0x1b9044000 - 0x1baa02fff WebCore arm64 <43e48363fdab3cc792156132de8b84a7> /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x1baa03000 - 0x1bab9cfff WebKitLegacy arm64 <6787d083461235548252c2280b10b6b8> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x1bab9d000 - 0x1babccfff DataAccessExpress arm64 <361dfa2228e139979f7c748c7d13ffed> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x1babcd000 - 0x1bac66fff AddressBookLegacy arm64 /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy 0x1bac67000 - 0x1bacbefff ProtectedCloudStorage arm64 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x1bacbf000 - 0x1bacf0fff UserNotifications arm64 <941ea9a0cdd03ef2ab89fcff03bfc5b0> /System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x1bacf1000 - 0x1bacfcfff AppleIDAuthSupport arm64 <750450df1fb53cc0bebbd730b41fe74e> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x1bacfd000 - 0x1bad52fff AuthKit arm64 /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x1bad91000 - 0x1bad91fff UIKit arm64 /System/Library/Frameworks/UIKit.framework/UIKit 0x1bad92000 - 0x1bada5fff DocumentManagerCore arm64 <72fde387821f32dea89c06e66ecc77da> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore 0x1bada6000 - 0x1badb4fff HangTracer arm64 <1546787d016b3821a3d58be07bfd3e9c> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 0x1badb5000 - 0x1bae03fff PhysicsKit arm64 <49c5ce4ab4053cdda1bdd4de6c7f033d> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x1bae04000 - 0x1bae08fff StudyLog arm64 <361514d41f653348bf94ec1edd7971e4> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog 0x1bae09000 - 0x1baef4fff UIFoundation arm64 <9677209ff8ca3ad48379988a8221181f> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x1baef5000 - 0x1bb015fff CloudKit arm64 /System/Library/Frameworks/CloudKit.framework/CloudKit 0x1bb016000 - 0x1bb01dfff IntentsFoundation arm64 /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation 0x1bb01e000 - 0x1bb304fff Intents arm64 /System/Library/Frameworks/Intents.framework/Intents 0x1bb305000 - 0x1bb31dfff libresolv.9.dylib arm64 /usr/lib/libresolv.9.dylib 0x1bb31e000 - 0x1bb320fff CoreDuetDebugLogging arm64 <298c068f209e39f6bfce6eeea7139345> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x1bb321000 - 0x1bb352fff libtidy.A.dylib arm64 <69aece969e9d370282486c7af3135cb7> /usr/lib/libtidy.A.dylib 0x1bb353000 - 0x1bb50dfff CoreDuet arm64 <24d6bc0e6e013e31a4278111ed4f61df> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x1bb50e000 - 0x1bb52efff CoreDuetContext arm64 <43a5d9f1e9cd3aa099c7809b29ef4871> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext 0x1bb52f000 - 0x1bb540fff CoreDuetDaemonProtocol arm64 <277972f876cb39bd97bd3c20067ea0ee> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x1bb541000 - 0x1bb5a7fff IMFoundation arm64 <73cd34a359d3350e90dc984aea339df4> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x1bb5a8000 - 0x1bb5d9fff vCard arm64 <076debb75e7c3eac938a7ae4cedfc297> /System/Library/PrivateFrameworks/vCard.framework/vCard 0x1bb5da000 - 0x1bb6ebfff Contacts arm64 <266c860050813d3d8a455b71810784e7> /System/Library/Frameworks/Contacts.framework/Contacts 0x1bb6ec000 - 0x1bb6edfff DiagnosticLogCollection arm64 <56261a7d229e30a4bdab9ea0dcbe9f95> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection 0x1bb6ee000 - 0x1bb6effff Marco arm64 <1763514670473edaaef61bee283dae97> /System/Library/PrivateFrameworks/Marco.framework/Marco 0x1bb6f0000 - 0x1bb6f7fff MessageProtection arm64 /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection 0x1bb6f8000 - 0x1bb9e4fff StoreServices arm64 <76bc32ac0c5b3ec6aed6865fb7357039> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 0x1bb9e5000 - 0x1bb9fbfff Engram arm64 <89c5e2d4382c331eb5d49083433d16f7> /System/Library/PrivateFrameworks/Engram.framework/Engram 0x1bb9fc000 - 0x1bbb08fff IDSFoundation arm64 <10e5afe6f2fc33aeb3974b6189c965e9> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x1bbb09000 - 0x1bbb13fff CaptiveNetwork arm64 <05f935a367443dfa8d0fc4db050923ff> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x1bbb14000 - 0x1bbb43fff EAP8021X arm64 <2e3f4aa248ed3dce99b8c8141e52491f> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x1bbb44000 - 0x1bbb81fff MobileWiFi arm64 /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x1bbb82000 - 0x1bbb84fff OAuth arm64 /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x1bbb85000 - 0x1bbb87fff CommonAuth arm64 /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth 0x1bbb88000 - 0x1bbbf7fff Heimdal arm64 <5df186d100683348a75ddd4b6cacf893> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal 0x1bbbf8000 - 0x1bbc21fff GSS arm64 /System/Library/Frameworks/GSS.framework/GSS 0x1bbc22000 - 0x1bbc39fff ApplePushService arm64 /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x1bbc3a000 - 0x1bbcc9fff AccountsDaemon arm64 /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon 0x1bbcca000 - 0x1bbcebfff AppleIDSSOAuthentication arm64 <53515468bf8b3ab589b09ef9b997e37a> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x1bbcec000 - 0x1bbd6cfff AppleAccount arm64 /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x1bbd6d000 - 0x1bbee2fff CoreUtils arm64 /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x1bbee3000 - 0x1bbfdcfff IDS arm64 <46b8e141760035ac835ab1fe0f69085f> /System/Library/PrivateFrameworks/IDS.framework/IDS 0x1bbfdd000 - 0x1bc003fff MediaServices arm64 /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x1bc004000 - 0x1bc1d7fff MediaRemote arm64 <17ac82c12b8e3200986c2aafb1a3d016> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x1bc1d8000 - 0x1bc1f2fff UserManagement arm64 /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x1bc1f3000 - 0x1bc203fff MobileBluetooth arm64 <6599ffc2cb5e32948e26174df0d748a8> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 0x1bc204000 - 0x1bc234fff Bom arm64 <1a5601365b253bc0a0d1893bf2ad8c6f> /System/Library/PrivateFrameworks/Bom.framework/Bom 0x1bc235000 - 0x1bc239fff CommunicationsFilter arm64 <80f59aade9ef321185e384ca0c1d009e> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x1bc23a000 - 0x1bc25afff FTAWD arm64 /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 0x1bc25b000 - 0x1bc2b0fff FTServices arm64 <8f6ec910c08333f5af5b8628b4cca5d2> /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x1bc2e8000 - 0x1bc2f3fff ProactiveEventTracker arm64 <333a1465e3483f4db6868ccac3f9c246> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker 0x1bc352000 - 0x1bc375fff AddressBook arm64 /System/Library/Frameworks/AddressBook.framework/AddressBook 0x1bd26d000 - 0x1bd697fff SiriTTS arm64 /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS 0x1bd698000 - 0x1bd6f6fff SAObjects arm64 /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x1bd6f7000 - 0x1bd736fff VoiceServices arm64 <8b948beb1f87372c9ce794a0cbb0e2e4> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x1bd766000 - 0x1bd88ffff AssistantServices arm64 <0f440904786d3662a4346f43d207dff1> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x1bda35000 - 0x1bda41fff BluetoothManager arm64 <7b94a40b2b9f3be48df7d94524305f3f> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 0x1bda42000 - 0x1bdab1fff CoreDAV arm64 <5ed30a5510d13ca6961a315661af7da7> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x1bdab2000 - 0x1bdae6fff iCalendar arm64 <0792d2b77dfb38d98dbb996c42450e44> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x1bdae7000 - 0x1bdaf3fff PersonaKit arm64 /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit 0x1bdaf4000 - 0x1bdb4afff CalendarFoundation arm64 /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 0x1bdb7a000 - 0x1bdc13fff CalendarDatabase arm64 /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase 0x1bdc14000 - 0x1bdc6cfff CalendarDaemon arm64 /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon 0x1bddca000 - 0x1bdeaefff EventKit arm64 /System/Library/Frameworks/EventKit.framework/EventKit 0x1be161000 - 0x1be16cfff CoreRecents arm64 /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 0x1be68c000 - 0x1be6a7fff PrototypeTools arm64 /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x1be6a8000 - 0x1be727fff CoreSymbolication arm64 <13ffa5ede3b630ad9cbfad6529327e5d> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 0x1be728000 - 0x1be876fff SearchFoundation arm64 <025e5582e4ff33dd934a616fe788b5bc> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation 0x1be877000 - 0x1be87cfff IncomingCallFilter arm64 <75d0735251a23220801ac4f605ea7070> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 0x1be934000 - 0x1be93afff libtzupdate.dylib arm64 /usr/lib/libtzupdate.dylib 0x1be93b000 - 0x1bea89fff Preferences arm64 /System/Library/PrivateFrameworks/Preferences.framework/Preferences 0x1bea8a000 - 0x1bea92fff CoreTime arm64 <11887ccfa0683b2fbfa3a178da896a78> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x1beae4000 - 0x1beb22fff DifferentialPrivacy arm64 <03d8ca78fd0c3e6eb7e6e3877ae1c89d> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy 0x1bf0a0000 - 0x1bf0a6fff MobileSystemServices arm64 /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x1bf4b8000 - 0x1bf4bcfff CoreOptimization arm64 /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization 0x1bf4bd000 - 0x1bf519fff SafariCore arm64 /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore 0x1bf51a000 - 0x1bf56efff CorePrediction arm64 /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction 0x1bf57b000 - 0x1bf677fff Navigation arm64 <2082ad9fae8a3a0b851f890cb3890709> /System/Library/PrivateFrameworks/Navigation.framework/Navigation 0x1bf678000 - 0x1bf68ffff ContactsDonation arm64 <6888a2b372ba3080b469255527fe92b6> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation 0x1bf690000 - 0x1bf6bcfff Futhark arm64 <5a58f3f20ea433068150ba0072f1228c> /System/Library/PrivateFrameworks/Futhark.framework/Futhark 0x1bf6bd000 - 0x1bf72cfff NanoRegistry arm64 <2beb6abe223d393187fe8933d8388940> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry 0x1bf785000 - 0x1bf79bfff BaseBoardUI arm64 /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI 0x1bf79c000 - 0x1bf7f3fff ContactsUICore arm64 <9a898bf2e0603bd0b03011e4559860ed> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore 0x1bf7f4000 - 0x1bf966fff ContactsUI arm64 <2e4a11abae443b38aff7835b14ba2973> /System/Library/Frameworks/ContactsUI.framework/ContactsUI 0x1bf967000 - 0x1bfa31fff CorePDF arm64 /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 0x1bfcc4000 - 0x1c01d2fff WebKit arm64 <4880a5106940311b88afd19665c680d5> /System/Library/Frameworks/WebKit.framework/WebKit 0x1c0269000 - 0x1c026efff ConstantClasses arm64 <74d07a639dd83ae4b9603404a9f9c9ba> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x1c026f000 - 0x1c0277fff CertUI arm64 <8a9796e09dea3efeafca68ce41b39e31> /System/Library/PrivateFrameworks/CertUI.framework/CertUI 0x1c0278000 - 0x1c02c2fff AXRuntime arm64 <136ec87859793fe9856e99dee1dc40f6> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime 0x1c02c3000 - 0x1c02fcfff ScreenReaderCore arm64 <344e73cbb1e83429a065c087c9322e1d> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore 0x1c02fd000 - 0x1c0317fff TextToSpeech arm64 <801582f1d2123ef69ea49699ce244b00> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech 0x1c0318000 - 0x1c036cfff CoreMIDI arm64 /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI 0x1c03fd000 - 0x1c045dfff WebBookmarks arm64 /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks 0x1c0469000 - 0x1c046bfff libAXSafeCategoryBundle.dylib arm64 <9c4239e5d4f2357c89a0d14fd774e1ec> /usr/lib/libAXSafeCategoryBundle.dylib 0x1c046c000 - 0x1c0476fff libAXSpeechManager.dylib arm64 <0fdbb5c8c199392fb3e4118e21c661cd> /usr/lib/libAXSpeechManager.dylib 0x1c0477000 - 0x1c055efff AccessibilityUtilities arm64 <1a80bf8b00423fa987cf68c4c0bf178e> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities 0x1c0aae000 - 0x1c10c7fff VectorKit arm64 /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit 0x1c10c8000 - 0x1c1314fff MapKit arm64 /System/Library/Frameworks/MapKit.framework/MapKit 0x1c1b36000 - 0x1c1b5afff MobileInstallation arm64 /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x1c1b5b000 - 0x1c1b62fff EmailAddressing arm64 /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing 0x1c1b63000 - 0x1c1b65fff MessageSupport arm64 <5b199ced5d6e383b8e018feb17b246cc> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport 0x1c1b69000 - 0x1c1bc2fff MIME arm64 <7b9b4a7883f0311fb4815bba96e98425> /System/Library/PrivateFrameworks/MIME.framework/MIME 0x1c1bf9000 - 0x1c1c30fff Notes arm64 <68061df84ff9387c931b0a524279e1b3> /System/Library/PrivateFrameworks/Notes.framework/Notes 0x1c1c31000 - 0x1c1cf7fff TelephonyUtilities arm64 <9d66f2e6043d30a3a9c6c27e37d06199> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities 0x1c1d34000 - 0x1c1d51fff AccessibilityUIUtilities arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities 0x1c1d52000 - 0x1c1da7fff DataAccess arm64 <1815523b200c3cc8817fc7ebfef09c6c> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess 0x1c1f94000 - 0x1c1ff1fff AXMediaUtilities arm64 /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities 0x1c21b3000 - 0x1c21cafff CoreFollowUp arm64 <2c49dd7ee59e301f8c5d6ff6f5df7f79> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp 0x1c223b000 - 0x1c224bfff MailServices arm64 /System/Library/PrivateFrameworks/MailServices.framework/MailServices 0x1c22d9000 - 0x1c2301fff MailSupport arm64 <1ddee1ca69ee318e9c5814a6de9b181d> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport 0x1c2302000 - 0x1c244dfff Message arm64 /System/Library/PrivateFrameworks/Message.framework/Message 0x1c275f000 - 0x1c279dfff ContactsAutocomplete arm64 <5c4a4596904236e1b9013d2562991b27> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete 0x1c297b000 - 0x1c297efff FTClientServices arm64 <9d1f004e1e6f3da2b7ac410882c016cf> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices 0x1c2e78000 - 0x1c2e85fff SetupAssistantSupport arm64 <981dd2ff655935878caceace743fb9b2> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport 0x1c2e86000 - 0x1c2eaffff SetupAssistant arm64 /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant 0x1c3c23000 - 0x1c3c28fff LinguisticData arm64 <5b4873c9a7353aedb61b0a3b893a936f> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData 0x1c449e000 - 0x1c44b7fff MetalKit arm64 <78b67b0f3d793387b60d204d33ccf4e1> /System/Library/Frameworks/MetalKit.framework/MetalKit 0x1c4f05000 - 0x1c4fcbfff PDFKit arm64 <4703b75491733bf78b4f4aba81e3454e> /System/Library/Frameworks/PDFKit.framework/PDFKit 0x1c5476000 - 0x1c54c3fff SafariSafeBrowsing arm64 /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing 0x1c59a8000 - 0x1c5a9ffff MessageUI arm64 /System/Library/Frameworks/MessageUI.framework/MessageUI 0x1c6adc000 - 0x1c6ae0fff AccessibilityUIShared arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared 0x1c6e9f000 - 0x1c6ef3fff CallKit arm64 /System/Library/Frameworks/CallKit.framework/CallKit 0x1c6ef4000 - 0x1c6efafff AccessibilityUI arm64 <45aadf2f30dc34d3ad74f6ab8b2d321c> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI 0x1c7c1a000 - 0x1c7c6bfff LoggingSupport arm64 <08c3df7b7ab93ac2b6e6f5879a149f4c> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport 0x1c9c3d000 - 0x1c9c60fff AppSupportUI arm64 <3aa9eb7449413d3688f770cc58eaa51e> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI 0x1ca8ea000 - 0x1ca8effff kperf arm64 <22b23ecb781b37c180cfdb841b7757e4> /System/Library/PrivateFrameworks/kperf.framework/kperf 0x1ca994000 - 0x1caaddfff libGLProgrammability.dylib arm64 <2390d8d408fa3d88a82b59c917d16ce2> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib 0x1cab41000 - 0x1cab61fff CellularPlanManager arm64 /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager 0x1cad1f000 - 0x1cad27fff kperfdata arm64 <4c56a9b739c639798fba77f34d34c930> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata 0x1cad6a000 - 0x1cad71fff libdscsym.dylib arm64 /usr/lib/libdscsym.dylib 0x1cb114000 - 0x1cb14bfff ktrace arm64 <11cbf8b15e4b35f19ef8fb9748bd2ca9> /System/Library/PrivateFrameworks/ktrace.framework/ktrace 0x1cb35c000 - 0x1cb35efff SpeakTypingServices arm64 <0f49db4b11df3df18e05574f1b92c78a> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices 0x1cb35f000 - 0x1cb364fff ZoomServices arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices 0x1cc1ba000 - 0x1cc1bcfff AGXCompilerConnection arm64 /System/Library/PrivateFrameworks/AGXCompilerConnection.framework/AGXCompilerConnection 0x1cc78f000 - 0x1cc798fff libGPUSupportMercury.dylib arm64 /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib 0x1cd368000 - 0x1cd3abfff BiometricKit arm64 /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit 0x1cd3ca000 - 0x1cd3d9fff CTCarrierSpace arm64 <9f8fa0c00ce03525af8a601dbceed00d> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace 0x1cd832000 - 0x1cd855fff DeviceIdentity arm64 <24adf31e822d3a6f85f3bdb46e93da94> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity 0x1cf7c8000 - 0x1cf836fff Rapport arm64 /System/Library/PrivateFrameworks/Rapport.framework/Rapport 0x1cf872000 - 0x1cf8b3fff SignpostSupport arm64 /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport 0x1d07fa000 - 0x1d080ffff libtailspin.dylib arm64 /usr/lib/libtailspin.dylib 0x1d081a000 - 0x1d082afff AccessibilitySettingsLoader arm64 <14e013536f0a34f7983fbb27e278716a> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader 0x1d0de5000 - 0x1d0e6afff AGXGLDriver arm64 /System/Library/Extensions/AGXGLDriver.bundle/AGXGLDriver 0x1d10a0000 - 0x1d10b4fff libCGInterfaces.dylib arm64 <5360f26edb763e5cb56e34e6852bc527> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x1d1ec5000 - 0x1d1facfff GLEngine arm64 <3e621967406336d6bcfc62df36472f5e> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine 0x1d373c000 - 0x1d3763fff CoreServicesInternal arm64 <72056ec6c0de31c092afd6fd784a0d8e> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x1d3db3000 - 0x1d3dbafff EmailCore arm64 <70add1f9a8c931908617110d6b7cd8cc> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore 0x1d3dc8000 - 0x1d3ddafff libGSFontCache.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x1d3ddb000 - 0x1d3e0bfff libTrueTypeScaler.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib 0x1d57ff000 - 0x1d5803fff InternationalSupport arm64 <071cd5bc30263bacba58a9d92f6a0ff9> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport 0x1d6b7f000 - 0x1d6b8bfff PersonaUI arm64 /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI 0x1d6fb6000 - 0x1d6fc0fff SignpostCollection arm64 <179498e0269030eabf6c8aa4b12633e4> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection 0x1d79fc000 - 0x1d79fffff XCTTargetBootstrap arm64 <9a025de034363df7b21e84fe72149ded> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap 0x1d7a3d000 - 0x1d7a50fff libEDR arm64 <447342f0094d3e62bc9147c343872b1f> /System/Library/PrivateFrameworks/libEDR.framework/libEDR 0x1d84ff000 - 0x1d84fffff libcharset.1.dylib arm64 /usr/lib/libcharset.1.dylib 0x1d9129000 - 0x1d9266fff CoreServices arm64 <1b1fdbf45e42320b9f1f6bfa618a9e18> /System/Library/Frameworks/CoreServices.framework/CoreServices 0x1d9290000 - 0x1d92a9fff MPSRayIntersector arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector 0x1d92d6000 - 0x1d93fcfff Network arm64 <02086028934236b895b241a7d872034a> /System/Library/Frameworks/Network.framework/Network 0x1d941f000 - 0x1d9423fff ASEProcessing arm64 /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing 0x1d9424000 - 0x1d942ffff AXCoreUtilities arm64 <0f112a4a8c7331dbbb579e3b1221bb17> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities 0x1d96ae000 - 0x1d97fbfff AppleMediaServices arm64 <2260a47bada638c28e2a7d89638cbe10> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices 0x1d9e93000 - 0x1d9eacfff DoNotDisturb arm64 /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb 0x1d9fd0000 - 0x1da023fff DocumentManager arm64 /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager 0x1da159000 - 0x1da15dfff IdleTimerServices arm64 /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices 0x1da23f000 - 0x1da267fff MetadataUtilities arm64 <9aa476a985e83c95bc2482680c97b09c> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities 0x1db367000 - 0x1db3b3fff OTSVG arm64 <47ac1e162b8c3e108277b2d92663afa5> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG 0x1db5f4000 - 0x1db641fff ROCKit arm64 /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit 0x1db85b000 - 0x1db86cfff RemoteTextInput arm64 <9da35dcb38883d23980c1fe985637f1a> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput 0x1db894000 - 0x1db928fff SampleAnalysis arm64 /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis 0x1dba7d000 - 0x1dba91fff SiriInstrumentation arm64 /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation 0x1dbad3000 - 0x1dbadafff StatsKit arm64 /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit 0x1dc6f7000 - 0x1dd7dbfff UIKitCore arm64 <40a93e939f8635c1905c7b947c7c2305> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x1dd7dc000 - 0x1dd7e6fff UIKitServices arm64 /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices 0x1dd7e7000 - 0x1dd7edfff URLFormatting arm64 <3e29a767b64b37a9baf172222eb1ecc6> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting EOF
christocracy commented 5 years ago

The plugin itself does nothing with UI.

The crash contains no reference to TSLocationManager. I haven't seen a crash from the SampleApp in months and I field-test it every day and analyze my results at http://tracker.transistorsoft.com/transistor-flutter. I don't miss any tracking, ever.

This looks like a Flutter issue specific to some iOS version with apps that happen to be launched in the background. flutter_background_geolocation, of course, listens to several iOS APIs which will cause the app to be re-launched in the background.

This link references the same error in your stacktrace.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and I will leave this open.

stale[bot] commented 4 years ago

Closing this issue after a prolonged period of inactivity. Fell free to reopen this issue, if this still affecting you.