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

UUID is not showing in android email logs when a location get destroyed after 200 response #1989

Closed
Sarveshwins opened this issue Apr 8, 2024 · 5 comments
Labels

Comments

@Sarveshwins
Copy link

Your Environment

System:
OS: macOS 14.4.1
CPU: (8) arm64 Apple M2
Memory: 107.06 MB / 8.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 16.20.2 - ~/.nvm/versions/node/v16.20.2/bin/node
Yarn: 1.22.21 - ~/Documents/GitHub/alt-tomrex-app/node_modules/.bin/yarn
npm: 8.19.4 - ~/.nvm/versions/node/v16.20.2/bin/npm
Watchman: 2024.01.22.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.15.0 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 23.2, iOS 17.2, macOS 14.2, tvOS 17.2, visionOS 1.0, watchOS 10.2
Android SDK: Not Found
IDEs:
Android Studio: 2023.1 AI-231.9392.1.2311.11330709
Xcode: 15.2/15C500b - /usr/bin/xcodebuild
Languages:
Java: 15.0.2 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 16.13.1 => 16.13.1
react-native: ^0.64.0 => 0.64.4
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found

  • Plugin version: "react-native-background-geolocation": "^4.15.0"
  • Platform: iOS or Android : Android
  • OS version: 12
  • Device manufacturer / model: realme 7 pro
  • React Native version (react-native -v): 0.64.0
  • Plugin config
BackgroundGeolocation.ready({
        url: API_URL + API_ENDPOINTS.SAVELOCATION,
        logLevel: BackgroundGeolocation.LOG_LEVEL_VERBOSE,
        desiredAccuracy: BackgroundGeolocation.DESIRED_ACCURACY_HIGH,
        distanceFilter: 2,
        stopTimeout: 5,
        autoSync: true,
        batchSync: true,
        disableProviderChangeRecord: true,
         autoSyncThreshold: 10,
        stopOnTerminate: false,
        startOnBoot: true,
        enableHeadless: true,
        locationTemplate:
          '{"Latitude":<%= latitude %>,"Longitude":<%= longitude %>,"TimeStamp": "<%= timestamp %>","Uuid": "<%= uuid %>"}',
        locationAuthorizationRequest: 'Always',
        backgroundPermissionRationale: {
          title:
            "Allow {applicationName} to access this device's location even when closed or not in use.",
          message:
            'This app collects location data to enable recording your trips to work and calculate distance-travelled.',
          positiveAction: 'Change to "{backgroundPermissionOptionLabel}"',
          negativeAction: 'Cancel',
        },
        headers: {
          authorization: `Bearer ${respo_storage?.data?.Token}`,
          source,
        },
        params: {
          ClientId: respo_storage.data.ClientId,
        },
      })

Expected Behavior

It should have show us uuid when a location get destroyed in email log like it shown in example log like DESTROY: bca5acc8-e358-4d8f-827f-b8c0d556b7bb
Screenshot 2024-04-08 at 11 40 34 AM

Actual Behavior

in my email log with my config.ready im unable to see DESTROY: bca5acc8-e358-4d8f-827f-b8c0d556b7bb like logs so due to that i can't check which location is get destroyed and also i get same location with same timestamp

Is android email log are different from which is shown in example log??

Screenshot 2024-04-08 at 11 40 34 AM In this log i can see uuid of each location and track what happen to it after http response of 200 but in android log it is not showing

Steps to Reproduce

  1. Check email logs of android

Context

i want to check email log specially uuid of locations

Debug logs

background-geolocation (2).log

@Sarveshwins
Copy link
Author

Sarveshwins commented Apr 8, 2024

In ios simulator using getlogs i get logs that looks like this and it is much readable and understandable

2024-04-08 12:24:25.899 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 12:24:25.899 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 12:24:25.899
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:25.899 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 38 OF (
38
)

2024-04-08 12:24:25.918 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 12:24:26.235
📍<+37.33429383,-122.06600055> +/- 5.00m (speed 33.94 mps / course 282.30) @ 08/04/24, 12:24:26 PM India Standard Time

2024-04-08 12:24:26.236
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 16.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:26.236 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 12:24:26.236 ℹ️-[TSConfig persist]

2024-04-08 12:24:26.240 🔵-[TSConfig incrementOdometer:] 359519.4

2024-04-08 12:24:26.242 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 12:24:26.245 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 3B83AF8B-922F-4D6D-AAA2-4C3D49209646

2024-04-08 12:24:26.245
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:26.247 ✅-[BackgroundTaskManager createBackgroundTask] 39

2024-04-08 12:24:26.249 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 12:24:26.249 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 12:24:26.913 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 12:24:26.913 ✅-[LocationDAO destroyAll:] DESTROY: 3B83AF8B-922F-4D6D-AAA2-4C3D49209646

2024-04-08 12:24:26.917 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 12:24:26.917 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 12:24:26.917
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:26.918 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 39 OF (
39
)

2024-04-08 12:24:27.236
📍<+37.33435409,-122.06636961> +/- 5.00m (speed 33.82 mps / course 279.84) @ 08/04/24, 12:24:27 PM India Standard Time

2024-04-08 12:24:27.236
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 16.0m | age: 7 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:27.236 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 12:24:27.236 ℹ️-[TSConfig persist]

2024-04-08 12:24:27.242 🔵-[TSConfig incrementOdometer:] 359552.8

2024-04-08 12:24:27.244 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 12:24:27.246 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: C2C5580C-1669-40EE-8A1E-F2C567611FB1

2024-04-08 12:24:27.246
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:27.248 ✅-[BackgroundTaskManager createBackgroundTask] 40

2024-04-08 12:24:27.250 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 12:24:27.250 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 12:24:27.766 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 12:24:27.766 ✅-[LocationDAO destroyAll:] DESTROY: C2C5580C-1669-40EE-8A1E-F2C567611FB1

2024-04-08 12:24:27.770 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 12:24:27.771 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 12:24:27.771
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:27.771 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 40 OF (
40
)

2024-04-08 12:24:28.238
📍<+37.33440019,-122.06674461> +/- 5.00m (speed 33.73 mps / course 277.73) @ 08/04/24, 12:24:28 PM India Standard Time

2024-04-08 12:24:28.238
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 16.0m | age: 7 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:28.238 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 12:24:28.239 ℹ️-[TSConfig persist]

2024-04-08 12:24:28.244 🔵-[TSConfig incrementOdometer:] 359586.5

2024-04-08 12:24:28.246 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 12:24:28.249 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 90018880-0D18-45B1-A204-4BD7D2B55271

2024-04-08 12:24:28.249
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:28.251 ✅-[BackgroundTaskManager createBackgroundTask] 41

2024-04-08 12:24:28.253 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 12:24:28.253 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 12:24:28.823 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 12:24:28.823 ✅-[LocationDAO destroyAll:] DESTROY: 90018880-0D18-45B1-A204-4BD7D2B55271

2024-04-08 12:24:28.826 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 12:24:28.826 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 12:24:28.827
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:28.827 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 41 OF (
41
)

2024-04-08 12:24:29.240
📍<+37.33442928,-122.06711736> +/- 5.00m (speed 33.75 mps / course 275.27) @ 08/04/24, 12:24:29 PM India Standard Time

2024-04-08 12:24:29.240
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 16.0m | age: 9 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:29.240 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 12:24:29.240 ℹ️-[TSConfig persist]

2024-04-08 12:24:29.245 🔵-[TSConfig incrementOdometer:] 359619.6

2024-04-08 12:24:29.247 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 12:24:29.250 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 218B365C-CF23-4FD7-B154-F1F0396FAB30

2024-04-08 12:24:29.250
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:29.252 ✅-[BackgroundTaskManager createBackgroundTask] 42

2024-04-08 12:24:29.253 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 12:24:29.253 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 12:24:29.794 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 12:24:29.794 ✅-[LocationDAO destroyAll:] DESTROY: 218B365C-CF23-4FD7-B154-F1F0396FAB30

2024-04-08 12:24:29.797 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 12:24:29.798 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 12:24:29.798
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:29.798 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 42 OF (
42
)

2024-04-08 12:24:30.226
📍<+37.33444650,-122.06749672> +/- 5.00m (speed 33.61 mps / course 272.81) @ 08/04/24, 12:24:30 PM India Standard Time

2024-04-08 12:24:30.226
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 16.0m | age: 2 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:30.226 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 12:24:30.226 ℹ️-[TSConfig persist]

2024-04-08 12:24:30.229 🔵-[TSConfig incrementOdometer:] 359653.3

2024-04-08 12:24:30.230 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 12:24:30.232 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: C92BC46B-E514-4821-886D-3782CC8F4FCD

2024-04-08 12:24:30.232
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:30.233 ✅-[BackgroundTaskManager createBackgroundTask] 43

2024-04-08 12:24:30.234 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 12:24:30.234 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 12:24:30.856 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 12:24:30.857 ✅-[LocationDAO destroyAll:] DESTROY: C92BC46B-E514-4821-886D-3782CC8F4FCD

2024-04-08 12:24:30.860 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 12:24:30.861 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 12:24:30.861
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:30.861 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 43 OF (
43
)

2024-04-08 12:24:31.237
📍<+37.33445430,-122.06787986> +/- 5.00m (speed 33.68 mps / course 270.70) @ 08/04/24, 12:24:31 PM India Standard Time

2024-04-08 12:24:31.237
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 16.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:31.237 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 12:24:31.237 ℹ️-[TSConfig persist]

2024-04-08 12:24:31.242 🔵-[TSConfig incrementOdometer:] 359687.3

2024-04-08 12:24:31.245 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 12:24:31.247 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 60D6A0D8-CCD3-4F21-86AD-F4BAEF39CF07

2024-04-08 12:24:31.247
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:31.249 ✅-[BackgroundTaskManager createBackgroundTask] 44

2024-04-08 12:24:31.250 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 12:24:31.250 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 12:24:31.552 ⚠️-[TSLocationManager locationManager:didFailWithError:] Error Domain=kCLErrorDomain Code=0 "(null)"

2024-04-08 12:24:31.553
📍<+37.78583400,-122.40641700> +/- 5.00m (speed -1.00 mps / course -1.00) @ 08/04/24, 12:24:31 PM India Standard Time

2024-04-08 12:24:31.553
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 16.0m | age: 26 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:31.553 🔵-[TSLocationManager locationManager:didUpdateLocations:] Updated distanceFilter, new: 2.000000, old: 16.000000

2024-04-08 12:24:31.554 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 12:24:31.554 ℹ️-[TSConfig persist]

