transistorsoft / react-native-background-geolocation

Sophisticated, battery-conscious background-geolocation with motion-detection
http://shop.transistorsoft.com/pages/react-native-background-geolocation
MIT License
2.54k stars 424 forks source link

watchPosition stop working after running a few minutes #1959

Closed chanphiromsok closed 2 months ago

chanphiromsok commented 2 months ago

Your Environment

// My Config const backgroundLocationCommonConfigs: Config = { url: undefined, debug: DEV, isMoving: true, autoSync: true, enableHeadless: true, startOnBoot: true, preventSuspend: true, distanceFilter: 60, disableElasticity: true, batchSync: true, maxBatchSize: 2, speedJumpFilter: 50, maxRecordsToPersist: 2, disableAutoSyncOnCellular: false, allowIdenticalLocations: false, persistMode: BackgroundGeolocation.PERSIST_MODE_LOCATION, desiredAccuracy: BackgroundGeolocation.DESIRED_ACCURACY_HIGH, heartbeatInterval: 120, //2 minutes backgroundPermissionRationale: { message: 'Your location will be traced at frequent intervals and stored in database of app for showing your availability to users in their location and when you in-route for service.', }, notification: { title: 'NHAM24 Driver', text: 'Waiting for job', sticky: true, }, stopTimeout: Platform.select({ android: 15, ios: 30, }), };


## Expected Behavior
It should be long-running as documents say in the foreground but not the background

## Actual Behavior
after the mock location was a few minutes it stopped working GPS is still moving
I have running code in Background too
`BackgroundGeolocation.startBackgroundTask`  push to server
`BackgroundGeolocation.watchPosition` is not push to server for making marker sync with current location only

## Steps to Reproduce
1. run the code above you can see the location stop moving

## Context
Making Marker sync with the current location for the user while driving 

## Debug logs
<!-- include iOS / Android logs
- ios XCode logs,
- use #getLog #emailLog methods (@see docs)
- Android: $ adb logcat -s TSLocationManager
-->
<details><summary>Logs</summary>

