Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

After device reboot flutter_background_geolocation service starts in background but data does not post on server. #199

Closed
preritkhera opened this issue Feb 28, 2020 · 1 comment
Labels
IGNORED ISSUE TEMPLATE Please do not ignore the issue template.

Comments

@preritkhera
Copy link

preritkhera commented Feb 28, 2020

Your Environment

  • Plugin version:
  • Platform: iOS or Android
  • OS version:
  • Device manufacturer / model:
  • Flutter info (flutter doctor):
  • Plugin config:
PASTE_YOUR_CODE_HERE

Expected Behavior

Actual Behavior

After device reboot background service starts but data does not post on server
and also when i start my app then data does not send too post on server.
I have posted my logs below

Steps to Reproduce

Context

Debug logs

Logs
PASTE_YOUR_LOGS_HERE
02-26 12:36:58.487 12201 12201 I TSLocationManager: [c.t.l.s.TSScheduleManager oneShot]
02-26 12:36:58.487 12201 12201 I TSLocationManager:   ⏰ Scheduled OneShot: TERMINATE_EVENT in 10000ms (jobID: -1708771588)
02-26 12:37:08.525 12201 13649 I TSLocationManager: [c.t.l.scheduler.ScheduleEvent onOneShot]
02-26 12:37:08.525 12201 13649 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:37:08.525 12201 13649 I TSLocationManager: ║ ⏰ OneShot event fired: TERMINATE_EVENT
02-26 12:37:08.525 12201 13649 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:37:08.530 12201 13649 D TSLocationManager: [c.t.l.event.TerminateEvent <init>]
02-26 12:37:08.530 12201 13649 D TSLocationManager:   ℹ️  TERMINATE_EVENT ignored (MainActivity is still active).
02-26 12:39:03.692 12201 12201 D TSLocationManager: [c.t.l.adapter.TSConfig c] ℹ️   Persist config, dirty: [isMoving]
02-26 12:39:03.699 12201 12201 I TSLocationManager: [c.t.l.service.HeartbeatService a]
02-26 12:39:03.699 12201 12201 I TSLocationManager:   🔴  Stop heartbeat
02-26 12:39:03.702 12201 12201 D TSLocationManager: [c.t.l.g.TSGeofenceManager stopMonitoringStationaryRegion]
02-26 12:39:03.702 12201 12201 D TSLocationManager:   🔴  Stop monitoring stationary region
02-26 12:39:03.706 12201 12201 D TSLocationManager: [c.t.locationmanager.util.b b]
02-26 12:39:03.706 12201 12201 D TSLocationManager:   ℹ️  LocationAuthorization: Permission granted
02-26 12:39:03.707 12201 12201 I TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:39:03.707 12201 12201 I TSLocationManager:   🔵  setPace: false → true
02-26 12:39:03.707 12201 12201 I TSLocationManager: [c.t.l.s.ActivityRecognitionService a]
02-26 12:39:03.707 12201 12201 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:03.707 12201 12201 I TSLocationManager: ║ Motion Transition Result
02-26 12:39:03.707 12201 12201 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:03.707 12201 12201 I TSLocationManager: ╟─ 🔴  EXIT: still
02-26 12:39:03.707 12201 12201 I TSLocationManager: ╟─ 🎾  ENTER: walking
02-26 12:39:03.707 12201 12201 I TSLocationManager: ╚═════════════════════════════════════════════
02-26 12:39:03.726 12201 12201 I TSLocationManager: [c.t.l.service.TrackingService h]
02-26 12:39:03.726 12201 12201 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:03.726 12201 12201 I TSLocationManager: ║ TrackingService motionchange: true
02-26 12:39:03.726 12201 12201 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:03.802 12201 13834 I TSLocationManager: [c.t.l.s.LocationRequestService b]
02-26 12:39:03.802 12201 13834 I TSLocationManager:   ℹ️  Location availability: true
02-26 12:39:03.961 12201 12201 D TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy]
02-26 12:39:03.961 12201 12201 D TSLocationManager:   🔴  ActivityRecognitionService destroyed
02-26 12:39:04.850 12201 13837 I TSLocationManager: [c.t.l.s.LocationRequestService a]
02-26 12:39:04.850 12201 13837 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:04.850 12201 13837 I TSLocationManager: ║ motionchange LocationResult: 4
02-26 12:39:04.850 12201 13837 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:04.850 12201 13837 I TSLocationManager: ╟─ 📍  Location[fused 27.198190,78.038597 hAcc=9 et=+17m29s985ms alt=118.2681884765625 vel=0.7 bear=336.0 vAcc=17 sAcc=5 bAcc=92 {
Bundle[mParcelledData.dataSize=52]}], age: 31ms, time: 1582700944903
02-26 12:39:04.851 12201 13837 I TSLocationManager: [c.t.l.l.TSLocationManager onSingleLocationResult]
02-26 12:39:04.851 12201 13837 I TSLocationManager:   🔵  Acquired motionchange position, isMoving: true
02-26 12:39:04.852 12201 13837 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 16.0
02-26 12:39:04.873 12201 12201 D TSLocationManager: [c.t.l.s.LocationRequestService onDestroy]
02-26 12:39:04.887 12201 13837 I TSLocationManager: [c.t.l.l.TSLocationManager requestLocationUpdates]
02-26 12:39:04.887 12201 13837 I TSLocationManager:   🎾  Location-services: ON
02-26 12:39:04.888 12201 13837 I TSLocationManager: [c.t.l.l.TSLocationManager requestLocationUpdates]
02-26 12:39:04.888 12201 13837 I TSLocationManager:   🎾  Location-services: ON
02-26 12:39:04.888 12201 13837 D TSLocationManager: [c.t.l.adapter.TSConfig translateDesiredAccuracy] translateDesiredAccuracy (true): -1
02-26 12:39:04.889 12201 13837 D TSLocationManager: [c.t.l.s.LocationRequestService a] SingleLocationRequest 4 isFinished? true
02-26 12:39:04.890 12201 12201 I TSLocationManager: [c.t.l.s.ActivityRecognitionService a]
02-26 12:39:04.890 12201 12201 I TSLocationManager:   🎾  Start motion-activity updates
02-26 12:39:04.890 12201 13835 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:39:04.890 12201 13835 I TSLocationManager:   ✅  INSERT: 9d8191dc-cd91-41fb-bf23-d27aa4347148
02-26 12:39:04.890 12201 12201 I TSLocationManager: [c.t.l.l.TSLocationManager removeLocationUpdates]
02-26 12:39:04.890 12201 12201 I TSLocationManager:   🔴  Location-services: OFF
02-26 12:39:04.892 12201 12201 I TSLocationManager: [c.t.l.l.TSLocationManager requestLocationUpdates]
02-26 12:39:04.892 12201 12201 I TSLocationManager:   🎾  Location-services: ON
02-26 12:39:04.892 12201 12201 D TSLocationManager: [c.t.l.adapter.TSConfig translateDesiredAccuracy] translateDesiredAccuracy (true): -1
02-26 12:39:04.901 12201 13835 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:39:04.901 12201 13835 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:04.901 12201 13835 I TSLocationManager: ║ HTTP Service (count: 26)
02-26 12:39:04.901 12201 13835 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:04.921 12201 12201 I TSLocationManager: [c.t.l.u.BackgroundTaskManager onStartJob] ⏳ startBackgroundTask: 6
02-26 12:39:04.933 12201 13833 D TSLocationManager: [c.t.l.data.sqlite.b first]
02-26 12:39:04.933 12201 13833 D TSLocationManager:   ✅  Locked 1 records
02-26 12:39:04.934 12201 13833 I TSLocationManager: [c.t.l.http.HttpService a]
02-26 12:39:04.934 12201 13833 I TSLocationManager:   🔵  HTTP POST: 6cbe9d32-7678-4ab9-a512-b2c7561756e7
02-26 12:39:04.934 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:39:04.934 12201 12201 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:04.934 12201 12201 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:39:04.934 12201 12201 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:04.934 12201 12201 D TSLocationManager: ╟─ 📍  Location[fused 27.198190,78.038597 hAcc=9 et=+17m30s90ms alt=118.2681884765625 vel=0.7 bear=336.0 vAcc=17 sAcc=5 bAcc=92 {B
undle[mParcelledData.dataSize=52]}], age: 10ms, time: 1582700944924
02-26 12:39:04.935 12201 13867 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:39:04.935 12201 13867 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:04.935 12201 13867 D TSLocationManager: ║ Process LocationResult
02-26 12:39:04.935 12201 13867 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:04.936 12201 13867 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:39:04.936 12201 13867 D TSLocationManager:   ℹ️  IGNORED: same as last location
02-26 12:39:04.938 12201 12201 I TSLocationManager: [c.t.l.service.TrackingService b]
02-26 12:39:04.938 12201 12201 I TSLocationManager:   ℹ️  Location availability: true
02-26 12:39:04.962 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:39:04.962 12201 12201 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:04.962 12201 12201 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:39:04.962 12201 12201 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:04.962 12201 12201 D TSLocationManager: ╟─ 📍  Location[fused 27.198190,78.038597 hAcc=9 et=+17m30s116ms alt=118.2681884765625 vel=0.7 bear=336.0 vAcc=17 sAcc=5 bAcc=92 {
Bundle[mParcelledData.dataSize=52]}], age: 12ms, time: 1582700944950
02-26 12:39:04.963 12201 13837 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:39:04.963 12201 13837 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:04.963 12201 13837 D TSLocationManager: ║ Process LocationResult
02-26 12:39:04.963 12201 13837 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:04.963 12201 13837 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:39:04.963 12201 13837 D TSLocationManager:   ℹ️  IGNORED: same as last location
02-26 12:39:06.447 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:39:06.447 12201 12201 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:06.447 12201 12201 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:39:06.447 12201 12201 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:06.447 12201 12201 D TSLocationManager: ╟─ 📍  Location[fused 27.198178,78.038573 hAcc=8 et=+17m31s577ms alt=95.17230224609375 vel=0.40178922 bear=279.5893 vAcc=15 sAcc=1
 bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 35ms, time: 1582700947000
02-26 12:39:06.448 12201 13871 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:39:06.448 12201 13871 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:06.448 12201 13871 D TSLocationManager: ║ Process LocationResult
02-26 12:39:06.448 12201 13871 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:06.449 12201 13871 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 16.684
02-26 12:39:06.483 12201 13866 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:39:06.483 12201 13866 I TSLocationManager:   ✅  INSERT: 7277c901-4b61-4fe7-856c-d9e9048cd4af
02-26 12:39:06.489 12201 13866 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:39:06.489 12201 13866 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:39:09.445 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:39:09.445 12201 12201 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:09.445 12201 12201 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:39:09.445 12201 12201 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:09.445 12201 12201 D TSLocationManager: ╟─ 📍  Location[fused 27.198194,78.038553 hAcc=12 et=+17m34s577ms alt=98.54888916015625 vel=0.7790872 bear=14.981054 vAcc=9 sAcc=?
?? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 32ms, time: 1582700950000
02-26 12:39:09.445 12201 13871 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:39:09.445 12201 13871 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:09.445 12201 13871 D TSLocationManager: ║ Process LocationResult
02-26 12:39:09.445 12201 13871 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:09.446 12201 13871 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 16.684
02-26 12:39:09.468 12201 13872 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:39:09.468 12201 13872 I TSLocationManager:   ✅  INSERT: 72bc0605-72b6-48b0-aebf-24960a4dd5fe
02-26 12:39:09.474 12201 13872 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:39:09.474 12201 13872 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:39:11.954 12201 12201 D TSLocationManager: [c.t.l.s.ActivityRecognitionService a]
02-26 12:39:11.954 12201 12201 D TSLocationManager:   🚘 ️DetectedActivity [type=ON_FOOT, confidence=97]
02-26 12:39:12.004 12201 12201 I TSLocationManager: [c.t.l.s.ActivityRecognitionService a]
02-26 12:39:12.004 12201 12201 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:12.004 12201 12201 I TSLocationManager: ║ Motion Transition Result
02-26 12:39:12.004 12201 12201 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:12.004 12201 12201 I TSLocationManager: ╟─ 🎾  ENTER: walking
02-26 12:39:12.004 12201 12201 I TSLocationManager: ╚═════════════════════════════════════════════
02-26 12:39:12.260 12201 12201 D TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy]
02-26 12:39:12.260 12201 12201 D TSLocationManager:   🔴  ActivityRecognitionService destroyed
02-26 12:39:12.462 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:39:12.462 12201 12201 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:12.462 12201 12201 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:39:12.462 12201 12201 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:12.462 12201 12201 D TSLocationManager: ╟─ 📍  Location[fused 27.198211,78.038543 hAcc=14 et=+17m37s589ms alt=103.5927734375 vel=0.7997169 bear=16.333532 vAcc=5 sAcc=???
bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 37ms, time: 1582700953000
02-26 12:39:12.463 12201 13872 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:39:12.463 12201 13872 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:12.463 12201 13872 D TSLocationManager: ║ Process LocationResult
02-26 12:39:12.463 12201 13872 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:12.464 12201 13872 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 16.684
02-26 12:39:12.488 12201 13858 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:39:12.488 12201 13858 I TSLocationManager:   ✅  INSERT: e981a98e-68f6-4b77-9b9a-162cc567f0ec
02-26 12:39:12.499 12201 13858 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:39:12.499 12201 13858 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:39:17.445 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:39:17.445 12201 12201 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:17.445 12201 12201 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:39:17.445 12201 12201 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:17.445 12201 12201 D TSLocationManager: ╟─ 📍  Location[fused 27.198231,78.038540 hAcc=14 et=+17m42s578ms alt=107.502197265625 vel=0.7495841 bear=16.83823 vAcc=3 sAcc=???
 bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 30ms, time: 1582700958000
02-26 12:39:17.446 12201 13872 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:39:17.446 12201 13872 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:17.446 12201 13872 D TSLocationManager: ║ Process LocationResult
02-26 12:39:17.446 12201 13872 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:17.446 12201 13872 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 16.684
02-26 12:39:17.470 12201 13871 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:39:17.470 12201 13871 I TSLocationManager:   ✅  INSERT: 1b7e2dc9-7fef-481d-b709-64bcc131adca
02-26 12:39:17.476 12201 13871 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:39:17.476 12201 13871 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:39:19.458 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:39:19.458 12201 12201 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:19.458 12201 12201 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:39:19.458 12201 12201 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:19.458 12201 12201 D TSLocationManager: ╟─ 📍  Location[fused 27.198254,78.038554 hAcc=14 et=+17m44s577ms alt=109.39935302734375 vel=0.76536196 bear=16.756062 vAcc=3 sAcc
=1 bAcc=30 {Bundle[mParcelledData.dataSize=52]}], age: 44ms, time: 1582700960000
02-26 12:39:19.459 12201 13871 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:39:19.459 12201 13871 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:19.459 12201 13871 D TSLocationManager: ║ Process LocationResult
02-26 12:39:19.459 12201 13871 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:19.460 12201 13871 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 13.73
02-26 12:39:19.485 12201 13866 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:39:19.485 12201 13866 I TSLocationManager:   ✅  INSERT: 1bdaf0e8-5e3d-47dc-bacc-1006c44a2cb2
02-26 12:39:19.491 12201 13866 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:39:19.491 12201 13866 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:39:21.437 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:39:21.437 12201 12201 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:21.437 12201 12201 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:39:21.437 12201 12201 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:21.437 12201 12201 D TSLocationManager: ╟─ 📍  Location[fused 27.198272,78.038563 hAcc=9 et=+17m46s576ms alt=109.0626220703125 vel=0.6718067 bear=13.383262 vAcc=3 sAcc=1
bAcc=33 {Bundle[mParcelledData.dataSize=52]}], age: 25ms, time: 1582700962000
02-26 12:39:21.438 12201 13866 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:39:21.438 12201 13866 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:21.438 12201 13866 D TSLocationManager: ║ Process LocationResult
02-26 12:39:21.438 12201 13866 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:21.438 12201 13866 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 14.487
02-26 12:39:21.465 12201 13858 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:39:21.465 12201 13858 I TSLocationManager:   ✅  INSERT: 792f96f9-4178-4050-affa-f07cb91ff622
02-26 12:39:21.473 12201 13858 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:39:21.473 12201 13858 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:39:25.442 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:39:25.442 12201 12201 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:25.442 12201 12201 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:39:25.442 12201 12201 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:25.442 12201 12201 D TSLocationManager: ╟─ 📍  Location[fused 27.198253,78.038552 hAcc=5 et=+17m50s576ms alt=111.29827880859375 vel=0.8151797 bear=17.63582 vAcc=3 sAcc=1
bAcc=39 {Bundle[mParcelledData.dataSize=52]}], age: 30ms, time: 1582700966000
02-26 12:39:25.443 12201 13866 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:39:25.443 12201 13866 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:25.443 12201 13866 D TSLocationManager: ║ Process LocationResult
02-26 12:39:25.443 12201 13866 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:25.443 12201 13866 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 14.351
02-26 12:39:25.474 12201 13871 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:39:25.474 12201 13871 I TSLocationManager:   ✅  INSERT: 3456ece7-12a2-4db9-9543-6b29c5116ad8
02-26 12:39:25.481 12201 13871 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:39:25.481 12201 13871 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:39:28.461 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:39:28.461 12201 12201 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:28.461 12201 12201 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:39:28.461 12201 12201 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:28.461 12201 12201 D TSLocationManager: ╟─ 📍  Location[fused 27.198227,78.038544 hAcc=5 et=+17m53s582ms alt=112.806396484375 vel=0.5202547 bear=23.38404 vAcc=3 sAcc=1 bA
cc=40 {Bundle[mParcelledData.dataSize=52]}], age: 41ms, time: 1582700969000
02-26 12:39:28.462 12201 13871 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:39:28.462 12201 13871 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:28.462 12201 13871 D TSLocationManager: ║ Process LocationResult
02-26 12:39:28.462 12201 13871 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:28.463 12201 13871 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 11.627
02-26 12:39:28.491 12201 13872 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:39:28.491 12201 13872 I TSLocationManager:   ✅  INSERT: 50ba26fd-1bca-41dd-baa7-589fbe012aed
02-26 12:39:28.503 12201 13872 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:39:28.503 12201 13872 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:39:31.469 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:39:31.469 12201 12201 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:31.469 12201 12201 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:39:31.469 12201 12201 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:31.469 12201 12201 D TSLocationManager: ╟─ 📍  Location[fused 27.198204,78.038536 hAcc=8 et=+17m56s591ms alt=111.40081787109375 vel=0.18012458 bear=78.05726 vAcc=3 sAcc=1
 bAcc=49 {Bundle[mParcelledData.dataSize=52]}], age: 41ms, time: 1582700972000
02-26 12:39:31.469 12201 13872 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:39:31.469 12201 13872 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:31.469 12201 13872 D TSLocationManager: ║ Process LocationResult
02-26 12:39:31.469 12201 13872 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:31.470 12201 13872 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 9.193
02-26 12:39:31.493 12201 13858 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:39:31.493 12201 13858 I TSLocationManager:   ✅  INSERT: 451c89a1-d7f6-4208-a0e6-a432cbe26b8f
02-26 12:39:31.503 12201 13858 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:39:31.503 12201 13858 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:39:33.443 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:39:33.443 12201 12201 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:33.443 12201 12201 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:39:33.443 12201 12201 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:33.443 12201 12201 D TSLocationManager: ╟─ 📍  Location[fused 27.198198,78.038516 hAcc=7 et=+17m58s579ms alt=111.43548583984375 vel=0.3846889 bear=29.854738 vAcc=3 sAcc=1
 bAcc=60 {Bundle[mParcelledData.dataSize=52]}], age: 28ms, time: 1582700974000
02-26 12:39:33.445 12201 13858 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:39:33.445 12201 13858 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:33.445 12201 13858 D TSLocationManager: ║ Process LocationResult
02-26 12:39:33.445 12201 13858 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:33.445 12201 13858 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 8.368
02-26 12:39:33.469 12201 13871 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:39:33.469 12201 13871 I TSLocationManager:   ✅  INSERT: d5702e2b-07f6-4324-b799-547525412f0a
02-26 12:39:33.475 12201 13871 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:39:33.475 12201 13871 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:39:35.467 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:39:35.467 12201 12201 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:35.467 12201 12201 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:39:35.467 12201 12201 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:35.467 12201 12201 D TSLocationManager: ╟─ 📍  Location[fused 27.198195,78.038492 hAcc=4 et=+18m0s587ms alt=111.47283935546875 vel=0.3199668 bear=19.592169 vAcc=3 sAcc=1
bAcc=63 {Bundle[mParcelledData.dataSize=52]}], age: 43ms, time: 1582700976000
02-26 12:39:35.470 12201 13871 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:39:35.470 12201 13871 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:35.470 12201 13871 D TSLocationManager: ║ Process LocationResult
02-26 12:39:35.470 12201 13871 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:35.471 12201 13871 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 7.882
02-26 12:39:35.494 12201 13872 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:39:35.494 12201 13872 I TSLocationManager:   ✅  INSERT: 74e23125-84cc-4f61-9df4-aa1edd7668d8
02-26 12:39:35.506 12201 13872 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:39:35.506 12201 13872 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:39:36.284 12201 13868 W TSLocationManager: [c.t.l.http.HttpService$c onFailure]
02-26 12:39:36.284 12201 13868 W TSLocationManager:   ⚠️  Response: 0, failed to connect to emptrack.gpsgateway.in/103.48.50.58 (port 80) from /192.168.0.100 (port 47380) after 60000
ms: isConnected failed: ETIMEDOUT (Connection timed out)
02-26 12:39:36.295 12201 12235 I flutter : failed to connect to emptrack.gpsgateway.in/103.48.50.58 (port 80) from /192.168.0.100 (port 47380) after 60000ms: isConnected failed: ETIM
EDOUT (Connection timed out)
02-26 12:39:36.297 12201 13868 D TSLocationManager: [c.t.l.data.sqlite.b unlock]
02-26 12:39:36.297 12201 13868 D TSLocationManager:   ✅  UNLOCKED: 6cbe9d32-7678-4ab9-a512-b2c7561756e7
02-26 12:39:36.297 12201 13868 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 6
02-26 12:39:36.298 12201 12201 D TSLocationManager: [c.t.l.s.BackgroundTaskService onDestroy]
02-26 12:39:49.449 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:39:49.449 12201 12201 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:49.449 12201 12201 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:39:49.449 12201 12201 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:49.449 12201 12201 D TSLocationManager: ╟─ 📍  Location[fused 27.198194,78.038513 hAcc=17 et=+18m14s578ms alt=107.8492431640625 vel=0.21010731 bear=113.93562 vAcc=6 sAcc=
??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 35ms, time: 1582700990000
02-26 12:39:49.450 12201 13872 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:39:49.450 12201 13872 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:49.450 12201 13872 D TSLocationManager: ║ Process LocationResult
02-26 12:39:49.450 12201 13872 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:49.450 12201 13872 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 9.193
02-26 12:39:49.482 12201 13866 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:39:49.482 12201 13866 I TSLocationManager:   ✅  INSERT: 5eccae80-e15f-4871-a57c-ca80da907a04
02-26 12:39:49.492 12201 13866 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:39:49.492 12201 13866 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:39:49.492 12201 13866 I TSLocationManager: ║ HTTP Service (count: 38)
02-26 12:39:49.492 12201 13866 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:39:49.502 12201 12201 I TSLocationManager: [c.t.l.u.BackgroundTaskManager onStartJob] ⏳ startBackgroundTask: 7
02-26 12:39:49.519 12201 13867 D TSLocationManager: [c.t.l.data.sqlite.b first]
02-26 12:39:49.519 12201 13867 D TSLocationManager:   ✅  Locked 1 records
02-26 12:39:49.519 12201 13867 I TSLocationManager: [c.t.l.http.HttpService a]
02-26 12:39:49.519 12201 13867 I TSLocationManager:   🔵  HTTP POST: 6cbe9d32-7678-4ab9-a512-b2c7561756e7
02-26 12:40:06.669 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:40:06.669 12201 12201 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:40:06.669 12201 12201 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:40:06.669 12201 12201 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:40:06.669 12201 12201 D TSLocationManager: ╟─ 📍  Location[fused 27.198204,78.038535 hAcc=17 et=+18m29s496ms alt=107.83734130859375 vel=0.9755542 bear=75.94305 vAcc=16 sAcc=
??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 2338ms, time: 1582701004330
02-26 12:40:06.671 12201 13858 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:40:06.671 12201 13858 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:40:06.671 12201 13858 D TSLocationManager: ║ Process LocationResult
02-26 12:40:06.671 12201 13858 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:40:06.671 12201 13858 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 9.193
02-26 12:40:06.697 12201 13866 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:40:06.697 12201 13866 I TSLocationManager:   ✅  INSERT: d1e3a334-39e0-47a4-b65e-cacc07079ddf
02-26 12:40:06.704 12201 13866 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:40:06.704 12201 13866 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:40:10.135 12201 12201 I TSLocationManager: [c.t.l.s.ActivityRecognitionService a]
02-26 12:40:10.135 12201 12201 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:40:10.135 12201 12201 I TSLocationManager: ║ Motion Transition Result
02-26 12:40:10.135 12201 12201 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:40:10.135 12201 12201 I TSLocationManager: ╟─ 🔴  EXIT: walking
02-26 12:40:10.135 12201 12201 I TSLocationManager: ╟─ 🎾  ENTER: still
02-26 12:40:10.135 12201 12201 I TSLocationManager: ╚═════════════════════════════════════════════
02-26 12:40:10.166 12201 12201 I TSLocationManager: [c.t.l.s.TSScheduleManager oneShot]
02-26 12:40:10.166 12201 12201 I TSLocationManager:   ⏰ Scheduled OneShot: STOP_TIMEOUT in 300000ms (jobID: 2059034116)
02-26 12:40:10.170 12201 12201 I TSLocationManager: [c.t.l.l.TSLocationManager removeLocationUpdates]
02-26 12:40:10.170 12201 12201 I TSLocationManager:   🔴  Location-services: OFF
02-26 12:40:10.171 12201 12201 I TSLocationManager: [c.t.l.l.TSLocationManager requestLocationUpdates]
02-26 12:40:10.171 12201 12201 I TSLocationManager:   🎾  Location-services: ON
02-26 12:40:10.171 12201 12201 D TSLocationManager: [c.t.l.adapter.TSConfig translateDesiredAccuracy] translateDesiredAccuracy (true): -1
02-26 12:40:10.389 12201 12201 D TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy]
02-26 12:40:10.389 12201 12201 D TSLocationManager:   🔴  ActivityRecognitionService destroyed
02-26 12:40:11.748 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:40:11.748 12201 12201 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:40:11.748 12201 12201 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:40:11.748 12201 12201 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:40:11.748 12201 12201 D TSLocationManager: ╟─ 📍  Location[fused 27.198211,78.038561 hAcc=18 et=+18m34s513ms alt=107.83734130859375 vel=0.9690533 bear=75.860306 vAcc=16 sAcc
=??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 2400ms, time: 1582701009347
02-26 12:40:11.749 12201 13866 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:40:11.749 12201 13866 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:40:11.749 12201 13866 D TSLocationManager: ║ Process LocationResult
02-26 12:40:11.749 12201 13866 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:40:11.749 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a] Received stoppedAt location
02-26 12:40:11.749 12201 13866 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 9.193
02-26 12:40:11.751 12201 12201 I TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:40:11.751 12201 12201 I TSLocationManager:   ℹ️  Distance from stoppedAtLocation: -35.01
02-26 12:40:11.755 12201 14073 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:40:11.755 12201 14073 I TSLocationManager:   ✅  INSERT: 0acf647a-fb77-49d1-93d7-66f91dae32f5
02-26 12:40:11.767 12201 14073 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:40:11.767 12201 14073 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:40:21.079 12201 13868 W TSLocationManager: [c.t.l.http.HttpService$c onFailure]
02-26 12:40:21.079 12201 13868 W TSLocationManager:   ⚠️  Response: 0, failed to connect to emptrack.gpsgateway.in/103.48.50.58 (port 80) from /192.168.0.100 (port 47392) after 60000
ms: isConnected failed: ETIMEDOUT (Connection timed out)
02-26 12:40:21.092 12201 12235 I flutter : failed to connect to emptrack.gpsgateway.in/103.48.50.58 (port 80) from /192.168.0.100 (port 47392) after 60000ms: isConnected failed: ETIM
EDOUT (Connection timed out)
02-26 12:40:21.101 12201 13868 D TSLocationManager: [c.t.l.data.sqlite.b unlock]
02-26 12:40:21.101 12201 13868 D TSLocationManager:   ✅  UNLOCKED: 6cbe9d32-7678-4ab9-a512-b2c7561756e7
02-26 12:40:21.101 12201 13868 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 7
02-26 12:40:21.105 12201 12201 D TSLocationManager: [c.t.l.s.BackgroundTaskService onDestroy]
02-26 12:40:22.704 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:40:22.704 12201 12201 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:40:22.704 12201 12201 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:40:22.704 12201 12201 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:40:22.704 12201 12201 D TSLocationManager: ╟─ 📍  Location[fused 27.198206,78.038538 hAcc=16 et=+18m45s777ms alt=107.83734130859375 vel=0.5250755 bear=251.49457 vAcc=16 sAcc
=??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 2091ms, time: 1582701020611
02-26 12:40:22.705 12201 13866 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:40:22.705 12201 13866 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:40:22.705 12201 13866 D TSLocationManager: ║ Process LocationResult
02-26 12:40:22.705 12201 13866 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:40:22.705 12201 12201 I TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:40:22.705 12201 12201 I TSLocationManager:   ℹ️  Distance from stoppedAtLocation: -31.131153
02-26 12:40:22.706 12201 13866 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 9.193
02-26 12:40:22.729 12201 13869 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:40:22.729 12201 13869 I TSLocationManager:   ✅  INSERT: 6df14a78-d5a4-4698-b8ef-14f6c88e1b6c
02-26 12:40:22.738 12201 13869 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:40:22.738 12201 13869 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:40:22.738 12201 13869 I TSLocationManager: ║ HTTP Service (count: 41)
02-26 12:40:22.738 12201 13869 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:40:22.748 12201 12201 I TSLocationManager: [c.t.l.u.BackgroundTaskManager onStartJob] ⏳ startBackgroundTask: 8
02-26 12:40:22.755 12201 13869 D TSLocationManager: [c.t.l.data.sqlite.b first]
02-26 12:40:22.755 12201 13869 D TSLocationManager:   ✅  Locked 1 records
02-26 12:40:22.755 12201 13869 I TSLocationManager: [c.t.l.http.HttpService a]
02-26 12:40:22.755 12201 13869 I TSLocationManager:   🔵  HTTP POST: 6cbe9d32-7678-4ab9-a512-b2c7561756e7
02-26 12:40:28.145 12201 12201 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:40:28.145 12201 12201 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:40:28.145 12201 12201 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:40:28.145 12201 12201 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:40:28.145 12201 12201 D TSLocationManager: ╟─ 📍  Location[fused 27.198199,78.038516 hAcc=16 et=+18m53s185ms alt=107.83734130859375 vel=0.3538894 bear=251.0088 vAcc=16 sAcc=
??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 124ms, time: 1582701028018
02-26 12:40:28.146 12201 12201 I TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:40:28.146 12201 12201 I TSLocationManager:   ℹ️  Distance from stoppedAtLocation: -28.782063
02-26 12:40:28.146 12201 13866 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:40:28.146 12201 13866 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:40:28.146 12201 13866 D TSLocationManager: ║ Process LocationResult
02-26 12:40:28.146 12201 13866 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:40:28.147 12201 13866 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 9.193
02-26 12:40:28.171 12201 13872 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:40:28.171 12201 13872 I TSLocationManager:   ✅  INSERT: 0187c121-c714-40e2-aea3-fe1014ee6b14
02-26 12:40:28.191 12201 13872 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:40:28.191 12201 13872 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:40:54.360 12201 13868 W TSLocationManager: [c.t.l.http.HttpService$c onFailure]
02-26 12:40:54.360 12201 13868 W TSLocationManager:   ⚠️  Response: 0, failed to connect to emptrack.gpsgateway.in/103.48.50.58 (port 80) from /192.168.0.100 (port 47400) after 60000
ms: isConnected failed: ETIMEDOUT (Connection timed out)
02-26 12:40:54.374 12201 12235 I flutter : failed to connect to emptrack.gpsgateway.in/103.48.50.58 (port 80) from /192.168.0.100 (port 47400) after 60000ms: isConnected failed: ETIM
EDOUT (Connection timed out)
02-26 12:40:54.379 12201 13868 D TSLocationManager: [c.t.l.data.sqlite.b unlock]
02-26 12:40:54.379 12201 13868 D TSLocationManager:   ✅  UNLOCKED: 6cbe9d32-7678-4ab9-a512-b2c7561756e7
02-26 12:40:54.379 12201 13868 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 8
02-26 12:40:54.385 12201 12201 D TSLocationManager: [c.t.l.s.BackgroundTaskService onDestroy]
02-26 12:43:51.125 12201 12201 I TSLocationManager: [c.t.l.s.TSScheduleManager oneShot]
02-26 12:43:51.125 12201 12201 I TSLocationManager:   ⏰ Scheduled OneShot: TERMINATE_EVENT in 10000ms (jobID: -1708771588)
02-26 12:43:51.400 12201 12201 D TSLocationManager: [c.t.l.a.BackgroundGeolocation removeListener]
02-26 12:43:51.400 12201 12201 D TSLocationManager:   ✅  removeListener event: location
02-26 12:43:51.400 12201 12201 D TSLocationManager: [c.t.l.a.BackgroundGeolocation removeListener]
02-26 12:43:51.400 12201 12201 D TSLocationManager:   ✅  removeListener event: motionchange
02-26 12:43:51.401 12201 12201 D TSLocationManager: [c.t.l.a.BackgroundGeolocation removeListener]
02-26 12:43:51.401 12201 12201 D TSLocationManager:   ✅  removeListener event: activitychange
02-26 12:43:51.402 12201 12201 D TSLocationManager: [c.t.l.a.BackgroundGeolocation removeListener]
02-26 12:43:51.402 12201 12201 D TSLocationManager:   ✅  removeListener event: geofence
02-26 12:43:51.403 12201 12201 D TSLocationManager: [c.t.l.a.BackgroundGeolocation removeListener]
02-26 12:43:51.403 12201 12201 D TSLocationManager:   ✅  removeListener event: heartbeat
02-26 12:43:51.404 12201 12201 D TSLocationManager: [c.t.l.a.BackgroundGeolocation removeListener]
02-26 12:43:51.404 12201 12201 D TSLocationManager:   ✅  removeListener event: http
02-26 12:43:51.406 12201 12201 D TSLocationManager: [c.t.l.a.BackgroundGeolocation removeListener]
02-26 12:43:51.406 12201 12201 D TSLocationManager:   ✅  removeListener event: schedule
02-26 12:43:51.407 12201 12201 D TSLocationManager: [c.t.l.a.BackgroundGeolocation removeListener]
02-26 12:43:51.407 12201 12201 D TSLocationManager:   ✅  removeListener event: connectivitychange
02-26 12:43:51.408 12201 12201 D TSLocationManager: [c.t.l.a.BackgroundGeolocation removeListener]
02-26 12:43:51.408 12201 12201 D TSLocationManager:   ✅  removeListener event: enabledchange
02-26 12:43:51.410 12201 12201 D TSLocationManager: [c.t.l.a.BackgroundGeolocation removeListener]
02-26 12:43:51.410 12201 12201 D TSLocationManager:   ✅  removeListener event: providerchange
02-26 12:43:51.411 12201 12201 D TSLocationManager: [c.t.l.a.BackgroundGeolocation removeListener]
02-26 12:43:51.411 12201 12201 D TSLocationManager:   ✅  removeListener event: powersavechange
02-26 12:43:51.413 12201 12201 D TSLocationManager: [c.t.l.a.BackgroundGeolocation removeListener]
02-26 12:43:51.413 12201 12201 D TSLocationManager:   ✅  removeListener event: notificationaction
02-26 12:43:51.414 12201 12201 D TSLocationManager: [c.t.l.a.BackgroundGeolocation c]
02-26 12:43:51.414 12201 12201 D TSLocationManager:   🔴  Cleared callbacks
02-26 12:43:51.415 12201 12201 I TSLocationManager: [c.t.l.a.BackgroundGeolocation onActivityDestroy]
02-26 12:43:51.415 12201 12201 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:43:51.415 12201 12201 I TSLocationManager: ║ MainActivity was destroyed
02-26 12:43:51.415 12201 12201 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:43:51.415 12201 12201 I TSLocationManager: ╟─ stopOnTerminate: false
02-26 12:43:51.415 12201 12201 I TSLocationManager: ╟─ enabled: true
02-26 12:44:22.275 15237 15300 I flutter : Observatory listening on http://127.0.0.1:37925/T7wg4A6F6Q4=/
02-26 12:44:26.300 15237 15237 D TSLocationManager: [c.t.l.adapter.TSConfig c] ℹ️   Persist config, dirty: [debug, desiredAccuracy, distanceFilter, enableHeadless, extras, httpTimeou
t, logLevel, params, startOnBoot, stopOnTerminate, url]
02-26 12:44:26.306 15237 15237 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:44:26.306 15237 15237 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:44:26.306 15237 15237 I TSLocationManager: ║ HTTP Service (count: 0)
02-26 12:44:26.306 15237 15237 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:44:26.311 15237 15237 D TSLocationManager: [c.t.l.a.BackgroundGeolocation ready] LocationPermission :false
02-26 12:44:26.317 15237 15285 I flutter : bg started
02-26 12:44:26.318 15237 15237 I TSLocationManager: [c.t.locationmanager.util.b a]
02-26 12:44:26.318 15237 15237 I TSLocationManager:   🔵  LocationAuthorization: Requesting Background permission
02-26 12:44:26.667 15237 15285 I flutter : {status: success, msg: Done, data: [{totvisit: 0, visitdone: 0, pending: 0, newvisit: 0}]}
02-26 12:44:26.672 15237 15285 I flutter : {status: success, msg: Data, data: [{empid: 0, Dt: 20-Feb-2020, inKM: 0}, {empid: 0, Dt: 21-Feb-2020, inKM: 0}, {empid: 0, Dt: 22-Feb-2020,
 inKM: 0}, {empid: 0, Dt: 23-Feb-2020, inKM: 0}, {empid: 0, Dt: 24-Feb-2020, inKM: 0}, {empid: 0, Dt: 25-Feb-2020, inKM: 0}, {empid: 0, Dt: 26-Feb-2020, inKM: 0}, {empid: 0, Dt: 26-F
eb-2020, inKM: 0}]}
02-26 12:44:28.602 15237 15237 I TSLocationManager: [c.t.locationmanager.util.b$a onPermissionGranted]
02-26 12:44:28.602 15237 15237 I TSLocationManager:   ✅  LocationAuthorization: Permission granted
02-26 12:44:28.603 15237 15338 I TSLocationManager: - Enable: false → true, trackingMode: 1
02-26 12:44:28.615 15237 15338 I TSLocationManager: [c.t.l.s.ActivityRecognitionService a]
02-26 12:44:28.615 15237 15338 I TSLocationManager:   🎾  Start motion-activity updates
02-26 12:44:28.622 15237 15338 I TSLocationManager: [c.t.l.g.TSGeofenceManager start]
02-26 12:44:28.622 15237 15338 I TSLocationManager:   🎾  Start monitoring geofences
02-26 12:44:28.624 15237 15338 D TSLocationManager: [c.t.l.http.HttpService startMonitoringConnectivityChanges]
02-26 12:44:28.624 15237 15338 D TSLocationManager:   🎾  Start monitoring connectivity changes
02-26 12:44:28.627 15237 15237 D TSLocationManager: [c.t.l.adapter.TSConfig translateDesiredAccuracy] translateDesiredAccuracy (true): -1
02-26 12:44:28.628 15237 15338 D TSLocationManager: [c.t.locationmanager.device.a c]
02-26 12:44:28.628 15237 15338 D TSLocationManager:   🎾  Start monitoring powersave changes
02-26 12:44:28.631 15237 15394 D TSLocationManager: [c.t.l.http.HttpService a]
02-26 12:44:28.631 15237 15394 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:44:28.631 15237 15394 D TSLocationManager: ║ 📶  Connectivity change: connected? true
02-26 12:44:28.631 15237 15394 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:44:28.631 15237 15338 I TSLocationManager: [c.t.l.g.TSGeofenceManager stopMonitoringSignificantLocationChanges]
02-26 12:44:28.631 15237 15338 I TSLocationManager:   🔴  Stop monitoring significant location changes
02-26 12:44:28.633 15237 15338 I TSLocationManager: [c.t.l.service.HeartbeatService a]
02-26 12:44:28.633 15237 15338 I TSLocationManager:   🔴  Stop heartbeat
02-26 12:44:28.637 15237 15338 D TSLocationManager: [c.t.locationmanager.util.b b]
02-26 12:44:28.637 15237 15338 D TSLocationManager:   ℹ️  LocationAuthorization: Permission granted
02-26 12:44:28.637 15237 15338 I TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:44:28.637 15237 15338 I TSLocationManager:   🔵  setPace: false → false
02-26 12:44:28.708 15237 15237 I TSLocationManager: [c.t.l.s.TSScheduleManager oneShot]
02-26 12:44:28.708 15237 15237 I TSLocationManager:   ⏰ Scheduled OneShot: TERMINATE_EVENT in 10000ms (jobID: -1708771588)
02-26 12:44:28.813 15237 15237 D TSLocationManager: [c.t.l.s.ActivityRecognitionService a]
02-26 12:44:28.813 15237 15237 D TSLocationManager:   🚘 ️DetectedActivity [type=STILL, confidence=99]
02-26 12:44:28.832 15237 15399 I TSLocationManager: [c.t.l.s.LocationRequestService b]
02-26 12:44:28.832 15237 15399 I TSLocationManager:   ℹ️  Location availability: true
02-26 12:44:28.864 15237 15237 I TSLocationManager: [c.t.l.s.ActivityRecognitionService a]
02-26 12:44:28.864 15237 15237 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:44:28.864 15237 15237 I TSLocationManager: ║ Motion Transition Result
02-26 12:44:28.864 15237 15237 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:44:28.864 15237 15237 I TSLocationManager: ╟─ 🎾  ENTER: still
02-26 12:44:28.864 15237 15237 I TSLocationManager: ╚═════════════════════════════════════════════
02-26 12:44:29.117 15237 15237 D TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy]
02-26 12:44:29.117 15237 15237 D TSLocationManager:   🔴  ActivityRecognitionService destroyed
02-26 12:44:29.524 15237 15237 I TSLocationManager: [c.t.l.s.TSScheduleManager oneShot]
02-26 12:44:29.524 15237 15237 I TSLocationManager:   ⏰ Scheduled OneShot: TERMINATE_EVENT in 10000ms (jobID: -1708771588)
02-26 12:44:29.541 15237 15237 I TSLocationManager: [c.t.l.s.TSScheduleManager oneShot]
02-26 12:44:29.541 15237 15237 I TSLocationManager:   ⏰ Scheduled OneShot: TERMINATE_EVENT in 10000ms (jobID: -1708771588)
02-26 12:44:29.635 15237 15237 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:44:29.635 15237 15237 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:44:29.635 15237 15237 I TSLocationManager: ║ HTTP Service (count: 0)
02-26 12:44:29.635 15237 15237 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:44:31.110 15237 15340 I TSLocationManager: [c.t.l.s.LocationRequestService a]
02-26 12:44:31.110 15237 15340 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:44:31.110 15237 15340 I TSLocationManager: ║ motionchange LocationResult: 1
02-26 12:44:31.110 15237 15340 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:44:31.110 15237 15340 I TSLocationManager: ╟─ 📍  Location[fused 27.198199,78.038517 hAcc=16 et=+22m56s181ms vAcc=??? sAcc=??? bAcc=??? {Bundle[{}]}], age: 95ms, time: 15827
01271015
02-26 12:44:31.113 15237 15340 I TSLocationManager: [c.t.l.l.TSLocationManager onSingleLocationResult]
02-26 12:44:31.113 15237 15340 I TSLocationManager:   🔵  Acquired motionchange position, isMoving: false
02-26 12:44:31.114 15237 15340 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 16.0
02-26 12:44:31.119 15237 15237 D TSLocationManager: [c.t.l.s.LocationRequestService onDestroy]
02-26 12:44:31.168 15237 15340 D TSLocationManager: [c.t.l.s.LocationRequestService a] SingleLocationRequest 1 isFinished? true
02-26 12:44:31.168 15237 15237 I TSLocationManager: [c.t.l.s.ActivityRecognitionService a]
02-26 12:44:31.168 15237 15237 I TSLocationManager:   🎾  Start motion-activity updates
02-26 12:44:31.170 15237 15396 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:44:31.170 15237 15396 I TSLocationManager:   ✅  INSERT: 1466eada-62c2-49a8-ad0f-7992a97e5b21
02-26 12:44:31.171 15237 15237 D TSLocationManager: [c.t.l.g.TSGeofenceManager startMonitoringStationaryRegion]
02-26 12:44:31.171 15237 15237 D TSLocationManager:   🎾  Start monitoring stationary region (radius: 150.0m 27.1981994,78.038517 hAcc=16.0)
02-26 12:44:31.180 15237 15396 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:44:31.180 15237 15396 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:44:31.180 15237 15396 I TSLocationManager: ║ HTTP Service (count: 1)
02-26 12:44:31.180 15237 15396 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:44:31.198 15237 15237 I TSLocationManager: [c.t.l.service.TrackingService h]
02-26 12:44:31.198 15237 15237 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:44:31.198 15237 15237 I TSLocationManager: ║ TrackingService motionchange: false
02-26 12:44:31.198 15237 15237 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:44:31.235 15237 15237 I TSLocationManager: [c.t.l.u.BackgroundTaskManager onStartJob] ⏳ startBackgroundTask: 1
02-26 12:44:31.254 15237 15340 D TSLocationManager: [c.t.l.data.sqlite.b first]
02-26 12:44:31.254 15237 15340 D TSLocationManager:   ✅  Locked 1 records
02-26 12:44:31.255 15237 15340 I TSLocationManager: [c.t.l.http.HttpService a]
02-26 12:44:31.255 15237 15340 I TSLocationManager:   🔵  HTTP POST: 1466eada-62c2-49a8-ad0f-7992a97e5b21
02-26 12:44:31.454 15237 15237 D TSLocationManager: [c.t.l.service.TrackingService onDestroy]
02-26 12:44:31.454 15237 15237 D TSLocationManager:   🔴  TrackingService destroyed
02-26 12:44:31.698 15237 15444 I TSLocationManager: [c.t.l.http.HttpService$c onResponse]
02-26 12:44:31.698 15237 15444 I TSLocationManager:   🔵  Response: 200
02-26 12:44:31.699 15237 15444 D TSLocationManager: [c.t.l.data.sqlite.b destroy]
02-26 12:44:31.699 15237 15444 D TSLocationManager:   ✅  DESTROY: 1466eada-62c2-49a8-ad0f-7992a97e5b21
02-26 12:44:31.708 15237 15285 I flutter : StatusCode: 200, ReasonPhrase: 'OK', Version: 1.1, Content: <null>, Headers:
02-26 12:44:31.708 15237 15285 I flutter : {
02-26 12:44:31.708 15237 15285 I flutter : }
02-26 12:44:31.715 15237 15444 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 1
02-26 12:44:31.719 15237 15237 D TSLocationManager: [c.t.l.s.BackgroundTaskService onDestroy]
02-26 12:44:38.656 15237 15237 D TSLocationManager: [c.t.l.s.ActivityRecognitionService a]
02-26 12:44:38.656 15237 15237 D TSLocationManager:   🚘 ️DetectedActivity [type=STILL, confidence=100]
02-26 12:44:38.702 15237 15237 I TSLocationManager: [c.t.l.s.ActivityRecognitionService a]
02-26 12:44:38.702 15237 15237 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:44:38.702 15237 15237 I TSLocationManager: ║ Motion Transition Result
02-26 12:44:38.702 15237 15237 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:44:38.702 15237 15237 I TSLocationManager: ╟─ 🎾  ENTER: still
02-26 12:44:38.702 15237 15237 I TSLocationManager: ╚═════════════════════════════════════════════
02-26 12:44:38.957 15237 15237 D TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy]
02-26 12:44:38.957 15237 15237 D TSLocationManager:   🔴  ActivityRecognitionService destroyed
02-26 12:44:42.850 15237 15237 I TSLocationManager: [c.t.l.s.TSScheduleManager oneShot]
02-26 12:44:42.850 15237 15237 I TSLocationManager:   ⏰ Scheduled OneShot: TERMINATE_EVENT in 10000ms (jobID: -1708771588)
02-26 12:44:43.616 15237 15394 D TSLocationManager: [c.t.l.http.HttpService a]
02-26 12:44:43.616 15237 15394 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:44:43.616 15237 15394 D TSLocationManager: ║ 📶  Connectivity change: connected? false
02-26 12:44:43.616 15237 15394 D TSLocationManager: ╠═════════════════════════════════════════════

D:\AndroidApp\Prince\emptrack>adb logcat *:S TSLocationManager:V flutter:V
--------- beginning of system
--------- beginning of crash
--------- beginning of main
02-26 12:46:05.871  5745  5745 D TSLocationManager: [c.t.l.s.ActivityRecognitionService a]
02-26 12:46:05.871  5745  5745 D TSLocationManager:   🚘 ️DetectedActivity [type=STILL, confidence=100]
02-26 12:46:06.877  5745  5745 D TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy]
02-26 12:46:06.877  5745  5745 D TSLocationManager:   🔴  ActivityRecognitionService destroyed
02-26 12:47:15.808  5745  5745 D TSLocationManager: [c.t.l.adapter.TSConfig c] ℹ️   Persist config, dirty: [isMoving]
02-26 12:47:15.814  5745  5745 I TSLocationManager: [c.t.l.service.HeartbeatService a]
02-26 12:47:15.814  5745  5745 I TSLocationManager:   🔴  Stop heartbeat
02-26 12:47:15.818  5745  5745 D TSLocationManager: [c.t.l.g.TSGeofenceManager stopMonitoringStationaryRegion]
02-26 12:47:15.818  5745  5745 D TSLocationManager:   🔴  Stop monitoring stationary region
02-26 12:47:15.821  5745  5745 D TSLocationManager: [c.t.locationmanager.util.b b]
02-26 12:47:15.821  5745  5745 D TSLocationManager:   ℹ️  LocationAuthorization: Permission granted
02-26 12:47:15.822  5745  5745 I TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:47:15.822  5745  5745 I TSLocationManager:   🔵  setPace: false → true
02-26 12:47:15.822  5745  5745 I TSLocationManager: [c.t.l.s.ActivityRecognitionService a]
02-26 12:47:15.822  5745  5745 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:15.822  5745  5745 I TSLocationManager: ║ Motion Transition Result
02-26 12:47:15.822  5745  5745 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:15.822  5745  5745 I TSLocationManager: ╟─ 🔴  EXIT: still
02-26 12:47:15.822  5745  5745 I TSLocationManager: ╟─ 🎾  ENTER: walking
02-26 12:47:15.822  5745  5745 I TSLocationManager: ╚═════════════════════════════════════════════
02-26 12:47:15.838  5745  5745 I TSLocationManager: [c.t.l.service.TrackingService h]
02-26 12:47:15.838  5745  5745 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:15.838  5745  5745 I TSLocationManager: ║ TrackingService motionchange: true
02-26 12:47:15.838  5745  5745 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:15.912  5745 11384 I TSLocationManager: [c.t.l.s.LocationRequestService b]
02-26 12:47:15.912  5745 11384 I TSLocationManager:   ℹ️  Location availability: true
02-26 12:47:16.076  5745  5745 D TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy]
02-26 12:47:16.076  5745  5745 D TSLocationManager:   🔴  ActivityRecognitionService destroyed
02-26 12:47:18.593  5745 11385 I TSLocationManager: [c.t.l.s.LocationRequestService a]
02-26 12:47:18.593  5745 11385 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:18.593  5745 11385 I TSLocationManager: ║ motionchange LocationResult: 2
02-26 12:47:18.593  5745 11385 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:18.593  5745 11385 I TSLocationManager: ╟─ 📍  Location[fused 27.198199,78.038517 hAcc=26 et=+2m23s847ms vAcc=??? sAcc=??? bAcc=??? {Bundle[{}]}], age: 2409ms, time: 1582
701436184
02-26 12:47:18.634  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 21.08
02-26 12:47:18.640  5745 11385 D TSLocationManager: [c.t.l.s.LocationRequestService a] SingleLocationRequest 2 isFinished? false
02-26 12:47:20.618  5745 11386 I TSLocationManager: [c.t.l.s.LocationRequestService a]
02-26 12:47:20.618  5745 11386 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:20.618  5745 11386 I TSLocationManager: ║ motionchange LocationResult: 2
02-26 12:47:20.618  5745 11386 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:20.618  5745 11386 I TSLocationManager: ╟─ 📍  Location[fused 27.198215,78.038508 hAcc=27 et=+2m28s226ms alt=73.6197509765625 vel=0.3056477 bear=332.8585 vAcc=29 sAcc=???
 bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 54ms, time: 1582701441419
02-26 12:47:20.646  5745 11386 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 26.16
02-26 12:47:20.648  5745 11386 D TSLocationManager: [c.t.l.s.LocationRequestService a] SingleLocationRequest 2 isFinished? false
02-26 12:47:21.410  5745 11385 I TSLocationManager: [c.t.l.s.LocationRequestService a]
02-26 12:47:21.410  5745 11385 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:21.410  5745 11385 I TSLocationManager: ║ motionchange LocationResult: 2
02-26 12:47:21.410  5745 11385 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:21.410  5745 11385 I TSLocationManager: ╟─ 📍  Location[fused 27.198234,78.038530 hAcc=27 et=+2m29s31ms alt=73.6197509765625 vel=1.0787262 bear=47.057846 vAcc=29 sAcc=???
 bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 38ms, time: 1582701441369
02-26 12:47:21.412  5745 11385 I TSLocationManager: [c.t.l.l.TSLocationManager onSingleLocationResult]
02-26 12:47:21.412  5745 11385 I TSLocationManager:   🔵  Acquired motionchange position, isMoving: true
02-26 12:47:21.434  5745  5745 D TSLocationManager: [c.t.l.s.LocationRequestService onDestroy]
02-26 12:47:21.450  5745 11385 I TSLocationManager: [c.t.l.l.TSLocationManager requestLocationUpdates]
02-26 12:47:21.450  5745 11385 I TSLocationManager:   🎾  Location-services: ON
02-26 12:47:21.450  5745 11385 I TSLocationManager: [c.t.l.l.TSLocationManager requestLocationUpdates]
02-26 12:47:21.450  5745 11385 I TSLocationManager:   🎾  Location-services: ON
02-26 12:47:21.451  5745 11385 D TSLocationManager: [c.t.l.adapter.TSConfig translateDesiredAccuracy] translateDesiredAccuracy (true): -1
02-26 12:47:21.452  5745 11385 D TSLocationManager: [c.t.l.s.LocationRequestService a] SingleLocationRequest 2 isFinished? true
02-26 12:47:21.452  5745  5745 I TSLocationManager: [c.t.l.s.ActivityRecognitionService a]
02-26 12:47:21.452  5745  5745 I TSLocationManager:   🎾  Start motion-activity updates
02-26 12:47:21.453  5745  5745 I TSLocationManager: [c.t.l.l.TSLocationManager removeLocationUpdates]
02-26 12:47:21.453  5745  5745 I TSLocationManager:   🔴  Location-services: OFF
02-26 12:47:21.454  5745  5745 I TSLocationManager: [c.t.l.l.TSLocationManager requestLocationUpdates]
02-26 12:47:21.454  5745  5745 I TSLocationManager:   🎾  Location-services: ON
02-26 12:47:21.455  5745  5745 D TSLocationManager: [c.t.l.adapter.TSConfig translateDesiredAccuracy] translateDesiredAccuracy (true): -1
02-26 12:47:21.459  5745 11436 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:47:21.459  5745 11436 I TSLocationManager:   ✅  INSERT: 5160db58-c03a-4263-ba36-9c91c01b47aa
02-26 12:47:21.472  5745 11436 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:47:21.472  5745 11436 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:21.472  5745 11436 I TSLocationManager: ║ HTTP Service (count: 1)
02-26 12:47:21.472  5745 11436 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:21.477  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:47:21.477  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:21.477  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:47:21.477  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:21.477  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198234,78.038530 hAcc=27 et=+2m29s131ms alt=73.6197509765625 vel=1.0787262 bear=47.057846 vAcc=29 sAcc=??
? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 7ms, time: 1582701441468
02-26 12:47:21.478  5745 11445 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:47:21.478  5745 11445 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:21.478  5745 11445 D TSLocationManager: ║ Process LocationResult
02-26 12:47:21.478  5745 11445 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:21.478  5745 11445 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 26.438
02-26 12:47:21.484  5745 11447 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:47:21.484  5745 11447 I TSLocationManager:   ✅  INSERT: 14706f8f-f9e1-407f-9593-decf9209876a
02-26 12:47:21.486  5745  5745 I TSLocationManager: [c.t.l.service.TrackingService b]
02-26 12:47:21.486  5745  5745 I TSLocationManager:   ℹ️  Location availability: true
02-26 12:47:21.494  5745  5745 I TSLocationManager: [c.t.l.u.BackgroundTaskManager onStartJob] ⏳ startBackgroundTask: 1
02-26 12:47:21.498  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:47:21.498  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:21.498  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:47:21.498  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:21.498  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198234,78.038530 hAcc=27 et=+2m29s149ms alt=73.6197509765625 vel=1.0787262 bear=47.057846 vAcc=29 sAcc=??
? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 11ms, time: 1582701441486
02-26 12:47:21.500  5745 11451 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:47:21.500  5745 11451 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:21.500  5745 11451 D TSLocationManager: ║ Process LocationResult
02-26 12:47:21.500  5745 11451 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:21.501  5745 11451 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:47:21.501  5745 11451 D TSLocationManager:   ℹ️  IGNORED: same as last location
02-26 12:47:21.503  5745 11447 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:47:21.503  5745 11447 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:47:21.520  5745 11452 D TSLocationManager: [c.t.l.data.sqlite.b first]
02-26 12:47:21.520  5745 11452 D TSLocationManager:   ✅  Locked 1 records
02-26 12:47:21.520  5745 11452 I TSLocationManager: [c.t.l.http.HttpService a]
02-26 12:47:21.520  5745 11452 I TSLocationManager:   🔵  HTTP POST: 5160db58-c03a-4263-ba36-9c91c01b47aa
02-26 12:47:24.595  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:47:24.595  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:24.595  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:47:24.595  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:24.595  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198253,78.038537 hAcc=29 et=+2m32s218ms alt=73.6197509765625 vel=1.1567899 bear=46.64105 vAcc=29 sAcc=???
 bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 36ms, time: 1582701444555
02-26 12:47:24.597  5745 11447 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:47:24.597  5745 11447 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:24.597  5745 11447 D TSLocationManager: ║ Process LocationResult
02-26 12:47:24.597  5745 11447 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:24.599  5745 11447 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 26.716
02-26 12:47:24.651  5745 11453 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:47:24.651  5745 11453 I TSLocationManager:   ✅  INSERT: cae0e85c-4d70-44e0-a50a-dee8c785a2f9
02-26 12:47:24.658  5745 11453 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:47:24.658  5745 11453 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:47:28.129  5745  5745 D TSLocationManager: [c.t.l.s.ActivityRecognitionService a]
02-26 12:47:28.129  5745  5745 D TSLocationManager:   🚘 ️DetectedActivity [type=ON_FOOT, confidence=96]
02-26 12:47:28.175  5745  5745 I TSLocationManager: [c.t.l.s.ActivityRecognitionService a]
02-26 12:47:28.175  5745  5745 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:28.175  5745  5745 I TSLocationManager: ║ Motion Transition Result
02-26 12:47:28.175  5745  5745 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:28.175  5745  5745 I TSLocationManager: ╟─ 🎾  ENTER: walking
02-26 12:47:28.175  5745  5745 I TSLocationManager: ╚═════════════════════════════════════════════
02-26 12:47:28.431  5745  5745 D TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy]
02-26 12:47:28.431  5745  5745 D TSLocationManager:   🔴  ActivityRecognitionService destroyed
02-26 12:47:28.631  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:47:28.631  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:28.631  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:47:28.631  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:28.631  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198232,78.038544 hAcc=25 et=+2m36s232ms alt=104.9053955078125 vel=1.1719722 bear=65.290344 vAcc=11 sAcc=?
?? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 59ms, time: 1582701449000
02-26 12:47:28.633  5745 11453 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:47:28.633  5745 11453 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:28.633  5745 11453 D TSLocationManager: ║ Process LocationResult
02-26 12:47:28.633  5745 11453 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:28.634  5745 11453 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 26.438
02-26 12:47:28.670  5745 11385 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:47:28.670  5745 11385 I TSLocationManager:   ✅  INSERT: e0039734-944a-4094-937d-bca62be13b13
02-26 12:47:28.685  5745 11385 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:47:28.685  5745 11385 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:47:30.039  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:47:30.039  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:30.039  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:47:30.039  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:30.039  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198213,78.038542 hAcc=21 et=+2m37s657ms alt=91.99847412109375 vel=0.96001834 bear=75.130936 vAcc=9 sAcc=?
?? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 42ms, time: 1582701449994
02-26 12:47:30.040  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:47:30.040  5745 11385 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:30.040  5745 11385 D TSLocationManager: ║ Process LocationResult
02-26 12:47:30.040  5745 11385 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:30.041  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 26.16
02-26 12:47:30.076  5745 11447 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:47:30.076  5745 11447 I TSLocationManager:   ✅  INSERT: a5aaffd2-ef37-4603-acd0-ba8a2c989f26
02-26 12:47:30.082  5745 11447 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:47:30.082  5745 11447 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:47:35.406  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:47:35.406  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:35.406  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:47:35.406  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:35.406  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198211,78.038500 hAcc=11 et=+2m43s31ms alt=96.499267578125 vel=0.29724553 bear=77.72141 vAcc=5 sAcc=??? b
Acc=??? {Bundle[mParcelledData.dataSize=52]}], age: 35ms, time: 1582701455368
02-26 12:47:35.407  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:47:35.407  5745 11385 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:35.407  5745 11385 D TSLocationManager: ║ Process LocationResult
02-26 12:47:35.407  5745 11385 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:35.408  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 25.6
02-26 12:47:35.436  5745 11453 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:47:35.436  5745 11453 I TSLocationManager:   ✅  INSERT: f209c111-da3c-4cf5-be49-00621ba0cfa1
02-26 12:47:35.444  5745 11453 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:47:35.444  5745 11453 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:47:36.706  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:47:36.706  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:36.706  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:47:36.706  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:36.706  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198205,78.038472 hAcc=10 et=+2m44s350ms alt=98.109619140625 vel=0.10131366 bear=181.0457 vAcc=5 sAcc=???
bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 17ms, time: 1582701456688
02-26 12:47:36.707  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:47:36.707  5745 11385 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:36.707  5745 11385 D TSLocationManager: ║ Process LocationResult
02-26 12:47:36.707  5745 11385 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:36.708  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 25.04
02-26 12:47:36.738  5745 11453 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:47:36.738  5745 11453 I TSLocationManager:   ✅  INSERT: f2676595-42f9-450c-b0a1-50bf0cdfad6e
02-26 12:47:36.745  5745 11453 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:47:36.745  5745 11453 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:47:37.942  5745  5807 E flutter : [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: SocketException: OS Error: Connection timed out, errno = 110, address = e
mptrack.gpsgateway.in, port = 41082
02-26 12:47:37.942  5745  5807 E flutter : #0      IOClient.send (package:http/src/io_client.dart:33:24)
02-26 12:47:37.942  5745  5807 E flutter : <asynchronous suspension>
02-26 12:47:37.942  5745  5807 E flutter : #1      BaseClient._sendUnstreamed (package:http/src/base_client.dart:176:38)
02-26 12:47:37.942  5745  5807 E flutter : #2      BaseClient.post (package:http/src/base_client.dart:58:7)
02-26 12:47:37.942  5745  5807 E flutter : #3      post.<anonymous closure> (package:http/http.dart:70:16)
02-26 12:47:37.942  5745  5807 E flutter : #4      _withClient (package:http/http.dart:166:20)
02-26 12:47:37.942  5745  5807 E flutter : #5      post (package:http/http.dart:69:5)
02-26 12:47:37.942  5745  5807 E flutter : #6      _dashboard_homeState.getSummaryGraph (package:emptrack/user/dashboard_home.dart:686:5)
02-26 12:47:37.942  5745  5807 E flutter : <asynchronous suspension>
02-26 12:47:37.942  5745  5807 E flutter : #7      _dashboard_homeState.build.<anonymous closure> (package:emptrack/user/dashboard_home.dart:544:23)
02-26 12:47:37.942  5745  5807 E flutter : #8      _DropdownButtonState._handleTap.<anonymous closure> (package:flutter/src/material/dropdown.dart)
02-26 12:47:37.942  5745  5807 E flutter : #9      _rootRunUnary (dart:async/zone.dart:1134:38)
02-26 12:47:37.942  5745  5807 E flutter : #10     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
02-26 12:47:37.942  5745  5807 E flutter : #11     _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
02-26 12:47:37.942  5745  5807 E flutter : #12     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
02-26 12:47:37.942  5745  5807 E flutter : #13     Future._propagateToListeners (dart:async/future_impl.dart:709:32)
02-26 12:47:37.942  5745  5807 E flutter : #14     Future._completeWithValue (dart:async/future_impl.dart:524:5)
02-26 12:47:37.942  5745  5807 E flutter : #15     Future._asyncComplete.<anonymous closure> (dart:async/future_impl.dart:554:7)
02-26 12:47:37.942  5745  5807 E flutter : #16     _rootRun (dart:async/zone.dart:1126:13)
02-26 12:47:37.942  5745  5807 E flutter : #17     _CustomZone.run (dart:async/zone.dart:1023:19)
02-26 12:47:37.942  5745  5807 E flutter : #18     _CustomZone.runGuarded (dart:async/zone.dart:925:7)
02-26 12:47:37.942  5745  5807 E flutter : #19     _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:965:23)
02-26 12:47:37.942  5745  5807 E flutter : #20     _microtaskLoop (dart:async/schedule_microtask.dart:43:21)
02-26 12:47:37.942  5745  5807 E flutter : #21     _startMicrotaskLoop (dart:async/schedule_microtask.dart:52:5)
02-26 12:47:37.942  5745  5807 E flutter :
02-26 12:47:38.034  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:47:38.034  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:38.034  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:47:38.034  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:38.034  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198196,78.038451 hAcc=10 et=+2m45s662ms alt=98.2918701171875 vel=0.30118278 bear=215.35506 vAcc=5 sAcc=??
? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 32ms, time: 1582701457999
02-26 12:47:38.035  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:47:38.035  5745 11385 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:38.035  5745 11385 D TSLocationManager: ║ Process LocationResult
02-26 12:47:38.035  5745 11385 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:38.036  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 23.229
02-26 12:47:38.066  5745 11447 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:47:38.066  5745 11447 I TSLocationManager:   ✅  INSERT: 397d3f4d-190b-4373-b382-51fd7b522baf
02-26 12:47:38.072  5745 11447 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:47:38.072  5745 11447 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:47:39.319  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:47:39.319  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:39.319  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:47:39.319  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:39.319  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198184,78.038432 hAcc=10 et=+2m46s935ms alt=101.45489501953125 vel=0.47050655 bear=217.54567 vAcc=5 sAcc=
??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 43ms, time: 1582701459272
02-26 12:47:39.320  5745 11447 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:47:39.320  5745 11447 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:39.320  5745 11447 D TSLocationManager: ║ Process LocationResult
02-26 12:47:39.320  5745 11447 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:39.320  5745 11447 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 21.418
02-26 12:47:39.353  5745 11453 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:47:39.353  5745 11453 I TSLocationManager:   ✅  INSERT: 9ff7d2a6-3477-43bb-afe5-cc6324a1438e
02-26 12:47:39.364  5745 11453 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:47:39.364  5745 11453 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:47:41.195  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:47:41.195  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:41.195  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:47:41.195  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:41.195  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198170,78.038417 hAcc=9 et=+2m48s805ms alt=100.50677490234375 vel=0.5048852 bear=215.44528 vAcc=6 sAcc=??
? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 50ms, time: 1582701462000
02-26 12:47:41.197  5745 11447 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:47:41.197  5745 11447 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:41.197  5745 11447 D TSLocationManager: ║ Process LocationResult
02-26 12:47:41.197  5745 11447 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:41.198  5745 11447 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 21.418
02-26 12:47:41.234  5745 11385 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:47:41.234  5745 11385 I TSLocationManager:   ✅  INSERT: dad56025-9e93-46aa-99d5-b8721defe065
02-26 12:47:41.248  5745 11385 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:47:41.248  5745 11385 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:47:43.188  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:47:43.188  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:43.188  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:47:43.188  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:43.188  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198155,78.038406 hAcc=9 et=+2m50s806ms alt=98.503662109375 vel=0.5881093 bear=214.25014 vAcc=4 sAcc=??? b
Acc=??? {Bundle[mParcelledData.dataSize=52]}], age: 43ms, time: 1582701464000
02-26 12:47:43.189  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:47:43.189  5745 11385 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:43.189  5745 11385 D TSLocationManager: ║ Process LocationResult
02-26 12:47:43.189  5745 11385 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:43.190  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 9.076
02-26 12:47:43.215  5745 11453 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:47:43.215  5745 11453 I TSLocationManager:   ✅  INSERT: 8cb777f2-77f9-4952-9d98-0069d38af53f
02-26 12:47:43.222  5745 11453 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:47:43.222  5745 11453 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:47:45.390  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:47:45.390  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:45.390  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:47:45.390  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:45.390  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198137,78.038395 hAcc=9 et=+2m53s7ms alt=98.503662109375 vel=0.69849104 bear=213.57492 vAcc=4 sAcc=??? bA
cc=??? {Bundle[mParcelledData.dataSize=52]}], age: 43ms, time: 1582701465344
02-26 12:47:45.391  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:47:45.391  5745 11385 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:45.391  5745 11385 D TSLocationManager: ║ Process LocationResult
02-26 12:47:45.391  5745 11385 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:45.392  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 8.623
02-26 12:47:45.392  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager incrementOdometer] Odometer: 13.922529
02-26 12:47:45.428  5745 11447 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:47:45.428  5745 11447 I TSLocationManager:   ✅  INSERT: 09ee50d5-5183-4d5d-9f68-83967bca59e2
02-26 12:47:45.437  5745 11447 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:47:45.437  5745 11447 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:47:47.294  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:47:47.294  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:47.294  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:47:47.294  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:47.294  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198119,78.038384 hAcc=9 et=+2m54s911ms alt=98.503662109375 vel=0.7846231 bear=212.98271 vAcc=4 sAcc=??? b
Acc=??? {Bundle[mParcelledData.dataSize=52]}], age: 42ms, time: 1582701467249
02-26 12:47:47.295  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:47:47.295  5745 11385 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:47.295  5745 11385 D TSLocationManager: ║ Process LocationResult
02-26 12:47:47.295  5745 11385 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:47.295  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 8.623
02-26 12:47:47.326  5745 11450 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:47:47.326  5745 11450 I TSLocationManager:   ✅  INSERT: 449ca2b4-5617-416d-9b83-03c6bda45c11
02-26 12:47:47.332  5745 11450 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:47:47.332  5745 11450 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:47:49.442  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:47:49.442  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:49.442  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:47:49.442  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:49.442  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198103,78.038374 hAcc=10 et=+2m57s67ms alt=98.503662109375 vel=0.8170036 bear=212.52473 vAcc=4 sAcc=??? b
Acc=??? {Bundle[mParcelledData.dataSize=52]}], age: 35ms, time: 1582701469404
02-26 12:47:49.443  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:47:49.443  5745 11385 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:49.443  5745 11385 D TSLocationManager: ║ Process LocationResult
02-26 12:47:49.443  5745 11385 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:49.444  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 8.623
02-26 12:47:49.469  5745 11450 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:47:49.469  5745 11450 I TSLocationManager:   ✅  INSERT: 201987ca-9531-4da3-bc2e-51205c6f3a30
02-26 12:47:49.474  5745 11450 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:47:49.474  5745 11450 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:47:53.304  5745 11454 W TSLocationManager: [c.t.l.http.HttpService$c onFailure]
02-26 12:47:53.304  5745 11454 W TSLocationManager:   ⚠️  Response: 0, failed to connect to emptrack.gpsgateway.in/103.48.50.58 (port 80) from /192.168.0.100 (port 41086) after 12000
0ms: isConnected failed: ETIMEDOUT (Connection timed out)
02-26 12:47:53.323  5745 11454 D TSLocationManager: [c.t.l.data.sqlite.b unlock]
02-26 12:47:53.323  5745 11454 D TSLocationManager:   ✅  UNLOCKED: 5160db58-c03a-4263-ba36-9c91c01b47aa
02-26 12:47:53.323  5745 11454 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 1
02-26 12:47:53.326  5745  5745 D TSLocationManager: [c.t.l.s.BackgroundTaskService onDestroy]
02-26 12:47:53.328  5745  5807 I flutter : failed to connect to emptrack.gpsgateway.in/103.48.50.58 (port 80) from /192.168.0.100 (port 41086) after 120000ms: isConnected failed: ETI
MEDOUT (Connection timed out)
02-26 12:47:59.182  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:47:59.182  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:59.182  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:47:59.182  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:59.182  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198107,78.038405 hAcc=17 et=+3m6s807ms alt=108.45758056640625 vel=0.35960546 bear=196.88425 vAcc=22 sAcc=
??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 36ms, time: 1582701480000
02-26 12:47:59.184  5745 11450 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:47:59.184  5745 11450 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:59.184  5745 11450 D TSLocationManager: ║ Process LocationResult
02-26 12:47:59.184  5745 11450 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:59.184  5745 11450 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 8.623
02-26 12:47:59.208  5745 11447 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:47:59.208  5745 11447 I TSLocationManager:   ✅  INSERT: 15901fa1-6dc1-45cd-9d54-be831321b494
02-26 12:47:59.215  5745 11447 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:47:59.215  5745 11447 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:47:59.215  5745 11447 I TSLocationManager: ║ HTTP Service (count: 15)
02-26 12:47:59.215  5745 11447 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:47:59.226  5745  5745 I TSLocationManager: [c.t.l.u.BackgroundTaskManager onStartJob] ⏳ startBackgroundTask: 2
02-26 12:47:59.236  5745 11447 D TSLocationManager: [c.t.l.data.sqlite.b first]
02-26 12:47:59.236  5745 11447 D TSLocationManager:   ✅  Locked 1 records
02-26 12:47:59.237  5745 11447 I TSLocationManager: [c.t.l.http.HttpService a]
02-26 12:47:59.237  5745 11447 I TSLocationManager:   🔵  HTTP POST: 5160db58-c03a-4263-ba36-9c91c01b47aa
02-26 12:48:00.181  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:48:00.181  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:48:00.181  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:48:00.181  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:48:00.181  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198123,78.038426 hAcc=17 et=+3m7s815ms alt=108.45758056640625 vel=0.20905952 bear=171.02733 vAcc=24 sAcc=
??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 26ms, time: 1582701481000
02-26 12:48:00.183  5745 11450 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:48:00.183  5745 11450 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:48:00.183  5745 11450 D TSLocationManager: ║ Process LocationResult
02-26 12:48:00.183  5745 11450 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:48:00.184  5745 11450 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 8.623
02-26 12:48:00.216  5745 11385 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:48:00.216  5745 11385 I TSLocationManager:   ✅  INSERT: 82908bcb-ba5c-4d80-92a4-4800fb896ab0
02-26 12:48:00.224  5745 11385 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:48:00.224  5745 11385 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:48:01.168  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:48:01.168  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:48:01.168  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:48:01.168  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:48:01.168  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198141,78.038449 hAcc=17 et=+3m8s799ms alt=108.45758056640625 vel=0.8012022 bear=58.11485 vAcc=26 sAcc=??
? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 29ms, time: 1582701482000
02-26 12:48:01.169  5745 11450 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:48:01.169  5745 11450 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:48:01.169  5745 11450 D TSLocationManager: ║ Process LocationResult
02-26 12:48:01.169  5745 11450 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:48:01.170  5745 11450 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 8.655
02-26 12:48:01.209  5745 11385 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:48:01.209  5745 11385 I TSLocationManager:   ✅  INSERT: 8857baa3-b9c5-4bea-b7af-7555c8c757f3
02-26 12:48:01.214  5745 11385 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:48:01.214  5745 11385 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:48:02.183  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:48:02.183  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:48:02.183  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:48:02.183  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:48:02.183  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198165,78.038478 hAcc=17 et=+3m9s803ms alt=116.20001220703125 vel=2.0521271 bear=50.066723 vAcc=28 sAcc=?
?? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 38ms, time: 1582701483000
02-26 12:48:02.185  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:48:02.185  5745 11385 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:48:02.185  5745 11385 D TSLocationManager: ║ Process LocationResult
02-26 12:48:02.185  5745 11385 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:48:02.186  5745 11385 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 9.157
02-26 12:48:02.216  5745 11453 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:48:02.216  5745 11453 I TSLocationManager:   ✅  INSERT: 0942ee88-b1d3-4301-85a0-94158ad07179
02-26 12:48:02.223  5745 11453 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:48:02.223  5745 11453 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:48:07.752  5745  5745 I TSLocationManager: [c.t.l.s.ActivityRecognitionService a]
02-26 12:48:07.752  5745  5745 I TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:48:07.752  5745  5745 I TSLocationManager: ║ Motion Transition Result
02-26 12:48:07.752  5745  5745 I TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:48:07.752  5745  5745 I TSLocationManager: ╟─ 🔴  EXIT: walking
02-26 12:48:07.752  5745  5745 I TSLocationManager: ╟─ 🎾  ENTER: still
02-26 12:48:07.752  5745  5745 I TSLocationManager: ╚═════════════════════════════════════════════
02-26 12:48:07.786  5745  5745 I TSLocationManager: [c.t.l.s.TSScheduleManager oneShot]
02-26 12:48:07.786  5745  5745 I TSLocationManager:   ⏰ Scheduled OneShot: STOP_TIMEOUT in 300000ms (jobID: 2059034116)
02-26 12:48:07.791  5745  5745 I TSLocationManager: [c.t.l.l.TSLocationManager removeLocationUpdates]
02-26 12:48:07.791  5745  5745 I TSLocationManager:   🔴  Location-services: OFF
02-26 12:48:07.793  5745  5745 I TSLocationManager: [c.t.l.l.TSLocationManager requestLocationUpdates]
02-26 12:48:07.793  5745  5745 I TSLocationManager:   🎾  Location-services: ON
02-26 12:48:07.794  5745  5745 D TSLocationManager: [c.t.l.adapter.TSConfig translateDesiredAccuracy] translateDesiredAccuracy (true): -1
02-26 12:48:08.006  5745  5745 D TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy]
02-26 12:48:08.006  5745  5745 D TSLocationManager:   🔴  ActivityRecognitionService destroyed
02-26 12:48:10.202  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:48:10.202  5745  5745 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:48:10.202  5745  5745 D TSLocationManager: ║ TrackingService: LocationResult
02-26 12:48:10.202  5745  5745 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:48:10.202  5745  5745 D TSLocationManager: ╟─ 📍  Location[fused 27.198207,78.038527 hAcc=17 et=+3m15s765ms alt=116.20001220703125 vel=1.070597 bear=47.03785 vAcc=28 sAcc=??
? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 2098ms, time: 1582701488102
02-26 12:48:10.203  5745  5745 D TSLocationManager: [c.t.l.service.TrackingService a] Received stoppedAt location
02-26 12:48:10.204  5745 11453 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult]
02-26 12:48:10.204  5745 11453 D TSLocationManager: ╔═════════════════════════════════════════════
02-26 12:48:10.204  5745 11453 D TSLocationManager: ║ Process LocationResult
02-26 12:48:10.204  5745 11453 D TSLocationManager: ╠═════════════════════════════════════════════
02-26 12:48:10.204  5745  5745 I TSLocationManager: [c.t.l.service.TrackingService a]
02-26 12:48:10.204  5745  5745 I TSLocationManager:   ℹ️  Distance from stoppedAtLocation: -34.958
02-26 12:48:10.204  5745 11453 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 10.058
02-26 12:48:10.205  5745 11453 D TSLocationManager: [c.t.l.l.TSLocationManager incrementOdometer] Odometer: 29.077162
02-26 12:48:10.229  5745 11385 I TSLocationManager: [c.t.l.data.sqlite.b persist]
02-26 12:48:10.229  5745 11385 I TSLocationManager:   ✅  INSERT: b3def306-fec5-4158-9933-e36476dff5ee
02-26 12:48:10.241  5745 11385 I TSLocationManager: [c.t.l.http.HttpService flush]
02-26 12:48:10.241  5745 11385 I TSLocationManager:   ℹ️  HttpService is busy
02-26 12:48:30.425  5745 11454 W TSLocationManager: [c.t.l.http.HttpService$c onFailure]
02-26 12:48:30.425  5745 11454 W TSLocationManager:   ⚠️  Response: 0, failed to connect to abc.domain.in/103.48.50.58 (port 80) from /192.168.0.100 (port 41092) after 12000
0ms: isConnected failed: ETIMEDOUT (Connection timed out)
02-26 12:48:30.436  5745  5807 I flutter : failed to connect to abc.domain.in/103.48.50.58 (port 80) from /192.168.0.100 (port 41092) after 120000ms: isConnected failed: ETI
MEDOUT (Connection timed out)
02-26 12:48:30.439  5745 11454 D TSLocationManager: [c.t.l.data.sqlite.b unlock]
02-26 12:48:30.439  5745 11454 D TSLocationManager:   ✅  UNLOCKED: 5160db58-c03a-4263-ba36-9c91c01b47aa
02-26 12:48:30.439  5745 11454 I TSLocationManager: [c.t.l.u.BackgroundTaskManager$Task stop] ⏳ stopBackgroundTask: 2
02-26 12:48:30.442  5745  5745 D TSLocationManager: [c.t.l.s.BackgroundTaskService onDestroy]


</details>

@christocracy
Copy link
Member

Closed for ignoring issue template. No information provided.

@christocracy christocracy added the IGNORED ISSUE TEMPLATE Please do not ignore the issue template. label Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IGNORED ISSUE TEMPLATE Please do not ignore the issue template.
Projects
None yet
Development

No branches or pull requests

2 participants