2024-04-08 12:24:31.556 🔵-[TSConfig incrementOdometer:] 418035.2

2024-04-08 12:24:31.557 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 12:24:31.559 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 92AA3081-80B1-4BDB-8D31-2C48C9EECF4A

2024-04-08 12:24:31.559
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:31.559 ⚠️-[TSHttpService flush:] Busy with previous request

2024-04-08 12:24:31.724 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 12:24:31.725 ✅-[LocationDAO destroyAll:] DESTROY: 60D6A0D8-CCD3-4F21-86AD-F4BAEF39CF07

2024-04-08 12:24:31.727 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 12:24:31.730 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 12:24:31.730 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 12:24:32.509 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 12:24:32.509 ✅-[LocationDAO destroyAll:] DESTROY: 92AA3081-80B1-4BDB-8D31-2C48C9EECF4A

2024-04-08 12:24:32.512 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 12:24:32.513 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 12:24:32.513
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 12:24:32.513 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 44 OF (
44
)

2024-04-08 12:24:37.639 ⚠️-[TSLog emailLog:query:viewController:success:failure:] CANNOT_SEND_MAIL

2024-04-08 12:24:47.146 ⚠️-[TSLog emailLog:query:viewController:success:failure:] CANNOT_SEND_MAIL

2024-04-08 12:24:50.929 ⚠️-[TSLog emailLog:query:viewController:success:failure:] CANNOT_SEND_MAIL

2024-04-08 12:24:58.139 ℹ️-[TSLog destroy] SUCCESS

2024-04-08 12:25:05.594
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager stop]
╚═══════════════════════════════════════════════════════════

2024-04-08 12:25:05.594 ℹ️-[TSConfig persist]

2024-04-08 12:25:05.598 ℹ️-[TSConfig persist]

2024-04-08 12:25:05.622 ℹ️-[TSLocationManager clearLastOdometerLocation]

2024-04-08 12:25:05.624 🔴-[TSGeofenceManager stop]

2024-04-08 12:25:05.627 🔴-[TSGeofenceManager stopMonitoringGeofences]

2024-04-08 12:25:05.650 🔴-[PolygonGeofencingService stop]

2024-04-08 12:25:05.655 ℹ️-[PolygonGeofencingService persistMonitoredPolygons] {
}

2024-04-08 12:25:05.662 🔴-[SOMotionDetector stopShakeDetection] OFF

2024-04-08 12:25:05.662 🔴-[TSLocationManager stopUpdatingLocation]

2024-04-08 12:25:05.679 🔴-[TSLocationManager stopMonitoringBackgroundFetch] BackgroundFetch: OFF

2024-04-08 12:25:05.681 🔴-[TSLocationManager stopMonitoringSignificantLocationChanges]

2024-04-08 12:25:25.940 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 12:26:26.943 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 12:26:32.169 ℹ️-[TSLocationManager log:message:] [RNBackgroundGeolocation stopObserving]

2024-04-08 12:26:32.377 ℹ️-[TSLocationManager removeListeners]

2024-04-08 12:27:27.915 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 12:28:28.910 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 12:28:53.559 🔵-[TSLocationManager onSuspend:] enabled? 0)

2024-04-08 12:28:53.561 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 12:28:54.050 ℹ️-[TSDBLogger db_delete] maxAge: 604800

2024-04-08 12:34:09.524 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 12:34:09.528 ℹ️-[TSDBLogger db_delete] maxAge: 604800

2024-04-08 12:34:09.871 🔵-[TSLocationManager onResume:] enabled? 0

2024-04-08 12:34:09.884 ℹ️-[LocationDAO purge:] 1

2024-04-08 12:34:09.891 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 12:34:10.120
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 12:34:10.124
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 12:34:33.302 ℹ️-[TSLocationManager log:message:] [RNBackgroundGeolocation startObserving]

2024-04-08 12:34:33.478
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager start]
╚═══════════════════════════════════════════════════════════

2024-04-08 12:34:33.478 ℹ️-[TSLocationManager doStart:] trackingMode: 1

2024-04-08 12:34:33.478 ℹ️-[TSConfig persist]

2024-04-08 12:34:33.480 🎾-[TSGeofenceManager start]

2024-04-08 12:34:33.486 🔵-[TSLocationManager setPace:] 0

2024-04-08 12:34:33.504 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON

2024-04-08 12:34:33.506
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 12:34:33.507
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 12:34:33.517 ℹ️+[LocationAuthorization run:onCancel:] status: 3

2024-04-08 12:34:33.517 🎾-[TSLocationManager startMonitoringBackgroundFetch] BackgroundFetch: ON

2024-04-08 12:34:33.528
📍<+37.78583400,-122.40641700> +/- 5.00m (speed -1.00 mps / course -1.00) @ 08/04/24, 12:34:32 PM India Standard Time

2024-04-08 12:34:33.528
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 0 | df: -1.0m | age: 724 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 12:34:33.528 ✅-[TSLocationManager locationManager:didUpdateLocations:] Acquired motionchange position: <+37.78583400,-122.40641700> +/- 5.00m (speed -1.00 mps / course -1.00) @ 08/04/24, 12:34:32 PM India Standard Time

2024-04-08 12:34:33.529 🔵-[TSLocationManager startMonitoringStationaryRegion:radius:] Radius: 200

2024-04-08 12:34:33.532 🔴-[TSLocationManager stopUpdatingLocation]

2024-04-08 12:34:33.532 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 12:34:33.532 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 12:34:33.532 🎾-[TSLocationManager startMonitoringSignificantLocationChanges]

2024-04-08 12:34:33.534 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 5FD401AE-8C86-41AC-B7B1-0E2095180C26

2024-04-08 12:34:33.534
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 12:34:33.536 ✅-[BackgroundTaskManager createBackgroundTask] 100

2024-04-08 12:34:33.537 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 12:34:33.537 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 12:34:33.543 ℹ️-[TSLocationManager on:success:failure:] location

2024-04-08 12:34:33.543 ℹ️-[TSLocationManager on:success:failure:] motionchange

2024-04-08 12:34:33.543 ℹ️-[TSLocationManager on:success:failure:] activitychange

2024-04-08 12:34:33.543 ℹ️-[TSLocationManager on:success:failure:] heartbeat

2024-04-08 12:34:33.543 ℹ️-[TSGeofenceManager onGeofence:]

2024-04-08 12:34:33.543 ℹ️-[TSGeofenceManager onGeofencesChange:]

2024-04-08 12:34:33.543 ℹ️-[TSLocationManager on:success:failure:] http

2024-04-08 12:34:33.543 ℹ️-[TSLocationManager on:success:failure:] providerchange

2024-04-08 12:34:33.543 ℹ️-[TSLocationManager on:success:failure:] schedule

2024-04-08 12:34:33.543 ℹ️-[TSLocationManager on:success:failure:] powersavechange

2024-04-08 12:34:33.543 ℹ️-[TSHttpService onConnectivityChange:]

2024-04-08 12:34:33.543 ℹ️-[TSLocationManager on:success:failure:] enabledchange

2024-04-08 12:34:33.543 ℹ️-[TSHttpService onAuthorization:]

2024-04-08 12:34:33.544 ℹ️-[TSConfig persist]

2024-04-08 12:34:33.548 ℹ️-[TSConfig persist]

2024-04-08 12:34:34.050 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 12:34:34.050 ✅-[LocationDAO destroyAll:] DESTROY: 5FD401AE-8C86-41AC-B7B1-0E2095180C26

2024-04-08 12:34:34.052 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 12:34:34.052 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 12:34:34.052
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 12:34:34.052 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 100 OF (
100
)

2024-04-08 12:34:37.119 ⚠️-[TSLog emailLog:query:viewController:success:failure:] CANNOT_SEND_MAIL

2024-04-08 12:34:41.827 ⚠️-[TSLog emailLog:query:viewController:success:failure:] CANNOT_SEND_MAIL

2024-04-08 12:35:10.053 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 12:35:11.966 ⚠️-[TSLog emailLog:query:viewController:success:failure:] CANNOT_SEND_MAIL

2024-04-08 12:35:18.233 🔵-[TSLocationManager onSuspend:] enabled? 1)

2024-04-08 12:35:18.240 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 12:38:18.143 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 12:38:18.416 🔵-[TSLocationManager onResume:] enabled? 1

2024-04-08 12:38:18.428 ℹ️-[LocationDAO purge:] 1

2024-04-08 12:38:18.434 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 12:38:18.680
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 12:38:18.680
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 12:38:19.293 ⚠️-[TSLog emailLog:query:viewController:success:failure:] CANNOT_SEND_MAIL

2024-04-08 12:38:26.334 🔵-[TSLocationManager onSuspend:] enabled? 1)

2024-04-08 12:38:26.338 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 12:38:26.479 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 12:38:26.479 ℹ️-[TSLocationManager removeListeners]

2024-04-08 12:38:26.479 🔵-[TSLocationManager onAppTerminate] stopOnTerminate? 0

2024-04-08 12:38:32.903 ℹ️-[TSDBLogger db_delete] maxAge: 259200

2024-04-08 12:38:32.906 ℹ️-[TSLocationManager init]
╔═════════════════════════════════════════════
║ TSLocationManager (build 388)
╠══════════════════════════════════════════════
{
activityRecognitionInterval = 10000;
activityType = 1;
authorization = {
};
autoSync = 1;
autoSyncThreshold = 0;
batchSync = 1;
debug = 0;
desiredAccuracy = "-1";
desiredOdometerAccuracy = 100;
didDeviceReboot = 0;
didLaunchInBackground = 0;
didRequestUpgradeLocationAuthorization = 1;
disableAutoSyncOnCellular = 0;
disableElasticity = 0;
disableLocationAuthorizationAlert = 0;
disableMotionActivityUpdates = 0;
disableStopDetection = 0;
distanceFilter = 2;
elasticityMultiplier = 1;
enableTimestampMeta = 0;
enabled = 1;
extras = {
};
geofenceInitialTriggerEntry = 1;
geofenceProximityRadius = 2000;
geofenceTemplate = "";
headers = {
authorization = "Bearer qxL6NdeFuCiQajUkZHQJKmDGfOfJW82DKNG7Trs3lzE=";
source = "92.204.135.120";
};
heartbeatInterval = 60;
httpRootProperty = location;
httpTimeout = 60000;
iOSHasWarnedLocationServicesOff = 0;
isFirstBoot = 0;
isMoving = 0;
lastLocationAuthorizationStatus = 3;
locationAuthorizationAlert = {
cancelButton = Cancel;
instructions = "To use background location, you must enable '{locationAuthorizationRequest}' in the Location Services settings";
settingsButton = Settings;
titleWhenNotEnabled = "Background location is not enabled";
titleWhenOff = "Location services are off";
};
locationAuthorizationRequest = Always;
locationTemplate = "{"Latitude":<%= latitude %>,"Longitude":<%= longitude %>,"TimeStamp": "<%= timestamp %>","Uuid": "<%= uuid %>"}";
locationTimeout = 60;
locationsOrderDirection = ASC;
logLevel = 5;
logMaxDays = 3;
maxBatchSize = "-1";
maxDaysToPersist = 1;
maxRecordsToPersist = "-1";
method = POST;
minimumActivityRecognitionConfidence = 70;
odometer = "418035.1609107645";
params = {
ClientId = 47;
};
pausesLocationUpdatesAutomatically = 1;
persistMode = 2;
preventSuspend = 0;
schedule = (
);
schedulerEnabled = 0;
showsBackgroundLocationIndicator = 1;
startOnBoot = 1;
stationaryRadius = 25;
stopAfterElapsedMinutes = "-1";
stopDetectionDelay = 0;
stopOnStationary = 0;
stopOnTerminate = 0;
stopTimeout = 5;
trackingMode = 1;
url = "http://92.204.135.120:8099/TomAPI/SaveLocationInformation";
useSignificantChangesOnly = 0;
}

2024-04-08 12:38:32.926 ℹ️-[GeofenceDAO init] CREATE TABLE IF NOT EXISTS geofences (id INTEGER PRIMARY KEY AUTOINCREMENT, identifier TEXT NOT NULL UNIQUE, latitude DOUBLE NOT NULL, sin_latitude DOUBLE NOT NULL, cos_latitude DOUBLE NOT NULL, longitude DOUBLE NOT NULL, sin_longitude DOUBLE NOT NULL, cos_longitude DOUBLE NOT NULL, radius DOUBLE NOT NULL, notifyOnEntry BOOLEAN NOT NULL DEFAULT 0, notifyOnExit BOOLEAN NOT NULL DEFAULT 0, notifyOnDwell BOOLEAN NOT NULL DEFAULT 0, loiteringDelay DOUBLE NOT NULL DEFAULT 0, extras TEXT, vertices TEXT)

2024-04-08 12:38:32.926 ℹ️-[GeofenceDAO init] CREATE index IF NOT EXISTS identifier ON geofences (identifier);CREATE index IF NOT EXISTS latitude ON geofences (latitude);CREATE index IF NOT EXISTS longitude ON geofences (longitude);CREATE index IF NOT EXISTS sin_latitude ON geofences (sin_latitude);CREATE index IF NOT EXISTS cos_latitude ON geofences (cos_latitude);CREATE index IF NOT EXISTS sin_longitude ON geofences (sin_longitude);CREATE index IF NOT EXISTS cos_longitude ON geofences (cos_longitude);

2024-04-08 12:38:32.980 🔵-[TSLocationManager locationManager:didChangeAuthorizationStatus:] status 3

2024-04-08 12:38:32.990 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3

2024-04-08 12:38:32.990 🔵-[PolygonGeofencingService locationManager:didChangeAuthorizationStatus:] 3

2024-04-08 12:38:32.991 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3

2024-04-08 12:38:32.991 🔵-[BackgroundTaskManager locationManager:didChangeAuthorizationStatus:] 3

2024-04-08 12:38:32.991 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 3

2024-04-08 12:38:32.999 ℹ️+[LocationAuthorization run:onCancel:] status: 3

2024-04-08 12:38:34.662 ℹ️-[TSLocationManager removeListeners]

2024-04-08 12:38:34.686 ℹ️-[TSLocationManager log:message:] [RNBackgroundGeolocation startObserving]

2024-04-08 12:38:34.767 ℹ️-[TSLocationManager on:success:failure:] location

2024-04-08 12:38:34.770 ℹ️-[TSLocationManager on:success:failure:] motionchange

2024-04-08 12:38:34.770 ℹ️-[TSLocationManager on:success:failure:] activitychange

2024-04-08 12:38:34.772 ℹ️-[TSLocationManager on:success:failure:] heartbeat

2024-04-08 12:38:34.772 ℹ️-[TSGeofenceManager onGeofence:]

2024-04-08 12:38:34.773 ℹ️-[TSGeofenceManager onGeofencesChange:]

2024-04-08 12:38:34.773 ℹ️-[TSLocationManager on:success:failure:] http

2024-04-08 12:38:34.774 ℹ️-[TSLocationManager on:success:failure:] providerchange

2024-04-08 12:38:34.774 ℹ️-[TSLocationManager on:success:failure:] schedule

2024-04-08 12:38:34.776 ℹ️-[TSLocationManager on:success:failure:] powersavechange

2024-04-08 12:38:34.777 ℹ️-[TSHttpService onConnectivityChange:]

2024-04-08 12:38:34.777 ℹ️-[TSLocationManager on:success:failure:] enabledchange

2024-04-08 12:38:34.777 ℹ️-[TSHttpService onAuthorization:]

2024-04-08 12:38:34.814
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager start]
╚═══════════════════════════════════════════════════════════

2024-04-08 12:38:34.814 ℹ️-[TSLocationManager doStart:] trackingMode: 1

2024-04-08 12:38:34.828 ℹ️-[TSLocationManager loadLastOdometerLocation] <+37.78583400,-122.40641700> +/- -1.00m (speed -1.00 mps / course -1.00) @ 08/04/24, 12:38:34 PM India Standard Time

2024-04-08 12:38:34.828 🎾-[TSGeofenceManager start]

2024-04-08 12:38:34.877 🔵-[TSLocationManager setPace:] 0

2024-04-08 12:38:34.899 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON

2024-04-08 12:38:34.929 ℹ️-[TSConfig persist]

2024-04-08 12:38:34.936 ℹ️-[TSConfig persist]

2024-04-08 12:38:34.941 🔵-[TSLocationManager ready]

2024-04-08 12:38:34.947 ℹ️-[TSLocationManager doStart:] trackingMode: 1

2024-04-08 12:38:34.947 ℹ️-[TSLocationManager loadLastOdometerLocation] <+37.78583400,-122.40641700> +/- -1.00m (speed -1.00 mps / course -1.00) @ 08/04/24, 12:38:34 PM India Standard Time

2024-04-08 12:38:34.947 🎾-[TSGeofenceManager start]

2024-04-08 12:38:34.947 🔵-[TSLocationManager setPace:] 0

2024-04-08 12:38:34.950 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON

2024-04-08 12:38:34.958 ✅-[LocationDAO unlock]_block_invoke UNLOCKED ALL RECORDS

2024-04-08 12:38:34.976 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 12:38:34.976
📍<+37.78583400,-122.40641700> +/- 5.00m (speed -1.00 mps / course -1.00) @ 08/04/24, 12:38:34 PM India Standard Time

2024-04-08 12:38:34.976
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 0 | df: -1.0m | age: 170 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 12:38:34.977 ✅-[TSLocationManager locationManager:didUpdateLocations:] Acquired motionchange position: <+37.78583400,-122.40641700> +/- 5.00m (speed -1.00 mps / course -1.00) @ 08/04/24, 12:38:34 PM India Standard Time

2024-04-08 12:38:34.977 🔵-[TSLocationManager startMonitoringStationaryRegion:radius:] Radius: 200

2024-04-08 12:38:34.979 🔴-[TSLocationManager stopUpdatingLocation]

2024-04-08 12:38:34.979 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 12:38:34.979 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 12:38:34.980 🎾-[TSLocationManager startMonitoringSignificantLocationChanges]

2024-04-08 12:38:34.987
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 12:38:34.988
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 12:38:35.057 ℹ️+[LocationAuthorization run:onCancel:] status: 3

2024-04-08 12:38:35.057 🎾-[TSLocationManager startMonitoringBackgroundFetch] BackgroundFetch: ON

2024-04-08 12:38:35.057
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 12:38:35.057
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 12:38:35.058 ℹ️+[LocationAuthorization run:onCancel:] status: 3

2024-04-08 12:38:35.058 🎾-[TSLocationManager startMonitoringBackgroundFetch] BackgroundFetch: ON

2024-04-08 12:38:35.067 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: C09A5BC7-071C-47AE-9EBF-E64C7AAC2EA2

2024-04-08 12:38:35.245 ℹ️-[TSLocationManager startMonitoringBackgroundFetch]_block_invoke Configured BackgroundFetch

2024-04-08 12:38:35.248
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 12:38:35.249 ✅-[BackgroundTaskManager createBackgroundTask] 9

2024-04-08 12:38:35.309 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 12:38:35.310 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 12:38:35.823 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 12:38:35.823 ✅-[LocationDAO destroyAll:] DESTROY: C09A5BC7-071C-47AE-9EBF-E64C7AAC2EA2

2024-04-08 12:38:35.825 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 12:38:35.825 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 12:38:35.825
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 12:38:35.825 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 9 OF (
9
)

2024-04-08 12:39:03.156 🔵-[TSLocationManager onSuspend:] enabled? 1)

2024-04-08 12:39:03.166 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 12:41:03.353 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 12:41:03.760 🔵-[TSLocationManager onResume:] enabled? 1

2024-04-08 12:41:03.767 ℹ️-[LocationDAO purge:] 1

2024-04-08 12:41:03.800 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 12:41:03.903
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 12:41:03.903
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 12:41:05.525 ⚠️-[TSLog emailLog:query:viewController:success:failure:] CANNOT_SEND_MAIL

2024-04-08 12:41:10.155 🔵-[TSLocationManager onSuspend:] enabled? 1)

2024-04-08 12:41:10.158 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 14:57:39.611 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 14:57:39.798 ℹ️-[TSDBLogger db_delete] maxAge: 604800

2024-04-08 14:57:39.868 🔵-[TSLocationManager onResume:] enabled? 1

2024-04-08 14:57:39.879 ℹ️-[LocationDAO purge:] 1

2024-04-08 14:57:39.885 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 14:57:39.976
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 14:57:39.976
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 14:57:47.719 ℹ️-[TSLocationManager log:message:] [RNBackgroundGeolocation stopObserving]

2024-04-08 14:57:47.822 ℹ️-[TSLocationManager removeListeners]

2024-04-08 14:57:49.649 ℹ️-[TSLocationManager log:message:] [RNBackgroundGeolocation startObserving]

2024-04-08 14:57:49.792 ⚠️-[TSLocationManager start] Already started (ignored)

2024-04-08 14:57:49.792 ℹ️-[TSLocationManager on:success:failure:] location

2024-04-08 14:57:49.792 ℹ️-[TSLocationManager on:success:failure:] motionchange

2024-04-08 14:57:49.792 ℹ️-[TSLocationManager on:success:failure:] activitychange

2024-04-08 14:57:49.792 ℹ️-[TSLocationManager on:success:failure:] heartbeat

2024-04-08 14:57:49.792 ℹ️-[TSGeofenceManager onGeofence:]

2024-04-08 14:57:49.792 ℹ️-[TSGeofenceManager onGeofencesChange:]

2024-04-08 14:57:49.792 ℹ️-[TSLocationManager on:success:failure:] http

2024-04-08 14:57:49.792 ℹ️-[TSLocationManager on:success:failure:] providerchange

2024-04-08 14:57:49.792 ℹ️-[TSLocationManager on:success:failure:] schedule

2024-04-08 14:57:49.792 ℹ️-[TSLocationManager on:success:failure:] powersavechange

2024-04-08 14:57:49.792 ℹ️-[TSHttpService onConnectivityChange:]

2024-04-08 14:57:49.792 ℹ️-[TSLocationManager on:success:failure:] enabledchange

2024-04-08 14:57:49.792 ℹ️-[TSHttpService onAuthorization:]

2024-04-08 14:57:49.794 ℹ️-[TSConfig persist]

2024-04-08 14:57:49.797 ℹ️-[TSConfig persist]

2024-04-08 14:57:56.557 ℹ️-[TSLocationManager log:message:] [RNBackgroundGeolocation stopObserving]

2024-04-08 14:57:56.588 ℹ️-[TSLocationManager removeListeners]

2024-04-08 14:57:58.614 ℹ️-[TSLocationManager log:message:] [RNBackgroundGeolocation startObserving]

2024-04-08 14:57:58.652 ⚠️-[TSLocationManager start] Already started (ignored)

2024-04-08 14:57:58.667 ℹ️-[TSLocationManager on:success:failure:] location

2024-04-08 14:57:58.667 ℹ️-[TSLocationManager on:success:failure:] motionchange

2024-04-08 14:57:58.667 ℹ️-[TSLocationManager on:success:failure:] activitychange

2024-04-08 14:57:58.667 ℹ️-[TSLocationManager on:success:failure:] heartbeat

2024-04-08 14:57:58.667 ℹ️-[TSGeofenceManager onGeofence:]

2024-04-08 14:57:58.667 ℹ️-[TSGeofenceManager onGeofencesChange:]

2024-04-08 14:57:58.667 ℹ️-[TSLocationManager on:success:failure:] http

2024-04-08 14:57:58.667 ℹ️-[TSLocationManager on:success:failure:] providerchange

2024-04-08 14:57:58.667 ℹ️-[TSLocationManager on:success:failure:] schedule

2024-04-08 14:57:58.667 ℹ️-[TSLocationManager on:success:failure:] powersavechange

2024-04-08 14:57:58.667 ℹ️-[TSHttpService onConnectivityChange:]

2024-04-08 14:57:58.667 ℹ️-[TSLocationManager on:success:failure:] enabledchange

2024-04-08 14:57:58.667 ℹ️-[TSHttpService onAuthorization:]

2024-04-08 14:57:58.668 ℹ️-[TSConfig persist]

2024-04-08 14:57:58.672 ℹ️-[TSConfig persist]

2024-04-08 14:58:40.408 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 14:59:29.300 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 15:00:29.754 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 15:00:29.754 ℹ️-[TSDBLogger db_delete] maxAge: 604800

2024-04-08 15:00:38.107 🔵-[TSLocationManager locationManager:didExitRegion:] Exit stationary region

2024-04-08 15:00:38.107 🔵-[TSLocationManager setPace:] 1

2024-04-08 15:00:38.108 ℹ️-[TSConfig persist]

2024-04-08 15:00:38.157 🎾-[SOMotionDetector startShakeDetection:] sample-rate: 0.2 | M7 DISABLED

2024-04-08 15:00:38.215 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON

2024-04-08 15:00:38.247
📍<+37.33527476,-122.03254703> +/- 5.00m (speed 1.67 mps / course 178.24) @ 08/04/24, 3:00:38 PM India Standard Time

2024-04-08 15:00:38.247
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: -1.0m | age: 223 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:38.247 ✅-[TSLocationManager locationManager:didUpdateLocations:] Acquired motionchange position: <+37.33527476,-122.03254703> +/- 5.00m (speed 1.67 mps / course 178.24) @ 08/04/24, 3:00:38 PM India Standard Time

2024-04-08 15:00:38.249 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON

2024-04-08 15:00:38.249 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:38.250 ℹ️-[TSConfig persist]

2024-04-08 15:00:38.251 🔵-[TSConfig incrementOdometer:] 477967.2

2024-04-08 15:00:38.252 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:38.259 ℹ️+[LocationAuthorization run:onCancel:] status: 3

2024-04-08 15:00:38.260 ℹ️+[LocationAuthorization run:onCancel:] status: 3

2024-04-08 15:00:38.265 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 32EE4012-06BA-4E26-B2C6-8D2428655050

2024-04-08 15:00:38.266
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:38.289 ✅-[BackgroundTaskManager createBackgroundTask] 72

2024-04-08 15:00:38.291 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:38.291 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:38.837 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:38.837 ✅-[LocationDAO destroyAll:] DESTROY: 32EE4012-06BA-4E26-B2C6-8D2428655050

2024-04-08 15:00:38.847 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:38.847 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:38.847
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:38.848 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 72 OF (
72
)

2024-04-08 15:00:39.041
📍<+37.33525552,-122.03254838> +/- 5.00m (speed 2.03 mps / course 180.00) @ 08/04/24, 3:00:39 PM India Standard Time

2024-04-08 15:00:39.041
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 2.0m | age: 10 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:39.041 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:39.041 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:39.044 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: B408BC01-1AD5-4F51-A3CC-669A44730CB8

2024-04-08 15:00:39.044
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:39.047 ✅-[BackgroundTaskManager createBackgroundTask] 73

2024-04-08 15:00:39.049 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:39.049 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:39.701 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:39.701 ✅-[LocationDAO destroyAll:] DESTROY: B408BC01-1AD5-4F51-A3CC-669A44730CB8

2024-04-08 15:00:39.704 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:39.705 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:39.705
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:39.705 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 73 OF (
73
)

2024-04-08 15:00:40.031
📍<+37.33523566,-122.03254863> +/- 5.00m (speed 2.23 mps / course 184.22) @ 08/04/24, 3:00:40 PM India Standard Time

2024-04-08 15:00:40.032
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 2.0m | age: 10 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:40.032 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:40.032 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:40.035 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: C0B5E875-16D8-4872-B797-5A8ABFFBE163

2024-04-08 15:00:40.035
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:40.038 ✅-[BackgroundTaskManager createBackgroundTask] 74

2024-04-08 15:00:40.040 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:40.040 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:40.623 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:40.623 ✅-[LocationDAO destroyAll:] DESTROY: C0B5E875-16D8-4872-B797-5A8ABFFBE163

2024-04-08 15:00:40.625 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:40.626 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:40.628
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:40.628 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 74 OF (
74
)

2024-04-08 15:00:41.027
📍<+37.33521504,-122.03254905> +/- 5.00m (speed 2.14 mps / course 182.46) @ 08/04/24, 3:00:41 PM India Standard Time

2024-04-08 15:00:41.027
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 2.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:41.027 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:41.027 ℹ️-[TSConfig persist]

2024-04-08 15:00:41.035 🔵-[TSConfig incrementOdometer:] 477973.8

2024-04-08 15:00:41.037 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:41.040 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 3DFE5180-4139-41DF-BC95-3450C293072E

2024-04-08 15:00:41.040
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:41.043 ✅-[BackgroundTaskManager createBackgroundTask] 79

2024-04-08 15:00:41.044 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:41.045 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:41.646 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:41.646 ✅-[LocationDAO destroyAll:] DESTROY: 3DFE5180-4139-41DF-BC95-3450C293072E

2024-04-08 15:00:41.649 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:41.649 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:41.649
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:41.650 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 79 OF (
79
)

2024-04-08 15:00:42.031
📍<+37.33519572,-122.03254980> +/- 5.00m (speed 1.94 mps / course 179.65) @ 08/04/24, 3:00:42 PM India Standard Time

2024-04-08 15:00:42.031
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 2.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:42.031 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:42.031 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:42.035 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: F9D314C5-7B4B-4A9F-AA23-1D3BE922214A

2024-04-08 15:00:42.035
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:42.039 ✅-[BackgroundTaskManager createBackgroundTask] 80

2024-04-08 15:00:42.041 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:42.042 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:42.568 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:42.568 ✅-[LocationDAO destroyAll:] DESTROY: F9D314C5-7B4B-4A9F-AA23-1D3BE922214A

2024-04-08 15:00:42.571 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:42.572 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:42.572
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:42.572 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 80 OF (
80
)

2024-04-08 15:00:43.028
📍<+37.33517518,-122.03255055> +/- 5.00m (speed 2.41 mps / course 184.57) @ 08/04/24, 3:00:43 PM India Standard Time

2024-04-08 15:00:43.028
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 2.0m | age: 5 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:43.028 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:43.028 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:43.031 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 5B86AC32-AFEE-4FEC-ABBF-32AD23F0DB67

2024-04-08 15:00:43.031
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:43.035 ✅-[BackgroundTaskManager createBackgroundTask] 81

2024-04-08 15:00:43.038 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:43.038 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:43.537 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:43.538 ✅-[LocationDAO destroyAll:] DESTROY: 5B86AC32-AFEE-4FEC-ABBF-32AD23F0DB67

2024-04-08 15:00:43.540 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:43.541 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:43.541
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:43.541 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 81 OF (
81
)

2024-04-08 15:00:44.025
📍<+37.33515083,-122.03255349> +/- 5.00m (speed 2.89 mps / course 190.90) @ 08/04/24, 3:00:44 PM India Standard Time

2024-04-08 15:00:44.025
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 2.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:44.025 🔵-[TSLocationManager locationManager:didUpdateLocations:] Updated distanceFilter, new: 4.000000, old: 2.000000

2024-04-08 15:00:44.027 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:44.027 ℹ️-[TSConfig persist]

2024-04-08 15:00:44.032 🔵-[TSConfig incrementOdometer:] 477981.0

2024-04-08 15:00:44.035 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:44.038 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: B7B9E4E0-0692-43AA-81D5-068C54AEA0AD

2024-04-08 15:00:44.039
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:44.041 ✅-[BackgroundTaskManager createBackgroundTask] 82

