transistorsoft / react-native-background-geolocation

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

autoSyncThreshold is not working #1626

Closed geongun20 closed 1 year ago

geongun20 commented 1 year ago

Your Environment

Under method is called when user starts running

public async start(running_id: string) { await BackgroundGeolocation.setConfig({ url: ${API_URL}/users/me/runnings/${running_id}/locations, method: "POST", httpRootProperty: "locations", autoSync: true, autoSyncThreshold: 5, batchSync: true, params: { session_id: uuid() }, }); await BackgroundGeolocation.start(); const [location] = await Promise.all([ BackgroundGeolocation.getCurrentPosition({ samples: 3, maximumAge: 3000, }), BackgroundGeolocation.changePace(true), ]);

return transformLocation(location);

}



## Expected Behavior
5 locations are updated per 1 http request.

## Actual Behavior
1 or 2 locations are updated per 1 http request.

## Steps to Reproduce
<!--- reproduce this issue; include code to reproduce, if relevant -->
1. run the app
2. click start button
geongun20 commented 1 year ago

Context

I'm developing running app. I use javascript axios library to update locations to my server.

I'm refactoring use http option in this library to solve background issue.

Debug logs

Logs ``` Warning: Error creating LLDB target at path '/Users/seunggeonlee/Library/Developer/Xcode/DerivedData/tracer-dhmbkvbmszzliseuiacjowdfiued/Build/Products/Debug-iphonesimulator/tracer.app'- using an empty LLDB target which can cause slow memory reads from remote devices: the specified architecture 'arm64-*-*' is not compatible with 'x86_64-apple-ios12.0.0-simulator' in '/Users/seunggeonlee/Library/Developer/Xcode/DerivedData/tracer-dhmbkvbmszzliseuiacjowdfiued/Build/Products/Debug-iphonesimulator/tracer.app/tracer' 2023-01-18 16:51:17.808945+0900 tracer[86511:10798848] [TSBackgroundFetch load]: ( ) 2023-01-18 16:51:17.810852+0900 tracer[86511:10798848] [TSBGAppRefreshSubscriber load]: { TSLocationManager = ""; } 2023-01-18 16:51:18.668181+0900 tracer[86511:10798848] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)") 2023-01-18 16:51:18.668809+0900 tracer[86511:10798848] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)") 2023-01-18 16:51:18.835673+0900 tracer[86511:10799239] 8.15.0 - [Firebase/Analytics][I-ACS025028] AdMob and Firebase are in use in this app, but are not linked. For analytics data consistency and integrity, it is highly recommended that you link your AdMob app to the corresponding Firebase app and re-download the GoogleServices-Info.plist file. See https://support.google.com/admob/answer/6383165 for more information. 2023-01-18 16:51:18.836473+0900 tracer[86511:10799239] 8.15.0 - [Firebase/Messaging][I-FCM001000] FIRMessaging Remote Notifications proxy enabled, will swizzle remote notification receiver handlers. If you'd prefer to manually integrate Firebase Messaging, add "FirebaseAppDelegateProxyEnabled" to your Info.plist, and set it to NO. Follow the instructions at: https://firebase.google.com/docs/cloud-messaging/ios/client#method_swizzling_in_firebase_messaging to ensure proper integration. 2023-01-18 16:51:18.863788+0900 tracer[86511:10799237] 8.15.0 - [Firebase/Analytics][I-ACS023007] Analytics v.8.15.0 started 2023-01-18 16:51:18.864629+0900 tracer[86511:10799237] 8.15.0 - [Firebase/Analytics][I-ACS023008] To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled (see http://goo.gl/RfcP7r) flipper: FlipperClient::addPlugin Inspector flipper: FlipperClient::addPlugin Preferences flipper: FlipperClient::addPlugin React 2023-01-18 16:51:19.224074+0900 tracer[86511:10799156] 8.15.0 - [Firebase/Analytics][I-ACS800023] No pending snapshot to activate. SDK name: app_measurement 2023-01-18 16:51:19.377520+0900 tracer[86511:10799239] 8.15.0 - [Firebase/Analytics][I-ACS023012] Analytics collection enabled 2023-01-18 16:51:19.379253+0900 tracer[86511:10799239] 8.15.0 - [Firebase/Analytics][I-ACS023220] Analytics screen reporting is enabled. Call Analytics.logEvent(AnalyticsEventScreenView, parameters: [...]) to log a screen view event. To disable automatic screen reporting, set the flag FirebaseAutomaticScreenReportingEnabled to NO (boolean) in the Info.plist flipper: FlipperClient::addPlugin Network 2023-01-18 16:51:19.849390+0900 tracer[86511:10799239] [connection] nw_socket_handle_socket_event [C1.1.1:1] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:19.867819+0900 tracer[86511:10799239] [connection] nw_socket_handle_socket_event [C1.1.2:1] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:19.872096+0900 tracer[86511:10799284] [connection] nw_connection_get_connected_socket_block_invoke [C1] Client called nw_connection_get_connected_socket on unconnected nw_connection 2023-01-18 16:51:19.872284+0900 tracer[86511:10799284] TCP Conn 0x600003559360 Failed : error 0:61 [61] 2023-01-18 16:51:19.998709+0900 tracer[86511:10798848] [native] Running application tracer ({ initialProps = { }; rootTag = 1; }) 2023-01-18 16:51:20.699751+0900 tracer[86511:10799239] ℹ️-[TSDBLogger db_delete] maxAge: 259200 2023-01-18 16:51:20.844629+0900 tracer[86511:10799234] ℹ️-[TSLocationManager init] ╔═════════════════════════════════════════════ ║ TSLocationManager (build 388) ╠══════════════════════════════════════════════ { activityRecognitionInterval = 10000; activityType = 1; authorization = { }; autoSync = 0; autoSyncThreshold = 5; batchSync = 1; debug = 0; desiredAccuracy = "-1"; desiredOdometerAccuracy = 10; didDeviceReboot = 0; didLaunchInBackground = 0; didRequestUpgradeLocationAuthorization = 0; disableAutoSyncOnCellular = 0; disableElasticity = 1; disableLocationAuthorizationAlert = 1; disableMotionActivityUpdates = 0; disableStopDetection = 1; distanceFilter = 1; elasticityMultiplier = 1; enableTimestampMeta = 0; enabled = 1; extras = { }; geofenceInitialTriggerEntry = 1; geofenceProximityRadius = 2000; geofenceTemplate = ""; headers = { Authorization = "Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6ImY1NWU0ZDkxOGE0ODY0YWQxMzUxMDViYmRjMDEwYWY5Njc5YzM0MTMiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJodHRwczovL3NlY3VyZXRva2VuLmdvb2dsZS5jb20vdHJhY2VyLTI1ZDU4IiwiYXVkIjoidHJhY2VyLTI1ZDU4IiwiYXV0aF90aW1lIjoxNjcxMDc2NzMyLCJ1c2VyX2lkIjoiQTV6Z1ZsMjljRWNaNWt4ZjdmQVZmSnBOMmhqMiIsInN1YiI6IkE1emdWbDI5Y0VjWjVreGY3ZkFWZkpwTjJoajIiLCJpYXQiOjE2NzQwMjgyNDAsImV4cCI6MTY3NDAzMTg0MCwicGhvbmVfbnVtYmVyIjoiKzgyMTA3MTU0Nzk3NSIsImZpcmViYXNlIjp7ImlkZW50aXRpZXMiOnsicGhvbmUiOlsiKzgyMTA3MTU0Nzk3NSJdfSwic2lnbl9pbl9wcm92aWRlciI6InBob25lIn19.AQMm5VYX0Urbwo5aeVGTETRY9-EiAWoalPsNUDLRCLxy_9Fjn8YrN8mB6Xjfz6J-4Rd_OI946XxTRbSznVqfEqsg6YipVz48ewk6r5etqVWUs4t_OoAlFXx4Aj4tkM8VdGknHiKcLESURh2Gu2coPCJPkFfiiUTtFwvEJcL3ALMLU-JX4NK0xH12LL4ihJPad2PirIcmjzE2Zw7TvNMyR8bW9OdN-36oPufIb6bjvYAuzUzx59p9A2R1cTUTm1fOgWaJwqoWzTlIewTQvj-a-hBus2hrsZ8ruAKEiqSsC49CuWcPZ41Gu1WsBm6GxDdkotI3XwvADETipR2KkBHmiQ"; }; heartbeatInterval = 60; httpRootProperty = locations; httpTimeout = 60000; iOSHasWarnedLocationServicesOff = 0; isFirstBoot = 0; isMoving = 1; lastLocationAuthorizationStatus = 4; 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 = WhenInUse; locationTemplate = ""; locationTimeout = 60; locationsOrderDirection = ASC; logLevel = 5; logMaxDays = 3; maxBatchSize = "-1"; maxDaysToPersist = 1; maxRecordsToPersist = "-1"; method = POST; minimumActivityRecognitionConfidence = 70; odometer = "13053.37307708492"; params = { "session_id" = "3a124492-a335-4d8f-bcc2-9d36d651abea"; }; pausesLocationUpdatesAutomatically = 0; persistMode = 2; preventSuspend = 1; schedule = ( ); schedulerEnabled = 0; showsBackgroundLocationIndicator = 0; startOnBoot = 0; stationaryRadius = 25; stopAfterElapsedMinutes = "-1"; stopDetectionDelay = 0; stopOnStationary = 0; stopOnTerminate = 1; stopTimeout = 500000; trackingMode = 1; url = "http://localhost:9000/dev/users/me/runnings/63c7a463fd11653a470c496a/locations"; useSignificantChangesOnly = 0; } 2023-01-18 16:51:21.166968+0900 tracer[86511:10799156] ℹ️-[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) 2023-01-18 16:51:21.167205+0900 tracer[86511:10799156] ℹ️-[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); 2023-01-18 16:51:22.620836+0900 tracer[86511:10799156] [connection] nw_socket_handle_socket_event [C5.1.1:1] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:22.622187+0900 tracer[86511:10799156] [connection] nw_socket_handle_socket_event [C5.1.2:1] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:22.623314+0900 tracer[86511:10799234] [connection] nw_connection_get_connected_socket_block_invoke [C5] Client called nw_connection_get_connected_socket on unconnected nw_connection 2023-01-18 16:51:22.623511+0900 tracer[86511:10799234] TCP Conn 0x6000035585a0 Failed : error 0:61 [61] 2023-01-18 16:51:23.118429+0900 tracer[86511:10799237] 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 4 2023-01-18 16:51:23.118693+0900 tracer[86511:10799237] 🔵-[TSLocationManager locationManager:didChangeAuthorizationStatus:] status 4 2023-01-18 16:51:23.124623+0900 tracer[86511:10799237] 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 4 2023-01-18 16:51:23.125107+0900 tracer[86511:10799237] 🔵-[BackgroundTaskManager locationManager:didChangeAuthorizationStatus:] 4 2023-01-18 16:51:23.125378+0900 tracer[86511:10799237] 🔵-[LocationManager locationManager:didChangeAuthorizationStatus:] 4 2023-01-18 16:51:23.223368+0900 tracer[86511:10799385] ℹ️+[LocationAuthorization run:onCancel:] status: 4 2023-01-18 16:51:23.672008+0900 tracer[86511:10799239] 8.15.0 - [Firebase/Analytics][I-ACS025026] Deferring to Firebase for event data collection Thread Performance Checker: Thread running at QOS_CLASS_USER_INTERACTIVE waiting on a lower QoS thread running at QOS_CLASS_DEFAULT. Investigate ways to avoid priority inversions PID: 86511, TID: 10798848 Backtrace ================================================================= 3 tracer 0x0000000104ae2e0b -[_RCTSRRunLoopThread runLoop] + 43 4 tracer 0x0000000104ae2b4b __49+[NSRunLoop(RCTSRWebSocket) RCTSR_networkRunLoop]_block_invoke + 123 5 libdispatch.dylib 0x000000011b6f5f5b _dispatch_client_callout + 8 6 libdispatch.dylib 0x000000011b6f75b5 _dispatch_once_callout + 66 7 tracer 0x0000000104ae2a9e +[NSRunLoop(RCTSRWebSocket) RCTSR_networkRunLoop] + 78 8 tracer 0x0000000104adc2fe -[RCTSRWebSocket _connect] + 78 9 tracer 0x0000000104adaeee -[RCTSRWebSocket open] + 334 10 tracer 0x0000000104ab8f0d -[RCTReconnectingWebSocket start] + 173 11 tracer 0x0000000104aa80d8 -[RCTPackagerConnection init] + 520 12 tracer 0x0000000104aa7eb4 __49+[RCTPackagerConnection sharedPackagerConnection]_block_invoke + 36 13 libdispatch.dylib 0x000000011b6f5f5b _dispatch_client_callout + 8 14 libdispatch.dylib 0x000000011b6f75b5 _dispatch_once_callout + 66 15 tracer 0x0000000104aa7e5e +[RCTPackagerConnection sharedPackagerConnection] + 78 16 tracer 0x0000000104b4f74a -[RCTDevSettings initialize] + 170 17 tracer 0x0000000104a8f1d0 -[RCTModuleData _initializeModule] + 112 18 tracer 0x0000000104a8dbc6 -[RCTModuleData setUpInstanceAndBridge:] + 2502 19 tracer 0x0000000104a909d0 -[RCTModuleData instance] + 1408 20 tracer 0x0000000104a2be4c -[RCTCxxBridge moduleForName:lazilyLoadIfNecessary:] + 812 21 tracer 0x0000000104a9b097 -[RCTModuleRegistry moduleForName:lazilyLoadIfNecessary:] + 135 22 tracer 0x0000000104a9affe -[RCTModuleRegistry moduleForName:] + 46 23 tracer 0x0000000104b63a53 -[RCTPerfMonitor devMenuItem] + 99 24 tracer 0x0000000104b63912 -[RCTPerfMonitor initialize] + 114 25 tracer 0x0000000104a8f1d0 -[RCTModuleData _initializeModule] + 112 26 tracer 0x0000000104a8dbc6 -[RCTModuleData setUpInstanceAndBridge:] + 2502 27 tracer 0x0000000104a90c9a __25-[RCTModuleData instance]_block_invoke + 42 28 tracer 0x0000000104b054b8 RCTUnsafeExecuteOnMainQueueSync + 56 29 tracer 0x0000000104a90812 -[RCTModuleData instance] + 962 30 tracer 0x0000000104a31868 __49-[RCTCxxBridge _prepareModulesWithDispatchGroup:]_block_invoke + 184 31 libdispatch.dylib 0x000000011b6f4d18 _dispatch_call_block_and_release + 12 32 libdispatch.dylib 0x000000011b6f5f5b _dispatch_client_callout + 8 33 libdispatch.dylib 0x000000011b706e5c _dispatch_main_queue_drain + 1726 34 libdispatch.dylib 0x000000011b706790 _dispatch_main_queue_callback_4CF + 31 35 CoreFoundation 0x000000011aeefb1f __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9 36 CoreFoundation 0x000000011aeea436 __CFRunLoopRun + 2482 37 CoreFoundation 0x000000011aee96a7 CFRunLoopRunSpecific + 560 38 GraphicsServices 0x000000011e53028a GSEventRunModal + 139 39 UIKitCore 0x000000012bfb7ad3 -[UIApplication _run] + 994 40 UIKitCore 0x000000012bfbc9ef UIApplicationMain + 123 41 tracer 0x0000000104186478 main + 104 objc[86511]: Class CDPCAReporter is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal (0x187fe11d8) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP (0x17eb84eb0). One of the two will be used. Which one is undefined. objc[86511]: Class CDPCABackupRecoveryReporter is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal (0x187fe1ef8) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP (0x17eb850e0). One of the two will be used. Which one is undefined. 2023-01-18 16:51:23.995566+0900 tracer[86511:10799398] [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:23.995642+0900 tracer[86511:10799386] [Client] Synchronous remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:24.000243+0900 tracer[86511:10799386] [Client] Synchronous remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:24.000291+0900 tracer[86511:10799234] [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:24.001916+0900 tracer[86511:10799386] [Client] Synchronous remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:24.001965+0900 tracer[86511:10799234] [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:24.026531+0900 tracer[86511:10799234] [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:24.030824+0900 tracer[86511:10799234] [Client] Updating selectors after delegate addition failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:25.261292+0900 tracer[86511:10799234] 8.15.0 - [Firebase/Messaging][I-FCM002022] APNS device token not set before retrieving FCM Token for Sender ID '880277127243'. Notifications to this FCM Token will not be delivered over APNS.Be sure to re-retrieve the FCM token once the APNS device token is set. 2023-01-18 16:51:25.457010+0900 tracer[86511:10799385] [connection] nw_socket_handle_socket_event [C6.1.1:1] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:25.458612+0900 tracer[86511:10799385] [connection] nw_socket_handle_socket_event [C6.1.2:1] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:25.459529+0900 tracer[86511:10799398] [connection] nw_connection_get_connected_socket_block_invoke [C6] Client called nw_connection_get_connected_socket on unconnected nw_connection 2023-01-18 16:51:25.459689+0900 tracer[86511:10799398] TCP Conn 0x6000035597c0 Failed : error 0:61 [61] 2023-01-18 16:51:27.721941+0900 tracer[86511:10799385] [connection] nw_socket_handle_socket_event [C7.1.1:1] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:27.723480+0900 tracer[86511:10799385] [connection] nw_socket_handle_socket_event [C7.1.2:1] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:27.724214+0900 tracer[86511:10799386] [connection] nw_connection_get_connected_socket_block_invoke [C7] Client called nw_connection_get_connected_socket on unconnected nw_connection 2023-01-18 16:51:27.724315+0900 tracer[86511:10799386] TCP Conn 0x600003558000 Failed : error 0:61 [61] 2023-01-18 16:51:29.469466+0900 tracer[86511:10799239] [connection] nw_socket_handle_socket_event [C8.1.1:1] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:29.470951+0900 tracer[86511:10799239] [connection] nw_socket_handle_socket_event [C8.1.2:1] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:29.471611+0900 tracer[86511:10799238] [connection] nw_connection_get_connected_socket_block_invoke [C8] Client called nw_connection_get_connected_socket on unconnected nw_connection 2023-01-18 16:51:29.471717+0900 tracer[86511:10799238] TCP Conn 0x60000355cfa0 Failed : error 0:61 [61] 2023-01-18 16:51:32.836825+0900 tracer[86511:10798848] [TraitCollection] Class CKBrowserSwitcherViewController overrides the -traitCollection getter, which is not supported. If you're trying to override traits, you must use the appropriate API. 2023-01-18 16:51:33.354634+0900 tracer[86511:10799304] [javascript] Shims Injected: 2023-01-18 16:51:33.355512+0900 tracer[86511:10799304] [javascript] - atob 2023-01-18 16:51:33.355615+0900 tracer[86511:10799304] [javascript] - btoa 2023-01-18 16:51:33.355684+0900 tracer[86511:10799304] [javascript] - nextTick 2023-01-18 16:51:33.355750+0900 tracer[86511:10799304] [javascript] - FileReader.prototype.readAsArrayBuffer 2023-01-18 16:51:33.873270+0900 tracer[86511:10798848] -[RNFBMessagingModule signalBackgroundMessageHandlerSet] [Line 102] signalBackgroundMessageHandlerSet called 2023-01-18 16:51:33.873631+0900 tracer[86511:10798848] -[RNFBMessagingAppDelegate signalBackgroundMessageHandlerSet] [Line 74] signalBackgroundMessageHandlerSet sharedInstance.backgroundMessageHandlerSet was NO 2023-01-18 16:51:34.128986+0900 tracer[86511:10799153] [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:34.129134+0900 tracer[86511:10799398] [Client] Synchronous remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:34.130210+0900 tracer[86511:10799398] [Client] Synchronous remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:34.130218+0900 tracer[86511:10799153] [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:34.131200+0900 tracer[86511:10799398] [Client] Synchronous remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:34.131228+0900 tracer[86511:10799153] [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:34.493375+0900 tracer[86511:10799304] [javascript] Require cycle: node_modules/@iabtcf/core/lib/cjs/encoder/index.js -> node_modules/@iabtcf/core/lib/cjs/encoder/SegmentEncoder.js -> node_modules/@iabtcf/core/lib/cjs/encoder/field/index.js -> node_modules/@iabtcf/core/lib/cjs/encoder/field/FieldEncoderMap.js -> node_modules/@iabtcf/core/lib/cjs/encoder/field/VendorVectorEncoder.js -> node_modules/@iabtcf/core/lib/cjs/encoder/index.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 2023-01-18 16:51:34.512051+0900 tracer[86511:10799304] [javascript] Require cycle: node_modules/react-native/Libraries/Network/fetch.js -> node_modules/whatwg-fetch/dist/fetch.umd.js -> node_modules/react-native/Libraries/Network/fetch.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 2023-01-18 16:51:34.570065+0900 tracer[86511:10798848] -[NSURL init] called; this results in an NSURL instance with an empty URL string. Please use one of the documented NSURL initialization methods instead (initWithString:, initFileURLWithPath:, etc.). This message shown only once. 2023-01-18 16:51:34.601227+0900 tracer[86511:10799304] [javascript] Running "tracer" with {"rootTag":1,"initialProps":{}} 2023-01-18 16:51:34.848648+0900 tracer[86511:10799304] [javascript] AuthService: getIdToken 2023-01-18 16:51:34.873439+0900 tracer[86511:10799304] [javascript] AuthService: getIdToken 2023-01-18 16:51:35.125242+0900 tracer[86511:10799304] [javascript] 'getCountryCode', { type: 'config', code: 'US' } 2023-01-18 16:51:35.303556+0900 tracer[86511:10798848] [Sandbox] Could not enable Mach bootstrap, errno = 22. 2023-01-18 16:51:35.304120+0900 tracer[86511:10798848] [Sandbox] Could not enable Mach bootstrap, errno = 22. 2023-01-18 16:51:35.337679+0900 tracer[86511:10798848] [Sandbox] Could not enable Mach bootstrap, errno = 22. 2023-01-18 16:51:35.338206+0900 tracer[86511:10798848] [Sandbox] Could not enable Mach bootstrap, errno = 22. 2023-01-18 16:51:35.543924+0900 tracer[86511:10799153] [quic] quic_crypto_session_state_serialize [C12.1.1.1:2] [-cf541fdac2e77e50] TLS ticket does not fit (6884 > 6144) 2023-01-18 16:51:35.544111+0900 tracer[86511:10799153] [quic] quic_crypto_session_state_serialize [C12.1.1.1:2] [-cf541fdac2e77e50] TLS ticket does not fit (6884 > 6144) 2023-01-18 16:51:35.580398+0900 tracer[86511:10799304] [javascript] LocationService: ready 2023-01-18 16:51:35.604217+0900 tracer[86511:10799386] ℹ️-[TSLocationManager on:success:failure:] location 2023-01-18 16:51:35.604729+0900 tracer[86511:10799386] ℹ️-[TSLocationManager on:success:failure:] motionchange 2023-01-18 16:51:35.604897+0900 tracer[86511:10799386] ℹ️-[TSLocationManager on:success:failure:] activitychange 2023-01-18 16:51:35.605047+0900 tracer[86511:10799386] ℹ️-[TSLocationManager on:success:failure:] heartbeat 2023-01-18 16:51:35.605193+0900 tracer[86511:10799386] ℹ️-[TSGeofenceManager onGeofence:] 2023-01-18 16:51:35.605342+0900 tracer[86511:10799386] ℹ️-[TSGeofenceManager onGeofencesChange:] 2023-01-18 16:51:35.605480+0900 tracer[86511:10799386] ℹ️-[TSLocationManager on:success:failure:] http 2023-01-18 16:51:35.605607+0900 tracer[86511:10799386] ℹ️-[TSLocationManager on:success:failure:] providerchange 2023-01-18 16:51:35.605753+0900 tracer[86511:10799386] ℹ️-[TSLocationManager on:success:failure:] schedule 2023-01-18 16:51:35.605885+0900 tracer[86511:10799386] ℹ️-[TSLocationManager on:success:failure:] powersavechange 2023-01-18 16:51:35.606032+0900 tracer[86511:10799386] ℹ️-[TSHttpService onConnectivityChange:] 2023-01-18 16:51:35.606211+0900 tracer[86511:10799386] ℹ️-[TSLocationManager on:success:failure:] enabledchange 2023-01-18 16:51:35.606360+0900 tracer[86511:10799386] ℹ️-[TSHttpService onAuthorization:] 2023-01-18 16:51:35.609330+0900 tracer[86511:10799239] ✅-[LocationDAO unlock]_block_invoke UNLOCKED ALL RECORDS 2023-01-18 16:51:35.611868+0900 tracer[86511:10799239] ✅-[LocationDAO clear]_block_invoke Destroyed all locations 2023-01-18 16:51:35.620962+0900 tracer[86511:10799398] ℹ️-[TSConfig persist] 2023-01-18 16:51:35.628972+0900 tracer[86511:10799398] ℹ️-[TSConfig persist] 2023-01-18 16:51:35.635884+0900 tracer[86511:10799398] ℹ️-[TSConfig persist] 2023-01-18 16:51:35.637729+0900 tracer[86511:10799398] ℹ️-[TSConfig persist] 2023-01-18 16:51:35.639755+0900 tracer[86511:10799398] 🔵-[TSLocationManager ready] 2023-01-18 16:51:35.641473+0900 tracer[86511:10798848] [native] Sending `providerchange` with no listeners registered. 2023-01-18 16:51:35.641948+0900 tracer[86511:10799398] ℹ️-[TSLocationManager doStart:] trackingMode: 1 2023-01-18 16:51:35.645686+0900 tracer[86511:10799153] ℹ️-[TSLocationManager loadLastOdometerLocation] <+37.33157039,-122.03065771> +/- -1.00m (speed -1.00 mps / course -1.00) @ 1/18/23, 4:51:35 PM Korean Standard Time 2023-01-18 16:51:35.646028+0900 tracer[86511:10799153] 🎾-[TSGeofenceManager start] 2023-01-18 16:51:35.647945+0900 tracer[86511:10798848] [native] Sending `connectivitychange` with no listeners registered. 2023-01-18 16:51:35.650953+0900 tracer[86511:10799153] 🔵-[TSLocationManager setPace:] 1 2023-01-18 16:51:35.654385+0900 tracer[86511:10799304] [javascript] Sending `connectivitychange` with no listeners registered. 2023-01-18 16:51:35.659749+0900 tracer[86511:10798848] [native] Sending `location` with no listeners registered. 2023-01-18 16:51:35.660680+0900 tracer[86511:10799153] 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON 2023-01-18 16:51:35.674255+0900 tracer[86511:10799153] ℹ️+[LocationAuthorization run:onCancel:] status: 4 2023-01-18 16:51:35.674400+0900 tracer[86511:10799153] 🎾-[TSLocationManager startMonitoringBackgroundFetch] BackgroundFetch: ON 2023-01-18 16:51:35.675371+0900 tracer[86511:10799386] 📍<+37.33114614,-122.03071071> +/- 10.00m (speed 3.37 mps / course 162.04) @ 1/18/23, 4:51:35 PM Korean Standard Time 2023-01-18 16:51:35.675740+0900 tracer[86511:10799398] ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: -1.0m | age: 0.4s ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:35.676113+0900 tracer[86511:10799398] ✅-[TSLocationManager locationManager:didUpdateLocations:] Acquired motionchange position: <+37.33114614,-122.03071071> +/- 10.00m (speed 3.37 mps / course 162.04) @ 1/18/23, 4:51:35 PM Korean Standard Time 2023-01-18 16:51:35.676971+0900 tracer[86511:10799386] 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON 2023-01-18 16:51:35.678682+0900 tracer[86511:10799386] 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 10.0 2023-01-18 16:51:35.679050+0900 tracer[86511:10799386] ℹ️-[TSConfig persist] 2023-01-18 16:51:35.680690+0900 tracer[86511:10799239] 🔵-[TSConfig incrementOdometer:] 13100.7 2023-01-18 16:51:35.683289+0900 tracer[86511:10798848] [native] Sending `motionchange` with no listeners registered. 2023-01-18 16:51:35.683622+0900 tracer[86511:10798848] [native] Sending `location` with no listeners registered. 2023-01-18 16:51:35.683928+0900 tracer[86511:10799153] 🎾-[TSLocationManager startMonitoringSignificantLocationChanges] 2023-01-18 16:51:35.686521+0900 tracer[86511:10799239] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 3801419D-D86F-4B96-A0D3-26C81A85E56D 2023-01-18 16:51:35.687721+0900 tracer[86511:10798848] [TSBackgroundFetch scheduleBGAppRefresh] com.transistorsoft.fetch 2023-01-18 16:51:35.689103+0900 tracer[86511:10798848] [TSBackgroundFetch] BGTaskScheduler failed to register fetch-task and will fall-back to old API. This is likely due to running in the iOS Simulator (Error Domain=BGTaskSchedulerErrorDomain Code=1 "(null)") 2023-01-18 16:51:35.689451+0900 tracer[86511:10799153] ℹ️-[TSLocationManager startMonitoringBackgroundFetch]_block_invoke Configured BackgroundFetch 2023-01-18 16:51:35.691108+0900 tracer[86511:10799153] ℹ️+[LocationAuthorization run:onCancel:] status: 4 2023-01-18 16:51:35.701559+0900 tracer[86511:10799304] [javascript] Sending `location` with no listeners registered. 2023-01-18 16:51:35.755545+0900 tracer[86511:10799398] ℹ️-[TSLocationManager log:message:] [RNBackgroundGeolocation startObserving] 2023-01-18 16:51:35.775060+0900 tracer[86511:10799153] 🔵-[TSLocationManager getCurrentPosition:] 2023-01-18 16:51:35.776262+0900 tracer[86511:10799153] 🎾-[LocationManager startUpdatingLocation] ON 2023-01-18 16:51:35.777858+0900 tracer[86511:10799153] ℹ️-[TSConfig persist] 2023-01-18 16:51:35.789567+0900 tracer[86511:10799156] 📍<+37.33114614,-122.03071071> +/- 10.00m (speed 3.37 mps / course 162.04) @ 1/18/23, 4:51:35 PM Korean Standard Time 2023-01-18 16:51:35.789733+0900 tracer[86511:10799156] 🔴-[LocationManager stopUpdatingLocation] OFF 2023-01-18 16:51:35.790066+0900 tracer[86511:10799153] ╔═══════════════════════════════════════════════════════════ ║ -[LocationManager locationManager:didUpdateLocations:] Sample 3 of 3 ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:35.791225+0900 tracer[86511:10799153] 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 10.0 2023-01-18 16:51:35.792891+0900 tracer[86511:10799284] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 56FDD01D-5E76-4EC8-B734-F0AB2BAE8A15 2023-01-18 16:51:35.800349+0900 tracer[86511:10799304] [javascript] Sending `motionchange` with no listeners registered. 2023-01-18 16:51:35.819429+0900 tracer[86511:10799284] ℹ️+[LocationAuthorization run:onCancel:] status: 4 2023-01-18 16:51:35.829323+0900 tracer[86511:10799304] [javascript] Sending `location` with no listeners registered. 2023-01-18 16:51:36.301682+0900 tracer[86511:10799398] 📍<+37.33111330,-122.03069859> +/- 10.00m (speed 3.53 mps / course 164.08) @ 1/18/23, 4:51:36 PM Korean Standard Time 2023-01-18 16:51:36.301934+0900 tracer[86511:10799398] ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 1.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:36.302131+0900 tracer[86511:10799398] 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 10.0 2023-01-18 16:51:36.303421+0900 tracer[86511:10799153] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: C9F63BAD-F328-444C-9A7E-ECEC60C9A850 2023-01-18 16:51:36.309832+0900 tracer[86511:10798848] [Security] This method should not be called on the main thread as it may lead to UI unresponsiveness. 2023-01-18 16:51:36.310465+0900 tracer[86511:10798848] [Security] This method should not be called on the main thread as it may lead to UI unresponsiveness. 2023-01-18 16:51:36.430062+0900 tracer[86511:10798848] [plugin] AddInstanceForFactory: No factory registered for id F8BB1C28-BAE8-11D6-9C31-00039315CD46 2023-01-18 16:51:36.490329+0900 tracer[86511:10799768] ℹ️-[TSConfig persist] 2023-01-18 16:51:36.498271+0900 tracer[86511:10799304] [javascript] getMe 2023-01-18 16:51:36.506023+0900 tracer[86511:10799386] 8.15.0 - [Firebase/Messaging][I-FCM002022] APNS device token not set before retrieving FCM Token for Sender ID '880277127243'. Notifications to this FCM Token will not be delivered over APNS.Be sure to re-retrieve the FCM token once the APNS device token is set. 2023-01-18 16:51:36.511731+0900 tracer[86511:10799304] [javascript] getAssets 2023-01-18 16:51:36.523041+0900 tracer[86511:10799386] [connection] nw_socket_handle_socket_event [C22.1.1:2] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:36.525520+0900 tracer[86511:10799386] [connection] nw_socket_handle_socket_event [C23.1.1:2] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:37.225726+0900 tracer[86511:10798848] Bridge call to: deviceContexts 2023-01-18 16:51:37.318352+0900 tracer[86511:10799386] 📍<+37.33108059,-122.03068245> +/- 10.00m (speed 3.63 mps / course 159.04) @ 1/18/23, 4:51:37 PM Korean Standard Time 2023-01-18 16:51:37.318504+0900 tracer[86511:10799386] ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 1.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:37.318657+0900 tracer[86511:10799386] 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 10.0 2023-01-18 16:51:37.319604+0900 tracer[86511:10799768] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 3D89200E-D6A0-4C92-8B38-0167A92721ED 2023-01-18 16:51:38.304668+0900 tracer[86511:10799398] 📍<+37.33104629,-122.03067027> +/- 10.00m (speed 3.69 mps / course 166.73) @ 1/18/23, 4:51:38 PM Korean Standard Time 2023-01-18 16:51:38.304902+0900 tracer[86511:10799398] ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 1.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:38.305056+0900 tracer[86511:10799398] 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 10.0 2023-01-18 16:51:38.305282+0900 tracer[86511:10799398] ℹ️-[TSConfig persist] 2023-01-18 16:51:38.307482+0900 tracer[86511:10799398] 🔵-[TSConfig incrementOdometer:] 13112.3 2023-01-18 16:51:38.312317+0900 tracer[86511:10799386] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: F08B9A5A-C9D3-4091-999D-AD9D450E4B60 2023-01-18 16:51:39.325012+0900 tracer[86511:10799386] 📍<+37.33101308,-122.03065487> +/- 10.00m (speed 3.67 mps / course 162.51) @ 1/18/23, 4:51:39 PM Korean Standard Time 2023-01-18 16:51:39.325311+0900 tracer[86511:10799386] ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 1.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:39.325594+0900 tracer[86511:10799386] 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 10.0 2023-01-18 16:51:39.327949+0900 tracer[86511:10799768] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: A832B5B2-CDA6-45E7-80F0-657E20298258 2023-01-18 16:51:40.235449+0900 tracer[86511:10799153] [connection] nw_socket_handle_socket_event [C25.1.1:1] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:40.237145+0900 tracer[86511:10799153] [connection] nw_socket_handle_socket_event [C25.1.2:1] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:40.237839+0900 tracer[86511:10799386] [connection] nw_connection_get_connected_socket_block_invoke [C25] Client called nw_connection_get_connected_socket on unconnected nw_connection 2023-01-18 16:51:40.237942+0900 tracer[86511:10799386] TCP Conn 0x600003552580 Failed : error 0:61 [61] 2023-01-18 16:51:40.296061+0900 tracer[86511:10799768] 📍<+37.33097983,-122.03063943> +/- 10.00m (speed 3.73 mps / course 162.20) @ 1/18/23, 4:51:40 PM Korean Standard Time 2023-01-18 16:51:40.296219+0900 tracer[86511:10799768] ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 1.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:40.296333+0900 tracer[86511:10799386] 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 10.0 2023-01-18 16:51:40.297430+0900 tracer[86511:10799239] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: BE707D8B-4010-4854-B255-C5AA05A8AE79 2023-01-18 16:51:41.312864+0900 tracer[86511:10799753] 📍<+37.33094637,-122.03063050> +/- 10.00m (speed 3.64 mps / course 173.53) @ 1/18/23, 4:51:41 PM Korean Standard Time 2023-01-18 16:51:41.313019+0900 tracer[86511:10799753] ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 1.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:41.313187+0900 tracer[86511:10799753] 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 10.0 2023-01-18 16:51:41.313328+0900 tracer[86511:10799753] ℹ️-[TSConfig persist] 2023-01-18 16:51:41.314732+0900 tracer[86511:10799753] 🔵-[TSConfig incrementOdometer:] 13124.0 2023-01-18 16:51:41.319678+0900 tracer[86511:10799386] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: A5CA45A6-4AF9-4064-9AEC-F88D05EAEFBE 2023-01-18 16:51:42.247219+0900 tracer[86511:10799386] [connection] nw_socket_handle_socket_event [C27.1.1:1] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:42.248686+0900 tracer[86511:10799386] [connection] nw_socket_handle_socket_event [C27.1.2:1] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:42.249589+0900 tracer[86511:10799768] [connection] nw_connection_get_connected_socket_block_invoke [C27] Client called nw_connection_get_connected_socket on unconnected nw_connection 2023-01-18 16:51:42.249680+0900 tracer[86511:10799768] TCP Conn 0x600003574820 Failed : error 0:61 [61] 2023-01-18 16:51:42.278366+0900 tracer[86511:10799386] 📍<+37.33091383,-122.03061321> +/- 10.00m (speed 3.74 mps / course 160.51) @ 1/18/23, 4:51:42 PM Korean Standard Time 2023-01-18 16:51:42.278629+0900 tracer[86511:10799386] ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 1.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:42.278774+0900 tracer[86511:10799386] 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 10.0 2023-01-18 16:51:42.280596+0900 tracer[86511:10799753] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 55967EDC-BBA2-4DCB-B37C-E478CBE40B68 2023-01-18 16:51:43.533643+0900 tracer[86511:10799768] 📍<+37.33087803,-122.03059990> +/- 10.00m (speed 4.00 mps / course 167.97) @ 1/18/23, 4:51:43 PM Korean Standard Time 2023-01-18 16:51:43.533810+0900 tracer[86511:10799768] ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 1.0m | age: 0.2s ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:43.533970+0900 tracer[86511:10799768] 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 10.0 2023-01-18 16:51:43.535043+0900 tracer[86511:10799234] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 82BB527E-A75D-41F3-8B66-AA4F21DD894B 2023-01-18 16:51:44.265190+0900 tracer[86511:10799386] [connection] nw_socket_handle_socket_event [C30.1.1:1] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:44.267666+0900 tracer[86511:10799386] [connection] nw_socket_handle_socket_event [C30.1.2:1] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:44.268892+0900 tracer[86511:10799942] [connection] nw_connection_get_connected_socket_block_invoke [C30] Client called nw_connection_get_connected_socket on unconnected nw_connection 2023-01-18 16:51:44.269058+0900 tracer[86511:10799942] TCP Conn 0x600003574960 Failed : error 0:61 [61] 2023-01-18 16:51:44.296065+0900 tracer[86511:10799234] 📍<+37.33084313,-122.03058427> +/- 10.00m (speed 3.94 mps / course 164.16) @ 1/18/23, 4:51:44 PM Korean Standard Time 2023-01-18 16:51:44.296205+0900 tracer[86511:10799234] ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 1.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:44.296303+0900 tracer[86511:10799234] 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 10.0 2023-01-18 16:51:44.296426+0900 tracer[86511:10799234] ℹ️-[TSConfig persist] 2023-01-18 16:51:44.298278+0900 tracer[86511:10799234] 🔵-[TSConfig incrementOdometer:] 13136.1 2023-01-18 16:51:44.301348+0900 tracer[86511:10799942] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 75F6D74E-93A8-4D56-96C8-82C9D0595BCC 2023-01-18 16:51:45.322025+0900 tracer[86511:10799234] 📍<+37.33080974,-122.03057107> +/- 10.00m (speed 3.73 mps / course 166.55) @ 1/18/23, 4:51:45 PM Korean Standard Time 2023-01-18 16:51:45.322165+0900 tracer[86511:10799386] ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 1.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:45.322262+0900 tracer[86511:10799386] 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 10.0 2023-01-18 16:51:45.323207+0900 tracer[86511:10799234] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: FA3A5A17-3C13-413E-96E0-6C570CFAD245 2023-01-18 16:51:45.889993+0900 tracer[86511:10798848] Metal GPU Frame Capture Enabled 2023-01-18 16:51:45.893780+0900 tracer[86511:10798848] Metal API Validation Enabled 2023-01-18 16:51:46.144810+0900 tracer[86511:10798848] [Client] Synchronous remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:46.144881+0900 tracer[86511:10800159] [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:46.145879+0900 tracer[86511:10798848] [Client] Synchronous remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:46.145926+0900 tracer[86511:10800159] [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:46.146955+0900 tracer[86511:10798848] [Client] Synchronous remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:46.146998+0900 tracer[86511:10800159] [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} 2023-01-18 16:51:46.275815+0900 tracer[86511:10799753] [connection] nw_socket_handle_socket_event [C33.1.1:1] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:46.277191+0900 tracer[86511:10799753] [connection] nw_socket_handle_socket_event [C33.1.2:1] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:46.277840+0900 tracer[86511:10799386] [connection] nw_connection_get_connected_socket_block_invoke [C33] Client called nw_connection_get_connected_socket on unconnected nw_connection 2023-01-18 16:51:46.277936+0900 tracer[86511:10799386] TCP Conn 0x600003560c80 Failed : error 0:61 [61] 2023-01-18 16:51:46.432094+0900 tracer[86511:10799768] 📍<+37.33077759,-122.03056052> +/- 10.00m (speed 3.57 mps / course 170.00) @ 1/18/23, 4:51:46 PM Korean Standard Time 2023-01-18 16:51:46.432250+0900 tracer[86511:10799768] ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 1.0m | age: 0.1s ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:46.432361+0900 tracer[86511:10799768] 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 10.0 2023-01-18 16:51:46.433541+0900 tracer[86511:10799234] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 73FC1E24-7744-40F2-B9A5-39BEB7A526E4 2023-01-18 16:51:46.516888+0900 tracer[86511:10798848] [native] (ADVICE) View #477 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component. 2023-01-18 16:51:46.805697+0900 tracer[86511:10798848] Google Maps SDK for iOS version: 7.0.0.0 2023-01-18 16:51:46.805847+0900 tracer[86511:10798848] New version of Google Maps SDK for iOS available: 7.3.0.0 2023-01-18 16:51:47.302696+0900 tracer[86511:10800159] 📍<+37.33074980,-122.03054302> +/- 10.00m (speed 3.31 mps / course 155.32) @ 1/18/23, 4:51:47 PM Korean Standard Time 2023-01-18 16:51:47.302839+0900 tracer[86511:10800159] ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 1.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:47.302940+0900 tracer[86511:10800159] 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 10.0 2023-01-18 16:51:47.303043+0900 tracer[86511:10800159] ℹ️-[TSConfig persist] 2023-01-18 16:51:47.304544+0900 tracer[86511:10800159] 🔵-[TSConfig incrementOdometer:] 13147.1 2023-01-18 16:51:47.306488+0900 tracer[86511:10799942] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: D52E8EEE-EAF4-4640-9106-CADFBBF6552A 2023-01-18 16:51:48.303343+0900 tracer[86511:10800161] 📍<+37.33072336,-122.03051790> +/- 10.00m (speed 3.57 mps / course 143.32) @ 1/18/23, 4:51:48 PM Korean Standard Time 2023-01-18 16:51:48.303499+0900 tracer[86511:10800161] ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 1.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:48.303622+0900 tracer[86511:10800161] 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 10.0 2023-01-18 16:51:48.305630+0900 tracer[86511:10799386] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: C2D4CBE9-ABE4-4EB1-B44E-C2B46D9E9074 2023-01-18 16:51:49.318755+0900 tracer[86511:10800161] 📍<+37.33070920,-122.03048122> +/- 10.00m (speed 3.56 mps / course 111.56) @ 1/18/23, 4:51:49 PM Korean Standard Time 2023-01-18 16:51:49.319019+0900 tracer[86511:10799942] ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 1.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:49.319197+0900 tracer[86511:10799942] 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 10.0 2023-01-18 16:51:49.320989+0900 tracer[86511:10799386] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 40668CF6-55CC-4DDF-AB68-23C0FE4DFE86 2023-01-18 16:51:49.852713+0900 tracer[86511:10800160] ℹ️-[TSConfig persist] 2023-01-18 16:51:49.853291+0900 tracer[86511:10800160] ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:] ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:49.856795+0900 tracer[86511:10800159] ✅-[BackgroundTaskManager createBackgroundTask] 32 2023-01-18 16:51:49.857001+0900 tracer[86511:10800159] ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:] ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:49.857165+0900 tracer[86511:10800159] ⚠️-[TSHttpService flush:] Busy with previous request 2023-01-18 16:51:49.858608+0900 tracer[86511:10800159] ⚠️-[TSLocationManager start] Already started (ignored) 2023-01-18 16:51:49.859467+0900 tracer[86511:10800159] 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 16 RECORDS 2023-01-18 16:51:49.860022+0900 tracer[86511:10800159] 🔵-[TSHttpService postBatch:] 16 records 2023-01-18 16:51:49.861312+0900 tracer[86511:10799386] 🔵-[TSLocationManager getCurrentPosition:] 2023-01-18 16:51:49.868225+0900 tracer[86511:10800159] [connection] nw_socket_handle_socket_event [C35.1.1:2] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:49.868256+0900 tracer[86511:10799386] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: A3C3DF6F-1A19-4292-96F2-453A7AE869E8 2023-01-18 16:51:49.872037+0900 tracer[86511:10799386] ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:] ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:49.872188+0900 tracer[86511:10799386] ⚠️-[TSHttpService flush:] Busy with previous request 2023-01-18 16:51:49.872603+0900 tracer[86511:10799386] 🔵-[TSLocationManager changePace:] isMoving: 1 2023-01-18 16:51:49.872762+0900 tracer[86511:10799386] 🔵-[TSLocationManager setPace:] 1 2023-01-18 16:51:49.873923+0900 tracer[86511:10800159] 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON 2023-01-18 16:51:49.877011+0900 tracer[86511:10799386] ℹ️+[LocationAuthorization run:onCancel:] status: 4 2023-01-18 16:51:49.970627+0900 tracer[86511:10799304] [javascript] { avgSpeed: 0 } 2023-01-18 16:51:50.150322+0900 tracer[86511:10798848] [native] (ADVICE) View #823 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component. 2023-01-18 16:51:50.152347+0900 tracer[86511:10798848] [native] (ADVICE) View #769 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component. 2023-01-18 16:51:50.153806+0900 tracer[86511:10798848] [native] (ADVICE) View #745 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component. 2023-01-18 16:51:50.155050+0900 tracer[86511:10798848] [native] (ADVICE) View #719 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component. 2023-01-18 16:51:50.157714+0900 tracer[86511:10798848] [native] (ADVICE) View #695 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component. 2023-01-18 16:51:50.159597+0900 tracer[86511:10798848] [native] (ADVICE) View #665 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component. 2023-01-18 16:51:50.160559+0900 tracer[86511:10798848] [native] (ADVICE) View #639 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component. 2023-01-18 16:51:50.162009+0900 tracer[86511:10798848] [native] (ADVICE) View #605 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component. 2023-01-18 16:51:50.162703+0900 tracer[86511:10798848] [native] (ADVICE) View #579 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component. 2023-01-18 16:51:50.165934+0900 tracer[86511:10798848] [native] (ADVICE) View #545 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component. 2023-01-18 16:51:50.312530+0900 tracer[86511:10800161] 📍<+37.33070386,-122.03044428> +/- 10.00m (speed 3.39 mps / course 94.29) @ 1/18/23, 4:51:50 PM Korean Standard Time 2023-01-18 16:51:50.312810+0900 tracer[86511:10799156] ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: -1.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:50.312964+0900 tracer[86511:10799156] ✅-[TSLocationManager locationManager:didUpdateLocations:] Acquired motionchange position: <+37.33070386,-122.03044428> +/- 10.00m (speed 3.39 mps / course 94.29) @ 1/18/23, 4:51:50 PM Korean Standard Time 2023-01-18 16:51:50.313468+0900 tracer[86511:10800160] 🎾-[TSLocationManager startUpdatingLocation] Location-services: ON 2023-01-18 16:51:50.314609+0900 tracer[86511:10800160] 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 10.0 2023-01-18 16:51:50.314876+0900 tracer[86511:10800160] ℹ️-[TSConfig persist] 2023-01-18 16:51:50.316512+0900 tracer[86511:10800160] 🔵-[TSConfig incrementOdometer:] 13157.3 2023-01-18 16:51:50.319010+0900 tracer[86511:10799156] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: CD4C1827-690E-4A78-912D-ECE8578A5462 2023-01-18 16:51:50.319443+0900 tracer[86511:10799156] ℹ️+[LocationAuthorization run:onCancel:] status: 4 2023-01-18 16:51:50.320412+0900 tracer[86511:10799156] ╔═══════════════════════════════════════════════════════════ ║ -[TSHttpService flush:] ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:50.320509+0900 tracer[86511:10799156] ⚠️-[TSHttpService flush:] Busy with previous request 2023-01-18 16:51:51.082717+0900 tracer[86511:10799304] [javascript] { avgSpeed: 15.331941544883536 } 2023-01-18 16:51:51.255176+0900 tracer[86511:10799398] 🔵-[HttpResponse handleResponse] Response: 200 2023-01-18 16:51:51.255484+0900 tracer[86511:10799398] ✅-[LocationDAO destroyAll:] DESTROY: 3801419D-D86F-4B96-A0D3-26C81A85E56D 2023-01-18 16:51:51.255665+0900 tracer[86511:10799398] ✅-[LocationDAO destroyAll:] DESTROY: 56FDD01D-5E76-4EC8-B734-F0AB2BAE8A15 2023-01-18 16:51:51.255796+0900 tracer[86511:10799398] ✅-[LocationDAO destroyAll:] DESTROY: C9F63BAD-F328-444C-9A7E-ECEC60C9A850 2023-01-18 16:51:51.255911+0900 tracer[86511:10799398] ✅-[LocationDAO destroyAll:] DESTROY: 3D89200E-D6A0-4C92-8B38-0167A92721ED 2023-01-18 16:51:51.256018+0900 tracer[86511:10799398] ✅-[LocationDAO destroyAll:] DESTROY: F08B9A5A-C9D3-4091-999D-AD9D450E4B60 2023-01-18 16:51:51.256167+0900 tracer[86511:10799398] ✅-[LocationDAO destroyAll:] DESTROY: A832B5B2-CDA6-45E7-80F0-657E20298258 2023-01-18 16:51:51.256295+0900 tracer[86511:10799398] ✅-[LocationDAO destroyAll:] DESTROY: BE707D8B-4010-4854-B255-C5AA05A8AE79 2023-01-18 16:51:51.256406+0900 tracer[86511:10799398] ✅-[LocationDAO destroyAll:] DESTROY: A5CA45A6-4AF9-4064-9AEC-F88D05EAEFBE 2023-01-18 16:51:51.256546+0900 tracer[86511:10799386] ✅-[LocationDAO destroyAll:] DESTROY: 55967EDC-BBA2-4DCB-B37C-E478CBE40B68 2023-01-18 16:51:51.256652+0900 tracer[86511:10799386] ✅-[LocationDAO destroyAll:] DESTROY: 82BB527E-A75D-41F3-8B66-AA4F21DD894B 2023-01-18 16:51:51.256752+0900 tracer[86511:10799386] ✅-[LocationDAO destroyAll:] DESTROY: 75F6D74E-93A8-4D56-96C8-82C9D0595BCC 2023-01-18 16:51:51.256853+0900 tracer[86511:10799386] ✅-[LocationDAO destroyAll:] DESTROY: FA3A5A17-3C13-413E-96E0-6C570CFAD245 2023-01-18 16:51:51.256950+0900 tracer[86511:10799386] ✅-[LocationDAO destroyAll:] DESTROY: 73FC1E24-7744-40F2-B9A5-39BEB7A526E4 2023-01-18 16:51:51.257050+0900 tracer[86511:10799386] ✅-[LocationDAO destroyAll:] DESTROY: D52E8EEE-EAF4-4640-9106-CADFBBF6552A 2023-01-18 16:51:51.257181+0900 tracer[86511:10799386] ✅-[LocationDAO destroyAll:] DESTROY: C2D4CBE9-ABE4-4EB1-B44E-C2B46D9E9074 2023-01-18 16:51:51.257293+0900 tracer[86511:10799386] ✅-[LocationDAO destroyAll:] DESTROY: 40668CF6-55CC-4DDF-AB68-23C0FE4DFE86 2023-01-18 16:51:51.258059+0900 tracer[86511:10799386] ✅-[LocationDAO destroyAll:]_block_invoke DESTROY SUCCESS (16) 2023-01-18 16:51:51.259296+0900 tracer[86511:10800160] 🔵-[LocationDAO allWithLocking:]_block_invoke LOCKED 2 RECORDS 2023-01-18 16:51:51.259445+0900 tracer[86511:10800160] 🔵-[TSHttpService postBatch:] 2 records 2023-01-18 16:51:51.265837+0900 tracer[86511:10800160] [connection] nw_socket_handle_socket_event [C36.1.1:2] Socket SO_ERROR [61: Connection refused] 2023-01-18 16:51:51.323298+0900 tracer[86511:10800160] 📍<+37.33070704,-122.03039943> +/- 10.00m (speed 4.20 mps / course 78.79) @ 1/18/23, 4:51:51 PM Korean Standard Time 2023-01-18 16:51:51.323468+0900 tracer[86511:10799386] ╔═══════════════════════════════════════════════════════════ ║ -[TSLocationManager locationManager:didUpdateLocations:] Enabled: 1 | isMoving: 1 | df: 1.0m | age: 0.0s ╚═══════════════════════════════════════════════════════════ 2023-01-18 16:51:51.323718+0900 tracer[86511:10800160] 🔵-[TSLocationManager calculateMedianLocationAccuracy:] Median location accuracy: 10.0 2023-01-18 16:51:51.325153+0900 tracer[86511:10799408] ✅-[TSLocationManager persistLocation:]_block_invoke INSERT: 037B6B6D-29A8-4AD0-B905-B06E6138E5B5 2023-01-18 16:51:51.325326+0900 tracer[86511:10799408] ```
christocracy commented 1 year ago

autoSyncThreshold is ignored during onMotionChange events.

It is active only when the device is moving.

geongun20 commented 1 year ago

@christocracy Thanks for your answer. So, how can I enable autoSyncThreshold? set isMoving to false?

christocracy commented 1 year ago

how can I enable autoSyncThreshold?

By setting a value > 0.

while the device is in the moving state, autoSyncThreshold will be respected.

geongun20 commented 1 year ago

@christocracy My simulator is always in the moving state. But autoSyncThreshold is not walking.

christocracy commented 1 year ago

When the plugin accumulates >= autoSyncThreshold records in its SQLite database, the plugin automatically initiates an http request to flush those records to your configured url.

I suggest you test it with a higher value in the simulator, since distanceFilter: 1 is going to record a lot of records very quickly.

Or increase distanceFilter (Eg 50).