``` <!-- Syntax highlighting:  DO NOT REMOVE -->
y: true]
03-01 08:45:08.391 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 08:45:08.391 23524 25670 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:08.391 23524 25670 D TSLocationManager: ║ Process LocationResult
03-01 08:45:08.391 23524 25670 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:08.391 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 6.905752, apparent speed: 6.9195914
03-01 08:45:08.392 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 3.887363
03-01 08:45:08.392 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 196212.31
03-01 08:45:08.460 23524 25827 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 08:45:08.460 23524 25827 I TSLocationManager:   ✅  INSERT: 46092cde-a506-4103-9c19-1cf1b5388e67
03-01 08:45:08.475 23524 25827 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 08:45:08.475 23524 25827 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:08.475 23524 25827 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 08:45:08.475 23524 25827 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:08.522 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 6395
03-01 08:45:08.526 23524 25827 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 08:45:08.526 23524 25827 D TSLocationManager:   ✅  Locked 1 records
03-01 08:45:08.526 23524 25827 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 08:45:08.526 23524 25827 I TSLocationManager:   🔵  HTTP POST: 46092cde-a506-4103-9c19-1cf1b5388e67
03-01 08:45:08.913 23524 25683 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 08:45:08.913 23524 25683 I TSLocationManager:   🔵  Response: 200
03-01 08:45:08.917 23524 25683 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 08:45:08.917 23524 25683 D TSLocationManager:   ✅  DESTROY: 46092cde-a506-4103-9c19-1cf1b5388e67
03-01 08:45:08.920 23524 25683 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 6395
03-01 08:45:09.411 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:09.411 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 12185, eventCount: 1]
03-01 08:45:09.412 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 08:45:09.412 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:09.412 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 08:45:09.412 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:09.412 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.566136,104.921429 hAcc=2.5552874 et=+62d15h56m8s783ms alt=0.0 vel=13.888889 bear=107.21424 mock {Bundle[{}]}]
03-01 08:45:09.412 23524 23524 D TSLocationManager: ╟─ Age: 54ms, time: 1709257509357
03-01 08:45:09.412 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 08:45:09.412 23524 25827 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:09.412 23524 25827 D TSLocationManager: ║ Process LocationResult
03-01 08:45:09.412 23524 25827 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:09.412 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 189.35095, apparent speed: 189.35095
03-01 08:45:09.412 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 2.5552874
03-01 08:45:09.413 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 196401.66
03-01 08:45:09.413 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 08:45:09.413 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 08:45:09.413 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 08:45:09.413 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:09.413 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 12185, eventCount: 0, sticky: true]
03-01 08:45:09.505 23524 25670 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 08:45:09.505 23524 25670 I TSLocationManager:   ✅  INSERT: 920bfc8f-c1aa-42dc-9d32-8f489bba59d0
03-01 08:45:09.513 23524 25670 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 08:45:09.513 23524 25670 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:09.513 23524 25670 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 08:45:09.513 23524 25670 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:09.554 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 6396
03-01 08:45:09.557 23524 25670 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 08:45:09.557 23524 25670 D TSLocationManager:   ✅  Locked 1 records
03-01 08:45:09.558 23524 25670 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 08:45:09.558 23524 25670 I TSLocationManager:   🔵  HTTP POST: 920bfc8f-c1aa-42dc-9d32-8f489bba59d0
03-01 08:45:09.958 23524 25683 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 08:45:09.958 23524 25683 I TSLocationManager:   🔵  Response: 200
03-01 08:45:09.959 23524 25683 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 08:45:09.959 23524 25683 D TSLocationManager:   ✅  DESTROY: 920bfc8f-c1aa-42dc-9d32-8f489bba59d0
03-01 08:45:09.965 23524 25683 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 6396
03-01 08:45:10.442 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:10.442 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 12186, eventCount: 1]
03-01 08:45:10.443 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 08:45:10.443 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:10.443 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 08:45:10.443 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:10.443 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.566127,104.921525 hAcc=3.3404226 et=+62d15h56m9s783ms alt=0.0 vel=13.888889 bear=95.70307 mock {Bundle[{}]}]
03-01 08:45:10.443 23524 23524 D TSLocationManager: ╟─ Age: 84ms, time: 1709257510358
03-01 08:45:10.443 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 08:45:10.443 23524 25670 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:10.443 23524 25670 D TSLocationManager: ║ Process LocationResult
03-01 08:45:10.443 23524 25670 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:10.448 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 08:45:10.448 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 08:45:10.448 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 08:45:10.448 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:10.448 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 12186, eventCount: 0, sticky: true]
03-01 08:45:10.450 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 10.546592, apparent speed: 10.546592
03-01 08:45:10.451 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 2.3959143
03-01 08:45:10.452 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 196412.2
03-01 08:45:10.559 23524 25827 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 08:45:10.559 23524 25827 I TSLocationManager:   ✅  INSERT: c5758d16-7b5c-42ed-acad-e9868ccc36b5
03-01 08:45:10.584 23524 25827 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 08:45:10.584 23524 25827 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:10.584 23524 25827 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 08:45:10.584 23524 25827 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:10.819 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 6397
03-01 08:45:10.828 23524 25827 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 08:45:10.828 23524 25827 D TSLocationManager:   ✅  Locked 1 records
03-01 08:45:10.828 23524 25827 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 08:45:10.828 23524 25827 I TSLocationManager:   🔵  HTTP POST: c5758d16-7b5c-42ed-acad-e9868ccc36b5
03-01 08:45:11.232 23524 25683 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 08:45:11.232 23524 25683 I TSLocationManager:   🔵  Response: 200
03-01 08:45:11.234 23524 25683 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 08:45:11.234 23524 25683 D TSLocationManager:   ✅  DESTROY: c5758d16-7b5c-42ed-acad-e9868ccc36b5
03-01 08:45:11.240 23524 25683 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 6397
03-01 08:45:11.428 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:11.428 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 12187, eventCount: 1]
03-01 08:45:11.428 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 08:45:11.428 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:11.428 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 08:45:11.428 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:11.428 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.566246,104.921508 hAcc=2.7530708 et=+62d15h56m10s787ms alt=0.0 vel=13.888889 bear=351.98453 mock {Bundle[{}]}]
03-01 08:45:11.428 23524 23524 D TSLocationManager: ╟─ Age: 66ms, time: 1709257511362
03-01 08:45:11.432 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 08:45:11.432 23524 25827 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:11.432 23524 25827 D TSLocationManager: ║ Process LocationResult
03-01 08:45:11.432 23524 25827 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:11.432 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.347222, apparent speed: 13.307301
03-01 08:45:11.432 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 2.5552874
03-01 08:45:11.432 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 196425.55
03-01 08:45:11.438 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 08:45:11.438 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 08:45:11.438 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 08:45:11.438 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:11.438 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 12187, eventCount: 0, sticky: true]
03-01 08:45:11.520 23524 25670 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 08:45:11.520 23524 25670 I TSLocationManager:   ✅  INSERT: 322e69c7-408c-4771-be88-ddfd247a50ad
03-01 08:45:11.540 23524 25670 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 08:45:11.540 23524 25670 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:11.540 23524 25670 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 08:45:11.540 23524 25670 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:11.591 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 6398
03-01 08:45:11.595 23524 25670 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 08:45:11.595 23524 25670 D TSLocationManager:   ✅  Locked 1 records
03-01 08:45:11.595 23524 25670 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 08:45:11.595 23524 25670 I TSLocationManager:   🔵  HTTP POST: 322e69c7-408c-4771-be88-ddfd247a50ad
03-01 08:45:12.036 23524 25683 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 08:45:12.036 23524 25683 I TSLocationManager:   🔵  Response: 200
03-01 08:45:12.037 23524 25683 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 08:45:12.037 23524 25683 D TSLocationManager:   ✅  DESTROY: 322e69c7-408c-4771-be88-ddfd247a50ad
03-01 08:45:12.042 23524 25683 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 6398
03-01 08:45:12.428 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:12.428 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 12188, eventCount: 1]
03-01 08:45:12.429 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 08:45:12.429 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:12.429 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 08:45:12.429 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:12.429 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.566366,104.921491 hAcc=2.3821683 et=+62d15h56m11s783ms alt=0.0 vel=13.888889 bear=351.98453 mock {Bundle[{}]}]
03-01 08:45:12.429 23524 23524 D TSLocationManager: ╟─ Age: 71ms, time: 1709257512357
03-01 08:45:12.432 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 08:45:12.432 23524 25670 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:12.432 23524 25670 D TSLocationManager: ║ Process LocationResult
03-01 08:45:12.432 23524 25670 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:12.433 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.333332, apparent speed: 13.400334
03-01 08:45:12.433 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 2.3821683
03-01 08:45:12.434 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 196438.88
03-01 08:45:12.436 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 08:45:12.436 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 08:45:12.436 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 08:45:12.437 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:12.437 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 12188, eventCount: 0, sticky: true]
03-01 08:45:12.506 23524 25827 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 08:45:12.506 23524 25827 I TSLocationManager:   ✅  INSERT: c886f8d5-315b-44b2-b80e-9f00007aaf49
03-01 08:45:12.518 23524 25827 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 08:45:12.518 23524 25827 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:12.518 23524 25827 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 08:45:12.518 23524 25827 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:12.579 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 6399
03-01 08:45:12.582 23524 25827 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 08:45:12.582 23524 25827 D TSLocationManager:   ✅  Locked 1 records
03-01 08:45:12.582 23524 25827 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 08:45:12.582 23524 25827 I TSLocationManager:   🔵  HTTP POST: c886f8d5-315b-44b2-b80e-9f00007aaf49
03-01 08:45:12.972 23524 25683 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 08:45:12.972 23524 25683 I TSLocationManager:   🔵  Response: 200
03-01 08:45:12.974 23524 25683 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 08:45:12.974 23524 25683 D TSLocationManager:   ✅  DESTROY: c886f8d5-315b-44b2-b80e-9f00007aaf49
03-01 08:45:12.979 23524 25683 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 6399
03-01 08:45:13.393 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:13.393 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 12189, eventCount: 1]
03-01 08:45:13.393 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 08:45:13.393 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:13.393 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 08:45:13.393 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:13.393 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.566487,104.921473 hAcc=2.7381134 et=+62d15h56m12s783ms alt=0.0 vel=13.888889 bear=351.98453 mock {Bundle[{}]}]
03-01 08:45:13.393 23524 23524 D TSLocationManager: ╟─ Age: 35ms, time: 1709257513357
03-01 08:45:13.397 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 08:45:13.397 23524 25827 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:13.397 23524 25827 D TSLocationManager: ║ Process LocationResult
03-01 08:45:13.397 23524 25827 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:13.398 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.569444, apparent speed: 13.569444
03-01 08:45:13.398 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 2.7381134
03-01 08:45:13.398 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 196452.44
03-01 08:45:13.399 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 08:45:13.400 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 08:45:13.400 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 08:45:13.400 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:13.400 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 12189, eventCount: 0, sticky: true]
03-01 08:45:13.473 23524 25670 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 08:45:13.473 23524 25670 I TSLocationManager:   ✅  INSERT: af6f1e6c-db0e-4faa-be84-7724ab152a10
03-01 08:45:13.486 23524 25670 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 08:45:13.486 23524 25670 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:13.486 23524 25670 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 08:45:13.486 23524 25670 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:13.539 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 6400
03-01 08:45:13.543 23524 25670 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 08:45:13.543 23524 25670 D TSLocationManager:   ✅  Locked 1 records
03-01 08:45:13.543 23524 25670 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 08:45:13.543 23524 25670 I TSLocationManager:   🔵  HTTP POST: af6f1e6c-db0e-4faa-be84-7724ab152a10
03-01 08:45:14.059 23524 25683 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 08:45:14.059 23524 25683 I TSLocationManager:   🔵  Response: 200
03-01 08:45:14.061 23524 25683 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 08:45:14.061 23524 25683 D TSLocationManager:   ✅  DESTROY: af6f1e6c-db0e-4faa-be84-7724ab152a10
03-01 08:45:14.065 23524 25683 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 6400
03-01 08:45:14.415 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:14.415 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 12190, eventCount: 1]
03-01 08:45:14.416 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 08:45:14.416 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:14.416 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 08:45:14.416 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:14.416 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.566609,104.921456 hAcc=3.4609802 et=+62d15h56m13s783ms alt=0.0 vel=13.888889 bear=351.98453 mock {Bundle[{}]}]
03-01 08:45:14.416 23524 23524 D TSLocationManager: ╟─ Age: 58ms, time: 1709257514357
03-01 08:45:14.418 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 08:45:14.418 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 08:45:14.418 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 08:45:14.418 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:14.418 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 12190, eventCount: 0, sticky: true]
03-01 08:45:14.424 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 08:45:14.424 23524 25670 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:14.424 23524 25670 D TSLocationManager: ║ Process LocationResult
03-01 08:45:14.424 23524 25670 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:14.424 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.652776, apparent speed: 13.666443
03-01 08:45:14.424 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 2.5552874
03-01 08:45:14.425 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 196466.1
03-01 08:45:14.487 23524 25827 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 08:45:14.487 23524 25827 I TSLocationManager:   ✅  INSERT: 50e1fc14-059f-460d-a762-01b706bb3858
03-01 08:45:14.499 23524 25827 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 08:45:14.499 23524 25827 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:14.499 23524 25827 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 08:45:14.499 23524 25827 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:14.605 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 6401
03-01 08:45:14.611 23524 25827 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 08:45:14.611 23524 25827 D TSLocationManager:   ✅  Locked 1 records
03-01 08:45:14.611 23524 25827 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 08:45:14.611 23524 25827 I TSLocationManager:   🔵  HTTP POST: 50e1fc14-059f-460d-a762-01b706bb3858
03-01 08:45:14.994 23524 25683 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 08:45:14.994 23524 25683 I TSLocationManager:   🔵  Response: 200
03-01 08:45:14.995 23524 25683 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 08:45:14.995 23524 25683 D TSLocationManager:   ✅  DESTROY: 50e1fc14-059f-460d-a762-01b706bb3858
03-01 08:45:15.000 23524 25683 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 6401
03-01 08:45:15.433 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:15.433 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 12191, eventCount: 1]
03-01 08:45:15.434 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 08:45:15.434 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:15.434 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 08:45:15.434 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:15.434 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.566731,104.921438 hAcc=3.8652732 et=+62d15h56m14s784ms alt=0.0 vel=13.888889 bear=351.98453 mock {Bundle[{}]}]
03-01 08:45:15.434 23524 23524 D TSLocationManager: ╟─ Age: 75ms, time: 1709257515358
03-01 08:45:15.435 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 08:45:15.435 23524 25827 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:15.435 23524 25827 D TSLocationManager: ║ Process LocationResult
03-01 08:45:15.435 23524 25827 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:15.435 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.5972185, apparent speed: 13.5972185
03-01 08:45:15.435 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 2.8986025
03-01 08:45:15.436 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 08:45:15.436 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 08:45:15.436 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 08:45:15.436 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 196479.69
03-01 08:45:15.436 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:15.436 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 12191, eventCount: 0, sticky: true]
03-01 08:45:15.538 23524 25670 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 08:45:15.538 23524 25670 I TSLocationManager:   ✅  INSERT: 65e0e183-3244-494c-87f3-51e89e55c9a4
03-01 08:45:15.552 23524 25670 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 08:45:15.552 23524 25670 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:15.552 23524 25670 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 08:45:15.552 23524 25670 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:15.594 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 6402
03-01 08:45:15.601 23524 25670 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 08:45:15.601 23524 25670 D TSLocationManager:   ✅  Locked 1 records
03-01 08:45:15.609 23524 25670 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 08:45:15.609 23524 25670 I TSLocationManager:   🔵  HTTP POST: 65e0e183-3244-494c-87f3-51e89e55c9a4
03-01 08:45:16.009 23524 25683 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 08:45:16.009 23524 25683 I TSLocationManager:   🔵  Response: 200
03-01 08:45:16.011 23524 25683 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 08:45:16.011 23524 25683 D TSLocationManager:   ✅  DESTROY: 65e0e183-3244-494c-87f3-51e89e55c9a4
03-01 08:45:16.016 23524 25683 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 6402
03-01 08:45:16.460 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:16.460 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 12192, eventCount: 1]
03-01 08:45:16.460 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 08:45:16.460 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:16.460 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 08:45:16.460 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:16.460 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.566850,104.921421 hAcc=3.0839596 et=+62d15h56m15s783ms alt=0.0 vel=13.888889 bear=351.98456 mock {Bundle[{}]}]
03-01 08:45:16.460 23524 23524 D TSLocationManager: ╟─ Age: 102ms, time: 1709257516358
03-01 08:45:16.461 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 08:45:16.461 23524 25670 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:16.461 23524 25670 D TSLocationManager: ║ Process LocationResult
03-01 08:45:16.461 23524 25670 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:16.462 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.319439, apparent speed: 13.332772
03-01 08:45:16.462 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 2.7530708
03-01 08:45:16.462 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 196493.0
03-01 08:45:16.464 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 08:45:16.464 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 08:45:16.464 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 08:45:16.464 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:16.464 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 12192, eventCount: 0, sticky: true]
03-01 08:45:16.547 23524 25827 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 08:45:16.547 23524 25827 I TSLocationManager:   ✅  INSERT: b6065163-20dc-4cad-82f9-4f209e2dba7c
03-01 08:45:16.558 23524 25827 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 08:45:16.558 23524 25827 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:16.558 23524 25827 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 08:45:16.558 23524 25827 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:16.623 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 6403
03-01 08:45:16.627 23524 25827 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 08:45:16.627 23524 25827 D TSLocationManager:   ✅  Locked 1 records
03-01 08:45:16.628 23524 25827 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 08:45:16.628 23524 25827 I TSLocationManager:   🔵  HTTP POST: b6065163-20dc-4cad-82f9-4f209e2dba7c
03-01 08:45:17.022 23524 25683 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 08:45:17.022 23524 25683 I TSLocationManager:   🔵  Response: 200
03-01 08:45:17.023 23524 25683 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 08:45:17.023 23524 25683 D TSLocationManager:   ✅  DESTROY: b6065163-20dc-4cad-82f9-4f209e2dba7c
03-01 08:45:17.032 23524 25683 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 6403
03-01 08:45:17.426 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:17.426 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 12193, eventCount: 1]
03-01 08:45:17.426 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 08:45:17.426 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:17.426 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 08:45:17.426 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:17.426 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.566927,104.921455 hAcc=3.9800777 et=+62d15h56m16s783ms alt=0.0 vel=13.888889 bear=23.533655 mock {Bundle[{}]}]
03-01 08:45:17.426 23524 23524 D TSLocationManager: ╟─ Age: 68ms, time: 1709257517358
03-01 08:45:17.427 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 08:45:17.427 23524 25827 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:17.427 23524 25827 D TSLocationManager: ║ Process LocationResult
03-01 08:45:17.427 23524 25827 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:17.427 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 9.297968, apparent speed: 9.297968
03-01 08:45:17.428 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 08:45:17.428 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 08:45:17.428 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 08:45:17.428 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:17.428 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 12193, eventCount: 0, sticky: true]
03-01 08:45:17.429 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 2.3821683
03-01 08:45:17.429 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 196502.3
03-01 08:45:17.501 23524 25670 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 08:45:17.501 23524 25670 I TSLocationManager:   ✅  INSERT: adc4896d-d8f1-4834-8d06-69f7ce11c09d
03-01 08:45:17.525 23524 25670 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 08:45:17.525 23524 25670 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:17.525 23524 25670 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 08:45:17.525 23524 25670 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:17.575 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 6404
03-01 08:45:17.578 23524 25670 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 08:45:17.578 23524 25670 D TSLocationManager:   ✅  Locked 1 records
03-01 08:45:17.579 23524 25670 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 08:45:17.579 23524 25670 I TSLocationManager:   🔵  HTTP POST: adc4896d-d8f1-4834-8d06-69f7ce11c09d
03-01 08:45:17.993 23524 25683 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 08:45:17.993 23524 25683 I TSLocationManager:   🔵  Response: 200
03-01 08:45:17.995 23524 25683 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 08:45:17.995 23524 25683 D TSLocationManager:   ✅  DESTROY: adc4896d-d8f1-4834-8d06-69f7ce11c09d
03-01 08:45:18.016 23524 25683 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 6404
03-01 08:45:18.420 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:18.420 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 12194, eventCount: 1]
03-01 08:45:18.420 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 08:45:18.420 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:18.420 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 08:45:18.420 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:18.420 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.566952,104.921576 hAcc=3.2465189 et=+62d15h56m17s783ms alt=0.0 vel=13.888889 bear=78.134445 mock {Bundle[{}]}]
03-01 08:45:18.420 23524 23524 D TSLocationManager: ╟─ Age: 62ms, time: 1709257518358
03-01 08:45:18.421 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 08:45:18.422 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 08:45:18.422 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 08:45:18.422 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:18.422 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 12194, eventCount: 0, sticky: true]
03-01 08:45:18.422 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 08:45:18.422 23524 25670 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:18.422 23524 25670 D TSLocationManager: ║ Process LocationResult
03-01 08:45:18.422 23524 25670 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:18.422 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.486116, apparent speed: 13.499616
03-01 08:45:18.423 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 2.7381134
03-01 08:45:18.424 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 196515.78
03-01 08:45:18.492 23524 25827 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 08:45:18.492 23524 25827 I TSLocationManager:   ✅  INSERT: 2c0ae82f-6115-44b9-9c7d-383f5b84ec6a
03-01 08:45:18.502 23524 25827 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 08:45:18.502 23524 25827 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:18.502 23524 25827 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 08:45:18.502 23524 25827 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:18.539 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 6405
03-01 08:45:18.541 23524 25827 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 08:45:18.541 23524 25827 D TSLocationManager:   ✅  Locked 1 records
03-01 08:45:18.542 23524 25827 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 08:45:18.542 23524 25827 I TSLocationManager:   🔵  HTTP POST: 2c0ae82f-6115-44b9-9c7d-383f5b84ec6a
03-01 08:45:18.949 23524 25683 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 08:45:18.949 23524 25683 I TSLocationManager:   🔵  Response: 200
03-01 08:45:18.952 23524 25683 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 08:45:18.952 23524 25683 D TSLocationManager:   ✅  DESTROY: 2c0ae82f-6115-44b9-9c7d-383f5b84ec6a
03-01 08:45:18.958 23524 25683 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 6405
03-01 08:45:19.387 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:19.387 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 12195, eventCount: 1]
03-01 08:45:19.387 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 08:45:19.387 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:19.387 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 08:45:19.387 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:19.387 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.566977,104.921696 hAcc=2.5723984 et=+62d15h56m18s783ms alt=0.0 vel=13.888889 bear=78.134445 mock {Bundle[{}]}]
03-01 08:45:19.387 23524 23524 D TSLocationManager: ╟─ Age: 29ms, time: 1709257519357
03-01 08:45:19.387 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 08:45:19.387 23524 25827 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:19.387 23524 25827 D TSLocationManager: ║ Process LocationResult
03-01 08:45:19.387 23524 25827 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:19.388 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.36112, apparent speed: 13.374495
03-01 08:45:19.388 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 08:45:19.388 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 3.4609802
03-01 08:45:19.388 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 08:45:19.388 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 08:45:19.388 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:19.388 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 12195, eventCount: 0, sticky: true]
03-01 08:45:19.388 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 196529.14
03-01 08:45:19.438 23524 25670 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 08:45:19.438 23524 25670 I TSLocationManager:   ✅  INSERT: 47305723-9cab-4d30-9427-9956690895ed
03-01 08:45:19.451 23524 25670 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 08:45:19.451 23524 25670 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:19.451 23524 25670 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 08:45:19.451 23524 25670 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:19.470 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 6406
03-01 08:45:19.472 23524 25670 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 08:45:19.472 23524 25670 D TSLocationManager:   ✅  Locked 1 records
03-01 08:45:19.472 23524 25670 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 08:45:19.472 23524 25670 I TSLocationManager:   🔵  HTTP POST: 47305723-9cab-4d30-9427-9956690895ed
03-01 08:45:19.859 23524 25683 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 08:45:19.859 23524 25683 I TSLocationManager:   🔵  Response: 200
03-01 08:45:19.859 23524 25683 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 08:45:19.859 23524 25683 D TSLocationManager:   ✅  DESTROY: 47305723-9cab-4d30-9427-9956690895ed
03-01 08:45:19.863 23524 25683 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 6406
03-01 08:45:20.437 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:20.437 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 12196, eventCount: 1]
03-01 08:45:20.438 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 08:45:20.438 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:20.438 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 08:45:20.438 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:20.438 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.567003,104.921819 hAcc=3.69439 et=+62d15h56m19s783ms alt=0.0 vel=13.888889 bear=78.134445 mock {Bundle[{}]}]
03-01 08:45:20.438 23524 23524 D TSLocationManager: ╟─ Age: 79ms, time: 1709257520358
03-01 08:45:20.441 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 08:45:20.441 23524 25670 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:20.441 23524 25670 D TSLocationManager: ║ Process LocationResult
03-01 08:45:20.441 23524 25670 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:20.441 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.666676, apparent speed: 13.666676
03-01 08:45:20.442 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 3.8652732
03-01 08:45:20.442 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 196542.81
03-01 08:45:20.445 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 08:45:20.445 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 08:45:20.445 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 08:45:20.445 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:20.445 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 12196, eventCount: 0, sticky: true]
03-01 08:45:20.503 23524 25827 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 08:45:20.503 23524 25827 I TSLocationManager:   ✅  INSERT: 27883ebf-ab8f-471f-b7f8-7ea989b2f436
03-01 08:45:20.518 23524 25827 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 08:45:20.518 23524 25827 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:20.518 23524 25827 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 08:45:20.518 23524 25827 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:20.564 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 6407
03-01 08:45:20.567 23524 25827 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 08:45:20.567 23524 25827 D TSLocationManager:   ✅  Locked 1 records
03-01 08:45:20.567 23524 25827 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 08:45:20.567 23524 25827 I TSLocationManager:   🔵  HTTP POST: 27883ebf-ab8f-471f-b7f8-7ea989b2f436
03-01 08:45:21.119 23524 25683 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 08:45:21.119 23524 25683 I TSLocationManager:   🔵  Response: 200
03-01 08:45:21.121 23524 25683 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 08:45:21.121 23524 25683 D TSLocationManager:   ✅  DESTROY: 27883ebf-ab8f-471f-b7f8-7ea989b2f436
03-01 08:45:21.126 23524 25683 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 6407
03-01 08:45:21.396 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:21.396 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 12197, eventCount: 1]
03-01 08:45:21.397 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 08:45:21.397 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:21.397 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 08:45:21.397 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:21.397 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.567028,104.921939 hAcc=2.000279 et=+62d15h56m20s783ms alt=0.0 vel=13.888889 bear=78.134445 mock {Bundle[{}]}]
03-01 08:45:21.397 23524 23524 D TSLocationManager: ╟─ Age: 38ms, time: 1709257521357
03-01 08:45:21.397 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 08:45:21.397 23524 25827 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:21.397 23524 25827 D TSLocationManager: ║ Process LocationResult
03-01 08:45:21.397 23524 25827 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:21.397 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.430567, apparent speed: 13.444011
03-01 08:45:21.398 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 3.8652732
03-01 08:45:21.398 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 196556.25
03-01 08:45:21.405 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 08:45:21.405 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 08:45:21.405 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 08:45:21.405 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:21.405 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 12197, eventCount: 0, sticky: true]
03-01 08:45:21.495 23524 25670 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 08:45:21.495 23524 25670 I TSLocationManager:   ✅  INSERT: 5fc27775-8915-478a-a2cb-596e57ac5dcb
03-01 08:45:21.515 23524 25670 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 08:45:21.515 23524 25670 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:21.515 23524 25670 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 08:45:21.515 23524 25670 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:21.551 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 6408
03-01 08:45:21.558 23524 25670 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 08:45:21.558 23524 25670 D TSLocationManager:   ✅  Locked 1 records
03-01 08:45:21.559 23524 25670 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 08:45:21.559 23524 25670 I TSLocationManager:   🔵  HTTP POST: 5fc27775-8915-478a-a2cb-596e57ac5dcb
03-01 08:45:21.925 23524 25683 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 08:45:21.925 23524 25683 I TSLocationManager:   🔵  Response: 200
03-01 08:45:21.926 23524 25683 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 08:45:21.926 23524 25683 D TSLocationManager:   ✅  DESTROY: 5fc27775-8915-478a-a2cb-596e57ac5dcb
03-01 08:45:21.941 23524 25683 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 6408
03-01 08:45:22.470 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:22.470 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 12198, eventCount: 1]
03-01 08:45:22.472 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 08:45:22.472 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:22.472 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 08:45:22.472 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:22.472 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.567053,104.922062 hAcc=2.1253972 et=+62d15h56m21s783ms alt=0.0 vel=13.888889 bear=78.134445 mock {Bundle[{}]}]
03-01 08:45:22.472 23524 23524 D TSLocationManager: ╟─ Age: 113ms, time: 1709257522357
03-01 08:45:22.473 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 08:45:22.473 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 08:45:22.473 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 08:45:22.473 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:22.473 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 12198, eventCount: 0, sticky: true]
03-01 08:45:22.474 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 08:45:22.474 23524 25670 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:22.474 23524 25670 D TSLocationManager: ║ Process LocationResult
03-01 08:45:22.474 23524 25670 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:22.474 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.652786, apparent speed: 13.666452
03-01 08:45:22.474 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 3.0839596
03-01 08:45:22.474 23524 25670 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 196569.9
03-01 08:45:22.582 23524 25827 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 08:45:22.582 23524 25827 I TSLocationManager:   ✅  INSERT: d7d8b7ac-09ff-4d35-bd1d-3334e32d4424
03-01 08:45:22.600 23524 25827 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 08:45:22.600 23524 25827 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:22.600 23524 25827 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 08:45:22.600 23524 25827 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:22.704 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 6409
03-01 08:45:22.709 23524 25827 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 08:45:22.709 23524 25827 D TSLocationManager:   ✅  Locked 1 records
03-01 08:45:22.709 23524 25827 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 08:45:22.709 23524 25827 I TSLocationManager:   🔵  HTTP POST: d7d8b7ac-09ff-4d35-bd1d-3334e32d4424
03-01 08:45:23.267 23524 25683 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 08:45:23.267 23524 25683 I TSLocationManager:   🔵  Response: 200
03-01 08:45:23.269 23524 25683 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 08:45:23.269 23524 25683 D TSLocationManager:   ✅  DESTROY: d7d8b7ac-09ff-4d35-bd1d-3334e32d4424
03-01 08:45:23.274 23524 25683 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 6409
03-01 08:45:23.404 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:23.404 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 12199, eventCount: 1]
03-01 08:45:23.405 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 08:45:23.405 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:23.405 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 08:45:23.405 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:23.405 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.567076,104.922174 hAcc=2.0795074 et=+62d15h56m22s783ms alt=0.0 vel=13.888889 bear=78.13444 mock {Bundle[{}]}]
03-01 08:45:23.405 23524 23524 D TSLocationManager: ╟─ Age: 47ms, time: 1709257523357
03-01 08:45:23.406 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 08:45:23.406 23524 25827 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:23.406 23524 25827 D TSLocationManager: ║ Process LocationResult
03-01 08:45:23.406 23524 25827 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:23.406 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 12.45834, apparent speed: 12.470811
03-01 08:45:23.406 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 3.0839596
03-01 08:45:23.407 23524 25827 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 196582.36
03-01 08:45:23.408 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 08:45:23.408 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 08:45:23.408 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 08:45:23.408 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:23.408 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 12199, eventCount: 0, sticky: true]
03-01 08:45:23.478 23524 25670 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 08:45:23.478 23524 25670 I TSLocationManager:   ✅  INSERT: 5da80aec-ec6a-44de-a92e-a6a0aa7a5d98
03-01 08:45:23.492 23524 25670 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 08:45:23.492 23524 25670 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 08:45:23.492 23524 25670 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 08:45:23.492 23524 25670 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 08:45:23.531 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 6410
03-01 08:45:23.533 23524 25670 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 08:45:23.533 23524 25670 D TSLocationManager:   ✅  Locked 1 records
03-01 08:45:23.534 23524 25670 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 08:45:23.534 23524 25670 I TSLocationManager:   🔵  HTTP POST: 5da80aec-ec6a-44de-a92e-a6a0aa7a5d98
03-01 08:45:24.089 23524 25683 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 08:45:24.089 23524 25683 I TSLocationManager:   🔵  Response: 200
03-01 08:45:24.091 23524 25683 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 08:45:24.091 23524 25683 D TSLocationManager:   ✅  DESTROY: 5da80aec-ec6a-44de-a92e-a6a0aa7a5d98
03-01 08:45:24.094 23524 25683 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 6410
03-01 08:45:24.411 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 08:45:24.411 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 12200, eventCount: 1]

christocracy commented 2 months ago

Your logs show nothing unusual and no evidence of "stopping".

chanphiromsok commented 2 months ago

too much log github not allow I will upload file instead

christocracy commented 2 months ago

Why are you even using .watchPosition? It's not required.

chanphiromsok commented 2 months ago
03-01 09:33:01.429 23524 17279 D TSLocationManager: ║ Process LocationResult
03-01 09:33:01.429 23524 17279 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:01.429 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 12.670788, apparent speed: 12.683472
03-01 09:33:01.429 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 3.666966
03-01 09:33:01.430 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 244247.81
03-01 09:33:01.432 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 09:33:01.432 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 09:33:01.432 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 09:33:01.432 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:01.432 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 15057, eventCount: 0, sticky: true]
03-01 09:33:01.549 23524 11502 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 09:33:01.549 23524 11502 I TSLocationManager:   ✅  INSERT: fab98a87-5cca-407e-8d0a-28bfa4cbf053
03-01 09:33:01.562 23524 11502 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 09:33:01.562 23524 11502 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:01.562 23524 11502 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 09:33:01.562 23524 11502 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:01.599 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 9180
03-01 09:33:01.605 23524 11502 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 09:33:01.605 23524 11502 D TSLocationManager:   ✅  Locked 1 records
03-01 09:33:01.606 23524 11502 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 09:33:01.606 23524 11502 I TSLocationManager:   🔵  HTTP POST: fab98a87-5cca-407e-8d0a-28bfa4cbf053
03-01 09:33:01.978 23524 11977 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 09:33:01.978 23524 11977 I TSLocationManager:   🔵  Response: 200
03-01 09:33:01.979 23524 11977 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 09:33:01.979 23524 11977 D TSLocationManager:   ✅  DESTROY: fab98a87-5cca-407e-8d0a-28bfa4cbf053
03-01 09:33:01.998 23524 11977 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 9180
03-01 09:33:02.426 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:02.426 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 15058, eventCount: 1]
03-01 09:33:02.426 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 09:33:02.426 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:02.426 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 09:33:02.426 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:02.426 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.567521,104.922090 hAcc=3.46553 et=+62d16h44m1s783ms alt=0.0 vel=13.888889 bear=264.35605 mock {Bundle[{}]}]
03-01 09:33:02.426 23524 23524 D TSLocationManager: ╟─ Age: 68ms, time: 1709260382357
03-01 09:33:02.427 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 09:33:02.427 23524 11502 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:02.427 23524 11502 D TSLocationManager: ║ Process LocationResult
03-01 09:33:02.427 23524 11502 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:02.427 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.555555, apparent speed: 13.555555
03-01 09:33:02.427 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 3.0404592
03-01 09:33:02.427 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 244261.38
03-01 09:33:02.428 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 09:33:02.428 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 09:33:02.428 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 09:33:02.428 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:02.428 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 15058, eventCount: 0, sticky: true]
03-01 09:33:02.494 23524 17279 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 09:33:02.494 23524 17279 I TSLocationManager:   ✅  INSERT: 880bcea9-4755-4b77-8d0a-846745d99733
03-01 09:33:02.505 23524 17279 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 09:33:02.505 23524 17279 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:02.505 23524 17279 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 09:33:02.505 23524 17279 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:02.557 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 9181
03-01 09:33:02.561 23524 17279 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 09:33:02.561 23524 17279 D TSLocationManager:   ✅  Locked 1 records
03-01 09:33:02.561 23524 17279 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 09:33:02.561 23524 17279 I TSLocationManager:   🔵  HTTP POST: 880bcea9-4755-4b77-8d0a-846745d99733
03-01 09:33:02.974 23524 11977 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 09:33:02.974 23524 11977 I TSLocationManager:   🔵  Response: 200
03-01 09:33:02.983 23524 11977 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 09:33:02.983 23524 11977 D TSLocationManager:   ✅  DESTROY: 880bcea9-4755-4b77-8d0a-846745d99733
03-01 09:33:02.987 23524 11977 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 9181
03-01 09:33:03.417 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:03.417 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 15059, eventCount: 1]
03-01 09:33:03.418 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 09:33:03.418 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:03.418 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 09:33:03.418 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:03.418 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.567510,104.921969 hAcc=2.7784634 et=+62d16h44m2s782ms alt=0.0 vel=13.888889 bear=264.35605 mock {Bundle[{}]}]
03-01 09:33:03.418 23524 23524 D TSLocationManager: ╟─ Age: 60ms, time: 1709260383357
03-01 09:33:03.419 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 09:33:03.419 23524 17279 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:03.419 23524 17279 D TSLocationManager: ║ Process LocationResult
03-01 09:33:03.419 23524 17279 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:03.419 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.222221, apparent speed: 13.235457
03-01 09:33:03.419 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 2.7784634
03-01 09:33:03.419 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 244274.6
03-01 09:33:03.421 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 09:33:03.421 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 09:33:03.421 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 09:33:03.422 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:03.422 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 15059, eventCount: 0, sticky: true]
03-01 09:33:03.496 23524 11502 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 09:33:03.496 23524 11502 I TSLocationManager:   ✅  INSERT: 7d281b83-8c91-49d9-9c62-b5a1279164ca
03-01 09:33:03.516 23524 11502 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 09:33:03.516 23524 11502 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:03.516 23524 11502 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 09:33:03.516 23524 11502 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:03.555 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 9182
03-01 09:33:03.565 23524 11502 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 09:33:03.565 23524 11502 D TSLocationManager:   ✅  Locked 1 records
03-01 09:33:03.565 23524 11502 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 09:33:03.565 23524 11502 I TSLocationManager:   🔵  HTTP POST: 7d281b83-8c91-49d9-9c62-b5a1279164ca
03-01 09:33:03.942 23524 11977 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 09:33:03.942 23524 11977 I TSLocationManager:   🔵  Response: 200
03-01 09:33:03.943 23524 11977 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 09:33:03.943 23524 11977 D TSLocationManager:   ✅  DESTROY: 7d281b83-8c91-49d9-9c62-b5a1279164ca
03-01 09:33:03.947 23524 11977 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 9182
03-01 09:33:04.443 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:04.443 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 15060, eventCount: 1]
03-01 09:33:04.444 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 09:33:04.444 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:04.444 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 09:33:04.444 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:04.444 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.567535,104.921860 hAcc=3.7675378 et=+62d16h44m3s783ms alt=0.0 vel=13.888889 bear=283.26013 mock {Bundle[{}]}]
03-01 09:33:04.444 23524 23524 D TSLocationManager: ╟─ Age: 85ms, time: 1709260384358
03-01 09:33:04.445 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 09:33:04.445 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 09:33:04.445 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 09:33:04.445 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:04.445 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 15060, eventCount: 0, sticky: true]
03-01 09:33:04.446 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 09:33:04.446 23524 11502 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:04.446 23524 11502 D TSLocationManager: ║ Process LocationResult
03-01 09:33:04.446 23524 11502 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:04.446 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 12.236561, apparent speed: 12.236561
03-01 09:33:04.447 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 3.9641135
03-01 09:33:04.447 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 244286.83
03-01 09:33:04.522 23524 17279 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 09:33:04.522 23524 17279 I TSLocationManager:   ✅  INSERT: a8d57209-6084-4b75-82fc-cbbd95ab927e
03-01 09:33:04.533 23524 17279 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 09:33:04.533 23524 17279 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:04.533 23524 17279 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 09:33:04.533 23524 17279 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:04.587 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 9183
03-01 09:33:04.589 23524 17279 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 09:33:04.589 23524 17279 D TSLocationManager:   ✅  Locked 1 records
03-01 09:33:04.589 23524 17279 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 09:33:04.589 23524 17279 I TSLocationManager:   🔵  HTTP POST: a8d57209-6084-4b75-82fc-cbbd95ab927e
03-01 09:33:04.973 23524 11977 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 09:33:04.973 23524 11977 I TSLocationManager:   🔵  Response: 200
03-01 09:33:04.975 23524 11977 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 09:33:04.975 23524 11977 D TSLocationManager:   ✅  DESTROY: a8d57209-6084-4b75-82fc-cbbd95ab927e
03-01 09:33:04.980 23524 11977 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 9183
03-01 09:33:05.424 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:05.424 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 15061, eventCount: 1]
03-01 09:33:05.425 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 09:33:05.425 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:05.425 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 09:33:05.425 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:05.425 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.567645,104.921821 hAcc=2.8415704 et=+62d16h44m4s783ms alt=0.0 vel=13.888889 bear=340.57312 mock {Bundle[{}]}]
03-01 09:33:05.425 23524 23524 D TSLocationManager: ╟─ Age: 66ms, time: 1709260385358
03-01 09:33:05.425 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 09:33:05.425 23524 17279 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:05.425 23524 17279 D TSLocationManager: ║ Process LocationResult
03-01 09:33:05.425 23524 17279 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:05.426 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 12.851397, apparent speed: 12.864261
03-01 09:33:05.426 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 2.8415704
03-01 09:33:05.426 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 244299.67
03-01 09:33:05.428 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 09:33:05.428 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 09:33:05.428 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 09:33:05.428 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:05.428 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 15061, eventCount: 0, sticky: true]
03-01 09:33:05.492 23524 11502 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 09:33:05.492 23524 11502 I TSLocationManager:   ✅  INSERT: c99d2c77-3b86-41fc-bdad-4a16e11371e1
03-01 09:33:05.511 23524 11502 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 09:33:05.511 23524 11502 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:05.511 23524 11502 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 09:33:05.511 23524 11502 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:05.562 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 9184
03-01 09:33:05.580 23524 11502 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 09:33:05.580 23524 11502 D TSLocationManager:   ✅  Locked 1 records
03-01 09:33:05.580 23524 11502 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 09:33:05.580 23524 11502 I TSLocationManager:   🔵  HTTP POST: c99d2c77-3b86-41fc-bdad-4a16e11371e1
03-01 09:33:05.956 23524 11977 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 09:33:05.956 23524 11977 I TSLocationManager:   🔵  Response: 200
03-01 09:33:05.957 23524 11977 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 09:33:05.957 23524 11977 D TSLocationManager:   ✅  DESTROY: c99d2c77-3b86-41fc-bdad-4a16e11371e1
03-01 09:33:05.961 23524 11977 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 9184
03-01 09:33:06.418 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:06.418 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 15062, eventCount: 1]
03-01 09:33:06.419 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 09:33:06.419 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:06.419 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 09:33:06.419 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:06.419 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.567764,104.921805 hAcc=3.6383586 et=+62d16h44m5s784ms alt=0.0 vel=13.888889 bear=352.8487 mock {Bundle[{}]}]
03-01 09:33:06.419 23524 23524 D TSLocationManager: ╟─ Age: 60ms, time: 1709260386358
03-01 09:33:06.420 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 09:33:06.420 23524 11502 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:06.420 23524 11502 D TSLocationManager: ║ Process LocationResult
03-01 09:33:06.420 23524 11502 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:06.420 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.333333, apparent speed: 13.333333
03-01 09:33:06.420 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 3.9641135
03-01 09:33:06.420 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 244313.0
03-01 09:33:06.426 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 09:33:06.427 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 09:33:06.427 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 09:33:06.427 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:06.427 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 15062, eventCount: 0, sticky: true]
03-01 09:33:06.502 23524 17279 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 09:33:06.502 23524 17279 I TSLocationManager:   ✅  INSERT: afe71769-d8c3-466c-bbcf-d1ca741033a8
03-01 09:33:06.514 23524 17279 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 09:33:06.514 23524 17279 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:06.514 23524 17279 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 09:33:06.514 23524 17279 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:06.563 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 9185
03-01 09:33:06.565 23524 17279 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 09:33:06.565 23524 17279 D TSLocationManager:   ✅  Locked 1 records
03-01 09:33:06.566 23524 17279 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 09:33:06.566 23524 17279 I TSLocationManager:   🔵  HTTP POST: afe71769-d8c3-466c-bbcf-d1ca741033a8
03-01 09:33:07.000 23524 11977 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 09:33:07.000 23524 11977 I TSLocationManager:   🔵  Response: 200
03-01 09:33:07.004 23524 11977 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 09:33:07.004 23524 11977 D TSLocationManager:   ✅  DESTROY: afe71769-d8c3-466c-bbcf-d1ca741033a8
03-01 09:33:07.006 23524 11977 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 9185
03-01 09:33:07.403 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:07.403 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 15063, eventCount: 1]
03-01 09:33:07.404 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 09:33:07.404 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:07.404 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 09:33:07.404 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:07.404 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.567883,104.921790 hAcc=3.8957102 et=+62d16h44m6s783ms alt=0.0 vel=13.888889 bear=352.8487 mock {Bundle[{}]}]
03-01 09:33:07.404 23524 23524 D TSLocationManager: ╟─ Age: 45ms, time: 1709260387358
03-01 09:33:07.405 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 09:33:07.405 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 09:33:07.405 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 09:33:07.406 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:07.406 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 15063, eventCount: 0, sticky: true]
03-01 09:33:07.406 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 09:33:07.406 23524 17279 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:07.406 23524 17279 D TSLocationManager: ║ Process LocationResult
03-01 09:33:07.406 23524 17279 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:07.406 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.23611, apparent speed: 13.249359
03-01 09:33:07.406 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 3.8975344
03-01 09:33:07.407 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 244326.23
03-01 09:33:07.479 23524 11502 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 09:33:07.479 23524 11502 I TSLocationManager:   ✅  INSERT: a54746f4-e927-492a-b958-808abcebf449
03-01 09:33:07.492 23524 11502 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 09:33:07.492 23524 11502 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:07.492 23524 11502 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 09:33:07.492 23524 11502 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:07.540 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 9186
03-01 09:33:07.541 23524 11502 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 09:33:07.541 23524 11502 D TSLocationManager:   ✅  Locked 1 records
03-01 09:33:07.542 23524 11502 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 09:33:07.542 23524 11502 I TSLocationManager:   🔵  HTTP POST: a54746f4-e927-492a-b958-808abcebf449
03-01 09:33:08.026 23524 11977 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 09:33:08.026 23524 11977 I TSLocationManager:   🔵  Response: 200
03-01 09:33:08.038 23524 11977 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 09:33:08.038 23524 11977 D TSLocationManager:   ✅  DESTROY: a54746f4-e927-492a-b958-808abcebf449
03-01 09:33:08.053 23524 11977 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 9186
03-01 09:33:08.404 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:08.404 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 15064, eventCount: 1]
03-01 09:33:08.404 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 09:33:08.404 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:08.404 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 09:33:08.404 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:08.404 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.568004,104.921775 hAcc=2.2628057 et=+62d16h44m7s783ms alt=0.0 vel=13.888889 bear=352.8487 mock {Bundle[{}]}]
03-01 09:33:08.404 23524 23524 D TSLocationManager: ╟─ Age: 46ms, time: 1709260388357
03-01 09:33:08.406 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 09:33:08.406 23524 11502 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:08.406 23524 11502 D TSLocationManager: ║ Process LocationResult
03-01 09:33:08.406 23524 11502 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:08.407 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.5555525, apparent speed: 13.569121
03-01 09:33:08.407 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 2.7784634
03-01 09:33:08.409 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 09:33:08.409 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 09:33:08.409 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 09:33:08.409 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:08.409 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 15064, eventCount: 0, sticky: true]
03-01 09:33:08.410 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 244339.8
03-01 09:33:08.478 23524 17279 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 09:33:08.478 23524 17279 I TSLocationManager:   ✅  INSERT: 9883c05d-88ed-42bf-991a-e6daf5678d72
03-01 09:33:08.488 23524 17279 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 09:33:08.488 23524 17279 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:08.488 23524 17279 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 09:33:08.488 23524 17279 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:08.537 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 9187
03-01 09:33:08.542 23524 17279 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 09:33:08.542 23524 17279 D TSLocationManager:   ✅  Locked 1 records
03-01 09:33:08.542 23524 17279 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 09:33:08.542 23524 17279 I TSLocationManager:   🔵  HTTP POST: 9883c05d-88ed-42bf-991a-e6daf5678d72
03-01 09:33:08.924 23524 11977 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 09:33:08.924 23524 11977 I TSLocationManager:   🔵  Response: 200
03-01 09:33:08.933 23524 11977 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 09:33:08.933 23524 11977 D TSLocationManager:   ✅  DESTROY: 9883c05d-88ed-42bf-991a-e6daf5678d72
03-01 09:33:08.942 23524 11977 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 9187
03-01 09:33:09.408 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:09.408 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 15065, eventCount: 1]
03-01 09:33:09.409 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 09:33:09.409 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:09.409 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 09:33:09.409 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:09.409 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.568127,104.921759 hAcc=2.2036417 et=+62d16h44m8s783ms alt=0.0 vel=13.888889 bear=352.8487 mock {Bundle[{}]}]
03-01 09:33:09.409 23524 23524 D TSLocationManager: ╟─ Age: 50ms, time: 1709260389358
03-01 09:33:09.409 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 09:33:09.409 23524 17279 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:09.409 23524 17279 D TSLocationManager: ║ Process LocationResult
03-01 09:33:09.409 23524 17279 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:09.410 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.624997, apparent speed: 13.624997
03-01 09:33:09.410 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 2.2036417
03-01 09:33:09.410 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 244353.42
03-01 09:33:09.412 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 09:33:09.412 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 09:33:09.412 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 09:33:09.412 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:09.412 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 15065, eventCount: 0, sticky: true]
03-01 09:33:09.528 23524 11502 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 09:33:09.528 23524 11502 I TSLocationManager:   ✅  INSERT: 6dccd232-e618-435e-88d6-fc6d7df82377
03-01 09:33:09.537 23524 11502 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 09:33:09.537 23524 11502 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:09.537 23524 11502 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 09:33:09.537 23524 11502 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:09.613 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 9188
03-01 09:33:09.620 23524 11502 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 09:33:09.620 23524 11502 D TSLocationManager:   ✅  Locked 1 records
03-01 09:33:09.621 23524 11502 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 09:33:09.621 23524 11502 I TSLocationManager:   🔵  HTTP POST: 6dccd232-e618-435e-88d6-fc6d7df82377
03-01 09:33:10.050 23524 11977 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 09:33:10.050 23524 11977 I TSLocationManager:   🔵  Response: 200
03-01 09:33:10.052 23524 11977 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 09:33:10.052 23524 11977 D TSLocationManager:   ✅  DESTROY: 6dccd232-e618-435e-88d6-fc6d7df82377
03-01 09:33:10.057 23524 11977 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 9188
03-01 09:33:10.423 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:10.423 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 15066, eventCount: 1]
03-01 09:33:10.424 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 09:33:10.424 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:10.424 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 09:33:10.424 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:10.424 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.568247,104.921744 hAcc=2.4091177 et=+62d16h44m9s785ms alt=0.0 vel=13.888889 bear=352.84872 mock {Bundle[{}]}]
03-01 09:33:10.424 23524 23524 D TSLocationManager: ╟─ Age: 64ms, time: 1709260390360
03-01 09:33:10.425 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 09:33:10.425 23524 11502 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:10.425 23524 11502 D TSLocationManager: ║ Process LocationResult
03-01 09:33:10.425 23524 11502 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:10.425 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.430555, apparent speed: 13.417138
03-01 09:33:10.426 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 2.4091177
03-01 09:33:10.426 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 244366.86
03-01 09:33:10.426 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 09:33:10.427 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 09:33:10.427 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 09:33:10.427 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:10.427 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 15066, eventCount: 0, sticky: true]
03-01 09:33:10.512 23524 17279 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 09:33:10.512 23524 17279 I TSLocationManager:   ✅  INSERT: e4a7f463-60e6-4af0-9876-ba0928bdd7f5
03-01 09:33:10.530 23524 17279 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 09:33:10.530 23524 17279 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:10.530 23524 17279 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 09:33:10.530 23524 17279 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:10.616 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 9189
03-01 09:33:10.623 23524 17279 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 09:33:10.623 23524 17279 D TSLocationManager:   ✅  Locked 1 records
03-01 09:33:10.624 23524 17279 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 09:33:10.624 23524 17279 I TSLocationManager:   🔵  HTTP POST: e4a7f463-60e6-4af0-9876-ba0928bdd7f5
03-01 09:33:11.009 23524 11977 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 09:33:11.009 23524 11977 I TSLocationManager:   🔵  Response: 200
03-01 09:33:11.010 23524 11977 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 09:33:11.010 23524 11977 D TSLocationManager:   ✅  DESTROY: e4a7f463-60e6-4af0-9876-ba0928bdd7f5
03-01 09:33:11.018 23524 11977 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 9189
03-01 09:33:11.420 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:11.420 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 15067, eventCount: 1]
03-01 09:33:11.421 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 09:33:11.421 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:11.421 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 09:33:11.421 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:11.421 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.568367,104.921729 hAcc=3.5533237 et=+62d16h44m10s783ms alt=0.0 vel=13.888889 bear=352.84872 mock {Bundle[{}]}]
03-01 09:33:11.421 23524 23524 D TSLocationManager: ╟─ Age: 62ms, time: 1709260391358
03-01 09:33:11.422 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 09:33:11.422 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 09:33:11.422 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 09:33:11.422 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:11.422 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 15067, eventCount: 0, sticky: true]
03-01 09:33:11.423 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 09:33:11.423 23524 17279 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:11.423 23524 17279 D TSLocationManager: ║ Process LocationResult
03-01 09:33:11.423 23524 17279 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:11.424 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.374997, apparent speed: 13.401801
03-01 09:33:11.424 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 3.7675378
03-01 09:33:11.425 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 244380.23
03-01 09:33:11.490 23524 11502 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 09:33:11.490 23524 11502 I TSLocationManager:   ✅  INSERT: 4a65fda5-5c2d-45e0-ad6b-812e790d2c8e
03-01 09:33:11.501 23524 11502 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 09:33:11.501 23524 11502 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:11.501 23524 11502 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 09:33:11.501 23524 11502 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:11.561 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 9190
03-01 09:33:11.565 23524 11502 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 09:33:11.565 23524 11502 D TSLocationManager:   ✅  Locked 1 records
03-01 09:33:11.565 23524 11502 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 09:33:11.565 23524 11502 I TSLocationManager:   🔵  HTTP POST: 4a65fda5-5c2d-45e0-ad6b-812e790d2c8e
03-01 09:33:11.941 23524 11977 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 09:33:11.941 23524 11977 I TSLocationManager:   🔵  Response: 200
03-01 09:33:11.942 23524 11977 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 09:33:11.942 23524 11977 D TSLocationManager:   ✅  DESTROY: 4a65fda5-5c2d-45e0-ad6b-812e790d2c8e
03-01 09:33:11.944 23524 11977 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 9190
03-01 09:33:12.457 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:12.457 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 15068, eventCount: 1]
03-01 09:33:12.458 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 09:33:12.458 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:12.458 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 09:33:12.458 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:12.458 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.568488,104.921713 hAcc=2.9113317 et=+62d16h44m11s783ms alt=0.0 vel=13.888889 bear=352.84872 mock {Bundle[{}]}]
03-01 09:33:12.458 23524 23524 D TSLocationManager: ╟─ Age: 99ms, time: 1709260392358
03-01 09:33:12.460 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 09:33:12.460 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 09:33:12.460 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 09:33:12.460 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:12.460 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 15068, eventCount: 0, sticky: true]
03-01 09:33:12.463 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 09:33:12.463 23524 11502 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:12.463 23524 11502 D TSLocationManager: ║ Process LocationResult
03-01 09:33:12.463 23524 11502 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:12.463 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.472222, apparent speed: 13.472222
03-01 09:33:12.464 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 2.2036417
03-01 09:33:12.464 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 244393.7
03-01 09:33:12.537 23524 17279 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 09:33:12.537 23524 17279 I TSLocationManager:   ✅  INSERT: d638edda-88ba-47b7-a958-de2108d4f27b
03-01 09:33:12.548 23524 17279 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 09:33:12.548 23524 17279 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:12.548 23524 17279 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 09:33:12.548 23524 17279 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:12.602 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 9191
03-01 09:33:12.603 23524 17279 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 09:33:12.603 23524 17279 D TSLocationManager:   ✅  Locked 1 records
03-01 09:33:12.603 23524 17279 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 09:33:12.603 23524 17279 I TSLocationManager:   🔵  HTTP POST: d638edda-88ba-47b7-a958-de2108d4f27b
03-01 09:33:12.978 23524 11977 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 09:33:12.978 23524 11977 I TSLocationManager:   🔵  Response: 200
03-01 09:33:12.986 23524 11977 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 09:33:12.986 23524 11977 D TSLocationManager:   ✅  DESTROY: d638edda-88ba-47b7-a958-de2108d4f27b
03-01 09:33:13.005 23524 11977 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 9191
03-01 09:33:13.424 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:13.424 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 15069, eventCount: 1]
03-01 09:33:13.424 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 09:33:13.424 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:13.424 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 09:33:13.424 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:13.424 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.568577,104.921737 hAcc=2.7371645 et=+62d16h44m12s783ms alt=0.0 vel=13.888889 bear=14.571098 mock {Bundle[{}]}]
03-01 09:33:13.424 23524 23524 D TSLocationManager: ╟─ Age: 66ms, time: 1709260393358
03-01 09:33:13.425 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 09:33:13.425 23524 17279 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:13.425 23524 17279 D TSLocationManager: ║ Process LocationResult
03-01 09:33:13.425 23524 17279 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:13.425 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 10.165385, apparent speed: 10.175561
03-01 09:33:13.426 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 2.4091177
03-01 09:33:13.426 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 09:33:13.426 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 09:33:13.426 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 09:33:13.426 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 244403.88
03-01 09:33:13.426 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:13.426 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 15069, eventCount: 0, sticky: true]
03-01 09:33:13.511 23524 11502 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 09:33:13.511 23524 11502 I TSLocationManager:   ✅  INSERT: 680ce5b6-f28b-446c-a04b-3d78f2b52661
03-01 09:33:13.528 23524 11502 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 09:33:13.528 23524 11502 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:13.528 23524 11502 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 09:33:13.528 23524 11502 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:13.566 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 9192
03-01 09:33:13.570 23524 11502 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 09:33:13.570 23524 11502 D TSLocationManager:   ✅  Locked 1 records
03-01 09:33:13.570 23524 11502 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 09:33:13.570 23524 11502 I TSLocationManager:   🔵  HTTP POST: 680ce5b6-f28b-446c-a04b-3d78f2b52661
03-01 09:33:13.965 23524 11977 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 09:33:13.965 23524 11977 I TSLocationManager:   🔵  Response: 200
03-01 09:33:13.967 23524 11977 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 09:33:13.967 23524 11977 D TSLocationManager:   ✅  DESTROY: 680ce5b6-f28b-446c-a04b-3d78f2b52661
03-01 09:33:13.976 23524 11977 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 9192
03-01 09:33:14.466 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:14.466 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 15070, eventCount: 1]
03-01 09:33:14.466 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 09:33:14.466 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:14.466 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 09:33:14.466 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:14.466 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.568593,104.921860 hAcc=3.7777462 et=+62d16h44m13s784ms alt=0.0 vel=13.888889 bear=82.517624 mock {Bundle[{}]}]
03-01 09:33:14.466 23524 23524 D TSLocationManager: ╟─ Age: 107ms, time: 1709260394358
03-01 09:33:14.468 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 09:33:14.468 23524 11502 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:14.468 23524 11502 D TSLocationManager: ║ Process LocationResult
03-01 09:33:14.468 23524 11502 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:14.468 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.55091, apparent speed: 13.55091
03-01 09:33:14.469 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 3.6383586
03-01 09:33:14.469 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 244417.42
03-01 09:33:14.470 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 09:33:14.470 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 09:33:14.470 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 09:33:14.470 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:14.470 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 15070, eventCount: 0, sticky: true]
03-01 09:33:14.538 23524 17279 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 09:33:14.538 23524 17279 I TSLocationManager:   ✅  INSERT: b714d640-00bd-49cd-ad89-bcc393c9848d
03-01 09:33:14.551 23524 17279 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 09:33:14.551 23524 17279 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:14.551 23524 17279 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 09:33:14.551 23524 17279 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:14.640 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 9193
03-01 09:33:14.649 23524 17279 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 09:33:14.649 23524 17279 D TSLocationManager:   ✅  Locked 1 records
03-01 09:33:14.649 23524 17279 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 09:33:14.649 23524 17279 I TSLocationManager:   🔵  HTTP POST: b714d640-00bd-49cd-ad89-bcc393c9848d
03-01 09:33:15.028 23524 11977 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 09:33:15.028 23524 11977 I TSLocationManager:   🔵  Response: 200
03-01 09:33:15.029 23524 11977 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 09:33:15.029 23524 11977 D TSLocationManager:   ✅  DESTROY: b714d640-00bd-49cd-ad89-bcc393c9848d
03-01 09:33:15.034 23524 11977 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 9193
03-01 09:33:15.415 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:15.415 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 15071, eventCount: 1]
03-01 09:33:15.416 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 09:33:15.416 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:15.416 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 09:33:15.416 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:15.416 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.568611,104.921975 hAcc=3.2819853 et=+62d16h44m14s783ms alt=0.0 vel=13.888889 bear=80.820816 mock {Bundle[{}]}]
03-01 09:33:15.416 23524 23524 D TSLocationManager: ╟─ Age: 58ms, time: 1709260395357
03-01 09:33:15.419 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 09:33:15.419 23524 17279 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:15.419 23524 17279 D TSLocationManager: ║ Process LocationResult
03-01 09:33:15.419 23524 17279 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:15.420 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 12.750001, apparent speed: 12.762764
03-01 09:33:15.420 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 3.8957102
03-01 09:33:15.420 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 244430.17
03-01 09:33:15.424 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 09:33:15.424 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 09:33:15.424 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 09:33:15.424 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:15.424 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 15071, eventCount: 0, sticky: true]
03-01 09:33:15.493 23524 11502 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 09:33:15.493 23524 11502 I TSLocationManager:   ✅  INSERT: ad071045-5752-49b9-af8f-1c89d0bc517a
03-01 09:33:15.500 23524 11502 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 09:33:15.500 23524 11502 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:15.500 23524 11502 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 09:33:15.500 23524 11502 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:15.551 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 9194
03-01 09:33:15.554 23524 11502 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 09:33:15.554 23524 11502 D TSLocationManager:   ✅  Locked 1 records
03-01 09:33:15.554 23524 11502 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 09:33:15.554 23524 11502 I TSLocationManager:   🔵  HTTP POST: ad071045-5752-49b9-af8f-1c89d0bc517a
03-01 09:33:15.925 23524 11977 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 09:33:15.925 23524 11977 I TSLocationManager:   🔵  Response: 200
03-01 09:33:15.926 23524 11977 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 09:33:15.926 23524 11977 D TSLocationManager:   ✅  DESTROY: ad071045-5752-49b9-af8f-1c89d0bc517a
03-01 09:33:15.932 23524 11977 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 9194
03-01 09:33:16.426 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:16.426 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 15072, eventCount: 1]
03-01 09:33:16.427 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 09:33:16.427 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:16.427 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 09:33:16.427 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:16.427 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.568631,104.922097 hAcc=2.0716252 et=+62d16h44m15s785ms alt=0.0 vel=13.888889 bear=80.820816 mock {Bundle[{}]}]
03-01 09:33:16.427 23524 23524 D TSLocationManager: ╟─ Age: 66ms, time: 1709260396360
03-01 09:33:16.427 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 09:33:16.427 23524 11502 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:16.427 23524 11502 D TSLocationManager: ║ Process LocationResult
03-01 09:33:16.427 23524 11502 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:16.428 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 13.458334, apparent speed: 13.431471
03-01 09:33:16.428 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 3.8957102
03-01 09:33:16.428 23524 11502 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 244443.62
03-01 09:33:16.429 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 09:33:16.429 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 09:33:16.429 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 09:33:16.429 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:16.429 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 15072, eventCount: 0, sticky: true]
03-01 09:33:16.528 23524 17279 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 09:33:16.528 23524 17279 I TSLocationManager:   ✅  INSERT: 1a875dcb-daae-41cd-9737-b4498775d7eb
03-01 09:33:16.543 23524 17279 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 09:33:16.543 23524 17279 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:16.543 23524 17279 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 09:33:16.543 23524 17279 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:16.600 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 9195
03-01 09:33:16.612 23524 17279 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 09:33:16.612 23524 17279 D TSLocationManager:   ✅  Locked 1 records
03-01 09:33:16.613 23524 17279 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 09:33:16.613 23524 17279 I TSLocationManager:   🔵  HTTP POST: 1a875dcb-daae-41cd-9737-b4498775d7eb
03-01 09:33:16.987 23524 11977 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 09:33:16.987 23524 11977 I TSLocationManager:   🔵  Response: 200
03-01 09:33:16.988 23524 11977 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 09:33:16.988 23524 11977 D TSLocationManager:   ✅  DESTROY: 1a875dcb-daae-41cd-9737-b4498775d7eb
03-01 09:33:17.002 23524 11977 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 9195
03-01 09:33:17.407 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:17.407 23524 23524 D TSLocationManager:   🎾  start [TrackingService  startId: 15073, eventCount: 1]
03-01 09:33:17.408 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService c]
03-01 09:33:17.408 23524 23524 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:17.408 23524 23524 D TSLocationManager: ║ TrackingService: LocationResult
03-01 09:33:17.408 23524 23524 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:17.408 23524 23524 D TSLocationManager: ╟─ 📍  Location[gps 11.568615,104.922194 hAcc=3.170979 et=+62d16h44m16s783ms alt=0.0 vel=13.888889 bear=99.14657 mock {Bundle[{}]}]
03-01 09:33:17.408 23524 23524 D TSLocationManager: ╟─ Age: 50ms, time: 1709260397357
03-01 09:33:17.409 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
03-01 09:33:17.409 23524 17279 D TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:17.409 23524 17279 D TSLocationManager: ║ Process LocationResult
03-01 09:33:17.409 23524 17279 D TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:17.409 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager d] Distance from last location: 10.755794, apparent speed: 10.788157
03-01 09:33:17.409 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager a] Median accuracy: 3.8957102
03-01 09:33:17.409 23524 17279 D TSLocationManager: [c.t.l.l.TSLocationManager c] Odometer: 244454.38
03-01 09:33:17.410 23524 23524 D TSLocationManager: [c.t.l.service.TrackingService a] 🐞 Mock location detected with motion-activity STILL:  stopTimeout timer would normally be initiated here 🐞.
03-01 09:33:17.410 23524 23524 W TSLocationManager: [c.t.l.service.TrackingService b]
03-01 09:33:17.410 23524 23524 W TSLocationManager:   ⚠️  performStopDetection found mStoppedAtLocation == null
03-01 09:33:17.410 23524 23524 D TSLocationManager: [c.t.l.service.AbstractService a]
03-01 09:33:17.410 23524 23524 D TSLocationManager:   ⚙️︎   FINISH [TrackingService startId: 15073, eventCount: 0, sticky: true]
03-01 09:33:17.474 23524 11502 I TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO persist]
03-01 09:33:17.474 23524 11502 I TSLocationManager:   ✅  INSERT: 87d7a75b-796e-4f9e-a5f1-567059f33da4
03-01 09:33:17.485 23524 11502 I TSLocationManager: [c.t.l.http.HttpService flush]
03-01 09:33:17.485 23524 11502 I TSLocationManager: ╔═════════════════════════════════════════════
03-01 09:33:17.485 23524 11502 I TSLocationManager: ║ HTTP Service (count: 1)
03-01 09:33:17.485 23524 11502 I TSLocationManager: ╠═════════════════════════════════════════════
03-01 09:33:17.541 23524 23524 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task start] ⏳ startBackgroundTask: 9196
03-01 09:33:17.546 23524 11502 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO first]
03-01 09:33:17.546 23524 11502 D TSLocationManager:   ✅  Locked 1 records
03-01 09:33:17.546 23524 11502 I TSLocationManager: [c.t.l.http.HttpService a]
03-01 09:33:17.546 23524 11502 I TSLocationManager:   🔵  HTTP POST: 87d7a75b-796e-4f9e-a5f1-567059f33da4
03-01 09:33:17.930 23524 11977 I TSLocationManager: [c.t.l.http.HttpService$f onResponse]
03-01 09:33:17.930 23524 11977 I TSLocationManager:   🔵  Response: 200
03-01 09:33:17.931 23524 11977 D TSLocationManager: [c.t.l.d.s.SQLiteLocationDAO destroy]
03-01 09:33:17.931 23524 11977 D TSLocationManager:   ✅  DESTROY: 87d7a75b-796e-4f9e-a5f1-567059f33da4
03-01 09:33:17.937 23524 11977 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 9196
chanphiromsok commented 2 months ago

Why are you even using .watchPosition? It's not required. https://github.com/transistorsoft/react-native-background-geolocation/assets/65760336/444f33e1-7501-486f-93e4-13659eddfe31

I want to do like this

christocracy commented 2 months ago

You don't need to use watchPosition.

You just need to call .start(). If you want to manually trigger location-tracking, call .changePace(true).

Read the wiki here "Philosophy of Operation" to learn how this plug-in works.

Forget about .watchPosition, you don't need it.

chanphiromsok commented 2 months ago

moving marker with current location for driver

chanphiromsok commented 2 months ago

You don't need to use watchPosition.

You just need to call .start(). If you want to manually trigger location-tracking, call .changePace(true).

Read the wiki here "Philosophy of Operation" to learn how this plug-in works.

Forget about .watchPosition, you don't need it.

I know it work but currently if do like this it will flood my server

christocracy commented 2 months ago

See api docs Config.distanceFilter to learn how to control the location sampling rate.

Avoid .watchPosition

chanphiromsok commented 2 months ago

See api docs Config.distanceFilter to learn how to control the location sampling rate.

Avoid .watchPosition

Okay so issue can close thank you