2024-04-08 15:00:44.042 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:44.042 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:44.559 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:44.559 ✅-[LocationDAO destroyAll:] DESTROY: B7B9E4E0-0692-43AA-81D5-068C54AEA0AD

2024-04-08 15:00:44.562 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:44.562 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:44.562
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:44.562 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 82 OF (
82
)

2024-04-08 15:00:46.056
📍<+37.33507162,-122.03260370> +/- 5.00m (speed 4.47 mps / course 218.67) @ 08/04/24, 3:00:46 PM India Standard Time

2024-04-08 15:00:46.057
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 4.0m | age: 5 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:46.057 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:46.057 ℹ️-[TSConfig persist]

2024-04-08 15:00:46.062 🔵-[TSConfig incrementOdometer:] 477990.8

2024-04-08 15:00:46.065 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:46.068 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: F7771A37-2012-4465-A584-D2D5D839AE9A

2024-04-08 15:00:46.068
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:46.070 ✅-[BackgroundTaskManager createBackgroundTask] 83

2024-04-08 15:00:46.072 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:46.072 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:46.664 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:46.665 ✅-[LocationDAO destroyAll:] DESTROY: F7771A37-2012-4465-A584-D2D5D839AE9A

2024-04-08 15:00:46.667 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:46.668 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:46.668
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:46.668 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 83 OF (
83
)

2024-04-08 15:00:47.029
📍<+37.33503868,-122.03265072> +/- 5.00m (speed 6.37 mps / course 236.95) @ 08/04/24, 3:00:47 PM India Standard Time

2024-04-08 15:00:47.030
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 4.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:47.030 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:47.030 ℹ️-[TSConfig persist]

2024-04-08 15:00:47.036 🔵-[TSConfig incrementOdometer:] 477996.3

2024-04-08 15:00:47.039 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:47.041 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 7556C8F5-35A2-4514-BBB9-E5FFB726EE99

2024-04-08 15:00:47.041
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:47.044 ✅-[BackgroundTaskManager createBackgroundTask] 84

2024-04-08 15:00:47.046 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:47.046 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:47.589 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:47.590 ✅-[LocationDAO destroyAll:] DESTROY: 7556C8F5-35A2-4514-BBB9-E5FFB726EE99

2024-04-08 15:00:47.592 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:47.593 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:47.593
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:47.593 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 84 OF (
84
)

2024-04-08 15:00:48.040
📍<+37.33500926,-122.03272188> +/- 5.00m (speed 7.74 mps / course 246.09) @ 08/04/24, 3:00:48 PM India Standard Time

2024-04-08 15:00:48.040
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 4.0m | age: 15 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:48.040 🔵-[TSLocationManager locationManager:didUpdateLocations:] Updated distanceFilter, new: 6.000000, old: 4.000000

2024-04-08 15:00:48.041 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:48.041 ℹ️-[TSConfig persist]

2024-04-08 15:00:48.045 🔵-[TSConfig incrementOdometer:] 478003.5

2024-04-08 15:00:48.047 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:48.050 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: FCCA02D1-9AE4-4924-A03B-F20B11EFCBB5

2024-04-08 15:00:48.050
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:48.052 ✅-[BackgroundTaskManager createBackgroundTask] 85

2024-04-08 15:00:48.053 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:48.053 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:48.554 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:48.554 ✅-[LocationDAO destroyAll:] DESTROY: FCCA02D1-9AE4-4924-A03B-F20B11EFCBB5

2024-04-08 15:00:48.556 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:48.556 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:48.556
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:48.556 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 85 OF (
85
)

2024-04-08 15:00:49.043
📍<+37.33497737,-122.03281282> +/- 5.00m (speed 9.18 mps / course 251.37) @ 08/04/24, 3:00:49 PM India Standard Time

2024-04-08 15:00:49.043
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 6.0m | age: 7 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:49.043 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:49.043 ℹ️-[TSConfig persist]

2024-04-08 15:00:49.049 🔵-[TSConfig incrementOdometer:] 478012.3

2024-04-08 15:00:49.051 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:49.053 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 375EF996-1150-436F-BBA2-10E41DB5F6A9

2024-04-08 15:00:49.054
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:49.056 ✅-[BackgroundTaskManager createBackgroundTask] 86

2024-04-08 15:00:49.057 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:49.057 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:49.638 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:49.638 ✅-[LocationDAO destroyAll:] DESTROY: 375EF996-1150-436F-BBA2-10E41DB5F6A9

2024-04-08 15:00:49.641 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:49.641 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:49.641
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:49.641 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 86 OF (
86
)

2024-04-08 15:00:50.049
📍<+37.33494812,-122.03292120> +/- 5.00m (speed 10.78 mps / course 251.72) @ 08/04/24, 3:00:50 PM India Standard Time

2024-04-08 15:00:50.049
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 6.0m | age: 16 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:50.049 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:50.050 ℹ️-[TSConfig persist]

2024-04-08 15:00:50.053 🔵-[TSConfig incrementOdometer:] 478022.4

2024-04-08 15:00:50.054 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:50.056 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 413D093F-CC23-45B2-B890-3B4E7AD58670

2024-04-08 15:00:50.056
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:50.057 ✅-[BackgroundTaskManager createBackgroundTask] 87

2024-04-08 15:00:50.058 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:50.058 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:50.553 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:50.554 ✅-[LocationDAO destroyAll:] DESTROY: 413D093F-CC23-45B2-B890-3B4E7AD58670

2024-04-08 15:00:50.557 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:50.557 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:50.557
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:50.557 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 87 OF (
87
)

2024-04-08 15:00:51.029
📍<+37.33492222,-122.03304215> +/- 5.00m (speed 12.11 mps / course 254.18) @ 08/04/24, 3:00:51 PM India Standard Time

2024-04-08 15:00:51.029
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 6.0m | age: 7 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:51.029 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:51.029 ℹ️-[TSConfig persist]

2024-04-08 15:00:51.034 🔵-[TSConfig incrementOdometer:] 478033.5

2024-04-08 15:00:51.037 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:51.041 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 64FED29D-E3D1-48BF-9841-EC08A28198B8

2024-04-08 15:00:51.041
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:51.043 ✅-[BackgroundTaskManager createBackgroundTask] 88

2024-04-08 15:00:51.045 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:51.045 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:51.520 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:51.520 ✅-[LocationDAO destroyAll:] DESTROY: 64FED29D-E3D1-48BF-9841-EC08A28198B8

2024-04-08 15:00:51.523 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:51.524 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:51.524
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:51.524 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 88 OF (
88
)

2024-04-08 15:00:52.036
📍<+37.33489242,-122.03318372> +/- 5.00m (speed 13.66 mps / course 254.88) @ 08/04/24, 3:00:52 PM India Standard Time

2024-04-08 15:00:52.036
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 6.0m | age: 13 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:52.036 🔵-[TSLocationManager locationManager:didUpdateLocations:] Updated distanceFilter, new: 8.000000, old: 6.000000

2024-04-08 15:00:52.037 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:52.038 ℹ️-[TSConfig persist]

2024-04-08 15:00:52.041 🔵-[TSConfig incrementOdometer:] 478046.5

2024-04-08 15:00:52.044 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:52.046 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 5AA0A31B-E6A0-46DF-B643-3BB849500DCF

2024-04-08 15:00:52.046
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:52.048 ✅-[BackgroundTaskManager createBackgroundTask] 89

2024-04-08 15:00:52.050 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:52.050 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:52.562 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:52.562 ✅-[LocationDAO destroyAll:] DESTROY: 5AA0A31B-E6A0-46DF-B643-3BB849500DCF

2024-04-08 15:00:52.565 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:52.566 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:52.566
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:52.566 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 89 OF (
89
)

2024-04-08 15:00:53.041
📍<+37.33485843,-122.03334424> +/- 5.00m (speed 14.82 mps / course 254.88) @ 08/04/24, 3:00:53 PM India Standard Time

2024-04-08 15:00:53.041
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 8.0m | age: 7 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:53.041 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:53.041 ℹ️-[TSConfig persist]

2024-04-08 15:00:53.046 🔵-[TSConfig incrementOdometer:] 478061.2

2024-04-08 15:00:53.049 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:53.051 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: EF251E95-042B-46D6-93CA-680724667FC3

2024-04-08 15:00:53.052
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:53.054 ✅-[BackgroundTaskManager createBackgroundTask] 90

2024-04-08 15:00:53.056 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:53.056 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:53.630 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:53.630 ✅-[LocationDAO destroyAll:] DESTROY: EF251E95-042B-46D6-93CA-680724667FC3

2024-04-08 15:00:53.633 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:53.634 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:53.634
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:53.634 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 90 OF (
90
)

2024-04-08 15:00:54.034
📍<+37.33482105,-122.03350886> +/- 5.00m (speed 15.90 mps / course 255.94) @ 08/04/24, 3:00:54 PM India Standard Time

2024-04-08 15:00:54.034
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 8.0m | age: 4 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:54.034 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:54.034 ℹ️-[TSConfig persist]

2024-04-08 15:00:54.039 🔵-[TSConfig incrementOdometer:] 478076.3

2024-04-08 15:00:54.041 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:54.045 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: AD279BB3-BB93-4B40-9A8E-37337558D90B

2024-04-08 15:00:54.045
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:54.047 ✅-[BackgroundTaskManager createBackgroundTask] 91

2024-04-08 15:00:54.049 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:54.049 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:54.592 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:54.592 ✅-[LocationDAO destroyAll:] DESTROY: AD279BB3-BB93-4B40-9A8E-37337558D90B

2024-04-08 15:00:54.595 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:54.595 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:54.595
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:54.596 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 91 OF (
91
)

2024-04-08 15:00:55.040
📍<+37.33477977,-122.03369603> +/- 5.00m (speed 17.21 mps / course 255.59) @ 08/04/24, 3:00:55 PM India Standard Time

2024-04-08 15:00:55.040
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 8.0m | age: 7 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:55.040 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:55.040 ℹ️-[TSConfig persist]

2024-04-08 15:00:55.046 🔵-[TSConfig incrementOdometer:] 478093.6

2024-04-08 15:00:55.049 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:55.052 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: FB13D633-DF7D-4482-917B-79C5605D184D

2024-04-08 15:00:55.052
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:55.054 ✅-[BackgroundTaskManager createBackgroundTask] 92

2024-04-08 15:00:55.056 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:55.056 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:55.683 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:55.683 ✅-[LocationDAO destroyAll:] DESTROY: FB13D633-DF7D-4482-917B-79C5605D184D

2024-04-08 15:00:55.686 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:55.687 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:55.687
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:55.687 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 92 OF (
92
)

2024-04-08 15:00:56.031
📍<+37.33474691,-122.03389325> +/- 5.00m (speed 18.27 mps / course 257.34) @ 08/04/24, 3:00:56 PM India Standard Time

2024-04-08 15:00:56.031
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 8.0m | age: 5 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:56.031 🔵-[TSLocationManager locationManager:didUpdateLocations:] Updated distanceFilter, new: 10.000000, old: 8.000000

2024-04-08 15:00:56.032 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:56.033 ℹ️-[TSConfig persist]

2024-04-08 15:00:56.038 🔵-[TSConfig incrementOdometer:] 478111.4

2024-04-08 15:00:56.040 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:56.042 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 952686A9-9075-487D-B50C-6BF4089066CD

2024-04-08 15:00:56.042
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:56.044 ✅-[BackgroundTaskManager createBackgroundTask] 93

2024-04-08 15:00:56.046 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:56.046 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:56.704 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:56.704 ✅-[LocationDAO destroyAll:] DESTROY: 952686A9-9075-487D-B50C-6BF4089066CD

2024-04-08 15:00:56.708 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:56.709 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:56.709
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:56.709 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 93 OF (
93
)

2024-04-08 15:00:57.045
📍<+37.33470894,-122.03411085> +/- 5.00m (speed 19.27 mps / course 257.70) @ 08/04/24, 3:00:57 PM India Standard Time

2024-04-08 15:00:57.045
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 10.0m | age: 8 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:57.045 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:57.045 ℹ️-[TSConfig persist]

2024-04-08 15:00:57.051 🔵-[TSConfig incrementOdometer:] 478131.1

2024-04-08 15:00:57.053 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:57.057 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 75195118-A262-4225-B079-A374D9491CF5

2024-04-08 15:00:57.057
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:57.059 ✅-[BackgroundTaskManager createBackgroundTask] 94

2024-04-08 15:00:57.060 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:57.060 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:57.624 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:57.624 ✅-[LocationDAO destroyAll:] DESTROY: 75195118-A262-4225-B079-A374D9491CF5

2024-04-08 15:00:57.627 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:57.628 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:57.628
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:57.628 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 94 OF (
94
)

2024-04-08 15:00:58.038
📍<+37.33467638,-122.03432425> +/- 5.00m (speed 20.07 mps / course 259.45) @ 08/04/24, 3:00:58 PM India Standard Time

2024-04-08 15:00:58.038
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 10.0m | age: 7 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:58.038 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:58.038 ℹ️-[TSConfig persist]

2024-04-08 15:00:58.044 🔵-[TSConfig incrementOdometer:] 478150.4

2024-04-08 15:00:58.047 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:58.049 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: D23ED9BE-6BCA-4D85-B62C-BF853B972E0C

2024-04-08 15:00:58.049
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:58.052 ✅-[BackgroundTaskManager createBackgroundTask] 95

2024-04-08 15:00:58.054 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:58.054 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:58.582 ⚠️-[TSLocationManager locationManager:didFailWithError:] Error Domain=kCLErrorDomain Code=0 "(null)"

2024-04-08 15:00:58.583
📍<+37.78583400,-122.40641700> +/- 5.00m (speed -1.00 mps / course -1.00) @ 08/04/24, 3:00:58 PM India Standard Time

2024-04-08 15:00:58.583
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 10.0m | age: 9 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:58.583 🔵-[TSLocationManager locationManager:didUpdateLocations:] Updated distanceFilter, new: 2.000000, old: 10.000000

2024-04-08 15:00:58.584 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:00:58.584 ℹ️-[TSConfig persist]

2024-04-08 15:00:58.588 🔵-[TSConfig incrementOdometer:] 538051.6

2024-04-08 15:00:58.589 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:00:58.591 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 1081D215-DD6E-4685-8D0F-6B01FB92AF55

2024-04-08 15:00:58.591
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:58.591 ⚠️-[TSHttpService flush:] Busy with previous request

2024-04-08 15:00:58.644 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:58.644 ✅-[LocationDAO destroyAll:] DESTROY: D23ED9BE-6BCA-4D85-B62C-BF853B972E0C

2024-04-08 15:00:58.646 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:58.648 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:00:58.648 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:00:59.156 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:00:59.156 ✅-[LocationDAO destroyAll:] DESTROY: 1081D215-DD6E-4685-8D0F-6B01FB92AF55

2024-04-08 15:00:59.159 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:00:59.160 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:00:59.160
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:00:59.160 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 95 OF (
95
)

2024-04-08 15:01:17.780 ⚠️-[TSLocationManager log:message:] #ready already called. Redirecting to #setConfig

2024-04-08 15:01:17.782 ℹ️-[TSConfig persist]

2024-04-08 15:01:17.791 ⚠️-[TSLocationManager start] Already started (ignored)

2024-04-08 15:01:17.817
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:17.818
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:20.965 ⚠️-[TSLocationManager start] Already started (ignored)

2024-04-08 15:01:20.974 ⚠️-[TSLocationManager log:message:] #ready already called. Redirecting to #setConfig

2024-04-08 15:01:20.975 ℹ️-[TSConfig persist]

2024-04-08 15:01:26.674
📍<+37.33527476,-122.03254703> +/- 5.00m (speed 1.67 mps / course 178.24) @ 08/04/24, 3:01:26 PM India Standard Time

2024-04-08 15:01:26.674
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 2.0m | age: 7 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:26.674 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:26.675 ℹ️-[TSConfig persist]

2024-04-08 15:01:26.680 🔵-[TSConfig incrementOdometer:] 597983.6

2024-04-08 15:01:26.682 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:26.686 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: B7290474-07F9-4CD3-BF3C-4E23139A2F0A

2024-04-08 15:01:26.686
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:26.686
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:27.683
📍<+37.33525552,-122.03254838> +/- 5.00m (speed 2.03 mps / course 180.00) @ 08/04/24, 3:01:27 PM India Standard Time

2024-04-08 15:01:27.683
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 2.0m | age: 7 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:27.683 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:27.683 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:27.688 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: BE00F767-0B8E-42D6-9495-EAD85AB36449

2024-04-08 15:01:27.688
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:27.688
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:28.675
📍<+37.33523566,-122.03254863> +/- 5.00m (speed 2.23 mps / course 184.22) @ 08/04/24, 3:01:28 PM India Standard Time

2024-04-08 15:01:28.675
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 2.0m | age: 7 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:28.675 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:28.675 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:28.679 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 7208D953-515B-41E1-8FE2-9609FA5F6CBD

2024-04-08 15:01:28.680
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:28.680
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:29.673
📍<+37.33521504,-122.03254905> +/- 5.00m (speed 2.14 mps / course 182.46) @ 08/04/24, 3:01:29 PM India Standard Time

2024-04-08 15:01:29.673
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 2.0m | age: 5 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:29.673 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:29.673 ℹ️-[TSConfig persist]

2024-04-08 15:01:29.679 🔵-[TSConfig incrementOdometer:] 597990.3

2024-04-08 15:01:29.681 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:29.684 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: CB08F0C1-EC0E-4409-9DEB-FE6D40214BDE

2024-04-08 15:01:29.684
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:29.684
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:30.395 ℹ️-[TSDBLogger db_save] Log committed

2024-04-08 15:01:30.677
📍<+37.33519572,-122.03254980> +/- 5.00m (speed 1.94 mps / course 179.65) @ 08/04/24, 3:01:30 PM India Standard Time

2024-04-08 15:01:30.677
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 2.0m | age: 5 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:30.677 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:30.677 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:30.681 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: D5C94E7A-AD14-4747-B99A-5B95CDFB98C8

2024-04-08 15:01:30.681
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:30.681
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:31.671
📍<+37.33517518,-122.03255055> +/- 5.00m (speed 2.41 mps / course 184.57) @ 08/04/24, 3:01:31 PM India Standard Time

2024-04-08 15:01:31.671
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 2.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:31.671 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:31.672 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:31.675 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 7340B923-91BE-4B29-8C49-3215D8A1755E

2024-04-08 15:01:31.675
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:31.676
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:32.670
📍<+37.33515083,-122.03255349> +/- 5.00m (speed 2.89 mps / course 190.90) @ 08/04/24, 3:01:32 PM India Standard Time

2024-04-08 15:01:32.670
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 2.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:32.670 🔵-[TSLocationManager locationManager:didUpdateLocations:] Updated distanceFilter, new: 4.000000, old: 2.000000

2024-04-08 15:01:32.671 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:32.672 ℹ️-[TSConfig persist]

2024-04-08 15:01:32.677 🔵-[TSConfig incrementOdometer:] 597997.4

2024-04-08 15:01:32.680 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:32.682 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 20157E8B-6918-4F65-AA9F-DD58B5E2EAD1

2024-04-08 15:01:32.682
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:32.682
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:34.705
📍<+37.33507162,-122.03260370> +/- 5.00m (speed 4.47 mps / course 218.67) @ 08/04/24, 3:01:34 PM India Standard Time

2024-04-08 15:01:34.705
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 4.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:34.705 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:34.706 ℹ️-[TSConfig persist]

2024-04-08 15:01:34.711 🔵-[TSConfig incrementOdometer:] 598007.2

2024-04-08 15:01:34.714 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:34.717 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: C0A5F0E9-C144-42DD-B927-A974083687F2

2024-04-08 15:01:34.717
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:34.717
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:35.675
📍<+37.33503868,-122.03265072> +/- 5.00m (speed 6.37 mps / course 236.95) @ 08/04/24, 3:01:35 PM India Standard Time

2024-04-08 15:01:35.675
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 4.0m | age: 5 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:35.675 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:35.676 ℹ️-[TSConfig persist]

2024-04-08 15:01:35.682 🔵-[TSConfig incrementOdometer:] 598012.8

2024-04-08 15:01:35.684 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:35.688 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 7A27F2BB-E626-4FD5-8742-7B10FD4A7F4C

2024-04-08 15:01:35.689
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:35.689
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:36.681
📍<+37.33500926,-122.03272188> +/- 5.00m (speed 7.74 mps / course 246.09) @ 08/04/24, 3:01:36 PM India Standard Time

2024-04-08 15:01:36.681
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 4.0m | age: 5 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:36.681 🔵-[TSLocationManager locationManager:didUpdateLocations:] Updated distanceFilter, new: 6.000000, old: 4.000000

2024-04-08 15:01:36.682 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:36.682 ℹ️-[TSConfig persist]

2024-04-08 15:01:36.688 🔵-[TSConfig incrementOdometer:] 598019.9

2024-04-08 15:01:36.690 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:36.693 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: EA4DB1A0-8C56-463A-9C0F-6EF486064E37

2024-04-08 15:01:36.693
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:36.698 ✅-[BackgroundTaskManager createBackgroundTask] 100

2024-04-08 15:01:36.708 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 10 RECORDS

2024-04-08 15:01:36.708 🔵-[TSHttpService postBatch:] 10 records

2024-04-08 15:01:37.354 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:01:37.354 ✅-[LocationDAO destroyAll:] DESTROY: B7290474-07F9-4CD3-BF3C-4E23139A2F0A

2024-04-08 15:01:37.354 ✅-[LocationDAO destroyAll:] DESTROY: BE00F767-0B8E-42D6-9495-EAD85AB36449

2024-04-08 15:01:37.354 ✅-[LocationDAO destroyAll:] DESTROY: 7208D953-515B-41E1-8FE2-9609FA5F6CBD

2024-04-08 15:01:37.354 ✅-[LocationDAO destroyAll:] DESTROY: CB08F0C1-EC0E-4409-9DEB-FE6D40214BDE

2024-04-08 15:01:37.354 ✅-[LocationDAO destroyAll:] DESTROY: D5C94E7A-AD14-4747-B99A-5B95CDFB98C8

2024-04-08 15:01:37.354 ✅-[LocationDAO destroyAll:] DESTROY: 7340B923-91BE-4B29-8C49-3215D8A1755E

2024-04-08 15:01:37.354 ✅-[LocationDAO destroyAll:] DESTROY: 20157E8B-6918-4F65-AA9F-DD58B5E2EAD1

2024-04-08 15:01:37.354 ✅-[LocationDAO destroyAll:] DESTROY: C0A5F0E9-C144-42DD-B927-A974083687F2

2024-04-08 15:01:37.354 ✅-[LocationDAO destroyAll:] DESTROY: 7A27F2BB-E626-4FD5-8742-7B10FD4A7F4C

2024-04-08 15:01:37.354 ✅-[LocationDAO destroyAll:] DESTROY: EA4DB1A0-8C56-463A-9C0F-6EF486064E37

2024-04-08 15:01:37.358 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (10)

2024-04-08 15:01:37.359 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:01:37.359
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:37.359 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 100 OF (
100
)

2024-04-08 15:01:37.686
📍<+37.33497737,-122.03281282> +/- 5.00m (speed 9.18 mps / course 251.37) @ 08/04/24, 3:01:37 PM India Standard Time

2024-04-08 15:01:37.686
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 6.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:37.686 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:37.686 ℹ️-[TSConfig persist]

2024-04-08 15:01:37.692 🔵-[TSConfig incrementOdometer:] 598028.7

2024-04-08 15:01:37.695 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:37.698 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: D8A337CC-C2EA-4A09-B4DF-DC1468B1098E

2024-04-08 15:01:37.698
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:37.698
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:38.685
📍<+37.33494812,-122.03292120> +/- 5.00m (speed 10.78 mps / course 251.72) @ 08/04/24, 3:01:38 PM India Standard Time

2024-04-08 15:01:38.685
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 6.0m | age: 5 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:38.685 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:38.685 ℹ️-[TSConfig persist]

2024-04-08 15:01:38.691 🔵-[TSConfig incrementOdometer:] 598038.8

2024-04-08 15:01:38.693 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:38.696 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 52B7E053-5C49-4D28-9CC7-14A84BB75C39

2024-04-08 15:01:38.696
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:38.696
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:39.675
📍<+37.33492222,-122.03304215> +/- 5.00m (speed 12.11 mps / course 254.18) @ 08/04/24, 3:01:39 PM India Standard Time

2024-04-08 15:01:39.675
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 6.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:39.675 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:39.675 ℹ️-[TSConfig persist]

2024-04-08 15:01:39.681 🔵-[TSConfig incrementOdometer:] 598049.9

2024-04-08 15:01:39.683 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:39.686 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 3DA990BD-4DAF-4FC2-B2F3-3D6118722406

2024-04-08 15:01:39.686
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:39.686
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:40.675
📍<+37.33489242,-122.03318372> +/- 5.00m (speed 13.66 mps / course 254.88) @ 08/04/24, 3:01:40 PM India Standard Time

2024-04-08 15:01:40.675
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 6.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:40.675 🔵-[TSLocationManager locationManager:didUpdateLocations:] Updated distanceFilter, new: 8.000000, old: 6.000000

2024-04-08 15:01:40.676 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:40.676 ℹ️-[TSConfig persist]

2024-04-08 15:01:40.680 🔵-[TSConfig incrementOdometer:] 598062.9

2024-04-08 15:01:40.681 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:40.684 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: EAA81575-4634-4869-95C4-C3F10E64C35A

2024-04-08 15:01:40.684
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:40.684
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:41.683
📍<+37.33485843,-122.03334424> +/- 5.00m (speed 14.82 mps / course 254.88) @ 08/04/24, 3:01:41 PM India Standard Time

2024-04-08 15:01:41.683
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 8.0m | age: 5 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:41.683 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:41.683 ℹ️-[TSConfig persist]

2024-04-08 15:01:41.688 🔵-[TSConfig incrementOdometer:] 598077.6

2024-04-08 15:01:41.691 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:41.694 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: D1DAEB61-ADE0-4FE2-A280-6E71F340FBA5

2024-04-08 15:01:41.694
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:41.695
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:42.681
📍<+37.33482105,-122.03350886> +/- 5.00m (speed 15.90 mps / course 255.94) @ 08/04/24, 3:01:42 PM India Standard Time

2024-04-08 15:01:42.681
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 8.0m | age: 5 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:42.681 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:42.681 ℹ️-[TSConfig persist]

2024-04-08 15:01:42.687 🔵-[TSConfig incrementOdometer:] 598092.8

2024-04-08 15:01:42.689 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:42.693 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 17F20801-378F-4DC6-8F09-4B8C453E8341

2024-04-08 15:01:42.693
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:42.694
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:43.686
📍<+37.33477977,-122.03369603> +/- 5.00m (speed 17.21 mps / course 255.59) @ 08/04/24, 3:01:43 PM India Standard Time

2024-04-08 15:01:43.686
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 8.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:43.686 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:43.686 ℹ️-[TSConfig persist]

2024-04-08 15:01:43.692 🔵-[TSConfig incrementOdometer:] 598110.0

2024-04-08 15:01:43.694 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:43.696 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 2AD1E741-8FF7-4247-A6C0-3C3D2EE9A245

2024-04-08 15:01:43.696
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:43.697
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:44.678
📍<+37.33474691,-122.03389325> +/- 5.00m (speed 18.27 mps / course 257.34) @ 08/04/24, 3:01:44 PM India Standard Time

2024-04-08 15:01:44.678
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 8.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:44.678 🔵-[TSLocationManager locationManager:didUpdateLocations:] Updated distanceFilter, new: 10.000000, old: 8.000000

2024-04-08 15:01:44.680 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:44.680 ℹ️-[TSConfig persist]

2024-04-08 15:01:44.685 🔵-[TSConfig incrementOdometer:] 598127.8

2024-04-08 15:01:44.687 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:44.689 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 7CD7C52A-CE18-472D-8529-A7A89D58EF20

2024-04-08 15:01:44.689
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:44.690
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:45.685
📍<+37.33470894,-122.03411085> +/- 5.00m (speed 19.27 mps / course 257.70) @ 08/04/24, 3:01:45 PM India Standard Time

2024-04-08 15:01:45.686
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 10.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:45.686 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:45.686 ℹ️-[TSConfig persist]

2024-04-08 15:01:45.691 🔵-[TSConfig incrementOdometer:] 598147.6

2024-04-08 15:01:45.694 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:45.696 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 56DE7A16-2546-41ED-9117-9F7FC26ADFF5

2024-04-08 15:01:45.696
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:45.697
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:46.678
📍<+37.33467638,-122.03432425> +/- 5.00m (speed 20.07 mps / course 259.45) @ 08/04/24, 3:01:46 PM India Standard Time

2024-04-08 15:01:46.678
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 10.0m | age: 5 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:46.678 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:46.678 ℹ️-[TSConfig persist]

2024-04-08 15:01:46.684 🔵-[TSConfig incrementOdometer:] 598166.8

2024-04-08 15:01:46.686 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:46.689 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 73D0811C-AE47-45AA-B93C-1A0DD440A67A

2024-04-08 15:01:46.689
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:46.692 ✅-[BackgroundTaskManager createBackgroundTask] 105

2024-04-08 15:01:46.696 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 10 RECORDS

2024-04-08 15:01:46.696 🔵-[TSHttpService postBatch:] 10 records

2024-04-08 15:01:47.243 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:01:47.243 ✅-[LocationDAO destroyAll:] DESTROY: D8A337CC-C2EA-4A09-B4DF-DC1468B1098E

2024-04-08 15:01:47.243 ✅-[LocationDAO destroyAll:] DESTROY: 52B7E053-5C49-4D28-9CC7-14A84BB75C39

2024-04-08 15:01:47.243 ✅-[LocationDAO destroyAll:] DESTROY: 3DA990BD-4DAF-4FC2-B2F3-3D6118722406

2024-04-08 15:01:47.243 ✅-[LocationDAO destroyAll:] DESTROY: EAA81575-4634-4869-95C4-C3F10E64C35A

2024-04-08 15:01:47.243 ✅-[LocationDAO destroyAll:] DESTROY: D1DAEB61-ADE0-4FE2-A280-6E71F340FBA5

2024-04-08 15:01:47.243 ✅-[LocationDAO destroyAll:] DESTROY: 17F20801-378F-4DC6-8F09-4B8C453E8341

2024-04-08 15:01:47.243 ✅-[LocationDAO destroyAll:] DESTROY: 2AD1E741-8FF7-4247-A6C0-3C3D2EE9A245

2024-04-08 15:01:47.243 ✅-[LocationDAO destroyAll:] DESTROY: 7CD7C52A-CE18-472D-8529-A7A89D58EF20

2024-04-08 15:01:47.243 ✅-[LocationDAO destroyAll:] DESTROY: 56DE7A16-2546-41ED-9117-9F7FC26ADFF5

2024-04-08 15:01:47.243 ✅-[LocationDAO destroyAll:] DESTROY: 73D0811C-AE47-45AA-B93C-1A0DD440A67A

2024-04-08 15:01:47.247 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (10)

2024-04-08 15:01:47.247 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:01:47.247
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:47.248 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 105 OF (
105
)

2024-04-08 15:01:47.668
📍<+37.33464561,-122.03455442> +/- 5.00m (speed 20.91 mps / course 261.91) @ 08/04/24, 3:01:47 PM India Standard Time

2024-04-08 15:01:47.668
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 10.0m | age: 5 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:47.668 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:47.669 ℹ️-[TSConfig persist]

2024-04-08 15:01:47.674 🔵-[TSConfig incrementOdometer:] 598187.5

2024-04-08 15:01:47.676 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:47.679 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: CE36ABBD-AC71-400D-B107-093AF4E39A45

2024-04-08 15:01:47.679
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:47.680
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:48.682
📍<+37.33461946,-122.03478727> +/- 5.00m (speed 21.78 mps / course 263.32) @ 08/04/24, 3:01:48 PM India Standard Time

2024-04-08 15:01:48.682
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 10.0m | age: 7 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:48.682 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:48.683 ℹ️-[TSConfig persist]

2024-04-08 15:01:48.688 🔵-[TSConfig incrementOdometer:] 598208.4

2024-04-08 15:01:48.691 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:48.693 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 2332E8D6-71F5-45FE-8B7A-5BD0B7D54BDE

2024-04-08 15:01:48.693
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:48.694
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:49.691
📍<+37.33460316,-122.03503470> +/- 5.00m (speed 22.45 mps / course 265.08) @ 08/04/24, 3:01:49 PM India Standard Time

2024-04-08 15:01:49.691
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 10.0m | age: 7 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:49.691 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:49.691 ℹ️-[TSConfig persist]

2024-04-08 15:01:49.697 🔵-[TSConfig incrementOdometer:] 598230.4

2024-04-08 15:01:49.699 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:49.703 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: E6FA2BFA-68F0-43C3-A989-8D9BB6C62FB0

2024-04-08 15:01:49.703
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:49.703
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:50.680
📍<+37.33458564,-122.03529395> +/- 5.00m (speed 23.24 mps / course 265.08) @ 08/04/24, 3:01:50 PM India Standard Time

2024-04-08 15:01:50.680
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 10.0m | age: 2 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:50.680 🔵-[TSLocationManager locationManager:didUpdateLocations:] Updated distanceFilter, new: 12.000000, old: 10.000000

2024-04-08 15:01:50.681 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:50.681 ℹ️-[TSConfig persist]

2024-04-08 15:01:50.682 🔵-[TSConfig incrementOdometer:] 598253.4

2024-04-08 15:01:50.683 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:50.685 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 629F0555-845A-4689-BCDF-47138C4F2CB5

2024-04-08 15:01:50.685
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:50.685
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:51.687
📍<+37.33456280,-122.03556217> +/- 5.00m (speed 23.81 mps / course 266.48) @ 08/04/24, 3:01:51 PM India Standard Time

2024-04-08 15:01:51.687
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 12.0m | age: 8 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:51.687 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:51.687 ℹ️-[TSConfig persist]

2024-04-08 15:01:51.692 🔵-[TSConfig incrementOdometer:] 598277.3

2024-04-08 15:01:51.694 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:51.697 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 39CBF723-BDA2-4F04-BC83-9017697D78F4

2024-04-08 15:01:51.697
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:51.697
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:52.677
📍<+37.33455970,-122.03583308> +/- 5.00m (speed 24.28 mps / course 267.19) @ 08/04/24, 3:01:52 PM India Standard Time

2024-04-08 15:01:52.677
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 12.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:52.677 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:52.677 ℹ️-[TSConfig persist]

2024-04-08 15:01:52.683 🔵-[TSConfig incrementOdometer:] 598301.3

2024-04-08 15:01:52.685 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:52.688 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 133FCAF6-1926-478F-A797-260E607DD999

2024-04-08 15:01:52.688
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:52.688
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:53.682
📍<+37.33454847,-122.03611286> +/- 5.00m (speed 24.59 mps / course 267.89) @ 08/04/24, 3:01:53 PM India Standard Time

2024-04-08 15:01:53.682
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 12.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:53.682 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:53.682 ℹ️-[TSConfig persist]

2024-04-08 15:01:53.687 🔵-[TSConfig incrementOdometer:] 598326.2

2024-04-08 15:01:53.690 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:53.694 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: AB0592C7-FC9B-48DA-8F99-8D33CFCB2CC0

2024-04-08 15:01:53.694
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:53.695
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:54.680
📍<+37.33454218,-122.03638578> +/- 5.00m (speed 25.10 mps / course 268.95) @ 08/04/24, 3:01:54 PM India Standard Time

2024-04-08 15:01:54.680
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 12.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:54.680 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:54.680 ℹ️-[TSConfig persist]

2024-04-08 15:01:54.686 🔵-[TSConfig incrementOdometer:] 598350.4

2024-04-08 15:01:54.689 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:54.692 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: FBD34DB6-8C6D-4D34-BFBA-F64D72C955B0

2024-04-08 15:01:54.692
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:54.692
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:55.674
📍<+37.33454235,-122.03666775> +/- 5.00m (speed 25.15 mps / course 269.30) @ 08/04/24, 3:01:55 PM India Standard Time

2024-04-08 15:01:55.674
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 12.0m | age: 6 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:55.674 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:55.674 ℹ️-[TSConfig persist]

2024-04-08 15:01:55.680 🔵-[TSConfig incrementOdometer:] 598375.3

2024-04-08 15:01:55.682 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:55.685 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: F5E5CCC5-2DE9-4C10-8EA7-1BD2ABABBD6F

2024-04-08 15:01:55.685
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:55.686
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:56.683
📍<+37.33453849,-122.03695223> +/- 5.00m (speed 25.44 mps / course 269.30) @ 08/04/24, 3:01:56 PM India Standard Time

2024-04-08 15:01:56.683
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 12.0m | age: 5 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:56.684 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:56.684 ℹ️-[TSConfig persist]

2024-04-08 15:01:56.689 🔵-[TSConfig incrementOdometer:] 598400.6

2024-04-08 15:01:56.691 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:56.694 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: DC98B36B-BE90-4119-8843-67816611EB60

2024-04-08 15:01:56.694
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:56.698 ✅-[BackgroundTaskManager createBackgroundTask] 106

2024-04-08 15:01:56.702 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 10 RECORDS

2024-04-08 15:01:56.703 🔵-[TSHttpService postBatch:] 10 records

2024-04-08 15:01:56.854 ⚠️-[TSLocationManager locationManager:didFailWithError:] Error Domain=kCLErrorDomain Code=0 "(null)"

2024-04-08 15:01:56.859
📍<+37.78583400,-122.40641700> +/- 5.00m (speed -1.00 mps / course -1.00) @ 08/04/24, 3:01:56 PM India Standard Time

2024-04-08 15:01:56.859
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 12.0m | age: 5 ms
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:56.859 🔵-[TSLocationManager locationManager:didUpdateLocations:] Updated distanceFilter, new: 2.000000, old: 12.000000

2024-04-08 15:01:56.860 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 5.0

2024-04-08 15:01:56.860 ℹ️-[TSConfig persist]

2024-04-08 15:01:56.863 🔵-[TSConfig incrementOdometer:] 658187.5

2024-04-08 15:01:56.865 ℹ️-[PolygonGeofencingService setLocation:] Already updating location

2024-04-08 15:01:56.868 ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 0EF49F06-A23F-4D35-98BD-34B088FB573B

2024-04-08 15:01:56.868
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService flush:]
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:56.868 ⚠️-[TSHttpService flush:] Busy with previous request

2024-04-08 15:01:57.220 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:01:57.220 ✅-[LocationDAO destroyAll:] DESTROY: CE36ABBD-AC71-400D-B107-093AF4E39A45

2024-04-08 15:01:57.220 ✅-[LocationDAO destroyAll:] DESTROY: 2332E8D6-71F5-45FE-8B7A-5BD0B7D54BDE

2024-04-08 15:01:57.220 ✅-[LocationDAO destroyAll:] DESTROY: E6FA2BFA-68F0-43C3-A989-8D9BB6C62FB0

2024-04-08 15:01:57.220 ✅-[LocationDAO destroyAll:] DESTROY: 629F0555-845A-4689-BCDF-47138C4F2CB5

2024-04-08 15:01:57.220 ✅-[LocationDAO destroyAll:] DESTROY: 39CBF723-BDA2-4F04-BC83-9017697D78F4

2024-04-08 15:01:57.220 ✅-[LocationDAO destroyAll:] DESTROY: 133FCAF6-1926-478F-A797-260E607DD999

2024-04-08 15:01:57.220 ✅-[LocationDAO destroyAll:] DESTROY: AB0592C7-FC9B-48DA-8F99-8D33CFCB2CC0

2024-04-08 15:01:57.220 ✅-[LocationDAO destroyAll:] DESTROY: FBD34DB6-8C6D-4D34-BFBA-F64D72C955B0

2024-04-08 15:01:57.220 ✅-[LocationDAO destroyAll:] DESTROY: F5E5CCC5-2DE9-4C10-8EA7-1BD2ABABBD6F

2024-04-08 15:01:57.220 ✅-[LocationDAO destroyAll:] DESTROY: DC98B36B-BE90-4119-8843-67816611EB60

2024-04-08 15:01:57.224 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (10)

2024-04-08 15:01:57.226 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 1 RECORDS

2024-04-08 15:01:57.227 🔵-[TSHttpService postBatch:] 1 records

2024-04-08 15:01:57.734 🔵-[HttpResponse handleResponse] Response: 200

2024-04-08 15:01:57.734 ✅-[LocationDAO destroyAll:] DESTROY: 0EF49F06-A23F-4D35-98BD-34B088FB573B

2024-04-08 15:01:57.737 ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (1)

2024-04-08 15:01:57.737 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 0 RECORDS

2024-04-08 15:01:57.737
╔═══════════════════════════════════════════════════════════
║ -[TSHttpService finish:error:] Success: 1
╚═══════════════════════════════════════════════════════════

2024-04-08 15:01:57.738 ✅-[BackgroundTaskManager stopBackgroundTask:]_block_invoke 106 OF (
106
)

@Sarveshwins
Copy link
Author

Sarveshwins commented Apr 8, 2024

In ios simulator using getlogs i get logs that looks like this and it is much readable and understandable

And in android it does not show uuid when destroy action triggered

@christocracy
Copy link
Member

batchSync: true,

You’re using batchSync: true. I chose not to log individual UUID since there will be an unknown number of records to delete (could be hundreds). I didn’t want to unnecessarily inflate the logs.

Copy link

github-actions bot commented May 9, 2024

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label May 9, 2024
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants