Created
July 29, 2017 21:16
-
-
Save TareqElMasriDev/56fbbd95b2d2c73f894da0b6f12bc864 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
07-28 22:46:55.205 INFO [BackgroundGeolocation <init>] | |
╔═════════════════════════════════════════════ | |
║ BackgroundGeolocation adapter | |
╠═════════════════════════════════════════════ | |
07-28 22:46:55.260 DEBUG [a onCreate] CREATE TABLE IF NOT EXISTS locations (id INTEGER PRIMARY KEY AUTOINCREMENT, uuid TEXT NOT NULL DEFAULT '', timestamp TEXT, json TEXT, locked BOOLEAN); | |
07-28 22:46:55.270 DEBUG [a onCreate] CREATE TABLE IF NOT EXISTS geofences (id INTEGER PRIMARY KEY AUTOINCREMENT, identifier TEXT NOT NULL UNIQUE, latitude DOUBLE NOT NULL, sin_latitude DOUBLE NOT NULL, cos_latitude DOUBLE NOT NULL, longitude DOUBLE NOT NULL, sin_longitude DOUBLE NOT NULL, cos_longitude DOUBLE NOT NULL, radius DOUBLE NOT NULL, notifyOnEntry BOOLEAN NOT NULL DEFAULT 0, notifyOnExit BOOLEAN NOT NULL DEFAULT 0, notifyOnDwell BOOLEAN NOT NULL DEFAULT 0, loiteringDelay INTEGER NOT NULL DEFAULT 0, extras TEXT); | |
07-28 22:46:55.292 DEBUG [SQLiteLocationDAO dbh] | |
✅ Opened database | |
07-28 22:46:55.304 DEBUG [SQLiteLocationDAO prune] | |
ℹ️ PRUNE -1 days | |
07-28 22:46:55.350 DEBUG [GeofenceDAO dbh] | |
✅ Opened database | |
07-28 22:46:55.369 INFO [BackgroundGeolocation <init>] | |
🔵 Connecting to GooglePlayServices... | |
07-28 22:46:56.279 INFO [BackgroundGeolocation onConnected] | |
✅ Google Play Services: connected (version code:10084000) | |
07-28 22:47:09.518 INFO [Settings print] | |
╔═════════════════════════════════════════════ | |
║ BackgroundGeolocation Settings | |
╠═════════════════════════════════════════════ | |
{ | |
"isMoving": false, | |
"enabled": false, | |
"odometer": 0, | |
"schedulerEnabled": false, | |
"trackingMode": "location", | |
"distanceFilter": 50, | |
"desiredAccuracy": 0, | |
"desiredOdometerAccuracy": 100, | |
"locationUpdateInterval": 1000, | |
"fastestLocationUpdateInterval": 10000, | |
"locationTimeout": 60, | |
"deferTime": 0, | |
"disableElasticity": false, | |
"activityRecognitionInterval": 10, | |
"minimumActivityRecognitionConfidence": 75, | |
"triggerActivities": "in_vehicle, on_bicycle, on_foot, running, walking", | |
"disableStopDetection": false, | |
"stationaryRadius": 25, | |
"stopTimeout": 5, | |
"stopOnStationary": false, | |
"url": "http:\/\/imaxem.com\/maxorderb\/en\/userTrack", | |
"method": "POST", | |
"autoSync": true, | |
"autoSyncThreshold": 0, | |
"batchSync": false, | |
"maxBatchSize": -1, | |
"params": { | |
"userId": "13", | |
"orderId": "235" | |
}, | |
"headers": {}, | |
"extras": {}, | |
"httpRootProperty": "location", | |
"locationTemplate": "", | |
"geofenceTemplate": "", | |
"persist": true, | |
"maxDaysToPersist": 1, | |
"maxRecordsToPersist": -1, | |
"locationsOrderDirection": "ASC", | |
"httpTimeout": 60000, | |
"geofenceProximityRadius": 1000, | |
"geofenceInitialTriggerEntry": true, | |
"stopOnTerminate": false, | |
"startOnBoot": false, | |
"heartbeatInterval": 10, | |
"foregroundService": false, | |
"notificationTitle": "", | |
"notificationText": "Location Service activated", | |
"notificationColor": "", | |
"notificationIcon": "", | |
"notificationSmallIcon": "", | |
"notificationLargeIcon": "", | |
"forceReloadOnLocationChange": false, | |
"forceReloadOnMotionChange": false, | |
"forceReloadOnGeofence": false, | |
"forceReloadOnBoot": false, | |
"forceReloadOnHeartbeat": false, | |
"forceReloadOnSchedule": false, | |
"stopAfterElapsedMinutes": 0, | |
"schedule": [], | |
"configureUrl": "", | |
"configureInterval": -1, | |
"debug": true, | |
"logLevel": 5, | |
"logMaxDays": 3 | |
}╚═════════════════════════════════════════════ | |
07-28 22:47:09.566 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:47:11.766 INFO [BackgroundGeolocationService onStartCommand] | |
╔═════════════════════════════════════════════ | |
║ BackgroundGeolocation Service started | |
╠═════════════════════════════════════════════ | |
07-28 22:47:11.790 INFO [BackgroundGeolocation requestActivityUpdates] | |
🎾 Start activity updates: 10 | |
07-28 22:47:11.827 INFO [BackgroundGeolocationService a] | |
🔵 setPace: null → false | |
07-28 22:47:11.842 INFO [BackgroundGeolocationService j] | |
🔴 Stop heartbeat | |
07-28 22:47:11.859 INFO [BackgroundGeolocationService a] | |
🎾 Start heartbeat (10) | |
07-28 22:47:11.982 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:47:14.402 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location:1001 | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560243,39.179186 acc=22 et=+1d1h19m17s528ms] | |
07-28 22:47:14.432 INFO [TSLocationManager onSingleLocationResult] | |
🔵 Acquired motionchange position | |
07-28 22:47:14.448 DEBUG [TSLocationManager calculateMedianAccuracy] 21.739 | |
07-28 22:47:14.500 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 856db0bf-4c1a-477c-8f7e-6e9888d8d20c | |
07-28 22:47:14.533 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:47:14.551 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:47:14.560 INFO [HttpService createRequest] | |
🔵 POST: 856db0bf-4c1a-477c-8f7e-6e9888d8d20c | |
07-28 22:47:14.868 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (42%) | |
07-28 22:47:14.890 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:47:14.890 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:47:14.899 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 856db0bf-4c1a-477c-8f7e-6e9888d8d20c | |
07-28 22:47:14.962 DEBUG [LocationService onHeartbeat] ❤️ | |
07-28 22:47:28.001 INFO [BackgroundGeolocationService a] | |
🔵 setPace: false → true | |
07-28 22:47:28.014 INFO [BackgroundGeolocationService j] | |
🔴 Stop heartbeat | |
07-28 22:47:28.108 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:47:30.225 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location:1002 | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560256,39.179348 acc=22 et=+1d1h19m33s376ms] | |
07-28 22:47:30.248 INFO [TSLocationManager onSingleLocationResult] | |
🔵 Acquired motionchange position | |
07-28 22:47:30.260 DEBUG [TSLocationManager calculateMedianAccuracy] 21.7435 | |
07-28 22:47:30.278 DEBUG [TSLocationManager incrementOdometer] 16.892778 | |
07-28 22:47:30.312 INFO [TSLocationManager requestLocationUpdates] | |
🎾 Location-services: ON | |
07-28 22:47:30.351 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 3c3df503-7b3f-4657-9b26-12f6200b96c7 | |
07-28 22:47:30.362 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560256,39.179348 acc=22 et=+1d1h19m33s376ms] | |
07-28 22:47:30.408 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:47:30.413 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:47:30.444 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:47:30.444 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:47:30.454 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:47:30.461 INFO [HttpService createRequest] | |
🔵 POST: 3c3df503-7b3f-4657-9b26-12f6200b96c7 | |
07-28 22:47:30.477 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:47:30.493 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 3c3df503-7b3f-4657-9b26-12f6200b96c7 | |
07-28 22:47:44.033 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (46%) | |
07-28 22:47:44.073 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:47:53.509 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560073,39.178862 acc=7 et=+1d1h19m56s725ms alt=49.6 vel=7.515459 bear=255.0] | |
07-28 22:47:53.537 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:47:53.630 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 50.0->75.0) | |
07-28 22:47:53.745 DEBUG [TSLocationManager calculateMedianAccuracy] 21.739 | |
07-28 22:47:53.778 DEBUG [TSLocationManager incrementOdometer] 71.21005 | |
07-28 22:47:53.872 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 4897054b-04af-4842-a79c-16b7aa98ba6d | |
07-28 22:47:53.895 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560073,39.178862 acc=7 et=+1d1h19m56s725ms alt=49.6 vel=7.515459 bear=255.0] | |
07-28 22:47:53.924 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:47:53.929 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:47:53.950 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:47:53.950 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:47:53.989 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:47:54.003 INFO [HttpService createRequest] | |
🔵 POST: 4897054b-04af-4842-a79c-16b7aa98ba6d | |
07-28 22:47:54.047 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:47:54.156 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 4897054b-04af-4842-a79c-16b7aa98ba6d | |
07-28 22:48:03.608 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559850,39.177835 acc=7 et=+1d1h20m6s726ms alt=47.5 vel=11.12675 bear=254.0] | |
07-28 22:48:03.650 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:48:03.676 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 75.0->115.0) | |
07-28 22:48:03.713 DEBUG [TSLocationManager calculateMedianAccuracy] 14.519501 | |
07-28 22:48:03.812 DEBUG [TSLocationManager incrementOdometer] 180.38968 | |
07-28 22:48:03.935 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: ba48ed64-84d1-4111-bbd9-522ab50fd311 | |
07-28 22:48:03.971 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559850,39.177835 acc=7 et=+1d1h20m6s726ms alt=47.5 vel=11.12675 bear=254.0] | |
07-28 22:48:03.984 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:48:04.015 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:48:04.252 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:48:04.255 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:48:04.289 INFO [HttpService createRequest] | |
🔵 POST: ba48ed64-84d1-4111-bbd9-522ab50fd311 | |
07-28 22:48:04.316 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:48:04.358 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:48:04.392 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: ba48ed64-84d1-4111-bbd9-522ab50fd311 | |
07-28 22:48:15.500 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559517,39.176735 acc=7 et=+1d1h20m18s716ms alt=42.2 vel=7.0331645 bear=252.0] | |
07-28 22:48:15.567 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:48:15.567 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 115.0->75.0) | |
07-28 22:48:15.579 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:48:15.733 DEBUG [TSLocationManager incrementOdometer] 300.15308 | |
07-28 22:48:15.733 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: c180c8e2-3ec0-4bb9-a1a6-dd070b65bf9c | |
07-28 22:48:15.770 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559517,39.176735 acc=7 et=+1d1h20m18s716ms alt=42.2 vel=7.0331645 bear=252.0] | |
07-28 22:48:15.784 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:48:15.787 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:48:15.801 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:48:15.804 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:48:15.812 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:48:15.819 INFO [HttpService createRequest] | |
🔵 POST: c180c8e2-3ec0-4bb9-a1a6-dd070b65bf9c | |
07-28 22:48:15.839 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:48:15.855 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: c180c8e2-3ec0-4bb9-a1a6-dd070b65bf9c | |
07-28 22:48:25.495 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559195,39.175598 acc=7 et=+1d1h20m28s723ms alt=37.3 vel=14.854368 bear=252.0] | |
07-28 22:48:25.539 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:48:25.561 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 75.0->145.0) | |
07-28 22:48:25.667 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:48:25.785 DEBUG [TSLocationManager incrementOdometer] 423.16058 | |
07-28 22:48:25.846 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 188a076d-66a1-4e29-96fa-b9c9c6defcde | |
07-28 22:48:25.847 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (64%) | |
07-28 22:48:25.858 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559195,39.175598 acc=7 et=+1d1h20m28s723ms alt=37.3 vel=14.854368 bear=252.0] | |
07-28 22:48:25.903 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:48:25.911 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:48:25.946 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:48:25.982 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:48:25.984 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:48:25.994 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:48:26.001 INFO [HttpService createRequest] | |
🔵 POST: 188a076d-66a1-4e29-96fa-b9c9c6defcde | |
07-28 22:48:26.020 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:48:26.038 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 188a076d-66a1-4e29-96fa-b9c9c6defcde | |
07-28 22:48:29.974 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:48:30.000 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:48:34.052 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:48:34.129 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:48:36.495 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.558810,39.174170 acc=7 et=+1d1h20m39s711ms alt=34.1 vel=12.269434 bear=254.0] | |
07-28 22:48:36.521 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:48:36.577 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 145.0->125.0) | |
07-28 22:48:36.616 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:48:36.653 DEBUG [TSLocationManager incrementOdometer] 577.12085 | |
07-28 22:48:36.778 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 3245a061-4734-4575-86d3-936a14d845e9 | |
07-28 22:48:36.778 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.558810,39.174170 acc=7 et=+1d1h20m39s711ms alt=34.1 vel=12.269434 bear=254.0] | |
07-28 22:48:36.814 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:48:36.819 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:48:36.841 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:48:36.844 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:48:36.863 INFO [HttpService createRequest] | |
🔵 POST: 3245a061-4734-4575-86d3-936a14d845e9 | |
07-28 22:48:36.877 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:48:36.886 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:48:36.909 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 3245a061-4734-4575-86d3-936a14d845e9 | |
07-28 22:48:38.028 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (77%) | |
07-28 22:48:38.092 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:48:42.025 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (77%) | |
07-28 22:48:42.071 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:48:46.014 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (69%) | |
07-28 22:48:46.053 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:49:01.662 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.558917,39.175472 acc=8 et=+1d1h21m4s733ms alt=20.4 vel=13.179977 bear=73.0] | |
07-28 22:49:01.662 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:49:01.689 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 125.0->135.0) | |
07-28 22:49:01.705 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:49:01.728 DEBUG [TSLocationManager incrementOdometer] 712.4656 | |
07-28 22:49:01.767 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: a16fc4b0-c8b3-4256-b039-85f04ea9e57f | |
07-28 22:49:01.789 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.558917,39.175472 acc=8 et=+1d1h21m4s733ms alt=20.4 vel=13.179977 bear=73.0] | |
07-28 22:49:01.799 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:49:01.806 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:49:01.841 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:49:01.848 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:49:01.854 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:49:01.862 INFO [HttpService createRequest] | |
🔵 POST: a16fc4b0-c8b3-4256-b039-85f04ea9e57f | |
07-28 22:49:01.882 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:49:01.894 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: a16fc4b0-c8b3-4256-b039-85f04ea9e57f | |
07-28 22:49:13.564 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559243,39.176792 acc=7 et=+1d1h21m16s730ms alt=15.7 vel=14.501784 bear=72.0] | |
07-28 22:49:13.603 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:49:13.664 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 135.0->145.0) | |
07-28 22:49:13.699 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:49:13.723 DEBUG [TSLocationManager incrementOdometer] 853.8905 | |
07-28 22:49:13.825 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 20da7435-066d-497a-bfd9-941d15e44c12 | |
07-28 22:49:13.830 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559243,39.176792 acc=7 et=+1d1h21m16s730ms alt=15.7 vel=14.501784 bear=72.0] | |
07-28 22:49:13.864 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:49:13.867 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:49:13.877 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:49:13.893 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:49:13.901 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:49:13.911 INFO [HttpService createRequest] | |
🔵 POST: 20da7435-066d-497a-bfd9-941d15e44c12 | |
07-28 22:49:13.921 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:49:13.935 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 20da7435-066d-497a-bfd9-941d15e44c12 | |
07-28 22:49:13.911 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (57%) | |
07-28 22:49:19.326 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:49:23.161 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:49:23.290 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:49:24.455 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559640,39.178298 acc=7 et=+1d1h21m27s712ms alt=15.6 vel=15.402548 bear=73.0] | |
07-28 22:49:24.475 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:49:24.503 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 145.0->155.0) | |
07-28 22:49:24.653 DEBUG [TSLocationManager calculateMedianAccuracy] 7.45 | |
07-28 22:49:24.685 DEBUG [TSLocationManager incrementOdometer] 1016.0052 | |
07-28 22:49:24.777 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: cc54117a-a465-40fe-9e5d-a36cd07bc5a6 | |
07-28 22:49:24.833 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559640,39.178298 acc=7 et=+1d1h21m27s712ms alt=15.6 vel=15.402548 bear=73.0] | |
07-28 22:49:24.857 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:49:24.909 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:49:24.777 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:49:24.961 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:49:24.857 INFO [HttpService createRequest] | |
🔵 POST: cc54117a-a465-40fe-9e5d-a36cd07bc5a6 | |
07-28 22:49:24.981 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:49:24.989 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:49:25.001 INFO [LocationService onLocation] | |
ℹ️ Location availability: false | |
07-28 22:49:25.024 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: cc54117a-a465-40fe-9e5d-a36cd07bc5a6 | |
07-28 22:49:25.475 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:49:26.885 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (92%) | |
07-28 22:49:26.998 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:49:30.957 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:49:30.992 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:49:34.976 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:49:35.010 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:49:35.973 INFO [LocationService onLocation] | |
ℹ️ Location availability: false | |
07-28 22:49:36.475 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:49:37.462 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560105,39.179770 acc=7 et=+1d1h21m40s713ms alt=15.3 vel=9.887814 bear=69.0] | |
07-28 22:49:37.602 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:49:37.643 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 155.0->95.0) | |
07-28 22:49:37.839 DEBUG [TSLocationManager calculateMedianAccuracy] 7.5 | |
07-28 22:49:38.119 DEBUG [TSLocationManager incrementOdometer] 1176.9009 | |
07-28 22:49:38.274 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 930ffa76-d8d3-488a-abf4-815099b37435 | |
07-28 22:49:38.284 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:49:38.302 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:49:38.329 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:49:38.352 INFO [HttpService createRequest] | |
🔵 POST: 930ffa76-d8d3-488a-abf4-815099b37435 | |
07-28 22:49:38.378 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:49:38.396 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 930ffa76-d8d3-488a-abf4-815099b37435 | |
07-28 22:49:38.471 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560135,39.179858 acc=7 et=+1d1h21m41s711ms alt=15.6 vel=9.351474 bear=71.0] | |
07-28 22:49:38.560 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:49:38.577 DEBUG [TSLocationManager calculateMedianAccuracy] 7.5 | |
07-28 22:49:38.591 DEBUG [TSLocationManager incrementOdometer] 1186.6313 | |
07-28 22:49:38.631 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 2c245c7b-6ce4-485a-853b-890892c2a014 | |
07-28 22:49:38.652 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:49:38.677 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:49:38.687 INFO [HttpService createRequest] | |
🔵 POST: 2c245c7b-6ce4-485a-853b-890892c2a014 | |
07-28 22:49:38.697 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:49:38.711 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 2c245c7b-6ce4-485a-853b-890892c2a014 | |
07-28 22:49:38.937 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (62%) | |
07-28 22:49:38.957 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:49:43.021 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (54%) | |
07-28 22:49:43.079 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:49:50.550 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560410,39.180802 acc=7 et=+1d1h21m53s734ms alt=17.9 vel=10.621808 bear=72.0] | |
07-28 22:49:50.582 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:49:50.594 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 95.0->104.99999) | |
07-28 22:49:50.582 DEBUG [TSLocationManager calculateMedianAccuracy] 7.5 | |
07-28 22:49:50.635 DEBUG [TSLocationManager incrementOdometer] 1288.9806 | |
07-28 22:49:50.706 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 74663cf4-cc32-4bb8-9e77-3d42ede08fc5 | |
07-28 22:49:50.720 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560410,39.180802 acc=7 et=+1d1h21m53s734ms alt=17.9 vel=10.621808 bear=72.0] | |
07-28 22:49:50.750 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:49:50.757 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:49:50.777 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:49:50.777 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:49:50.786 INFO [HttpService createRequest] | |
🔵 POST: 74663cf4-cc32-4bb8-9e77-3d42ede08fc5 | |
07-28 22:49:50.795 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:49:50.803 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:49:50.823 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 74663cf4-cc32-4bb8-9e77-3d42ede08fc5 | |
07-28 22:50:01.467 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560750,39.181952 acc=7 et=+1d1h22m4s712ms alt=20.2 vel=11.560661 bear=75.0] | |
07-28 22:50:01.601 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:50:01.622 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 104.99999->115.0) | |
07-28 22:50:01.636 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:50:01.648 DEBUG [TSLocationManager incrementOdometer] 1413.902 | |
07-28 22:50:01.622 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 45f76b1d-41ac-4875-895a-fca7396ad5c9 | |
07-28 22:50:01.788 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560750,39.181952 acc=7 et=+1d1h22m4s712ms alt=20.2 vel=11.560661 bear=75.0] | |
07-28 22:50:01.791 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:50:01.811 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:50:01.826 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:50:01.828 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:50:01.847 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:50:01.852 INFO [HttpService createRequest] | |
🔵 POST: 45f76b1d-41ac-4875-895a-fca7396ad5c9 | |
07-28 22:50:01.872 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:50:01.887 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 45f76b1d-41ac-4875-895a-fca7396ad5c9 | |
07-28 22:50:07.746 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (83%) | |
07-28 22:50:07.770 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:50:11.462 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560870,39.183175 acc=7 et=+1d1h22m14s712ms alt=22.0 vel=10.8796835 bear=81.0] | |
07-28 22:50:11.530 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:50:11.543 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 115.0->104.99999) | |
07-28 22:50:11.574 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:50:11.611 DEBUG [TSLocationManager incrementOdometer] 1541.3026 | |
07-28 22:50:11.728 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: e4dba0a7-2610-4644-9444-24b4580eeba1 | |
07-28 22:50:11.733 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560870,39.183175 acc=7 et=+1d1h22m14s712ms alt=22.0 vel=10.8796835 bear=81.0] | |
07-28 22:50:11.749 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:50:11.755 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:50:11.777 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:50:11.778 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:50:11.786 INFO [HttpService createRequest] | |
🔵 POST: e4dba0a7-2610-4644-9444-24b4580eeba1 | |
07-28 22:50:11.796 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:50:11.803 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:50:11.821 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: e4dba0a7-2610-4644-9444-24b4580eeba1 | |
07-28 22:50:12.041 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:50:12.072 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:50:16.053 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (85%) | |
07-28 22:50:16.079 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:50:20.186 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (92%) | |
07-28 22:50:20.337 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:50:24.074 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:50:24.116 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:50:26.591 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.561038,39.184228 acc=7 et=+1d1h22m29s739ms alt=17.0 vel=13.374027 bear=82.0] | |
07-28 22:50:26.612 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:50:26.623 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 104.99999->135.0) | |
07-28 22:50:26.640 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:50:26.612 DEBUG [TSLocationManager incrementOdometer] 1651.9803 | |
07-28 22:50:26.769 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 67324164-79d9-43f0-93c6-7815602d645a | |
07-28 22:50:26.773 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.561038,39.184228 acc=7 et=+1d1h22m29s739ms alt=17.0 vel=13.374027 bear=82.0] | |
07-28 22:50:26.793 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:50:26.796 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:50:26.815 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:50:26.817 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:50:26.824 INFO [HttpService createRequest] | |
🔵 POST: 67324164-79d9-43f0-93c6-7815602d645a | |
07-28 22:50:26.833 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:50:26.843 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:50:26.867 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 67324164-79d9-43f0-93c6-7815602d645a | |
07-28 22:50:28.024 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:50:28.050 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:50:31.951 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:50:31.976 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:50:36.106 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:50:36.175 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:50:37.519 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.561270,39.185805 acc=7 et=+1d1h22m40s715ms alt=22.9 vel=14.8064995 bear=85.0] | |
07-28 22:50:37.559 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:50:37.575 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 135.0->145.0) | |
07-28 22:50:37.592 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:50:37.661 DEBUG [TSLocationManager incrementOdometer] 1817.2927 | |
07-28 22:50:37.722 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.561270,39.185805 acc=7 et=+1d1h22m40s715ms alt=22.9 vel=14.8064995 bear=85.0] | |
07-28 22:50:37.729 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 570cb27f-a220-4b6f-b283-a8d88b65b4ea | |
07-28 22:50:37.722 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:50:37.764 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:50:37.768 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:50:37.788 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:50:37.768 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:50:37.804 INFO [HttpService createRequest] | |
🔵 POST: 570cb27f-a220-4b6f-b283-a8d88b65b4ea | |
07-28 22:50:37.826 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:50:37.845 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 570cb27f-a220-4b6f-b283-a8d88b65b4ea | |
07-28 22:50:40.034 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:50:37.845 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:50:40.034 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (92%) | |
07-28 22:50:43.968 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:50:48.043 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:50:48.100 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:50:52.084 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (92%) | |
07-28 22:50:52.137 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:50:56.058 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (92%) | |
07-28 22:50:56.083 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:51:00.003 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (85%) | |
07-28 22:51:00.062 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:51:00.003 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (92%) | |
07-28 22:51:03.912 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:51:29.017 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (35%) | |
07-28 22:51:29.017 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:51:29.066 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (54%) | |
07-28 22:51:33.094 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:51:55.511 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560355,39.186848 acc=7 et=+1d1h23m58s745ms alt=20.6 vel=6.2307124 bear=172.0] | |
07-28 22:51:55.590 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:51:55.590 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 145.0->65.0) | |
07-28 22:51:55.628 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:51:55.650 DEBUG [TSLocationManager incrementOdometer] 1965.4199 | |
07-28 22:51:55.700 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: eaabee0f-f395-44ce-982b-f6212ac61dba | |
07-28 22:51:55.710 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560355,39.186848 acc=7 et=+1d1h23m58s745ms alt=20.6 vel=6.2307124 bear=172.0] | |
07-28 22:51:55.723 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:51:55.741 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:51:55.758 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:51:55.759 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:51:55.772 INFO [HttpService createRequest] | |
🔵 POST: eaabee0f-f395-44ce-982b-f6212ac61dba | |
07-28 22:51:55.783 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:51:55.790 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:51:55.808 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: eaabee0f-f395-44ce-982b-f6212ac61dba | |
07-28 22:52:06.519 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559763,39.187023 acc=7 et=+1d1h24m9s718ms alt=18.6 vel=4.867728 bear=130.0] | |
07-28 22:52:06.541 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:52:06.552 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 65.0->50.0) | |
07-28 22:52:06.570 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:52:06.593 DEBUG [TSLocationManager incrementOdometer] 2033.3967 | |
07-28 22:52:06.711 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559763,39.187023 acc=7 et=+1d1h24m9s718ms alt=18.6 vel=4.867728 bear=130.0] | |
07-28 22:52:06.713 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: d2629d90-b1ff-4465-afad-3a7d35540187 | |
07-28 22:52:06.732 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:52:06.747 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:52:06.750 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:52:06.770 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:52:06.772 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:52:06.781 INFO [HttpService createRequest] | |
🔵 POST: d2629d90-b1ff-4465-afad-3a7d35540187 | |
07-28 22:52:06.800 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:52:06.830 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: d2629d90-b1ff-4465-afad-3a7d35540187 | |
07-28 22:52:10.830 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (52%) | |
07-28 22:52:10.864 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:52:15.017 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (92%) | |
07-28 22:52:15.072 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:52:16.601 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559402,39.187517 acc=7 et=+1d1h24m19s729ms alt=11.7 vel=7.018752 bear=127.0] | |
07-28 22:52:16.619 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:52:16.629 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 50.0->75.0) | |
07-28 22:52:16.662 DEBUG [TSLocationManager calculateMedianAccuracy] 7.3 | |
07-28 22:52:16.691 DEBUG [TSLocationManager incrementOdometer] 2098.318 | |
07-28 22:52:16.742 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 14cfe569-6809-4c06-9629-c307c32afe9b | |
07-28 22:52:16.749 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559402,39.187517 acc=7 et=+1d1h24m19s729ms alt=11.7 vel=7.018752 bear=127.0] | |
07-28 22:52:16.773 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:52:16.793 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:52:16.812 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:52:16.812 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:52:16.820 INFO [HttpService createRequest] | |
🔵 POST: 14cfe569-6809-4c06-9629-c307c32afe9b | |
07-28 22:52:16.829 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:52:16.838 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:52:16.855 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 14cfe569-6809-4c06-9629-c307c32afe9b | |
07-28 22:52:16.829 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (54%) | |
07-28 22:52:16.838 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:52:23.083 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (54%) | |
07-28 22:52:23.132 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:52:26.596 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559372,39.188318 acc=7 et=+1d1h24m29s746ms alt=8.2 vel=10.669677 bear=77.0] | |
07-28 22:52:26.622 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:52:26.633 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 75.0->104.99999) | |
07-28 22:52:26.650 DEBUG [TSLocationManager calculateMedianAccuracy] 7.3 | |
07-28 22:52:26.665 DEBUG [TSLocationManager incrementOdometer] 2181.4128 | |
07-28 22:52:26.717 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: bef3cb94-28ba-48b7-adf1-f8b4733bc6be | |
07-28 22:52:26.720 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559372,39.188318 acc=7 et=+1d1h24m29s746ms alt=8.2 vel=10.669677 bear=77.0] | |
07-28 22:52:26.746 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:52:26.775 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:52:26.802 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:52:26.802 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:52:26.815 INFO [HttpService createRequest] | |
🔵 POST: bef3cb94-28ba-48b7-adf1-f8b4733bc6be | |
07-28 22:52:26.829 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:52:26.840 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:52:26.865 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: bef3cb94-28ba-48b7-adf1-f8b4733bc6be | |
07-28 22:52:53.524 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559662,39.189285 acc=7 et=+1d1h24m56s750ms alt=11.7 vel=3.4414327 bear=65.0] | |
07-28 22:52:53.572 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:52:53.584 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 104.99999->50.0) | |
07-28 22:52:53.610 DEBUG [TSLocationManager calculateMedianAccuracy] 7.3 | |
07-28 22:52:53.645 DEBUG [TSLocationManager incrementOdometer] 2286.5645 | |
07-28 22:52:53.726 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 8dfdc22c-c126-42c8-ab4c-8958a52343ce | |
07-28 22:52:53.739 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559662,39.189285 acc=7 et=+1d1h24m56s750ms alt=11.7 vel=3.4414327 bear=65.0] | |
07-28 22:52:53.762 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:52:53.766 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:52:53.781 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:52:53.782 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:52:53.792 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:52:53.798 INFO [HttpService createRequest] | |
🔵 POST: 8dfdc22c-c126-42c8-ab4c-8958a52343ce | |
07-28 22:52:53.814 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:52:53.827 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 8dfdc22c-c126-42c8-ab4c-8958a52343ce | |
07-28 22:53:04.477 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559912,39.190077 acc=8 et=+1d1h25m7s723ms alt=12.1 vel=10.748429 bear=71.0] | |
07-28 22:53:04.567 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:53:04.577 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 50.0->104.99999) | |
07-28 22:53:04.597 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:53:04.624 DEBUG [TSLocationManager incrementOdometer] 2373.113 | |
07-28 22:53:04.691 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.559912,39.190077 acc=8 et=+1d1h25m7s723ms alt=12.1 vel=10.748429 bear=71.0] | |
07-28 22:53:04.692 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: c3b8631f-c36b-46e4-b7ff-f127b4043b7b | |
07-28 22:53:04.710 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:53:04.734 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:53:04.742 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:53:04.828 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:53:04.831 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:53:04.844 INFO [HttpService createRequest] | |
🔵 POST: c3b8631f-c36b-46e4-b7ff-f127b4043b7b | |
07-28 22:53:04.867 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:53:04.892 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: c3b8631f-c36b-46e4-b7ff-f127b4043b7b | |
07-28 22:53:14.572 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560173,39.191090 acc=7 et=+1d1h25m17s750ms alt=13.2 vel=12.831511 bear=72.0] | |
07-28 22:53:14.600 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:53:14.614 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 104.99999->125.0) | |
07-28 22:53:14.685 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:53:14.713 DEBUG [TSLocationManager incrementOdometer] 2481.992 | |
07-28 22:53:14.806 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560173,39.191090 acc=7 et=+1d1h25m17s750ms alt=13.2 vel=12.831511 bear=72.0] | |
07-28 22:53:14.808 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: acecde76-50b5-4dfa-a5c9-11cf27298497 | |
07-28 22:53:14.841 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:53:14.841 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:53:14.860 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:53:14.860 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:53:14.869 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:53:14.869 INFO [HttpService createRequest] | |
🔵 POST: acecde76-50b5-4dfa-a5c9-11cf27298497 | |
07-28 22:53:14.904 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:53:14.904 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: acecde76-50b5-4dfa-a5c9-11cf27298497 | |
07-28 22:53:26.546 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560363,39.192647 acc=8 et=+1d1h25m29s724ms alt=15.7 vel=9.946492 bear=80.0] | |
07-28 22:53:26.601 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:53:26.601 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 125.0->95.0) | |
07-28 22:53:26.616 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:53:26.735 DEBUG [TSLocationManager incrementOdometer] 2644.5977 | |
07-28 22:53:26.741 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560363,39.192647 acc=8 et=+1d1h25m29s724ms alt=15.7 vel=9.946492 bear=80.0] | |
07-28 22:53:26.741 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: d63ff51d-d1fb-431f-a3d0-d5dd0252f82d | |
07-28 22:53:26.760 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:53:26.775 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:53:26.799 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:53:26.799 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:53:26.799 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:53:26.824 INFO [HttpService createRequest] | |
🔵 POST: d63ff51d-d1fb-431f-a3d0-d5dd0252f82d | |
07-28 22:53:26.824 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:53:35.015 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: d63ff51d-d1fb-431f-a3d0-d5dd0252f82d | |
07-28 22:53:35.053 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (82%) | |
07-28 22:53:37.516 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:53:37.516 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560842,39.194772 acc=8 et=+1d1h25m40s735ms alt=16.0 vel=16.051613 bear=79.0] | |
07-28 22:53:37.536 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:53:37.553 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 95.0->165.0) | |
07-28 22:53:37.583 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:53:37.605 DEBUG [TSLocationManager incrementOdometer] 2870.9836 | |
07-28 22:53:37.706 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 71a1015a-e7ff-4f88-839c-8360258f7d80 | |
07-28 22:53:37.706 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560842,39.194772 acc=8 et=+1d1h25m40s735ms alt=16.0 vel=16.051613 bear=79.0] | |
07-28 22:53:37.727 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:53:37.735 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:53:37.753 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:53:37.753 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:53:37.764 INFO [HttpService createRequest] | |
🔵 POST: 71a1015a-e7ff-4f88-839c-8360258f7d80 | |
07-28 22:53:37.774 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:53:37.802 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:53:37.802 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 71a1015a-e7ff-4f88-839c-8360258f7d80 | |
07-28 22:53:39.045 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (54%) | |
07-28 22:53:39.067 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:53:42.930 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:53:47.006 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:53:47.006 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:53:47.053 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:53:48.485 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.561113,39.196418 acc=7 et=+1d1h25m51s711ms alt=17.2 vel=14.3695 bear=80.0] | |
07-28 22:53:48.525 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:53:48.537 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 165.0->145.0) | |
07-28 22:53:48.558 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:53:48.590 DEBUG [TSLocationManager incrementOdometer] 3044.1646 | |
07-28 22:53:48.661 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 0d332527-0d13-4d1d-b534-86db03bd9c11 | |
07-28 22:53:48.693 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.561113,39.196418 acc=7 et=+1d1h25m51s711ms alt=17.2 vel=14.3695 bear=80.0] | |
07-28 22:53:48.711 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:53:48.731 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:53:48.731 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:53:48.732 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:53:48.741 INFO [HttpService createRequest] | |
🔵 POST: 0d332527-0d13-4d1d-b534-86db03bd9c11 | |
07-28 22:53:48.761 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:53:48.777 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:53:51.063 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 0d332527-0d13-4d1d-b534-86db03bd9c11 | |
07-28 22:53:51.063 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:53:51.112 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:53:54.976 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:53:55.015 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:53:58.573 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.561335,39.197845 acc=7 et=+1d1h26m1s739ms alt=19.2 vel=12.340466 bear=78.0] | |
07-28 22:53:58.630 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:53:58.644 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 145.0->125.0) | |
07-28 22:53:58.661 DEBUG [TSLocationManager calculateMedianAccuracy] 7.5 | |
07-28 22:53:58.676 DEBUG [TSLocationManager incrementOdometer] 3193.9626 | |
07-28 22:53:58.746 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 0db1e394-c507-400b-96af-98a765a86d38 | |
07-28 22:53:58.748 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.561335,39.197845 acc=7 et=+1d1h26m1s739ms alt=19.2 vel=12.340466 bear=78.0] | |
07-28 22:53:58.782 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:53:58.861 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:53:58.864 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:53:58.882 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:53:58.882 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:53:58.897 INFO [HttpService createRequest] | |
🔵 POST: 0db1e394-c507-400b-96af-98a765a86d38 | |
07-28 22:53:58.912 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:53:58.928 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 0db1e394-c507-400b-96af-98a765a86d38 | |
07-28 22:53:58.981 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:53:59.014 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:54:02.991 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:54:03.021 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:54:07.034 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:54:07.070 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:54:09.608 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.561513,39.199093 acc=7 et=+1d1h26m12s733ms alt=21.8 vel=13.130049 bear=75.0] | |
07-28 22:54:09.642 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:54:09.665 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 125.0->135.0) | |
07-28 22:54:09.679 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:54:09.690 DEBUG [TSLocationManager incrementOdometer] 3324.7559 | |
07-28 22:54:09.788 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: acfaa1e0-eaac-47cf-b782-50ee6d721a86 | |
07-28 22:54:09.828 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.561513,39.199093 acc=7 et=+1d1h26m12s733ms alt=21.8 vel=13.130049 bear=75.0] | |
07-28 22:54:09.857 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:54:09.866 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:54:09.883 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:54:09.883 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:54:09.894 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:54:09.902 INFO [HttpService createRequest] | |
🔵 POST: acfaa1e0-eaac-47cf-b782-50ee6d721a86 | |
07-28 22:54:09.923 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:54:09.938 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: acfaa1e0-eaac-47cf-b782-50ee6d721a86 | |
07-28 22:54:10.996 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:54:11.020 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:54:14.994 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (92%) | |
07-28 22:54:15.024 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:54:19.053 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:54:19.107 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:54:21.573 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.561730,39.200403 acc=7 et=+1d1h26m24s726ms alt=24.9 vel=9.428167 bear=82.0] | |
07-28 22:54:21.628 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:54:21.653 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 135.0->95.0) | |
07-28 22:54:21.678 DEBUG [TSLocationManager calculateMedianAccuracy] 7.8 | |
07-28 22:54:21.714 DEBUG [TSLocationManager incrementOdometer] 3462.5461 | |
07-28 22:54:21.768 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 9b93cf01-4235-4f8e-af61-f6a1ffdb2fa4 | |
07-28 22:54:21.769 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.561730,39.200403 acc=7 et=+1d1h26m24s726ms alt=24.9 vel=9.428167 bear=82.0] | |
07-28 22:54:21.814 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:54:21.838 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:54:21.845 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:54:21.863 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:54:21.864 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:54:21.871 INFO [HttpService createRequest] | |
🔵 POST: 9b93cf01-4235-4f8e-af61-f6a1ffdb2fa4 | |
07-28 22:54:21.903 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:54:22.963 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 9b93cf01-4235-4f8e-af61-f6a1ffdb2fa4 | |
07-28 22:54:22.998 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:54:22.998 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:54:27.030 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (77%) | |
07-28 22:54:27.069 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:54:30.965 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:54:34.477 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:54:34.511 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.561917,39.201307 acc=7 et=+1d1h26m37s723ms alt=25.4 vel=5.2614903 bear=83.0] | |
07-28 22:54:34.583 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:54:34.615 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 95.0->55.0) | |
07-28 22:54:34.649 DEBUG [TSLocationManager calculateMedianAccuracy] 7.5 | |
07-28 22:54:34.734 DEBUG [TSLocationManager incrementOdometer] 3558.3733 | |
07-28 22:54:34.739 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 8cd0ad39-4794-407e-8ec3-351c085a85f4 | |
07-28 22:54:34.847 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.561917,39.201307 acc=7 et=+1d1h26m37s723ms alt=25.4 vel=5.2614903 bear=83.0] | |
07-28 22:54:34.847 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:54:34.848 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:54:34.917 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:54:34.931 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:54:34.931 INFO [HttpService createRequest] | |
🔵 POST: 8cd0ad39-4794-407e-8ec3-351c085a85f4 | |
07-28 22:54:34.952 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:54:34.972 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:54:35.027 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:54:35.027 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 8cd0ad39-4794-407e-8ec3-351c085a85f4 | |
07-28 22:54:35.034 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:54:38.891 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (85%) | |
07-28 22:54:38.923 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:54:42.959 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (85%) | |
07-28 22:54:42.990 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:54:47.030 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (69%) | |
07-28 22:54:47.052 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:54:51.071 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (69%) | |
07-28 22:54:51.099 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:54:54.966 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (62%) | |
07-28 22:54:55.000 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:54:59.076 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (46%) | |
07-28 22:54:59.117 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:55:02.719 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:55:02.744 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:55:07.016 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:55:07.074 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:55:10.885 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:55:10.931 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:55:14.975 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (69%) | |
07-28 22:55:15.025 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:55:19.021 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (85%) | |
07-28 22:55:19.067 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:55:21.484 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.562098,39.201890 acc=7 et=+1d1h27m24s735ms alt=25.6 vel=2.4207387 bear=56.0] | |
07-28 22:55:21.553 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:55:21.567 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 55.0->50.0) | |
07-28 22:55:21.597 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:55:21.629 DEBUG [TSLocationManager incrementOdometer] 3622.0476 | |
07-28 22:55:21.680 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: dd7af273-e158-4242-87b9-03a56aa4f3eb | |
07-28 22:55:21.681 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.562098,39.201890 acc=7 et=+1d1h27m24s735ms alt=25.6 vel=2.4207387 bear=56.0] | |
07-28 22:55:21.733 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:55:21.736 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:55:21.752 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:55:21.752 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:55:21.760 INFO [HttpService createRequest] | |
🔵 POST: dd7af273-e158-4242-87b9-03a56aa4f3eb | |
07-28 22:55:21.772 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:55:21.780 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:55:21.804 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: dd7af273-e158-4242-87b9-03a56aa4f3eb | |
07-28 22:55:22.979 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:55:22.995 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:55:26.976 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (85%) | |
07-28 22:55:27.013 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:55:31.033 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:55:31.081 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:55:32.511 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.562737,39.202198 acc=7 et=+1d1h27m35s729ms alt=24.9 vel=9.688617 bear=3.0] | |
07-28 22:55:32.609 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:55:32.630 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 50.0->95.0) | |
07-28 22:55:32.676 DEBUG [TSLocationManager calculateMedianAccuracy] 7.3 | |
07-28 22:55:32.752 DEBUG [TSLocationManager incrementOdometer] 3699.612 | |
07-28 22:55:32.868 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 756ac306-4393-406c-9744-8ef96b21876f | |
07-28 22:55:32.871 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.562737,39.202198 acc=7 et=+1d1h27m35s729ms alt=24.9 vel=9.688617 bear=3.0] | |
07-28 22:55:32.888 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:55:32.893 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:55:32.915 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:55:32.921 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:55:32.931 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:55:32.940 INFO [HttpService createRequest] | |
🔵 POST: 756ac306-4393-406c-9744-8ef96b21876f | |
07-28 22:55:32.973 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:55:32.989 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 756ac306-4393-406c-9744-8ef96b21876f | |
07-28 22:55:35.014 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:55:35.042 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:55:39.048 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:55:39.089 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:55:43.079 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:55:43.156 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:55:43.497 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.564017,39.201923 acc=7 et=+1d1h27m46s727ms alt=27.7 vel=13.701391 bear=348.0] | |
07-28 22:55:43.571 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:55:43.583 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 95.0->135.0) | |
07-28 22:55:43.601 DEBUG [TSLocationManager calculateMedianAccuracy] 7.3 | |
07-28 22:55:43.679 DEBUG [TSLocationManager incrementOdometer] 3844.173 | |
07-28 22:55:43.784 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: a175606a-34c8-466c-8ffc-2bb602180d26 | |
07-28 22:55:43.792 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.564017,39.201923 acc=7 et=+1d1h27m46s727ms alt=27.7 vel=13.701391 bear=348.0] | |
07-28 22:55:43.806 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:55:43.813 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:55:43.831 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:55:43.833 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:55:43.847 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:55:43.854 INFO [HttpService createRequest] | |
🔵 POST: a175606a-34c8-466c-8ffc-2bb602180d26 | |
07-28 22:55:43.874 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:55:43.897 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: a175606a-34c8-466c-8ffc-2bb602180d26 | |
07-28 22:55:46.964 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (92%) | |
07-28 22:55:46.995 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:55:50.940 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (85%) | |
07-28 22:55:50.969 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:55:54.564 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.565228,39.201612 acc=7 et=+1d1h27m57s717ms alt=27.1 vel=7.330159 bear=347.0] | |
07-28 22:55:54.578 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:55:54.591 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 135.0->75.0) | |
07-28 22:55:54.612 DEBUG [TSLocationManager calculateMedianAccuracy] 7.3 | |
07-28 22:55:54.637 DEBUG [TSLocationManager incrementOdometer] 3982.1543 | |
07-28 22:55:54.694 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 73229820-2d2b-488a-aba3-e5e8a47d4000 | |
07-28 22:55:54.701 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.565228,39.201612 acc=7 et=+1d1h27m57s717ms alt=27.1 vel=7.330159 bear=347.0] | |
07-28 22:55:54.737 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:55:54.740 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:55:54.760 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:55:54.763 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:55:54.770 INFO [HttpService createRequest] | |
🔵 POST: 73229820-2d2b-488a-aba3-e5e8a47d4000 | |
07-28 22:55:54.779 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:55:54.786 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:55:54.807 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 73229820-2d2b-488a-aba3-e5e8a47d4000 | |
07-28 22:55:54.989 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (54%) | |
07-28 22:55:55.011 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:55:58.991 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (54%) | |
07-28 22:55:59.035 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:56:03.035 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (85%) | |
07-28 22:56:03.116 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:56:06.861 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:56:06.892 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:56:08.592 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.565993,39.201408 acc=8 et=+1d1h28m11s747ms alt=26.9 vel=14.116257 bear=345.0] | |
07-28 22:56:08.622 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:56:08.642 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 75.0->145.0) | |
07-28 22:56:08.664 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:56:08.685 DEBUG [TSLocationManager incrementOdometer] 4069.439 | |
07-28 22:56:08.765 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: b51cbd74-8973-4043-9a76-f0b1205543a7 | |
07-28 22:56:08.787 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.565993,39.201408 acc=8 et=+1d1h28m11s747ms alt=26.9 vel=14.116257 bear=345.0] | |
07-28 22:56:08.802 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:56:08.805 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:56:08.823 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:56:08.824 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:56:08.835 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:56:08.842 INFO [HttpService createRequest] | |
🔵 POST: b51cbd74-8973-4043-9a76-f0b1205543a7 | |
07-28 22:56:08.862 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:56:08.885 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: b51cbd74-8973-4043-9a76-f0b1205543a7 | |
07-28 22:56:10.918 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:56:10.951 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:56:15.023 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (54%) | |
07-28 22:56:15.114 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:56:19.490 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.567370,39.201045 acc=8 et=+1d1h28m22s728ms alt=29.3 vel=10.783945 bear=346.0] | |
07-28 22:56:19.507 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:56:19.522 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 145.0->104.99999) | |
07-28 22:56:19.546 DEBUG [TSLocationManager calculateMedianAccuracy] 7.3 | |
07-28 22:56:19.566 DEBUG [TSLocationManager incrementOdometer] 4226.4487 | |
07-28 22:56:19.615 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.567370,39.201045 acc=8 et=+1d1h28m22s728ms alt=29.3 vel=10.783945 bear=346.0] | |
07-28 22:56:19.622 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 2ba9f35f-898d-486a-8474-e85a090f68ca | |
07-28 22:56:19.638 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:56:19.657 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:56:19.659 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:56:19.693 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:56:19.697 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:56:19.703 INFO [HttpService createRequest] | |
🔵 POST: 2ba9f35f-898d-486a-8474-e85a090f68ca | |
07-28 22:56:19.726 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:56:19.745 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 2ba9f35f-898d-486a-8474-e85a090f68ca | |
07-28 22:56:30.476 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.568300,39.200800 acc=7 et=+1d1h28m33s725ms alt=31.3 vel=7.869588 bear=350.0] | |
07-28 22:56:30.490 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:56:30.504 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 104.99999->75.0) | |
07-28 22:56:30.529 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:56:30.547 DEBUG [TSLocationManager incrementOdometer] 4332.503 | |
07-28 22:56:30.594 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: f4df2688-9ea6-4c9c-b7cc-87f6451bd74d | |
07-28 22:56:30.601 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.568300,39.200800 acc=7 et=+1d1h28m33s725ms alt=31.3 vel=7.869588 bear=350.0] | |
07-28 22:56:30.634 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:56:30.641 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:56:30.666 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:56:30.682 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:56:30.700 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:56:30.714 INFO [HttpService createRequest] | |
🔵 POST: f4df2688-9ea6-4c9c-b7cc-87f6451bd74d | |
07-28 22:56:30.733 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:56:30.753 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: f4df2688-9ea6-4c9c-b7cc-87f6451bd74d | |
07-28 22:56:41.601 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.569082,39.200640 acc=7 et=+1d1h28m44s751ms alt=21.8 vel=7.35641 bear=347.0] | |
07-28 22:56:41.626 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:56:41.641 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:56:41.652 DEBUG [TSLocationManager incrementOdometer] 4420.6284 | |
07-28 22:56:41.685 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 057dd7ac-4772-4d79-a2fc-5826fbaf6654 | |
07-28 22:56:41.704 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:56:41.728 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:56:41.829 INFO [HttpService createRequest] | |
🔵 POST: 057dd7ac-4772-4d79-a2fc-5826fbaf6654 | |
07-28 22:56:41.858 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:56:41.881 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 057dd7ac-4772-4d79-a2fc-5826fbaf6654 | |
07-28 22:56:43.094 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (71%) | |
07-28 22:56:43.116 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:56:51.525 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.570055,39.200413 acc=7 et=+1d1h28m54s752ms alt=23.8 vel=14.198612 bear=346.0] | |
07-28 22:56:51.537 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:56:51.555 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 75.0->145.0) | |
07-28 22:56:51.632 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:56:51.648 DEBUG [TSLocationManager incrementOdometer] 4530.925 | |
07-28 22:56:51.693 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: e56741fd-3123-43b4-a38b-b0e8bc3e511f | |
07-28 22:56:51.699 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.570055,39.200413 acc=7 et=+1d1h28m54s752ms alt=23.8 vel=14.198612 bear=346.0] | |
07-28 22:56:51.728 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:56:51.734 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:56:51.764 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:56:51.765 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:56:51.775 INFO [HttpService createRequest] | |
🔵 POST: e56741fd-3123-43b4-a38b-b0e8bc3e511f | |
07-28 22:56:51.789 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:56:51.796 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:56:51.824 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: e56741fd-3123-43b4-a38b-b0e8bc3e511f | |
07-28 22:57:01.590 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.571547,39.200020 acc=7 et=+1d1h29m4s755ms alt=22.9 vel=19.323187 bear=347.0] | |
07-28 22:57:01.616 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:57:01.634 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 145.0->195.0) | |
07-28 22:57:01.663 DEBUG [TSLocationManager calculateMedianAccuracy] 7.5 | |
07-28 22:57:01.685 DEBUG [TSLocationManager incrementOdometer] 4701.0415 | |
07-28 22:57:01.737 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 1b76e2ef-7f7a-40b7-92cf-70d381ecd651 | |
07-28 22:57:01.746 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.571547,39.200020 acc=7 et=+1d1h29m4s755ms alt=22.9 vel=19.323187 bear=347.0] | |
07-28 22:57:01.772 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:57:01.776 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:57:01.808 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:57:01.812 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:57:01.825 INFO [HttpService createRequest] | |
🔵 POST: 1b76e2ef-7f7a-40b7-92cf-70d381ecd651 | |
07-28 22:57:01.851 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:57:01.877 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:57:01.902 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 1b76e2ef-7f7a-40b7-92cf-70d381ecd651 | |
07-28 22:57:03.977 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (97%) | |
07-28 22:57:04.008 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:57:08.159 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:57:08.189 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:57:11.960 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:57:11.979 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:57:14.544 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.573328,39.199550 acc=8 et=+1d1h29m17s752ms alt=20.8 vel=0.06228139 bear=346.0] | |
07-28 22:57:14.577 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:57:14.590 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 195.0->50.0) | |
07-28 22:57:14.616 DEBUG [TSLocationManager calculateMedianAccuracy] 7.5 | |
07-28 22:57:14.630 DEBUG [TSLocationManager incrementOdometer] 4904.2256 | |
07-28 22:57:14.674 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.573328,39.199550 acc=8 et=+1d1h29m17s752ms alt=20.8 vel=0.06228139 bear=346.0] | |
07-28 22:57:14.693 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: c0d773c3-cc90-42fa-be9e-ad1783cbb929 | |
07-28 22:57:14.699 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:57:14.724 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:57:14.724 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:57:14.770 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:57:14.774 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:57:14.786 INFO [HttpService createRequest] | |
🔵 POST: c0d773c3-cc90-42fa-be9e-ad1783cbb929 | |
07-28 22:57:14.821 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:57:14.853 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: c0d773c3-cc90-42fa-be9e-ad1783cbb929 | |
07-28 22:57:18.054 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:57:18.077 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:57:23.080 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (92%) | |
07-28 22:57:23.097 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:57:23.946 INFO [LocationService onLocation] | |
ℹ️ Location availability: false | |
07-28 22:57:24.450 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:57:25.493 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.575853,39.199342 acc=7 et=+1d1h29m28s740ms alt=23.2 vel=19.585695 bear=352.0] | |
07-28 22:57:25.525 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:57:25.544 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 50.0->195.0) | |
07-28 22:57:25.596 DEBUG [TSLocationManager calculateMedianAccuracy] 7.4 | |
07-28 22:57:25.614 DEBUG [TSLocationManager incrementOdometer] 5184.636 | |
07-28 22:57:25.673 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: d8f932e1-b08b-46da-8299-12a637089b5c | |
07-28 22:57:25.692 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.575853,39.199342 acc=7 et=+1d1h29m28s740ms alt=23.2 vel=19.585695 bear=352.0] | |
07-28 22:57:25.727 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:57:25.729 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:57:25.756 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:57:25.758 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:57:25.777 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:57:25.791 INFO [HttpService createRequest] | |
🔵 POST: d8f932e1-b08b-46da-8299-12a637089b5c | |
07-28 22:57:26.565 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:57:26.603 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: d8f932e1-b08b-46da-8299-12a637089b5c | |
07-28 22:57:26.919 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:57:26.948 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:57:31.165 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:57:31.192 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:57:35.986 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:57:36.013 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:57:36.492 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.577822,39.199028 acc=7 et=+1d1h29m39s727ms alt=25.8 vel=21.777382 bear=352.0] | |
07-28 22:57:36.507 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:57:36.520 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 195.0->215.00002) | |
07-28 22:57:36.584 DEBUG [TSLocationManager calculateMedianAccuracy] 7.3 | |
07-28 22:57:36.634 DEBUG [TSLocationManager incrementOdometer] 5404.99 | |
07-28 22:57:36.678 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.577822,39.199028 acc=7 et=+1d1h29m39s727ms alt=25.8 vel=21.777382 bear=352.0] | |
07-28 22:57:36.681 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 33d86714-57d1-4e60-9446-b904e689b924 | |
07-28 22:57:36.699 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:57:36.731 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:57:36.735 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:57:36.772 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:57:36.778 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:57:36.797 INFO [HttpService createRequest] | |
🔵 POST: 33d86714-57d1-4e60-9446-b904e689b924 | |
07-28 22:57:36.833 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:57:36.859 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 33d86714-57d1-4e60-9446-b904e689b924 | |
07-28 22:57:40.486 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:57:40.513 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:57:45.423 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:57:45.472 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:57:47.492 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.579798,39.198572 acc=7 et=+1d1h29m50s723ms alt=23.1 vel=18.294258 bear=344.0] | |
07-28 22:57:47.509 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:57:47.522 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 215.00002->185.0) | |
07-28 22:57:47.586 DEBUG [TSLocationManager calculateMedianAccuracy] 7.2 | |
07-28 22:57:47.645 DEBUG [TSLocationManager incrementOdometer] 5628.899 | |
07-28 22:57:47.695 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: c3fd27a6-b317-49f0-924b-d4e7b3d049ad | |
07-28 22:57:47.696 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.579798,39.198572 acc=7 et=+1d1h29m50s723ms alt=23.1 vel=18.294258 bear=344.0] | |
07-28 22:57:47.727 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:57:47.734 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:57:47.774 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:57:47.777 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:57:47.787 INFO [HttpService createRequest] | |
🔵 POST: c3fd27a6-b317-49f0-924b-d4e7b3d049ad | |
07-28 22:57:47.801 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:57:47.811 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:57:47.835 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: c3fd27a6-b317-49f0-924b-d4e7b3d049ad | |
07-28 22:57:50.311 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:57:50.335 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:57:54.800 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:57:54.815 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:57:58.487 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.581665,39.198010 acc=7 et=+1d1h30m1s718ms alt=22.8 vel=19.968649 bear=343.0] | |
07-28 22:57:58.503 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:57:58.503 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 185.0->195.0) | |
07-28 22:57:58.523 DEBUG [TSLocationManager calculateMedianAccuracy] 7.3 | |
07-28 22:57:58.637 DEBUG [TSLocationManager incrementOdometer] 5843.6187 | |
07-28 22:57:58.698 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: d414e1eb-8fff-4f99-8051-040afccffe49 | |
07-28 22:57:58.711 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.581665,39.198010 acc=7 et=+1d1h30m1s718ms alt=22.8 vel=19.968649 bear=343.0] | |
07-28 22:57:58.853 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:57:58.859 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:57:58.884 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:57:58.890 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:57:58.903 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:57:58.910 INFO [HttpService createRequest] | |
🔵 POST: d414e1eb-8fff-4f99-8051-040afccffe49 | |
07-28 22:57:58.934 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:57:58.950 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: d414e1eb-8fff-4f99-8051-040afccffe49 | |
07-28 22:57:58.950 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:57:59.406 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:57:59.406 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:58:04.904 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:58:08.491 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.583475,39.197457 acc=7 et=+1d1h30m11s728ms alt=21.9 vel=21.4109 bear=343.0] | |
07-28 22:58:08.506 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:58:08.520 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 195.0->215.00002) | |
07-28 22:58:08.520 DEBUG [TSLocationManager calculateMedianAccuracy] 7.7 | |
07-28 22:58:08.635 DEBUG [TSLocationManager incrementOdometer] 6052.061 | |
07-28 22:58:08.688 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.583475,39.197457 acc=7 et=+1d1h30m11s728ms alt=21.9 vel=21.4109 bear=343.0] | |
07-28 22:58:08.692 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 87658f2c-3dbc-4667-ae9c-4691c1037308 | |
07-28 22:58:08.692 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:58:08.727 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:58:08.730 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:58:08.781 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:58:08.786 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:58:08.804 INFO [HttpService createRequest] | |
🔵 POST: 87658f2c-3dbc-4667-ae9c-4691c1037308 | |
07-28 22:58:08.804 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:58:08.815 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 87658f2c-3dbc-4667-ae9c-4691c1037308 | |
07-28 22:58:08.853 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:58:09.277 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:58:13.712 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (92%) | |
07-28 22:58:13.738 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:58:18.295 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:58:18.317 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:58:19.489 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.585350,39.196903 acc=7 et=+1d1h30m22s728ms alt=23.0 vel=18.709124 bear=344.0] | |
07-28 22:58:19.504 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:58:19.548 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 215.00002->185.0) | |
07-28 22:58:19.586 DEBUG [TSLocationManager calculateMedianAccuracy] 7.2 | |
07-28 22:58:19.641 DEBUG [TSLocationManager incrementOdometer] 6267.435 | |
07-28 22:58:19.692 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.585350,39.196903 acc=7 et=+1d1h30m22s728ms alt=23.0 vel=18.709124 bear=344.0] | |
07-28 22:58:19.704 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 655adb08-728e-40bb-bc52-747bcb24d2cb | |
07-28 22:58:19.717 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:58:19.717 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:58:19.744 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:58:19.755 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:58:19.809 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:58:19.818 INFO [HttpService createRequest] | |
🔵 POST: 655adb08-728e-40bb-bc52-747bcb24d2cb | |
07-28 22:58:19.849 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:58:19.865 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 655adb08-728e-40bb-bc52-747bcb24d2cb | |
07-28 22:58:19.865 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:58:22.382 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:58:22.382 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:58:26.811 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:58:29.511 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.587038,39.196413 acc=7 et=+1d1h30m32s732ms alt=23.1 vel=18.81773 bear=345.0] | |
07-28 22:58:29.532 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:58:29.543 DEBUG [TSLocationManager calculateMedianAccuracy] 7.3 | |
07-28 22:58:29.589 DEBUG [TSLocationManager incrementOdometer] 6461.136 | |
07-28 22:58:29.636 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 303ef3aa-c844-44fe-b9d7-157171339ee1 | |
07-28 22:58:29.651 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:58:29.680 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:58:29.651 INFO [HttpService createRequest] | |
🔵 POST: 303ef3aa-c844-44fe-b9d7-157171339ee1 | |
07-28 22:58:29.707 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:58:29.724 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 303ef3aa-c844-44fe-b9d7-157171339ee1 | |
07-28 22:58:31.323 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:58:31.351 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:58:35.290 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:58:35.309 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:58:39.302 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:58:39.330 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:58:40.486 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.588842,39.195895 acc=7 et=+1d1h30m43s718ms alt=23.0 vel=19.509516 bear=343.0] | |
07-28 22:58:40.510 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:58:40.524 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 185.0->195.0) | |
07-28 22:58:40.585 DEBUG [TSLocationManager calculateMedianAccuracy] 7.2 | |
07-28 22:58:40.635 DEBUG [TSLocationManager incrementOdometer] 6667.9053 | |
07-28 22:58:40.683 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 1ec5bad7-a9f8-4f83-8c70-eb95ecb5dca2 | |
07-28 22:58:40.686 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.588842,39.195895 acc=7 et=+1d1h30m43s718ms alt=23.0 vel=19.509516 bear=343.0] | |
07-28 22:58:40.715 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:58:40.716 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:58:40.760 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:58:40.765 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:58:40.775 INFO [HttpService createRequest] | |
🔵 POST: 1ec5bad7-a9f8-4f83-8c70-eb95ecb5dca2 | |
07-28 22:58:40.786 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:58:40.798 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:58:40.821 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 1ec5bad7-a9f8-4f83-8c70-eb95ecb5dca2 | |
07-28 22:58:43.324 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:58:43.352 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:58:47.783 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:58:47.810 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:58:50.491 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.590568,39.195320 acc=7 et=+1d1h30m53s723ms alt=23.2 vel=20.048431 bear=342.0] | |
07-28 22:58:50.508 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:58:50.526 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 195.0->205.0) | |
07-28 22:58:50.555 DEBUG [TSLocationManager calculateMedianAccuracy] 7.2 | |
07-28 22:58:50.574 DEBUG [TSLocationManager incrementOdometer] 6868.141 | |
07-28 22:58:50.615 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 1a960e4b-e215-4fc6-b783-d572804f2b47 | |
07-28 22:58:50.622 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.590568,39.195320 acc=7 et=+1d1h30m53s723ms alt=23.2 vel=20.048431 bear=342.0] | |
07-28 22:58:50.725 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:58:50.728 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:58:50.750 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:58:50.751 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:58:50.762 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:58:50.786 INFO [HttpService createRequest] | |
🔵 POST: 1a960e4b-e215-4fc6-b783-d572804f2b47 | |
07-28 22:58:50.805 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:58:50.822 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 1a960e4b-e215-4fc6-b783-d572804f2b47 | |
07-28 22:58:52.315 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:58:50.805 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:58:59.565 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:58:59.596 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:59:01.535 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.592475,39.194708 acc=7 et=+1d1h31m4s727ms alt=27.8 vel=20.020636 bear=343.0] | |
07-28 22:58:59.565 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:58:59.596 DEBUG [TSLocationManager calculateMedianAccuracy] 7.2 | |
07-28 22:59:01.535 DEBUG [TSLocationManager incrementOdometer] 7088.5586 | |
07-28 22:59:01.696 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 47832358-ed74-4ba9-a88a-3846c97c99e3 | |
07-28 22:59:01.641 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:59:01.737 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:59:01.696 INFO [HttpService createRequest] | |
🔵 POST: 47832358-ed74-4ba9-a88a-3846c97c99e3 | |
07-28 22:59:01.758 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:59:01.737 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 47832358-ed74-4ba9-a88a-3846c97c99e3 | |
07-28 22:59:01.747 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:59:05.466 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:59:10.342 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:59:10.369 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:59:12.524 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.594387,39.194127 acc=7 et=+1d1h31m15s727ms alt=28.4 vel=20.045341 bear=344.0] | |
07-28 22:59:10.342 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:59:10.369 DEBUG [TSLocationManager calculateMedianAccuracy] 7.2 | |
07-28 22:59:12.631 DEBUG [TSLocationManager incrementOdometer] 7308.633 | |
07-28 22:59:12.587 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 6fe57b9e-8241-433f-b402-e4d27f596087 | |
07-28 22:59:12.691 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:59:12.631 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:59:12.720 INFO [HttpService createRequest] | |
🔵 POST: 6fe57b9e-8241-433f-b402-e4d27f596087 | |
07-28 22:59:12.691 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:59:12.746 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 6fe57b9e-8241-433f-b402-e4d27f596087 | |
07-28 22:59:12.720 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:59:15.337 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:59:19.327 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (77%) | |
07-28 22:59:19.352 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:59:23.301 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (100%) | |
07-28 22:59:23.340 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:59:24.493 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.596265,39.193565 acc=7 et=+1d1h31m27s727ms alt=29.6 vel=14.77819 bear=342.0] | |
07-28 22:59:24.510 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:59:24.525 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 205.0->145.0) | |
07-28 22:59:24.593 DEBUG [TSLocationManager calculateMedianAccuracy] 7.2 | |
07-28 22:59:24.635 DEBUG [TSLocationManager incrementOdometer] 7524.588 | |
07-28 22:59:24.682 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 8377d1dc-0b85-4ea7-a247-98f02f6fc362 | |
07-28 22:59:24.684 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.596265,39.193565 acc=7 et=+1d1h31m27s727ms alt=29.6 vel=14.77819 bear=342.0] | |
07-28 22:59:24.764 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:59:24.770 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:59:24.792 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:59:24.794 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:59:24.804 INFO [HttpService createRequest] | |
🔵 POST: 8377d1dc-0b85-4ea7-a247-98f02f6fc362 | |
07-28 22:59:24.814 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:59:24.822 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:59:24.844 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 8377d1dc-0b85-4ea7-a247-98f02f6fc362 | |
07-28 22:59:28.453 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] in_vehicle (54%) | |
07-28 22:59:28.476 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:59:35.512 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.597630,39.193162 acc=7 et=+1d1h31m38s722ms alt=25.6 vel=15.148275 bear=345.0] | |
07-28 22:59:35.527 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:59:35.553 INFO [TSLocationManager onLocationResult] | |
🔵 Re-scaled distanceFilter: 145.0->155.0) | |
07-28 22:59:35.512 DEBUG [TSLocationManager calculateMedianAccuracy] 7.2 | |
07-28 22:59:35.614 DEBUG [TSLocationManager incrementOdometer] 7681.391 | |
07-28 22:59:35.683 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 8709a46d-5340-46e7-9323-ee5f50fafec4 | |
07-28 22:59:35.711 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.597630,39.193162 acc=7 et=+1d1h31m38s722ms alt=25.6 vel=15.148275 bear=345.0] | |
07-28 22:59:35.614 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-28 22:59:35.742 DEBUG [TSLocationManager onLocationResult] | |
╔═════════════════════════════════════════════ | |
║ Process LocationResult | |
╠═════════════════════════════════════════════ | |
07-28 22:59:35.787 DEBUG [TSLocationManager onLocationResult] | |
ℹ️ IGNORED: same as last location | |
07-28 22:59:35.799 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-28 22:59:35.813 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-28 22:59:35.837 INFO [HttpService createRequest] | |
🔵 POST: 8709a46d-5340-46e7-9323-ee5f50fafec4 | |
07-28 22:59:35.909 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-28 22:59:35.976 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 8709a46d-5340-46e7-9323-ee5f50fafec4 | |
07-28 22:59:42.308 DEBUG [BackgroundGeolocationService onDestroy] | |
╔═════════════════════════════════════════════ | |
║ BackgroundGeolocationService destroyed | |
╠═════════════════════════════════════════════ | |
07-28 22:59:42.322 INFO [BackgroundGeolocation removeActivityUpdates] | |
🔴 Stop activity updates | |
07-28 22:59:42.342 INFO [TSLocationManager removeLocationUpdates] | |
🔴 Location-services: OFF | |
07-28 22:59:42.361 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-28 22:59:42.385 INFO [BackgroundGeolocationService j] | |
🔴 Stop heartbeat | |
07-29 21:35:37.908 INFO [BackgroundGeolocation <init>] | |
╔═════════════════════════════════════════════ | |
║ BackgroundGeolocation adapter | |
╠═════════════════════════════════════════════ | |
07-29 21:35:37.961 DEBUG [SQLiteLocationDAO dbh] | |
✅ Opened database | |
07-29 21:35:37.974 DEBUG [SQLiteLocationDAO prune] | |
ℹ️ PRUNE -1 days | |
07-29 21:35:38.028 DEBUG [GeofenceDAO dbh] | |
✅ Opened database | |
07-29 21:35:38.049 INFO [BackgroundGeolocation <init>] | |
🔵 Connecting to GooglePlayServices... | |
07-29 21:35:38.916 INFO [BackgroundGeolocation onConnected] | |
✅ Google Play Services: connected (version code:10084000) | |
07-29 21:35:39.167 INFO [Settings print] | |
╔═════════════════════════════════════════════ | |
║ BackgroundGeolocation Settings | |
╠═════════════════════════════════════════════ | |
{ | |
"isMoving": false, | |
"enabled": false, | |
"odometer": 7681.391, | |
"schedulerEnabled": false, | |
"trackingMode": "location", | |
"distanceFilter": 50, | |
"desiredAccuracy": 0, | |
"desiredOdometerAccuracy": 100, | |
"locationUpdateInterval": 1000, | |
"fastestLocationUpdateInterval": 10000, | |
"locationTimeout": 60, | |
"deferTime": 0, | |
"disableElasticity": false, | |
"activityRecognitionInterval": 10, | |
"minimumActivityRecognitionConfidence": 75, | |
"triggerActivities": "in_vehicle, on_bicycle, on_foot, running, walking", | |
"disableStopDetection": false, | |
"stationaryRadius": 25, | |
"stopTimeout": 5, | |
"stopOnStationary": false, | |
"url": "http:\/\/imaxem.com\/maxorderb\/en\/userTrack", | |
"method": "POST", | |
"autoSync": true, | |
"autoSyncThreshold": 0, | |
"batchSync": false, | |
"maxBatchSize": -1, | |
"params": { | |
"userId": "13", | |
"orderId": "236" | |
}, | |
"headers": {}, | |
"extras": {}, | |
"httpRootProperty": "location", | |
"locationTemplate": "", | |
"geofenceTemplate": "", | |
"persist": true, | |
"maxDaysToPersist": 1, | |
"maxRecordsToPersist": -1, | |
"locationsOrderDirection": "ASC", | |
"httpTimeout": 60000, | |
"geofenceProximityRadius": 1000, | |
"geofenceInitialTriggerEntry": true, | |
"stopOnTerminate": false, | |
"startOnBoot": false, | |
"heartbeatInterval": 10, | |
"foregroundService": false, | |
"notificationTitle": "", | |
"notificationText": "Location Service activated", | |
"notificationColor": "", | |
"notificationIcon": "", | |
"notificationSmallIcon": "", | |
"notificationLargeIcon": "", | |
"forceReloadOnLocationChange": false, | |
"forceReloadOnMotionChange": false, | |
"forceReloadOnGeofence": false, | |
"forceReloadOnBoot": false, | |
"forceReloadOnHeartbeat": false, | |
"forceReloadOnSchedule": false, | |
"stopAfterElapsedMinutes": 0, | |
"schedule": [], | |
"configureUrl": "", | |
"configureInterval": -1, | |
"debug": true, | |
"logLevel": 5, | |
"logMaxDays": 3 | |
}╚═════════════════════════════════════════════ | |
07-29 21:35:39.224 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-29 21:35:39.291 INFO [BackgroundGeolocationService onStartCommand] | |
╔═════════════════════════════════════════════ | |
║ BackgroundGeolocation Service started | |
╠═════════════════════════════════════════════ | |
07-28 22:59:42.385 INFO [BackgroundGeolocation requestActivityUpdates] | |
🎾 Start activity updates: 10 | |
07-29 21:35:37.908 INFO [BackgroundGeolocationService a] | |
🔵 setPace: null → false | |
07-29 21:35:39.388 INFO [BackgroundGeolocationService j] | |
🔴 Stop heartbeat | |
07-29 21:35:39.407 INFO [BackgroundGeolocationService a] | |
🎾 Start heartbeat (10) | |
07-29 21:35:39.486 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] still (100%) | |
07-29 21:35:39.548 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-29 21:35:39.608 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location:1001 | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560550,39.178922 acc=21 et=+2d0h7m42s780ms] | |
07-29 21:35:39.630 INFO [TSLocationManager onSingleLocationResult] | |
🔵 Acquired motionchange position | |
07-29 21:35:39.669 DEBUG [TSLocationManager calculateMedianAccuracy] 21.009 | |
07-29 21:35:39.750 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: c9508efa-1d75-47df-86b8-c93cda9a1f78 | |
07-29 21:35:39.783 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-29 21:35:39.824 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-29 21:35:39.840 INFO [HttpService createRequest] | |
🔵 POST: c9508efa-1d75-47df-86b8-c93cda9a1f78 | |
07-29 21:35:40.171 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-29 21:35:40.209 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: c9508efa-1d75-47df-86b8-c93cda9a1f78 | |
07-29 21:35:48.930 INFO [BackgroundGeolocation onActivityDestroy] | |
╔═════════════════════════════════════════════ | |
║ MainActivity was destroyed | |
╠═════════════════════════════════════════════ | |
╟─ stopOnTerminate: false | |
╟─ enabled: true | |
07-29 21:35:48.956 INFO [TSLocationManager stopWatchPosition] | |
🔴 watchPosition: OFF | |
07-29 21:35:48.967 DEBUG [BackgroundGeolocation f] | |
🔴 Cleared callbacks | |
07-29 21:35:48.994 INFO [BackgroundGeolocation removeActivityUpdates] | |
🔴 Stop activity updates | |
07-29 21:35:49.029 DEBUG [BackgroundGeolocationService onActivityDestroyed] | |
╔═════════════════════════════════════════════ | |
║ BackgroundGeolocationService Rx ActivityDestroyed | |
╠═════════════════════════════════════════════ | |
07-29 21:35:49.043 INFO [BackgroundGeolocationService j] | |
🔴 Stop heartbeat | |
07-29 21:36:04.245 INFO [BackgroundGeolocation <init>] | |
╔═════════════════════════════════════════════ | |
║ BackgroundGeolocation adapter | |
╠═════════════════════════════════════════════ | |
07-29 21:36:04.307 DEBUG [SQLiteLocationDAO dbh] | |
✅ Opened database | |
07-29 21:36:04.328 DEBUG [SQLiteLocationDAO prune] | |
ℹ️ PRUNE -1 days | |
07-29 21:36:04.394 DEBUG [GeofenceDAO dbh] | |
✅ Opened database | |
07-29 21:36:04.419 INFO [BackgroundGeolocation <init>] | |
🔵 Connecting to GooglePlayServices... | |
07-29 21:36:04.445 INFO [BackgroundGeolocationService onStartCommand] | |
╔═════════════════════════════════════════════ | |
║ BackgroundGeolocation Service started | |
╠═════════════════════════════════════════════ | |
07-29 21:36:04.459 INFO [BackgroundGeolocationService onStartCommand] | |
ℹ️ BackgroundGeolocationService waiting for GoogleApiClient to connect | |
07-29 21:36:04.480 INFO [BackgroundGeolocation onConnected] | |
✅ Google Play Services: connected (version code:10084000) | |
07-29 21:36:04.497 INFO [BackgroundGeolocationService onGooglePlayServicesConnected] | |
🔵 BackgroundGeolocation service receives play-services connect event | |
07-29 21:36:04.511 INFO [BackgroundGeolocation requestActivityUpdates] | |
🎾 Start activity updates: 10 | |
07-29 21:36:04.529 INFO [BackgroundGeolocationService a] | |
🔵 setPace: null → false | |
07-29 21:36:04.546 INFO [BackgroundGeolocationService j] | |
🔴 Stop heartbeat | |
07-29 21:36:04.567 INFO [BackgroundGeolocationService a] | |
🎾 Start heartbeat (10) | |
07-29 21:36:04.663 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] still (100%) | |
07-29 21:36:04.704 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location:1001 | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560550,39.178922 acc=21 et=+2d0h8m7s917ms] | |
07-29 21:36:04.718 DEBUG [BackgroundGeolocation isMainActivityActive] NO | |
07-29 21:36:04.829 INFO [TSLocationManager onSingleLocationResult] | |
🔵 Acquired motionchange position | |
07-29 21:36:04.907 DEBUG [TSLocationManager calculateMedianAccuracy] 21.01 | |
07-29 21:36:05.021 INFO [LocationService onLocation] | |
ℹ️ Location availability: true | |
07-29 21:36:05.025 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: 9892cffe-6831-4e8b-8c93-623f72368dd6 | |
07-29 21:36:05.052 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-29 21:36:05.078 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-29 21:36:05.090 INFO [HttpService createRequest] | |
🔵 POST: 9892cffe-6831-4e8b-8c93-623f72368dd6 | |
07-29 21:36:05.127 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-29 21:36:05.219 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: 9892cffe-6831-4e8b-8c93-623f72368dd6 | |
07-29 21:36:19.041 DEBUG [LocationService onHeartbeat] ❤️ | |
07-29 21:36:05.021 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] still (100%) | |
07-29 21:36:27.183 DEBUG [BackgroundGeolocation isMainActivityActive] NO | |
07-29 21:36:27.380 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] still (100%) | |
07-29 21:36:05.078 DEBUG [BackgroundGeolocation isMainActivityActive] NO | |
07-29 21:36:05.090 DEBUG [BackgroundGeolocationService onDestroy] | |
╔═════════════════════════════════════════════ | |
║ BackgroundGeolocationService destroyed | |
╠═════════════════════════════════════════════ | |
07-29 21:36:48.905 INFO [BackgroundGeolocation removeActivityUpdates] | |
🔴 Stop activity updates | |
07-29 21:36:48.933 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-29 21:36:19.041 INFO [BackgroundGeolocationService j] | |
🔴 Stop heartbeat | |
07-29 21:36:27.162 INFO [Settings print] | |
╔═════════════════════════════════════════════ | |
║ BackgroundGeolocation Settings | |
╠═════════════════════════════════════════════ | |
{ | |
"isMoving": false, | |
"enabled": false, | |
"odometer": 7681.391, | |
"schedulerEnabled": false, | |
"trackingMode": "location", | |
"distanceFilter": 50, | |
"desiredAccuracy": 0, | |
"desiredOdometerAccuracy": 100, | |
"locationUpdateInterval": 1000, | |
"fastestLocationUpdateInterval": 10000, | |
"locationTimeout": 60, | |
"deferTime": 0, | |
"disableElasticity": false, | |
"activityRecognitionInterval": 10, | |
"minimumActivityRecognitionConfidence": 75, | |
"triggerActivities": "in_vehicle, on_bicycle, on_foot, running, walking", | |
"disableStopDetection": false, | |
"stationaryRadius": 25, | |
"stopTimeout": 5, | |
"stopOnStationary": false, | |
"url": "http:\/\/imaxem.com\/maxorderb\/en\/userTrack", | |
"method": "POST", | |
"autoSync": true, | |
"autoSyncThreshold": 0, | |
"batchSync": false, | |
"maxBatchSize": -1, | |
"params": { | |
"userId": "13", | |
"orderId": "236" | |
}, | |
"headers": {}, | |
"extras": {}, | |
"httpRootProperty": "location", | |
"locationTemplate": "", | |
"geofenceTemplate": "", | |
"persist": true, | |
"maxDaysToPersist": 1, | |
"maxRecordsToPersist": -1, | |
"locationsOrderDirection": "ASC", | |
"httpTimeout": 60000, | |
"geofenceProximityRadius": 1000, | |
"geofenceInitialTriggerEntry": true, | |
"stopOnTerminate": false, | |
"startOnBoot": false, | |
"heartbeatInterval": 10, | |
"foregroundService": false, | |
"notificationTitle": "", | |
"notificationText": "Location Service activated", | |
"notificationColor": "", | |
"notificationIcon": "", | |
"notificationSmallIcon": "", | |
"notificationLargeIcon": "", | |
"forceReloadOnLocationChange": false, | |
"forceReloadOnMotionChange": false, | |
"forceReloadOnGeofence": false, | |
"forceReloadOnBoot": false, | |
"forceReloadOnHeartbeat": false, | |
"forceReloadOnSchedule": false, | |
"stopAfterElapsedMinutes": 0, | |
"schedule": [], | |
"configureUrl": "", | |
"configureInterval": -1, | |
"debug": true, | |
"logLevel": 5, | |
"logMaxDays": 3 | |
}╚═════════════════════════════════════════════ | |
07-29 21:36:49.783 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-29 21:36:27.380 INFO [BackgroundGeolocationService onStartCommand] | |
╔═════════════════════════════════════════════ | |
║ BackgroundGeolocation Service started | |
╠═════════════════════════════════════════════ | |
07-29 21:36:27.420 INFO [BackgroundGeolocation requestActivityUpdates] | |
🎾 Start activity updates: 10 | |
07-29 21:36:49.869 INFO [BackgroundGeolocationService a] | |
🔵 setPace: null → false | |
07-29 21:36:48.905 INFO [BackgroundGeolocationService j] | |
🔴 Stop heartbeat | |
07-29 21:36:49.930 INFO [BackgroundGeolocationService a] | |
🎾 Start heartbeat (10) | |
07-29 21:36:50.051 DEBUG [LocationService onLocation] | |
╔═════════════════════════════════════════════ | |
║ LocationService: location:1002 | |
╠═════════════════════════════════════════════ | |
╟─ 📍 Location[fused 21.560550,39.178922 acc=21 et=+2d0h8m53s265ms] | |
07-29 21:36:50.056 DEBUG [BackgroundGeolocationService onActivityRecognitionResult] still (100%) | |
07-29 21:36:50.133 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-29 21:36:50.141 INFO [TSLocationManager onSingleLocationResult] | |
🔵 Acquired motionchange position | |
07-29 21:36:50.197 DEBUG [TSLocationManager calculateMedianAccuracy] 21.0265 | |
07-29 21:36:50.252 INFO [SQLiteLocationDAO persist] | |
✅ INSERT: c78257b2-b056-4e7e-a608-7117f08f7702 | |
07-29 21:36:50.303 DEBUG [HttpService flush] | |
╔═════════════════════════════════════════════ | |
║ HTTP Service | |
╠═════════════════════════════════════════════ | |
07-29 21:36:50.343 DEBUG [SQLiteLocationDAO first] | |
✅ Locked 1 records | |
07-29 21:36:49.823 INFO [HttpService createRequest] | |
🔵 POST: c78257b2-b056-4e7e-a608-7117f08f7702 | |
07-29 21:36:49.838 INFO [HttpRequest parseNetworkResponse] | |
🔵 Response: 200 | |
07-29 21:36:50.423 DEBUG [SQLiteLocationDAO destroy] | |
✅ DESTROY: c78257b2-b056-4e7e-a608-7117f08f7702 | |
07-29 21:37:00.639 DEBUG [BackgroundGeolocationService onDestroy] | |
╔═════════════════════════════════════════════ | |
║ BackgroundGeolocationService destroyed | |
╠═════════════════════════════════════════════ | |
07-29 21:37:00.651 INFO [BackgroundGeolocation removeActivityUpdates] | |
🔴 Stop activity updates | |
07-29 21:37:00.665 DEBUG [BackgroundGeolocation isMainActivityActive] YES | |
07-29 21:37:00.056 INFO [BackgroundGeolocationService j] | |
🔴 Stop heartbeat | |
07-29 21:43:26.587 INFO [BackgroundGeolocation <init>] | |
╔═════════════════════════════════════════════ | |
║ BackgroundGeolocation adapter | |
╠═════════════════════════════════════════════ | |
07-29 21:43:26.649 DEBUG [SQLiteLocationDAO dbh] | |
✅ Opened database | |
07-29 21:43:50.197 DEBUG [SQLiteLocationDAO prune] | |
ℹ️ PRUNE -1 days | |
07-29 21:43:26.739 DEBUG [GeofenceDAO dbh] | |
✅ Opened database | |
07-29 21:36:50.303 INFO [BackgroundGeolocation <init>] | |
🔵 Connecting to GooglePlayServices... | |
07-29 21:36:50.343 INFO [BackgroundGeolocation onConnected] | |
✅ Google Play Services: connected (version code:10084000) | |
07-29 21:43:59.982 INFO [Settings print] | |
╔═════════════════════════════════════════════ | |
║ BackgroundGeolocation Settings | |
╠═════════════════════════════════════════════ | |
{ | |
"isMoving": false, | |
"enabled": false, | |
"odometer": 7681.391, | |
"schedulerEnabled": false, | |
"trackingMode": "location", | |
"distanceFilter": 50, | |
"desiredAccuracy": 0, | |
"desiredOdometerAccuracy": 100, | |
"locationUpdateInterval": 1000, | |
"fastestLocationUpdateInterval": 10000, | |
"locationTimeout": 60, | |
"deferTime": 0, | |
"disableElasticity": false, | |
"activityRecognitionInterval": 10, | |
"minimumActivityRecognitionConfidence": 75, | |
"triggerActivities": "in_vehicle, on_bicycle, on_foot, running, walking", | |
"disableStopDetection": false, | |
"stationaryRadius": 25, | |
"stopTimeout": 5, | |
"stopOnStationary": false, | |
"url": "http:\/\/imaxem.com\/maxorderb\/en\/userTrack", | |
"method": "POST", | |
"autoSync": true, | |
"autoSyncThreshold": 0, | |
"batchSync": false, | |
"maxBatchSize": -1, | |
"params": { | |
"userId": "12", | |
"orderId": "237" | |
}, | |
"headers": {}, | |
"extras": {}, | |
"httpRootProperty": "location", | |
"locationTemplate": "", | |
"geofenceTemplate": "", | |
"persist": true, | |
"maxDaysToPersist": 1, | |
"maxRecordsToPersist": -1, | |
"locationsOrderDirection": "ASC", | |
"httpTimeout": 60000, | |
"geofenceProximityRadius": 1000, | |
"geofenceInitialTriggerEntry": true, | |
"stopOnTerminate": false, | |
"startOnBoot": false, | |
"heartbeatInterval": 10, | |
"foregroundService": false, | |
"notificationTitle": "", | |
"notificationText": "Location Service activated", | |
"notificationColor": "", | |
"notificationIcon": "", | |
"notificationSmallIcon": "", | |
"notificationLargeIcon": "", | |
"forceReloadOnLocationChange": false, | |
"forceReloadOnMotionChange": false, | |
"forceReloadOnGeofence": false, | |
"forceReloadOnBoot": false, | |
"forceReloadOnHeartbeat": false, | |
"forceReloadOnSchedule": false, | |
"stopAfterElapsedMinutes": 0, | |
"schedule": [], | |
"configureUrl": "", | |
"configureInterval": -1, | |
"debug": true, | |
"logLevel": 5, | |
"logMaxDays": 3 | |
}╚═════════════════════════════════════════════ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment