-
-
Notifications
You must be signed in to change notification settings - Fork 102
Skips in sending information when data transmission is set to 1 second periodΒ #74
Copy link
Copy link
Open
Description
There is a difference in app logs within normal and error operations
Here is 2 parts of log with example:
Normal point in app log:
08-04 21:59:31.334 DEBUG [AbstractService a]
πΎ start [TrackingService startId: 369, eventCount: 1]
08-04 21:59:30.958 INFO [BackgroundTaskManager$Task stop] β³ stopBackgroundTask: 214
08-04 21:59:30.940 DEBUG [SQLiteLocationDAO destroy]
β
DESTROY: c55e215f-9884-4947-a9f1-2972edf0215b
08-04 21:59:30.938 INFO [HttpService$f onResponse]
π΅ Response: 200
08-04 21:59:30.631 DEBUG [SQLiteLocationDAO first]
β
Locked 1 records
08-04 21:59:30.631 INFO [HttpService a]
π΅ HTTP POST: c55e215f-9884-4947-a9f1-2972edf0215b
08-04 21:59:30.628 INFO [BackgroundTaskManager$Task start] β³ startBackgroundTask: 214
08-04 21:59:30.479 INFO [HttpService flush]
ββββββββββββββββββββββββββββββββββββββββββββββ
β HTTP Service (count: 1)
β βββββββββββββββββββββββββββββββββββββββββββββ
08-04 21:59:30.475 INFO [SQLiteLocationDAO persist]
β
INSERT: c55e215f-9884-4947-a9f1-2972edf0215b
08-04 21:59:30.467 DEBUG [AbstractService a]
βοΈοΈ FINISH [TrackingService startId: 368, eventCount: 0, sticky: true]
08-04 21:59:30.466 DEBUG [TSLocationManager onLocationResult]
ββββββββββββββββββββββββββββββββββββββββββββββ
β Process LocationResult
β βββββββββββββββββββββββββββββββββββββββββββββ
08-04 21:59:30.466 DEBUG [TSLocationManager a] Median accuracy: 10.947
08-04 21:59:30.465 DEBUG [AbstractService a]
πΎ start [TrackingService startId: 368, eventCount: 1]
08-04 21:59:30.465 DEBUG [TrackingService c]
ββββββββββββββββββββββββββββββββββββββββββββββ
β TrackingService: LocationResult
β βββββββββββββββββββββββββββββββββββββββββββββ
ββ π Location[fused -23.598408,-46.641969 hAcc=11.055 et=+4d4h27m42s90ms alt=801.0 vAcc=1.7188232 vel=0.013189743 sAcc=0.1029563]
ββ Age: 144ms, time: 1754355570321
Some error point without send any data:
08-04 21:59:32.039 DEBUG [LifecycleManager onResume] β―οΈ onResume
08-04 21:59:32.035 DEBUG [LifecycleManager onStart] β―οΈ onStart
08-04 21:59:31.350 DEBUG [SQLiteLocationDAO destroy]
β
DESTROY: 58638687-e28c-43a5-9adc-64741b5b5161
08-04 21:59:31.348 INFO [SQLiteLocationDAO persist]
β
INSERT: 58638687-e28c-43a5-9adc-64741b5b5161
08-04 21:59:31.343 DEBUG [TSLocationManager a] Median accuracy: 10.988
08-04 21:59:31.342 DEBUG [TSLocationManager onLocationResult]
ββββββββββββββββββββββββββββββββββββββββββββββ
β Process LocationResult
β βββββββββββββββββββββββββββββββββββββββββββββ
08-04 21:59:31.339 DEBUG [AbstractService a]
βοΈοΈ FINISH [TrackingService startId: 369, eventCount: 0, sticky: true]
08-04 21:59:31.338 DEBUG [TrackingService c]
ββββββββββββββββββββββββββββββββββββββββββββββ
β TrackingService: LocationResult
β βββββββββββββββββββββββββββββββββββββββββββββ
ββ π Location[fused -23.598408,-46.641969 hAcc=11.043 et=+4d4h27m43s62ms alt=801.0 vAcc=1.7285402 vel=0.010998793 sAcc=0.09433981]
ββ Age: 44ms, time: 1754355571294
As we see, sometimes nothing is happening within INSERT and DESTROY operations
Tested on Android app, and not sure about iOS, assume that too
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels