transistorsoft / flutter_background_geolocation

Sophisticated, battery-conscious background-geolocation & geofencing with motion-detection
https://www.transistorsoft.com/shop/products/flutter-background-geolocation
Other
636 stars 235 forks source link

Run After reboot Devices #367

Closed ammarmahafeza2 closed 4 years ago

ammarmahafeza2 commented 4 years ago

Your Environment

PASTE_YOUR_CODE_HERE

Expected Behavior

i want my app works in all states - after (restart"reboot" , shut down and reboot app)

Actual Behavior

everything works good but when the device reboot , app stop tracking location , i want it to be launched after any action from device like shut down and rebooting

Debug logs

Logcat ``` { "activityRecognitionInterval": 10000, "allowIdenticalLocations": true, "authorization": { "strategy": "jwt", "accessToken": "eyJhb", "refreshToken": "ac253", "refreshUrl": "http:\/\/tracker.transistorsoft.com\/api\/refresh_token", "refreshPayload": { "refresh_token": "{refreshToken}" }, "expires": -1 }, "autoSync": true, "autoSyncThreshold": 0, "batchSync": false, "configUrl": "", "debug": true, "deferTime": 0, "desiredAccuracy": -2, "desiredOdometerAccuracy": 100, "disableAutoSyncOnCellular": false, "disableElasticity": false, "disableLocationAuthorizationAlert": false, "disableMotionActivityUpdates": false, "disableStopDetection": false, "distanceFilter": 1, "elasticityMultiplier": 1, "enableHeadless": true, "enableTimestampMeta": false, "encrypt": false, "extras": {}, "fastestLocationUpdateInterval": -1, "forceReloadOnBoot": false, "forceReloadOnGeofence": false, "forceReloadOnHeartbeat": false, "forceReloadOnLocationChange": true, "forceReloadOnMotionChange": false, "forceReloadOnSchedule": false, "foregroundService": true, "geofenceInitialTriggerEntry": true, "geofenceModeHighAccuracy": false, "geofenceProximityRadius": 1000, "geofenceTemplate": "", "headers": {}, "headlessJobService": "com.transistorsoft.flutter.backgroundgeolocation.HeadlessTask", "heartbeatInterval": 120, "httpRootProperty": "location", "httpTimeout": 60000, "isMoving": false, "locationAuthorizationRequest": "Always", "locationTemplate": "", "locationTimeout": 60, "locationUpdateInterval": 5000, "locationsOrderDirection": "ASC", "logLevel": 5, "logMaxDays": 3, "maxBatchSize": -1, "maxDaysToPersist": 1, "maxRecordsToPersist": -1, "method": "POST", "minimumActivityRecognitionConfidence": 75, "motionTriggerDelay": 0, "notification": { "layout": "", "title": "", "text": "Location Service activated", "color": "", "channelName": "TSLocationManager", "smallIcon": "", "largeIcon": "", "priority": 0, "strings": {}, "actions": [] }, "params": {}, "persist": true, "persistMode": 2, "schedule": [], "scheduleUseAlarmManager": false, "speedJumpFilter": 300, "startOnBoot": true, "stationaryRadius": 25, "stopAfterElapsedMinutes": 0, "stopOnStationary": false, "stopOnTerminate": false, "stopTimeout": 1, "triggerActivities": "on_foot, walking, running, in_vehicle, on_bicycle", "url": "http:\/\/tracker.transistorsoft.com\/api\/locations", "useSignificantChangesOnly": false, "enabled": true, "schedulerEnabled": false, "trackingMode": 1, "odometer": 0, "isFirstBoot": false, "didLaunchInBackground": false } 2020-08-06 16:24:20.237 6101-10678/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.adapter.TSConfig print] ╔═════════════════════════════════════════════ ║ DEVICE SENSORS ╠═════════════════════════════════════════════ ╟─ ✅ ACCELEROMETER: {Sensor name="BMA255 Accelerometer", vendor="BOSCH", version=2080800, type=1, maxRange=78.4532, resolution=0.01914978, power=0.13, minDelay=4000} ╟─ ⚠️ GYROSCOPE: none. Motion-detection system performance will be degraded ╟─ ⚠️ MAGNETOMETER: none. Motion-detection system performance will be degraded ╟─ ✅ SIGNIFICANT_MOTION: {Sensor name="Significant Motion Detector", vendor="QTI", version=2, type=17, maxRange=1.0, resolution=1.0, power=0.12998962, minDelay=-1} ╚═════════════════════════════════════════════ 2020-08-06 16:24:20.244 6101-10678/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.BootReceiver$a run] ╔═════════════════════════════════════════════ ║ BootReceiver: com.ensperity.projectcoronas ╠═════════════════════════════════════════════ ╟─ android.intent.action.BOOT_COMPLETED 2020-08-06 16:24:20.279 6101-10678/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.a.BackgroundGeolocation ] ✅ Google Play Services: connected (version code:12451000) 2020-08-06 16:24:20.309 6101-10709/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.l.TSLocationManager$d run] ℹ️ Load last odometer location: Location[TSLocationManager 31.975785,35.864008 hAcc=19 t=?!? et=?!? vAcc=??? sAcc=??? bAcc=??? {Bundle[{odometer=0.0}]}] 2020-08-06 16:24:20.334 6101-10711/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.data.sqlite.b prune] ℹ️ PRUNE -1 days 2020-08-06 16:24:20.351 6101-10678/com.ensperity.projectcoronas D/NetworkSecurityConfig: No Network Security Config specified, using platform default 2020-08-06 16:24:20.360 6101-10678/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Ldalvik/system/CloseGuard;->get()Ldalvik/system/CloseGuard; (greylist,core-platform-api, reflection, allowed) 2020-08-06 16:24:20.360 6101-10678/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Ldalvik/system/CloseGuard;->open(Ljava/lang/String;)V (greylist,core-platform-api, reflection, allowed) 2020-08-06 16:24:20.360 6101-10678/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Ldalvik/system/CloseGuard;->warnIfOpen()V (greylist,core-platform-api, reflection, allowed) 2020-08-06 16:24:20.378 6101-10678/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.http.HttpService startMonitoringConnectivityChanges] 🎾 Start monitoring connectivity changes 2020-08-06 16:24:20.382 6101-10678/com.ensperity.projectcoronas D/ConnectivityManager: requestNetwork; CallingUid : 10231, CallingPid : 6101 2020-08-06 16:24:20.393 6101-10716/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.http.HttpService a] ╔═════════════════════════════════════════════ ║ 📶 Connectivity change: connected? true ╠═════════════════════════════════════════════ 2020-08-06 16:24:20.401 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:24:20.402 6101-10678/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:24:20.412 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask connectivitychange] 2020-08-06 16:24:20.419 6101-10678/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 🎾 Start motion-activity updates 2020-08-06 16:24:20.454 6101-10678/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.a.BackgroundGeolocation f] 🎾 Start monitoring location-provider changes 2020-08-06 16:24:20.462 6101-10678/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:24:20.484 6101-6415/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:24:20.494 6101-10678/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.g.TSGeofenceManager c] ℹ️ Persist monitored geofences: [] 2020-08-06 16:24:20.497 6101-10678/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:24:20.540 6101-6101/com.ensperity.projectcoronas I/AdrenoGLES: QUALCOMM build : 2ced3f2, Id01cc02572 Build Date : 12/15/19 OpenGL ES Shader Compiler Version: EV031.27.05.02 Local Branch : Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.8.6.2.R1.10.00.00.537.049 Remote Branch : NONE Reconstruct Branch : NOTHING 2020-08-06 16:24:20.540 6101-6101/com.ensperity.projectcoronas I/AdrenoGLES: Build Config : S L 8.0.10 AArch32 2020-08-06 16:24:20.556 6101-6101/com.ensperity.projectcoronas I/AdrenoGLES: PFP: 0x005ff112, ME: 0x005ff066 2020-08-06 16:24:20.688 6101-10678/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 🎾 Start motion-activity updates 2020-08-06 16:24:20.691 6101-10678/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.g.TSGeofenceManager start] 🎾 Start monitoring geofences 2020-08-06 16:24:20.694 6101-10678/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.http.HttpService startMonitoringConnectivityChanges] 🎾 Start monitoring connectivity changes 2020-08-06 16:24:20.702 6101-10678/com.ensperity.projectcoronas D/TSLocationManager: [c.t.locationmanager.device.a c] 🎾 Start monitoring powersave changes 2020-08-06 16:24:20.726 6101-10678/com.ensperity.projectcoronas D/TSLocationManager: [c.t.locationmanager.util.b b] ℹ️ LocationAuthorization: Permission granted 2020-08-06 16:24:20.728 6101-10678/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.service.HeartbeatService b] 🎾 Start heartbeat (120s) 2020-08-06 16:24:20.740 6101-10678/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:24:21.113 6101-10764/com.ensperity.projectcoronas I/flutter: Observatory listening on http://127.0.0.1:46709/Lmi9fhp_8x0=/ 2020-08-06 16:24:21.280 6101-6101/com.ensperity.projectcoronas D/BeaconParser: Parsing beacon layout: m:2-3=0215,i:4-19,i:20-21,i:22-23,p:24-24 2020-08-06 16:24:21.367 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask dispatch] [HeadlessTask] waiting for client to initialize 2020-08-06 16:24:21.371 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:24:21.373 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask providerchange] 2020-08-06 16:24:21.375 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask boot] 2020-08-06 16:24:21.382 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask dispatch] [HeadlessTask] waiting for client to initialize 2020-08-06 16:24:21.383 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask dispatch] [HeadlessTask] waiting for client to initialize 2020-08-06 16:24:21.418 6101-6101/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.http.HttpService flush] ╔═════════════════════════════════════════════ ║ HTTP Service (count: 0) ╠═════════════════════════════════════════════ 2020-08-06 16:24:21.795 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService a] 🚘 ️DetectedActivity [type=STILL, confidence=100] 2020-08-06 16:24:22.777 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onMethodCall] $ initialized 2020-08-06 16:24:22.818 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy] 🔴 ActivityRecognitionService destroyed 2020-08-06 16:24:22.877 6101-10720/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:24:22.878 6101-10720/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> connectivitychange 2020-08-06 16:24:22.887 6101-10720/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:24:22.887 6101-10720/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> providerchange 2020-08-06 16:24:22.955 6101-10720/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:24:22.955 6101-10720/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> boot 2020-08-06 16:24:23.022 6101-10713/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.LocationRequestService b] ╔═════════════════════════════════════════════ ║ getCurrentPosition LocationResult: 1 ╠═════════════════════════════════════════════ ╟─ 📍 Location[fused 31.975780,35.864008 hAcc=46 et=+1m33s171ms alt=984.199951171875 vAcc=2 sAcc=??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 877ms, time: 1596720262138 2020-08-06 16:24:23.036 6101-10820/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.LocationRequestService a] ℹ️ Location availability: true 2020-08-06 16:24:23.056 6101-10713/com.ensperity.projectcoronas V/MediaPlayer-JNI: native_setup 2020-08-06 16:24:23.056 6101-10713/com.ensperity.projectcoronas V/MediaPlayerNative: constructor 2020-08-06 16:24:23.058 6101-10713/com.ensperity.projectcoronas V/MediaPlayerNative: setListener 2020-08-06 16:24:23.067 6101-10713/com.ensperity.projectcoronas V/MediaPlayer-JNI: setVolume: left 1.000000 right 1.000000 2020-08-06 16:24:23.067 6101-10713/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setVolume(1.000000, 1.000000) 2020-08-06 16:24:23.067 6101-10713/com.ensperity.projectcoronas V/MediaPlayer-JNI: setAuxEffectSendLevel: level 0.000000 2020-08-06 16:24:23.067 6101-10713/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setAuxEffectSendLevel(0.000000) 2020-08-06 16:24:23.067 6101-10713/com.ensperity.projectcoronas V/MediaPlayer-JNI: setParameter: key 1400 2020-08-06 16:24:23.067 6101-10713/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setParameter(1400) 2020-08-06 16:24:23.067 6101-10713/com.ensperity.projectcoronas V/MediaPlayer-JNI: set_session_id(): 17 2020-08-06 16:24:23.067 6101-10713/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setAudioSessionId(17) 2020-08-06 16:24:23.075 6101-10713/com.ensperity.projectcoronas V/MediaPlayer-JNI: setDataSourceFD: fd 83 2020-08-06 16:24:23.075 6101-10713/com.ensperity.projectcoronas V/MediaPlayerNative: setDataSource(83, 12709644, 24314) 2020-08-06 16:24:23.326 6101-10713/com.ensperity.projectcoronas V/MediaPlayerNative: setVideoSurfaceTexture 2020-08-06 16:24:23.327 6101-10713/com.ensperity.projectcoronas V/MediaPlayerNative: prepare 2020-08-06 16:24:23.517 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=200, ext1=10973, ext2=0 2020-08-06 16:24:23.517 6101-11038/com.ensperity.projectcoronas W/MediaPlayerNative: info/warning (10973, 0) 2020-08-06 16:24:23.517 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:24:23.517 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:24:23.521 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=1, ext1=0, ext2=0 2020-08-06 16:24:23.521 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::notify() prepared 2020-08-06 16:24:23.521 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: signal application thread 2020-08-06 16:24:23.521 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:24:23.521 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:24:23.521 6101-10713/com.ensperity.projectcoronas V/MediaPlayerNative: prepare complete - status=0 2020-08-06 16:24:23.528 6101-6101/com.ensperity.projectcoronas V/MediaPlayerNative: invoke 72 2020-08-06 16:24:23.529 6101-10713/com.ensperity.projectcoronas V/MediaPlayerNative: invoke 72 2020-08-06 16:24:23.534 6101-10713/com.ensperity.projectcoronas V/MediaPlayer-JNI: start 2020-08-06 16:24:23.534 6101-10713/com.ensperity.projectcoronas V/MediaPlayerNative: start 2020-08-06 16:24:23.536 6101-10713/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 45.6 2020-08-06 16:24:23.635 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=6, ext1=0, ext2=0 2020-08-06 16:24:23.635 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (6, 0, 0) 2020-08-06 16:24:23.635 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:24:23.635 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:24:23.636 6101-6101/com.ensperity.projectcoronas V/MediaPlayer-JNI: getCurrentPosition: 0 (msec) 2020-08-06 16:24:23.639 6101-10713/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.LocationRequestService b] SingleLocationRequest 1 isFinished? false 2020-08-06 16:24:23.645 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:24:23.647 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask location] 2020-08-06 16:24:23.660 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:24:23.663 6101-6101/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.a.BackgroundGeolocation forceMainActivityReload] ℹ️ Forcing main-activity reload 2020-08-06 16:24:23.727 6101-10720/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:24:23.727 6101-10720/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> location 2020-08-06 16:24:23.783 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0 2020-08-06 16:24:23.783 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (211, 0, 0) 2020-08-06 16:24:23.783 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:24:23.783 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:24:23.784 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0 2020-08-06 16:24:23.784 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (211, 0, 0) 2020-08-06 16:24:23.784 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:24:23.784 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:24:24.030 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=2, ext1=0, ext2=0 2020-08-06 16:24:24.030 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: playback complete 2020-08-06 16:24:24.030 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:24:24.030 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:24:24.030 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0 2020-08-06 16:24:24.030 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (211, 0, 0) 2020-08-06 16:24:24.030 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:24:24.031 6101-11038/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:24:24.032 6101-6101/com.ensperity.projectcoronas V/MediaPlayer: resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false 2020-08-06 16:24:24.032 6101-6101/com.ensperity.projectcoronas V/MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null 2020-08-06 16:24:24.032 6101-6101/com.ensperity.projectcoronas V/MediaPlayer-JNI: release 2020-08-06 16:24:24.032 6101-6101/com.ensperity.projectcoronas V/MediaPlayerNative: setListener 2020-08-06 16:24:24.032 6101-6101/com.ensperity.projectcoronas V/MediaPlayerNative: disconnect 2020-08-06 16:24:24.045 6101-6101/com.ensperity.projectcoronas V/MediaPlayerNative: destructor 2020-08-06 16:24:24.045 6101-6101/com.ensperity.projectcoronas V/MediaPlayerNative: disconnect 2020-08-06 16:24:24.046 6101-6101/com.ensperity.projectcoronas W/MediaPlayer: mediaplayer went away with unhandled events 2020-08-06 16:24:32.380 6101-10820/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.LocationRequestService b] ╔═════════════════════════════════════════════ ║ getCurrentPosition LocationResult: 1 ╠═════════════════════════════════════════════ ╟─ 📍 Location[fused 31.975780,35.864008 hAcc=46 et=+1m43s242ms alt=984.199951171875 vel=0.0 bear=90.0 vAcc=2 sAcc=??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 161ms, time: 1596720272208 2020-08-06 16:24:32.385 6101-10820/com.ensperity.projectcoronas V/MediaPlayer-JNI: native_setup 2020-08-06 16:24:32.385 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: constructor 2020-08-06 16:24:32.386 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: setListener 2020-08-06 16:24:32.390 6101-10820/com.ensperity.projectcoronas V/MediaPlayer-JNI: setVolume: left 1.000000 right 1.000000 2020-08-06 16:24:32.390 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setVolume(1.000000, 1.000000) 2020-08-06 16:24:32.390 6101-10820/com.ensperity.projectcoronas V/MediaPlayer-JNI: setAuxEffectSendLevel: level 0.000000 2020-08-06 16:24:32.390 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setAuxEffectSendLevel(0.000000) 2020-08-06 16:24:32.390 6101-10820/com.ensperity.projectcoronas V/MediaPlayer-JNI: setParameter: key 1400 2020-08-06 16:24:32.390 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setParameter(1400) 2020-08-06 16:24:32.390 6101-10820/com.ensperity.projectcoronas V/MediaPlayer-JNI: set_session_id(): 41 2020-08-06 16:24:32.390 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setAudioSessionId(41) 2020-08-06 16:24:32.390 6101-10820/com.ensperity.projectcoronas V/MediaPlayer-JNI: setDataSourceFD: fd 85 2020-08-06 16:24:32.391 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: setDataSource(85, 12709644, 24314) 2020-08-06 16:24:32.401 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: setVideoSurfaceTexture 2020-08-06 16:24:32.402 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: prepare 2020-08-06 16:24:32.423 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=200, ext1=10973, ext2=0 2020-08-06 16:24:32.423 6101-6157/com.ensperity.projectcoronas W/MediaPlayerNative: info/warning (10973, 0) 2020-08-06 16:24:32.423 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:24:32.423 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:24:32.426 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=1, ext1=0, ext2=0 2020-08-06 16:24:32.426 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::notify() prepared 2020-08-06 16:24:32.426 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: signal application thread 2020-08-06 16:24:32.426 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:24:32.426 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: prepare complete - status=0 2020-08-06 16:24:32.426 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:24:32.430 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: invoke 72 2020-08-06 16:24:32.432 6101-6101/com.ensperity.projectcoronas V/MediaPlayerNative: invoke 72 2020-08-06 16:24:32.432 6101-10820/com.ensperity.projectcoronas V/MediaPlayer-JNI: start 2020-08-06 16:24:32.432 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: start 2020-08-06 16:24:32.434 6101-10820/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 45.6 2020-08-06 16:24:32.450 6101-10820/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.LocationRequestService b] SingleLocationRequest 1 isFinished? false 2020-08-06 16:24:32.453 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=6, ext1=0, ext2=0 2020-08-06 16:24:32.454 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (6, 0, 0) 2020-08-06 16:24:32.454 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:24:32.454 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:24:32.458 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:24:32.459 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask location] 2020-08-06 16:24:32.469 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:24:32.475 6101-6101/com.ensperity.projectcoronas V/MediaPlayer-JNI: getCurrentPosition: 0 (msec) 2020-08-06 16:24:32.487 6101-10720/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:24:32.487 6101-10720/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> location 2020-08-06 16:24:32.821 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=2, ext1=0, ext2=0 2020-08-06 16:24:32.821 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: playback complete 2020-08-06 16:24:32.821 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:24:32.821 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:24:32.822 6101-6101/com.ensperity.projectcoronas V/MediaPlayer: resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false 2020-08-06 16:24:32.822 6101-6101/com.ensperity.projectcoronas V/MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null 2020-08-06 16:24:32.822 6101-6101/com.ensperity.projectcoronas V/MediaPlayer-JNI: release 2020-08-06 16:24:32.822 6101-6101/com.ensperity.projectcoronas V/MediaPlayerNative: setListener 2020-08-06 16:24:32.822 6101-6101/com.ensperity.projectcoronas V/MediaPlayerNative: disconnect 2020-08-06 16:24:32.829 6101-6101/com.ensperity.projectcoronas V/MediaPlayerNative: destructor 2020-08-06 16:24:32.829 6101-6101/com.ensperity.projectcoronas V/MediaPlayerNative: disconnect 2020-08-06 16:24:38.676 6101-10820/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.LocationRequestService b] ╔═════════════════════════════════════════════ ║ getCurrentPosition LocationResult: 1 ╠═════════════════════════════════════════════ ╟─ 📍 Location[fused 31.975783,35.864006 hAcc=46 et=+1m49s572ms alt=984.199951171875 vel=0.029567804 bear=326.1492 vAcc=2 sAcc=??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 132ms, time: 1596720278539 2020-08-06 16:24:38.688 6101-10820/com.ensperity.projectcoronas V/MediaPlayer-JNI: native_setup 2020-08-06 16:24:38.688 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: constructor 2020-08-06 16:24:38.689 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: setListener 2020-08-06 16:24:38.693 6101-10820/com.ensperity.projectcoronas V/MediaPlayer-JNI: setVolume: left 1.000000 right 1.000000 2020-08-06 16:24:38.693 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setVolume(1.000000, 1.000000) 2020-08-06 16:24:38.693 6101-10820/com.ensperity.projectcoronas V/MediaPlayer-JNI: setAuxEffectSendLevel: level 0.000000 2020-08-06 16:24:38.693 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setAuxEffectSendLevel(0.000000) 2020-08-06 16:24:38.694 6101-10820/com.ensperity.projectcoronas V/MediaPlayer-JNI: setParameter: key 1400 2020-08-06 16:24:38.694 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setParameter(1400) 2020-08-06 16:24:38.694 6101-10820/com.ensperity.projectcoronas V/MediaPlayer-JNI: set_session_id(): 57 2020-08-06 16:24:38.694 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setAudioSessionId(57) 2020-08-06 16:24:38.694 6101-10820/com.ensperity.projectcoronas V/MediaPlayer-JNI: setDataSourceFD: fd 85 2020-08-06 16:24:38.694 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: setDataSource(85, 12095916, 44618) 2020-08-06 16:24:38.702 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: setVideoSurfaceTexture 2020-08-06 16:24:38.702 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: prepare 2020-08-06 16:24:38.706 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.LocationRequestService onDestroy] 2020-08-06 16:24:38.734 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=200, ext1=10973, ext2=0 2020-08-06 16:24:38.734 6101-6157/com.ensperity.projectcoronas W/MediaPlayerNative: info/warning (10973, 0) 2020-08-06 16:24:38.734 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:24:38.734 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:24:38.736 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=1, ext1=0, ext2=0 2020-08-06 16:24:38.736 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::notify() prepared 2020-08-06 16:24:38.736 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: signal application thread 2020-08-06 16:24:38.736 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:24:38.736 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: prepare complete - status=0 2020-08-06 16:24:38.736 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:24:38.746 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: invoke 72 2020-08-06 16:24:38.747 6101-6101/com.ensperity.projectcoronas V/MediaPlayerNative: invoke 72 2020-08-06 16:24:38.747 6101-10820/com.ensperity.projectcoronas V/MediaPlayer-JNI: start 2020-08-06 16:24:38.747 6101-10820/com.ensperity.projectcoronas V/MediaPlayerNative: start 2020-08-06 16:24:38.758 6101-10820/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.l.TSLocationManager onSingleLocationResult] 🔵 Acquired current position 2020-08-06 16:24:38.769 6101-10820/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.LocationRequestService b] SingleLocationRequest 1 isFinished? true 2020-08-06 16:24:38.775 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:24:38.777 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask location] 2020-08-06 16:24:38.781 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:24:38.782 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=6, ext1=0, ext2=0 2020-08-06 16:24:38.782 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (6, 0, 0) 2020-08-06 16:24:38.782 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:24:38.782 6101-6157/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:24:38.786 6101-6101/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 🎾 Start motion-activity updates 2020-08-06 16:24:38.794 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.g.TSGeofenceManager startMonitoringStationaryRegion] 🎾 Start monitoring stationary region (radius: 150.0m 31.9757796,35.8640082 hAcc=45.6) 2020-08-06 16:24:38.815 6101-10720/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:24:38.815 6101-10720/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> location 2020-08-06 16:24:38.822 6101-6101/com.ensperity.projectcoronas V/MediaPlayer-JNI: getCurrentPosition: 0 (msec) 2020-08-06 16:24:38.840 6101-6158/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0 2020-08-06 16:24:38.840 6101-6158/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (211, 0, 0) 2020-08-06 16:24:38.840 6101-6158/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:24:38.840 6101-6158/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:24:38.840 6101-6158/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0 2020-08-06 16:24:38.840 6101-6158/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (211, 0, 0) 2020-08-06 16:24:38.841 6101-6158/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:24:38.841 6101-6158/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:24:38.852 6101-6101/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.service.TrackingService i] ╔═════════════════════════════════════════════ ║ TrackingService motionchange: false ╠═════════════════════════════════════════════ 2020-08-06 16:24:38.896 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService a] 🚘 ️DetectedActivity [type=STILL, confidence=100] 2020-08-06 16:24:39.110 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.service.TrackingService onDestroy] 🔴 TrackingService destroyed 2020-08-06 16:24:39.343 6101-6158/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=2, ext1=0, ext2=0 2020-08-06 16:24:39.343 6101-6158/com.ensperity.projectcoronas V/MediaPlayerNative: playback complete 2020-08-06 16:24:39.343 6101-6158/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:24:39.343 6101-6158/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:24:39.345 6101-6101/com.ensperity.projectcoronas V/MediaPlayer: resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false 2020-08-06 16:24:39.346 6101-6101/com.ensperity.projectcoronas V/MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null 2020-08-06 16:24:39.346 6101-6101/com.ensperity.projectcoronas V/MediaPlayer-JNI: release 2020-08-06 16:24:39.346 6101-6101/com.ensperity.projectcoronas V/MediaPlayerNative: setListener 2020-08-06 16:24:39.346 6101-6101/com.ensperity.projectcoronas V/MediaPlayerNative: disconnect 2020-08-06 16:24:39.347 6101-6158/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0 2020-08-06 16:24:39.347 6101-6158/com.ensperity.projectcoronas V/MediaPlayerNative: notify(211, 0, 0) callback on disconnected mediaplayer 2020-08-06 16:24:39.353 6101-6101/com.ensperity.projectcoronas V/MediaPlayerNative: destructor 2020-08-06 16:24:39.354 6101-6101/com.ensperity.projectcoronas V/MediaPlayerNative: disconnect 2020-08-06 16:24:39.919 6101-6101/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy] 🔴 ActivityRecognitionService destroyed 2020-08-06 16:24:45.047 6101-6151/com.ensperity.projectcoronas V/MediaPlayer-JNI: native_finalize 2020-08-06 16:24:45.047 6101-6151/com.ensperity.projectcoronas V/MediaPlayer-JNI: release 2020-08-06 16:24:45.048 6101-6151/com.ensperity.projectcoronas V/MediaPlayer-JNI: native_finalize 2020-08-06 16:24:45.048 6101-6151/com.ensperity.projectcoronas V/MediaPlayer-JNI: release 2020-08-06 16:24:45.049 6101-6151/com.ensperity.projectcoronas V/MediaPlayer-JNI: native_finalize 2020-08-06 16:24:45.050 6101-6151/com.ensperity.projectcoronas V/MediaPlayer-JNI: release ```
christocracy commented 4 years ago

Please learn to use Syntax Highlighting (google: "github syntax highlighting")

It turns this mess:

Into this:

After rebooting your device, you must first unlock it for the Android BootReceiver to fire.

After rebooting your device, observe $ adb logcat *:S TSLocationManager:V flutter:V.

You will see the plugin come alive. With debug: true, you will also hear it come alive.

ammarmahafeza2 commented 4 years ago

that's means it working ?!

BootReceiver: android.intent.action.BOOT_COMPLETED 2020-08-06 16:45:43.738 6505-6505/com.ensperity.projectcoronas I/BeaconManager: BeaconManager started up on pid 6505 named 'com.ensperity.projectcoronas' for application package 'com.ensperity.projectcoronas'. isMainProcess=true 2020-08-06 16:45:43.750 6505-6505/com.ensperity.projectcoronas D/BeaconParser: Parsing beacon layout: m:2-3=beac,i:4-19,i:20-21,i:22-23,p:24-24,d:25-25 2020-08-06 16:45:43.857 6505-10569/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Landroid/app/AppGlobals;->getInitialApplication()Landroid/app/Application; (greylist, reflection, allowed) 2020-08-06 16:45:43.963 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.adapter.TSConfig print] ╔═════════════════════════════════════════════ ║ TSLocationManager version: 3.1.5 (361) ╠═════════════════════════════════════════════ ╟─ samsung SM-A115F @ 10 (flutter) { "activityRecognitionInterval": 10000, "allowIdenticalLocations": true, "authorization": { "strategy": "jwt", "accessToken": "eyJhb<redacted>", "refreshToken": "eed1c<redacted>", "refreshUrl": "http:\/\/tracker.transistorsoft.com\/api\/refresh_token", "refreshPayload": { "refresh_token": "{refreshToken}" }, "expires": -1 }, "autoSync": true, "autoSyncThreshold": 0, "batchSync": false, "configUrl": "", "debug": true, "deferTime": 0, "desiredAccuracy": -2, "desiredOdometerAccuracy": 100, "disableAutoSyncOnCellular": false, "disableElasticity": false, "disableLocationAuthorizationAlert": false, "disableMotionActivityUpdates": false, "disableStopDetection": false, "distanceFilter": 1, "elasticityMultiplier": 1, "enableHeadless": true, "enableTimestampMeta": false, "encrypt": false, "extras": {}, "fastestLocationUpdateInterval": -1, "forceReloadOnBoot": false, "forceReloadOnGeofence": false, "forceReloadOnHeartbeat": false, "forceReloadOnLocationChange": true, "forceReloadOnMotionChange": false, "forceReloadOnSchedule": false, "foregroundService": true, "geofenceInitialTriggerEntry": true, "geofenceModeHighAccuracy": false, "geofenceProximityRadius": 1000, "geofenceTemplate": "", "headers": {}, "headlessJobService": "com.transistorsoft.flutter.backgroundgeolocation.HeadlessTask", "heartbeatInterval": 120, "httpRootProperty": "location", "httpTimeout": 60000, "isMoving": false, "locationAuthorizationRequest": "Always", "locationTemplate": "", "locationTimeout": 60, "locationUpdateInterval": 5000, "locationsOrderDirection": "ASC", "logLevel": 5, "logMaxDays": 3, "maxBatchSize": -1, "maxDaysToPersist": 1, "maxRecordsToPersist": -1, "method": "POST", "minimumActivityRecognitionConfidence": 75, "motionTriggerDelay": 0, "notification": { "layout": "", "title": "", "text": "Location Service activated", "color": "", "channelName": "TSLocationManager", "smallIcon": "", "largeIcon": "", "priority": 0, "strings": {}, "actions": [] }, "params": {}, "persist": true, "persistMode": 2, "schedule": [], "scheduleUseAlarmManager": false, "speedJumpFilter": 300, "startOnBoot": true, "stationaryRadius": 25, "stopAfterElapsedMinutes": 0, "stopOnStationary": false, "stopOnTerminate": false, "stopTimeout": 1, "triggerActivities": "on_foot, walking, running, in_vehicle, on_bicycle", "url": "http:\/\/tracker.transistorsoft.com\/api\/locations", "useSignificantChangesOnly": false, "enabled": true, "schedulerEnabled": false, "trackingMode": 1, "odometer": 0, "isFirstBoot": false, "didLaunchInBackground": false } 2020-08-06 16:45:43.982 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.adapter.TSConfig print] ╔═════════════════════════════════════════════ ║ DEVICE SENSORS ╠═════════════════════════════════════════════ ╟─ ✅ ACCELEROMETER: {Sensor name="BMA255 Accelerometer", vendor="BOSCH", version=2080800, type=1, maxRange=78.4532, resolution=0.01914978, power=0.13, minDelay=4000} ╟─ ⚠️ GYROSCOPE: none. Motion-detection system performance will be degraded ╟─ ⚠️ MAGNETOMETER: none. Motion-detection system performance will be degraded ╟─ ✅ SIGNIFICANT_MOTION: {Sensor name="Significant Motion Detector", vendor="QTI", version=2, type=17, maxRange=1.0, resolution=1.0, power=0.12998962, minDelay=-1} ╚═════════════════════════════════════════════ 2020-08-06 16:45:43.990 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.BootReceiver$a run] ╔═════════════════════════════════════════════ ║ BootReceiver: com.ensperity.projectcoronas ╠═════════════════════════════════════════════ ╟─ android.intent.action.BOOT_COMPLETED 2020-08-06 16:45:44.030 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.a.BackgroundGeolocation <init>] ✅ Google Play Services: connected (version code:12451000) 2020-08-06 16:45:44.062 6505-10599/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.l.TSLocationManager$d run] ℹ️ Load last odometer location: Location[TSLocationManager 31.975803,35.864024 hAcc=42 t=?!? et=?!? vAcc=??? sAcc=??? bAcc=??? {Bundle[{odometer=0.0}]}] 2020-08-06 16:45:44.077 6505-10600/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.data.sqlite.b prune] ℹ️ PRUNE -1 days 2020-08-06 16:45:44.100 6505-10569/com.ensperity.projectcoronas D/NetworkSecurityConfig: No Network Security Config specified, using platform default 2020-08-06 16:45:44.110 6505-10569/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Ldalvik/system/CloseGuard;->get()Ldalvik/system/CloseGuard; (greylist,core-platform-api, reflection, allowed) 2020-08-06 16:45:44.110 6505-10569/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Ldalvik/system/CloseGuard;->open(Ljava/lang/String;)V (greylist,core-platform-api, reflection, allowed) 2020-08-06 16:45:44.110 6505-10569/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Ldalvik/system/CloseGuard;->warnIfOpen()V (greylist,core-platform-api, reflection, allowed) 2020-08-06 16:45:44.130 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.http.HttpService startMonitoringConnectivityChanges] 🎾 Start monitoring connectivity changes 2020-08-06 16:45:44.134 6505-10569/com.ensperity.projectcoronas D/ConnectivityManager: requestNetwork; CallingUid : 10232, CallingPid : 6505 2020-08-06 16:45:44.145 6505-10606/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.http.HttpService a] ╔═════════════════════════════════════════════ ║ 📶 Connectivity change: connected? true ╠═════════════════════════════════════════════ 2020-08-06 16:45:44.152 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.157 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.159 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask connectivitychange] 2020-08-06 16:45:44.173 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 🎾 Start motion-activity updates 2020-08-06 16:45:44.221 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.a.BackgroundGeolocation f] 🎾 Start monitoring location-provider changes 2020-08-06 16:45:44.230 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.251 6505-6729/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.263 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.g.TSGeofenceManager c] ℹ️ Persist monitored geofences: [] 2020-08-06 16:45:44.266 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.296 6505-6505/com.ensperity.projectcoronas I/AdrenoGLES: QUALCOMM build : 2ced3f2, Id01cc02572 Build Date : 12/15/19 OpenGL ES Shader Compiler Version: EV031.27.05.02 Local Branch : Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.8.6.2.R1.10.00.00.537.049 Remote Branch : NONE Reconstruct Branch : NOTHING 2020-08-06 16:45:44.296 6505-6505/com.ensperity.projectcoronas I/AdrenoGLES: Build Config : S L 8.0.10 AArch32 2020-08-06 16:45:44.305 6505-6505/com.ensperity.projectcoronas I/AdrenoGLES: PFP: 0x005ff112, ME: 0x005ff066 2020-08-06 16:45:44.413 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 🎾 Start motion-activity updates 2020-08-06 16:45:44.416 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.g.TSGeofenceManager start] 🎾 Start monitoring geofences 2020-08-06 16:45:44.420 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.http.HttpService startMonitoringConnectivityChanges] 🎾 Start monitoring connectivity changes 2020-08-06 16:45:44.428 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.locationmanager.device.a c] 🎾 Start monitoring powersave changes 2020-08-06 16:45:44.441 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.locationmanager.util.b b] ℹ️ LocationAuthorization: Permission granted 2020-08-06 16:45:44.444 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.service.HeartbeatService b] 🎾 Start heartbeat (120s) 2020-08-06 16:45:44.455 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.867 6505-10632/com.ensperity.projectcoronas I/flutter: Observatory listening on http://127.0.0.1:33215/78GbTTdeVWs=/ 2020-08-06 16:45:45.051 6505-6505/com.ensperity.projectcoronas D/BeaconParser: Parsing beacon layout: m:2-3=0215,i:4-19,i:20-21,i:22-23,p:24-24 2020-08-06 16:45:45.122 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask dispatch] [HeadlessTask] waiting for client to initialize 2020-08-06 16:45:45.126 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:45.128 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask providerchange] 2020-08-06 16:45:45.130 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask boot] 2020-08-06 16:45:45.139 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask dispatch] [HeadlessTask] waiting for client to initialize 2020-08-06 16:45:45.140 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask dispatch] [HeadlessTask] waiting for client to initialize 2020-08-06 16:45:45.169 6505-6505/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.http.HttpService flush] ╔═════════════════════════════════════════════ ║ HTTP Service (count: 0) ╠═════════════════════════════════════════════ 2020-08-06 16:45:45.591 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService a] 🚘 ️DetectedActivity [type=STILL, confidence=100] 2020-08-06 16:45:46.604 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onMethodCall] $ initialized 2020-08-06 16:45:46.624 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy] 🔴 ActivityRecognitionService destroyed 2020-08-06 16:45:46.694 6505-10609/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:45:46.694 6505-10609/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> connectivitychange 2020-08-06 16:45:46.701 6505-10609/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:45:46.701 6505-10609/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> providerchange 2020-08-06 16:45:46.768 6505-10609/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:45:46.768 6505-10609/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> boot 2020-08-06 16:45:47.096 6505-10708/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.LocationRequestService b] ╔═════════════════════════════════════════════ ║ getCurrentPosition LocationResult: 1 ╠═════════════════════════════════════════════ ╟─ 📍 Location[fused 31.975842,35.864049 hAcc=22 et=+1m35s221ms alt=984.8999633789062 vAcc=2 sAcc=??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 1125ms, time: 1596721545956 2020-08-06 16:45:47.098 6505-10599/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.LocationRequestService a] ℹ️ Location availability: true 2020-08-06 16:45:47.135 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: native_setup 2020-08-06 16:45:47.135 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: constructor 2020-08-06 16:45:47.137 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: setListener 2020-08-06 16:45:47.156 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.LocationRequestService onDestroy] 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: setVolume: left 1.000000 right 1.000000 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setVolume(1.000000, 1.000000) 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: setAuxEffectSendLevel: level 0.000000 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setAuxEffectSendLevel(0.000000) 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: setParameter: key 1400 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setParameter(1400) 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: set_session_id(): 17 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setAudioSessionId(17) 2020-08-06 16:45:47.170 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: setDataSourceFD: fd 83 2020-08-06 16:45:47.170 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: setDataSource(83, 12095916, 44618) 2020-08-06 16:45:47.279 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: setVideoSurfaceTexture 2020-08-06 16:45:47.280 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: prepare 2020-08-06 16:45:47.451 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=200, ext1=10973, ext2=0 2020-08-06 16:45:47.451 6505-6524/com.ensperity.projectcoronas W/MediaPlayerNative: info/warning (10973, 0) 2020-08-06 16:45:47.451 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.451 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.454 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=1, ext1=0, ext2=0 2020-08-06 16:45:47.454 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::notify() prepared 2020-08-06 16:45:47.454 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: signal application thread 2020-08-06 16:45:47.454 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.454 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: prepare complete - status=0 2020-08-06 16:45:47.455 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.460 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: invoke 72 2020-08-06 16:45:47.461 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: invoke 72 2020-08-06 16:45:47.464 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: start 2020-08-06 16:45:47.464 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: start 2020-08-06 16:45:47.468 6505-10708/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.l.TSLocationManager onSingleLocationResult] 🔵 Acquired current position 2020-08-06 16:45:47.470 6505-10708/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 22.34 2020-08-06 16:45:47.570 6505-10708/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.LocationRequestService b] SingleLocationRequest 1 isFinished? true 2020-08-06 16:45:47.582 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=6, ext1=0, ext2=0 2020-08-06 16:45:47.582 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (6, 0, 0) 2020-08-06 16:45:47.582 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.582 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.587 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:47.590 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask location] 2020-08-06 16:45:47.596 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:47.598 6505-6505/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.a.BackgroundGeolocation forceMainActivityReload] ℹ️ Forcing main-activity reload 2020-08-06 16:45:47.655 6505-6505/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 🎾 Start motion-activity updates 2020-08-06 16:45:47.660 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.g.TSGeofenceManager startMonitoringStationaryRegion] 🎾 Start monitoring stationary region (radius: 150.0m 31.9758424,35.8640489 hAcc=22.34) 2020-08-06 16:45:47.686 6505-6505/com.ensperity.projectcoronas V/MediaPlayer-JNI: getCurrentPosition: 0 (msec) 2020-08-06 16:45:47.690 6505-10609/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:45:47.690 6505-10609/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> location 2020-08-06 16:45:47.723 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0 2020-08-06 16:45:47.723 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (211, 0, 0) 2020-08-06 16:45:47.723 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (211, 0, 0) 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.755 6505-6505/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.service.TrackingService i] ╔═════════════════════════════════════════════ ║ TrackingService motionchange: false ╠═════════════════════════════════════════════ 2020-08-06 16:45:47.786 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService a] 🚘 ️DetectedActivity [type=STILL, confidence=100] 2020-08-06 16:45:48.015 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.service.TrackingService onDestroy] 🔴 TrackingService destroyed 2020-08-06 16:45:48.204 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=2, ext1=0, ext2=0 2020-08-06 16:45:48.204 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: playback complete 2020-08-06 16:45:48.204 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:48.204 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:48.205 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0 2020-08-06 16:45:48.205 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (211, 0, 0) 2020-08-06 16:45:48.205 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:48.205 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayer: resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayer-JNI: release 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: setListener 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: disconnect 2020-08-06 16:45:48.220 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: destructor 2020-08-06 16:45:48.220 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: disconnect 2020-08-06 16:45:48.221 6505-6505/com.ensperity.projectcoronas W/MediaPlayer: mediaplayer went away with unhandled events 2020-08-06 16:45:48.808 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy] 🔴 ActivityRecognitionService destroyed 2020-08-06 16:45:53.898 6505-6521/com.ensperity.projectcoronas V/MediaPlayer-JNI: native_finalize 2020-08-06 16:45:53.898 6505-6521/com.ensperity.projectcoronas V/MediaPlayer-JNI: release

christocracy commented 4 years ago
To
  syntax highlight 
    MULTIPLE LINES, 
  you must use 
    three backticks.

Single backticks are for inline highlighting, like this.

christocracy commented 4 years ago

ammarmahafeza2 commented 4 years ago
BootReceiver: android.intent.action.BOOT_COMPLETED 2020-08-06 16:45:43.738 6505-6505/com.ensperity.projectcoronas I/BeaconManager: BeaconManager started up on pid 6505 named 'com.ensperity.projectcoronas' for application package 'com.ensperity.projectcoronas'. isMainProcess=true 2020-08-06 16:45:43.750 6505-6505/com.ensperity.projectcoronas D/BeaconParser: Parsing beacon layout: m:2-3=beac,i:4-19,i:20-21,i:22-23,p:24-24,d:25-25 2020-08-06 16:45:43.857 6505-10569/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Landroid/app/AppGlobals;->getInitialApplication()Landroid/app/Application; (greylist, reflection, allowed) 2020-08-06 16:45:43.963 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.adapter.TSConfig print] ╔═════════════════════════════════════════════ ║ TSLocationManager version: 3.1.5 (361) ╠═════════════════════════════════════════════ ╟─ samsung SM-A115F @ 10 (flutter) { "activityRecognitionInterval": 10000, "allowIdenticalLocations": true, "authorization": { "strategy": "jwt", "accessToken": "eyJhb<redacted>", "refreshToken": "eed1c<redacted>", "refreshUrl": "http:\/\/tracker.transistorsoft.com\/api\/refresh_token", "refreshPayload": { "refresh_token": "{refreshToken}" }, "expires": -1 }, "autoSync": true, "autoSyncThreshold": 0, "batchSync": false, "configUrl": "", "debug": true, "deferTime": 0, "desiredAccuracy": -2, "desiredOdometerAccuracy": 100, "disableAutoSyncOnCellular": false, "disableElasticity": false, "disableLocationAuthorizationAlert": false, "disableMotionActivityUpdates": false, "disableStopDetection": false, "distanceFilter": 1, "elasticityMultiplier": 1, "enableHeadless": true, "enableTimestampMeta": false, "encrypt": false, "extras": {}, "fastestLocationUpdateInterval": -1, "forceReloadOnBoot": false, "forceReloadOnGeofence": false, "forceReloadOnHeartbeat": false, "forceReloadOnLocationChange": true, "forceReloadOnMotionChange": false, "forceReloadOnSchedule": false, "foregroundService": true, "geofenceInitialTriggerEntry": true, "geofenceModeHighAccuracy": false, "geofenceProximityRadius": 1000, "geofenceTemplate": "", "headers": {}, "headlessJobService": "com.transistorsoft.flutter.backgroundgeolocation.HeadlessTask", "heartbeatInterval": 120, "httpRootProperty": "location", "httpTimeout": 60000, "isMoving": false, "locationAuthorizationRequest": "Always", "locationTemplate": "", "locationTimeout": 60, "locationUpdateInterval": 5000, "locationsOrderDirection": "ASC", "logLevel": 5, "logMaxDays": 3, "maxBatchSize": -1, "maxDaysToPersist": 1, "maxRecordsToPersist": -1, "method": "POST", "minimumActivityRecognitionConfidence": 75, "motionTriggerDelay": 0, "notification": { "layout": "", "title": "", "text": "Location Service activated", "color": "", "channelName": "TSLocationManager", "smallIcon": "", "largeIcon": "", "priority": 0, "strings": {}, "actions": [] }, "params": {}, "persist": true, "persistMode": 2, "schedule": [], "scheduleUseAlarmManager": false, "speedJumpFilter": 300, "startOnBoot": true, "stationaryRadius": 25, "stopAfterElapsedMinutes": 0, "stopOnStationary": false, "stopOnTerminate": false, "stopTimeout": 1, "triggerActivities": "on_foot, walking, running, in_vehicle, on_bicycle", "url": "http:\/\/tracker.transistorsoft.com\/api\/locations", "useSignificantChangesOnly": false, "enabled": true, "schedulerEnabled": false, "trackingMode": 1, "odometer": 0, "isFirstBoot": false, "didLaunchInBackground": false } 2020-08-06 16:45:43.982 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.adapter.TSConfig print] ╔═════════════════════════════════════════════ ║ DEVICE SENSORS ╠═════════════════════════════════════════════ ╟─ ✅ ACCELEROMETER: {Sensor name="BMA255 Accelerometer", vendor="BOSCH", version=2080800, type=1, maxRange=78.4532, resolution=0.01914978, power=0.13, minDelay=4000} ╟─ ⚠️ GYROSCOPE: none. Motion-detection system performance will be degraded ╟─ ⚠️ MAGNETOMETER: none. Motion-detection system performance will be degraded ╟─ ✅ SIGNIFICANT_MOTION: {Sensor name="Significant Motion Detector", vendor="QTI", version=2, type=17, maxRange=1.0, resolution=1.0, power=0.12998962, minDelay=-1} ╚═════════════════════════════════════════════ 2020-08-06 16:45:43.990 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.BootReceiver$a run] ╔═════════════════════════════════════════════ ║ BootReceiver: com.ensperity.projectcoronas ╠═════════════════════════════════════════════ ╟─ android.intent.action.BOOT_COMPLETED 2020-08-06 16:45:44.030 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.a.BackgroundGeolocation <init>] ✅ Google Play Services: connected (version code:12451000) 2020-08-06 16:45:44.062 6505-10599/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.l.TSLocationManager$d run] ℹ️ Load last odometer location: Location[TSLocationManager 31.975803,35.864024 hAcc=42 t=?!? et=?!? vAcc=??? sAcc=??? bAcc=??? {Bundle[{odometer=0.0}]}] 2020-08-06 16:45:44.077 6505-10600/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.data.sqlite.b prune] ℹ️ PRUNE -1 days 2020-08-06 16:45:44.100 6505-10569/com.ensperity.projectcoronas D/NetworkSecurityConfig: No Network Security Config specified, using platform default 2020-08-06 16:45:44.110 6505-10569/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Ldalvik/system/CloseGuard;->get()Ldalvik/system/CloseGuard; (greylist,core-platform-api, reflection, allowed) 2020-08-06 16:45:44.110 6505-10569/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Ldalvik/system/CloseGuard;->open(Ljava/lang/String;)V (greylist,core-platform-api, reflection, allowed) 2020-08-06 16:45:44.110 6505-10569/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Ldalvik/system/CloseGuard;->warnIfOpen()V (greylist,core-platform-api, reflection, allowed) 2020-08-06 16:45:44.130 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.http.HttpService startMonitoringConnectivityChanges] 🎾 Start monitoring connectivity changes 2020-08-06 16:45:44.134 6505-10569/com.ensperity.projectcoronas D/ConnectivityManager: requestNetwork; CallingUid : 10232, CallingPid : 6505 2020-08-06 16:45:44.145 6505-10606/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.http.HttpService a] ╔═════════════════════════════════════════════ ║ 📶 Connectivity change: connected? true ╠═════════════════════════════════════════════ 2020-08-06 16:45:44.152 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.157 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.159 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask connectivitychange] 2020-08-06 16:45:44.173 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 🎾 Start motion-activity updates 2020-08-06 16:45:44.221 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.a.BackgroundGeolocation f] 🎾 Start monitoring location-provider changes 2020-08-06 16:45:44.230 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.251 6505-6729/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.263 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.g.TSGeofenceManager c] ℹ️ Persist monitored geofences: [] 2020-08-06 16:45:44.266 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.296 6505-6505/com.ensperity.projectcoronas I/AdrenoGLES: QUALCOMM build : 2ced3f2, Id01cc02572 Build Date : 12/15/19 OpenGL ES Shader Compiler Version: EV031.27.05.02 Local Branch : Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.8.6.2.R1.10.00.00.537.049 Remote Branch : NONE Reconstruct Branch : NOTHING 2020-08-06 16:45:44.296 6505-6505/com.ensperity.projectcoronas I/AdrenoGLES: Build Config : S L 8.0.10 AArch32 2020-08-06 16:45:44.305 6505-6505/com.ensperity.projectcoronas I/AdrenoGLES: PFP: 0x005ff112, ME: 0x005ff066 2020-08-06 16:45:44.413 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 🎾 Start motion-activity updates 2020-08-06 16:45:44.416 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.g.TSGeofenceManager start] 🎾 Start monitoring geofences 2020-08-06 16:45:44.420 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.http.HttpService startMonitoringConnectivityChanges] 🎾 Start monitoring connectivity changes 2020-08-06 16:45:44.428 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.locationmanager.device.a c] 🎾 Start monitoring powersave changes 2020-08-06 16:45:44.441 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.locationmanager.util.b b] ℹ️ LocationAuthorization: Permission granted 2020-08-06 16:45:44.444 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.service.HeartbeatService b] 🎾 Start heartbeat (120s) 2020-08-06 16:45:44.455 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.867 6505-10632/com.ensperity.projectcoronas I/flutter: Observatory listening on http://127.0.0.1:33215/78GbTTdeVWs=/ 2020-08-06 16:45:45.051 6505-6505/com.ensperity.projectcoronas D/BeaconParser: Parsing beacon layout: m:2-3=0215,i:4-19,i:20-21,i:22-23,p:24-24 2020-08-06 16:45:45.122 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask dispatch] [HeadlessTask] waiting for client to initialize 2020-08-06 16:45:45.126 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:45.128 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask providerchange] 2020-08-06 16:45:45.130 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask boot] 2020-08-06 16:45:45.139 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask dispatch] [HeadlessTask] waiting for client to initialize 2020-08-06 16:45:45.140 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask dispatch] [HeadlessTask] waiting for client to initialize 2020-08-06 16:45:45.169 6505-6505/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.http.HttpService flush] ╔═════════════════════════════════════════════ ║ HTTP Service (count: 0) ╠═════════════════════════════════════════════ 2020-08-06 16:45:45.591 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService a] 🚘 ️DetectedActivity [type=STILL, confidence=100] 2020-08-06 16:45:46.604 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onMethodCall] $ initialized 2020-08-06 16:45:46.624 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy] 🔴 ActivityRecognitionService destroyed 2020-08-06 16:45:46.694 6505-10609/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:45:46.694 6505-10609/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> connectivitychange 2020-08-06 16:45:46.701 6505-10609/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:45:46.701 6505-10609/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> providerchange 2020-08-06 16:45:46.768 6505-10609/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:45:46.768 6505-10609/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> boot 2020-08-06 16:45:47.096 6505-10708/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.LocationRequestService b] ╔═════════════════════════════════════════════ ║ getCurrentPosition LocationResult: 1 ╠═════════════════════════════════════════════ ╟─ 📍 Location[fused 31.975842,35.864049 hAcc=22 et=+1m35s221ms alt=984.8999633789062 vAcc=2 sAcc=??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 1125ms, time: 1596721545956 2020-08-06 16:45:47.098 6505-10599/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.LocationRequestService a] ℹ️ Location availability: true 2020-08-06 16:45:47.135 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: native_setup 2020-08-06 16:45:47.135 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: constructor 2020-08-06 16:45:47.137 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: setListener 2020-08-06 16:45:47.156 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.LocationRequestService onDestroy] 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: setVolume: left 1.000000 right 1.000000 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setVolume(1.000000, 1.000000) 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: setAuxEffectSendLevel: level 0.000000 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setAuxEffectSendLevel(0.000000) 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: setParameter: key 1400 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setParameter(1400) 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: set_session_id(): 17 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setAudioSessionId(17) 2020-08-06 16:45:47.170 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: setDataSourceFD: fd 83 2020-08-06 16:45:47.170 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: setDataSource(83, 12095916, 44618) 2020-08-06 16:45:47.279 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: setVideoSurfaceTexture 2020-08-06 16:45:47.280 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: prepare 2020-08-06 16:45:47.451 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=200, ext1=10973, ext2=0 2020-08-06 16:45:47.451 6505-6524/com.ensperity.projectcoronas W/MediaPlayerNative: info/warning (10973, 0) 2020-08-06 16:45:47.451 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.451 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.454 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=1, ext1=0, ext2=0 2020-08-06 16:45:47.454 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::notify() prepared 2020-08-06 16:45:47.454 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: signal application thread 2020-08-06 16:45:47.454 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.454 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: prepare complete - status=0 2020-08-06 16:45:47.455 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.460 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: invoke 72 2020-08-06 16:45:47.461 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: invoke 72 2020-08-06 16:45:47.464 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: start 2020-08-06 16:45:47.464 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: start 2020-08-06 16:45:47.468 6505-10708/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.l.TSLocationManager onSingleLocationResult] 🔵 Acquired current position 2020-08-06 16:45:47.470 6505-10708/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 22.34 2020-08-06 16:45:47.570 6505-10708/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.LocationRequestService b] SingleLocationRequest 1 isFinished? true 2020-08-06 16:45:47.582 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=6, ext1=0, ext2=0 2020-08-06 16:45:47.582 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (6, 0, 0) 2020-08-06 16:45:47.582 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.582 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.587 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:47.590 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask location] 2020-08-06 16:45:47.596 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:47.598 6505-6505/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.a.BackgroundGeolocation forceMainActivityReload] ℹ️ Forcing main-activity reload 2020-08-06 16:45:47.655 6505-6505/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 🎾 Start motion-activity updates 2020-08-06 16:45:47.660 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.g.TSGeofenceManager startMonitoringStationaryRegion] 🎾 Start monitoring stationary region (radius: 150.0m 31.9758424,35.8640489 hAcc=22.34) 2020-08-06 16:45:47.686 6505-6505/com.ensperity.projectcoronas V/MediaPlayer-JNI: getCurrentPosition: 0 (msec) 2020-08-06 16:45:47.690 6505-10609/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:45:47.690 6505-10609/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> location 2020-08-06 16:45:47.723 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0 2020-08-06 16:45:47.723 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (211, 0, 0) 2020-08-06 16:45:47.723 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (211, 0, 0) 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.755 6505-6505/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.service.TrackingService i] ╔═════════════════════════════════════════════ ║ TrackingService motionchange: false ╠═════════════════════════════════════════════ 2020-08-06 16:45:47.786 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService a] 🚘 ️DetectedActivity [type=STILL, confidence=100] 2020-08-06 16:45:48.015 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.service.TrackingService onDestroy] 🔴 TrackingService destroyed 2020-08-06 16:45:48.204 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=2, ext1=0, ext2=0 2020-08-06 16:45:48.204 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: playback complete 2020-08-06 16:45:48.204 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:48.204 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:48.205 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0 2020-08-06 16:45:48.205 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (211, 0, 0) 2020-08-06 16:45:48.205 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:48.205 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayer: resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayer-JNI: release 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: setListener 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: disconnect 2020-08-06 16:45:48.220 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: destructor 2020-08-06 16:45:48.220 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: disconnect 2020-08-06 16:45:48.221 6505-6505/com.ensperity.projectcoronas W/MediaPlayer: mediaplayer went away with unhandled events 2020-08-06 16:45:48.808 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy] 🔴 ActivityRecognitionService destroyed 2020-08-06 16:45:53.898 6505-6521/com.ensperity.projectcoronas V/MediaPlayer-JNI: native_finalize 2020-08-06 16:45:53.898 6505-6521/com.ensperity.projectcoronas V/MediaPlayer-JNI: release
ammarmahafeza2 commented 4 years ago

`

BootReceiver: android.intent.action.BOOT_COMPLETED 2020-08-06 16:45:43.738 6505-6505/com.ensperity.projectcoronas I/BeaconManager: BeaconManager started up on pid 6505 named 'com.ensperity.projectcoronas' for application package 'com.ensperity.projectcoronas'. isMainProcess=true 2020-08-06 16:45:43.750 6505-6505/com.ensperity.projectcoronas D/BeaconParser: Parsing beacon layout: m:2-3=beac,i:4-19,i:20-21,i:22-23,p:24-24,d:25-25 2020-08-06 16:45:43.857 6505-10569/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Landroid/app/AppGlobals;->getInitialApplication()Landroid/app/Application; (greylist, reflection, allowed) 2020-08-06 16:45:43.963 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.adapter.TSConfig print] ╔═════════════════════════════════════════════ ║ TSLocationManager version: 3.1.5 (361) ╠═════════════════════════════════════════════ ╟─ samsung SM-A115F @ 10 (flutter) { "activityRecognitionInterval": 10000, "allowIdenticalLocations": true, "authorization": { "strategy": "jwt", "accessToken": "eyJhb<redacted>", "refreshToken": "eed1c<redacted>", "refreshUrl": "http:\/\/tracker.transistorsoft.com\/api\/refresh_token", "refreshPayload": { "refresh_token": "{refreshToken}" }, "expires": -1 }, "autoSync": true, "autoSyncThreshold": 0, "batchSync": false, "configUrl": "", "debug": true, "deferTime": 0, "desiredAccuracy": -2, "desiredOdometerAccuracy": 100, "disableAutoSyncOnCellular": false, "disableElasticity": false, "disableLocationAuthorizationAlert": false, "disableMotionActivityUpdates": false, "disableStopDetection": false, "distanceFilter": 1, "elasticityMultiplier": 1, "enableHeadless": true, "enableTimestampMeta": false, "encrypt": false, "extras": {}, "fastestLocationUpdateInterval": -1, "forceReloadOnBoot": false, "forceReloadOnGeofence": false, "forceReloadOnHeartbeat": false, "forceReloadOnLocationChange": true, "forceReloadOnMotionChange": false, "forceReloadOnSchedule": false, "foregroundService": true, "geofenceInitialTriggerEntry": true, "geofenceModeHighAccuracy": false, "geofenceProximityRadius": 1000, "geofenceTemplate": "", "headers": {}, "headlessJobService": "com.transistorsoft.flutter.backgroundgeolocation.HeadlessTask", "heartbeatInterval": 120, "httpRootProperty": "location", "httpTimeout": 60000, "isMoving": false, "locationAuthorizationRequest": "Always", "locationTemplate": "", "locationTimeout": 60, "locationUpdateInterval": 5000, "locationsOrderDirection": "ASC", "logLevel": 5, "logMaxDays": 3, "maxBatchSize": -1, "maxDaysToPersist": 1, "maxRecordsToPersist": -1, "method": "POST", "minimumActivityRecognitionConfidence": 75, "motionTriggerDelay": 0, "notification": { "layout": "", "title": "", "text": "Location Service activated", "color": "", "channelName": "TSLocationManager", "smallIcon": "", "largeIcon": "", "priority": 0, "strings": {}, "actions": [] }, "params": {}, "persist": true, "persistMode": 2, "schedule": [], "scheduleUseAlarmManager": false, "speedJumpFilter": 300, "startOnBoot": true, "stationaryRadius": 25, "stopAfterElapsedMinutes": 0, "stopOnStationary": false, "stopOnTerminate": false, "stopTimeout": 1, "triggerActivities": "on_foot, walking, running, in_vehicle, on_bicycle", "url": "http:\/\/tracker.transistorsoft.com\/api\/locations", "useSignificantChangesOnly": false, "enabled": true, "schedulerEnabled": false, "trackingMode": 1, "odometer": 0, "isFirstBoot": false, "didLaunchInBackground": false } 2020-08-06 16:45:43.982 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.adapter.TSConfig print] ╔═════════════════════════════════════════════ ║ DEVICE SENSORS ╠═════════════════════════════════════════════ ╟─ ✅ ACCELEROMETER: {Sensor name="BMA255 Accelerometer", vendor="BOSCH", version=2080800, type=1, maxRange=78.4532, resolution=0.01914978, power=0.13, minDelay=4000} ╟─ ⚠️ GYROSCOPE: none. Motion-detection system performance will be degraded ╟─ ⚠️ MAGNETOMETER: none. Motion-detection system performance will be degraded ╟─ ✅ SIGNIFICANT_MOTION: {Sensor name="Significant Motion Detector", vendor="QTI", version=2, type=17, maxRange=1.0, resolution=1.0, power=0.12998962, minDelay=-1} ╚═════════════════════════════════════════════ 2020-08-06 16:45:43.990 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.BootReceiver$a run] ╔═════════════════════════════════════════════ ║ BootReceiver: com.ensperity.projectcoronas ╠═════════════════════════════════════════════ ╟─ android.intent.action.BOOT_COMPLETED 2020-08-06 16:45:44.030 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.a.BackgroundGeolocation <init>] ✅ Google Play Services: connected (version code:12451000) 2020-08-06 16:45:44.062 6505-10599/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.l.TSLocationManager$d run] ℹ️ Load last odometer location: Location[TSLocationManager 31.975803,35.864024 hAcc=42 t=?!? et=?!? vAcc=??? sAcc=??? bAcc=??? {Bundle[{odometer=0.0}]}] 2020-08-06 16:45:44.077 6505-10600/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.data.sqlite.b prune] ℹ️ PRUNE -1 days 2020-08-06 16:45:44.100 6505-10569/com.ensperity.projectcoronas D/NetworkSecurityConfig: No Network Security Config specified, using platform default 2020-08-06 16:45:44.110 6505-10569/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Ldalvik/system/CloseGuard;->get()Ldalvik/system/CloseGuard; (greylist,core-platform-api, reflection, allowed) 2020-08-06 16:45:44.110 6505-10569/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Ldalvik/system/CloseGuard;->open(Ljava/lang/String;)V (greylist,core-platform-api, reflection, allowed) 2020-08-06 16:45:44.110 6505-10569/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Ldalvik/system/CloseGuard;->warnIfOpen()V (greylist,core-platform-api, reflection, allowed) 2020-08-06 16:45:44.130 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.http.HttpService startMonitoringConnectivityChanges] 🎾 Start monitoring connectivity changes 2020-08-06 16:45:44.134 6505-10569/com.ensperity.projectcoronas D/ConnectivityManager: requestNetwork; CallingUid : 10232, CallingPid : 6505 2020-08-06 16:45:44.145 6505-10606/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.http.HttpService a] ╔═════════════════════════════════════════════ ║ 📶 Connectivity change: connected? true ╠═════════════════════════════════════════════ 2020-08-06 16:45:44.152 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.157 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.159 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask connectivitychange] 2020-08-06 16:45:44.173 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 🎾 Start motion-activity updates 2020-08-06 16:45:44.221 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.a.BackgroundGeolocation f] 🎾 Start monitoring location-provider changes 2020-08-06 16:45:44.230 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.251 6505-6729/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.263 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.g.TSGeofenceManager c] ℹ️ Persist monitored geofences: [] 2020-08-06 16:45:44.266 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.296 6505-6505/com.ensperity.projectcoronas I/AdrenoGLES: QUALCOMM build : 2ced3f2, Id01cc02572 Build Date : 12/15/19 OpenGL ES Shader Compiler Version: EV031.27.05.02 Local Branch : Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.8.6.2.R1.10.00.00.537.049 Remote Branch : NONE Reconstruct Branch : NOTHING 2020-08-06 16:45:44.296 6505-6505/com.ensperity.projectcoronas I/AdrenoGLES: Build Config : S L 8.0.10 AArch32 2020-08-06 16:45:44.305 6505-6505/com.ensperity.projectcoronas I/AdrenoGLES: PFP: 0x005ff112, ME: 0x005ff066 2020-08-06 16:45:44.413 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 🎾 Start motion-activity updates 2020-08-06 16:45:44.416 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.g.TSGeofenceManager start] 🎾 Start monitoring geofences 2020-08-06 16:45:44.420 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.http.HttpService startMonitoringConnectivityChanges] 🎾 Start monitoring connectivity changes 2020-08-06 16:45:44.428 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.locationmanager.device.a c] 🎾 Start monitoring powersave changes 2020-08-06 16:45:44.441 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.locationmanager.util.b b] ℹ️ LocationAuthorization: Permission granted 2020-08-06 16:45:44.444 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.service.HeartbeatService b] 🎾 Start heartbeat (120s) 2020-08-06 16:45:44.455 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.867 6505-10632/com.ensperity.projectcoronas I/flutter: Observatory listening on http://127.0.0.1:33215/78GbTTdeVWs=/ 2020-08-06 16:45:45.051 6505-6505/com.ensperity.projectcoronas D/BeaconParser: Parsing beacon layout: m:2-3=0215,i:4-19,i:20-21,i:22-23,p:24-24 2020-08-06 16:45:45.122 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask dispatch] [HeadlessTask] waiting for client to initialize 2020-08-06 16:45:45.126 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:45.128 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask providerchange] 2020-08-06 16:45:45.130 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask boot] 2020-08-06 16:45:45.139 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask dispatch] [HeadlessTask] waiting for client to initialize 2020-08-06 16:45:45.140 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask dispatch] [HeadlessTask] waiting for client to initialize 2020-08-06 16:45:45.169 6505-6505/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.http.HttpService flush] ╔═════════════════════════════════════════════ ║ HTTP Service (count: 0) ╠═════════════════════════════════════════════ 2020-08-06 16:45:45.591 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService a] 🚘 ️DetectedActivity [type=STILL, confidence=100] 2020-08-06 16:45:46.604 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onMethodCall] $ initialized 2020-08-06 16:45:46.624 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy] 🔴 ActivityRecognitionService destroyed 2020-08-06 16:45:46.694 6505-10609/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:45:46.694 6505-10609/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> connectivitychange 2020-08-06 16:45:46.701 6505-10609/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:45:46.701 6505-10609/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> providerchange 2020-08-06 16:45:46.768 6505-10609/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:45:46.768 6505-10609/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> boot 2020-08-06 16:45:47.096 6505-10708/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.LocationRequestService b] ╔═════════════════════════════════════════════ ║ getCurrentPosition LocationResult: 1 ╠═════════════════════════════════════════════ ╟─ 📍 Location[fused 31.975842,35.864049 hAcc=22 et=+1m35s221ms alt=984.8999633789062 vAcc=2 sAcc=??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 1125ms, time: 1596721545956 2020-08-06 16:45:47.098 6505-10599/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.LocationRequestService a] ℹ️ Location availability: true 2020-08-06 16:45:47.135 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: native_setup 2020-08-06 16:45:47.135 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: constructor 2020-08-06 16:45:47.137 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: setListener 2020-08-06 16:45:47.156 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.LocationRequestService onDestroy] 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: setVolume: left 1.000000 right 1.000000 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setVolume(1.000000, 1.000000) 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: setAuxEffectSendLevel: level 0.000000 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setAuxEffectSendLevel(0.000000) 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: setParameter: key 1400 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setParameter(1400) 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: set_session_id(): 17 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setAudioSessionId(17) 2020-08-06 16:45:47.170 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: setDataSourceFD: fd 83 2020-08-06 16:45:47.170 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: setDataSource(83, 12095916, 44618) 2020-08-06 16:45:47.279 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: setVideoSurfaceTexture 2020-08-06 16:45:47.280 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: prepare 2020-08-06 16:45:47.451 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=200, ext1=10973, ext2=0 2020-08-06 16:45:47.451 6505-6524/com.ensperity.projectcoronas W/MediaPlayerNative: info/warning (10973, 0) 2020-08-06 16:45:47.451 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.451 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.454 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=1, ext1=0, ext2=0 2020-08-06 16:45:47.454 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::notify() prepared 2020-08-06 16:45:47.454 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: signal application thread 2020-08-06 16:45:47.454 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.454 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: prepare complete - status=0 2020-08-06 16:45:47.455 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.460 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: invoke 72 2020-08-06 16:45:47.461 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: invoke 72 2020-08-06 16:45:47.464 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: start 2020-08-06 16:45:47.464 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: start 2020-08-06 16:45:47.468 6505-10708/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.l.TSLocationManager onSingleLocationResult] 🔵 Acquired current position 2020-08-06 16:45:47.470 6505-10708/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 22.34 2020-08-06 16:45:47.570 6505-10708/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.LocationRequestService b] SingleLocationRequest 1 isFinished? true 2020-08-06 16:45:47.582 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=6, ext1=0, ext2=0 2020-08-06 16:45:47.582 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (6, 0, 0) 2020-08-06 16:45:47.582 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.582 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.587 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:47.590 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask location] 2020-08-06 16:45:47.596 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:47.598 6505-6505/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.a.BackgroundGeolocation forceMainActivityReload] ℹ️ Forcing main-activity reload 2020-08-06 16:45:47.655 6505-6505/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 🎾 Start motion-activity updates 2020-08-06 16:45:47.660 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.g.TSGeofenceManager startMonitoringStationaryRegion] 🎾 Start monitoring stationary region (radius: 150.0m 31.9758424,35.8640489 hAcc=22.34) 2020-08-06 16:45:47.686 6505-6505/com.ensperity.projectcoronas V/MediaPlayer-JNI: getCurrentPosition: 0 (msec) 2020-08-06 16:45:47.690 6505-10609/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:45:47.690 6505-10609/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> location 2020-08-06 16:45:47.723 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0 2020-08-06 16:45:47.723 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (211, 0, 0) 2020-08-06 16:45:47.723 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (211, 0, 0) 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.755 6505-6505/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.service.TrackingService i] ╔═════════════════════════════════════════════ ║ TrackingService motionchange: false ╠═════════════════════════════════════════════ 2020-08-06 16:45:47.786 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService a] 🚘 ️DetectedActivity [type=STILL, confidence=100] 2020-08-06 16:45:48.015 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.service.TrackingService onDestroy] 🔴 TrackingService destroyed 2020-08-06 16:45:48.204 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=2, ext1=0, ext2=0 2020-08-06 16:45:48.204 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: playback complete 2020-08-06 16:45:48.204 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:48.204 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:48.205 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0 2020-08-06 16:45:48.205 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (211, 0, 0) 2020-08-06 16:45:48.205 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:48.205 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayer: resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayer-JNI: release 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: setListener 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: disconnect 2020-08-06 16:45:48.220 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: destructor 2020-08-06 16:45:48.220 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: disconnect 2020-08-06 16:45:48.221 6505-6505/com.ensperity.projectcoronas W/MediaPlayer: mediaplayer went away with unhandled events 2020-08-06 16:45:48.808 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy] 🔴 ActivityRecognitionService destroyed 2020-08-06 16:45:53.898 6505-6521/com.ensperity.projectcoronas V/MediaPlayer-JNI: native_finalize 2020-08-06 16:45:53.898 6505-6521/com.ensperity.projectcoronas V/MediaPlayer-JNI: release

`

christocracy commented 4 years ago

Now you've managed to place ~20k of logs into a single line.

ammarmahafeza2 commented 4 years ago

'''

BootReceiver: android.intent.action.BOOT_COMPLETED 2020-08-06 16:45:43.738 6505-6505/com.ensperity.projectcoronas I/BeaconManager: BeaconManager started up on pid 6505 named 'com.ensperity.projectcoronas' for application package 'com.ensperity.projectcoronas'. isMainProcess=true 2020-08-06 16:45:43.750 6505-6505/com.ensperity.projectcoronas D/BeaconParser: Parsing beacon layout: m:2-3=beac,i:4-19,i:20-21,i:22-23,p:24-24,d:25-25 2020-08-06 16:45:43.857 6505-10569/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Landroid/app/AppGlobals;->getInitialApplication()Landroid/app/Application; (greylist, reflection, allowed) 2020-08-06 16:45:43.963 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.adapter.TSConfig print] ╔═════════════════════════════════════════════ ║ TSLocationManager version: 3.1.5 (361) ╠═════════════════════════════════════════════ ╟─ samsung SM-A115F @ 10 (flutter) { "activityRecognitionInterval": 10000, "allowIdenticalLocations": true, "authorization": { "strategy": "jwt", "accessToken": "eyJhb", "refreshToken": "eed1c", "refreshUrl": "http:\/\/tracker.transistorsoft.com\/api\/refresh_token", "refreshPayload": { "refresh_token": "{refreshToken}" }, "expires": -1 }, "autoSync": true, "autoSyncThreshold": 0, "batchSync": false, "configUrl": "", "debug": true, "deferTime": 0, "desiredAccuracy": -2, "desiredOdometerAccuracy": 100, "disableAutoSyncOnCellular": false, "disableElasticity": false, "disableLocationAuthorizationAlert": false, "disableMotionActivityUpdates": false, "disableStopDetection": false, "distanceFilter": 1, "elasticityMultiplier": 1, "enableHeadless": true, "enableTimestampMeta": false, "encrypt": false, "extras": {}, "fastestLocationUpdateInterval": -1, "forceReloadOnBoot": false, "forceReloadOnGeofence": false, "forceReloadOnHeartbeat": false, "forceReloadOnLocationChange": true, "forceReloadOnMotionChange": false, "forceReloadOnSchedule": false, "foregroundService": true, "geofenceInitialTriggerEntry": true, "geofenceModeHighAccuracy": false, "geofenceProximityRadius": 1000, "geofenceTemplate": "", "headers": {}, "headlessJobService": "com.transistorsoft.flutter.backgroundgeolocation.HeadlessTask", "heartbeatInterval": 120, "httpRootProperty": "location", "httpTimeout": 60000, "isMoving": false, "locationAuthorizationRequest": "Always", "locationTemplate": "", "locationTimeout": 60, "locationUpdateInterval": 5000, "locationsOrderDirection": "ASC", "logLevel": 5, "logMaxDays": 3, "maxBatchSize": -1, "maxDaysToPersist": 1, "maxRecordsToPersist": -1, "method": "POST", "minimumActivityRecognitionConfidence": 75, "motionTriggerDelay": 0, "notification": { "layout": "", "title": "", "text": "Location Service activated", "color": "", "channelName": "TSLocationManager", "smallIcon": "", "largeIcon": "", "priority": 0, "strings": {}, "actions": [] }, "params": {}, "persist": true, "persistMode": 2, "schedule": [], "scheduleUseAlarmManager": false, "speedJumpFilter": 300, "startOnBoot": true, "stationaryRadius": 25, "stopAfterElapsedMinutes": 0, "stopOnStationary": false, "stopOnTerminate": false, "stopTimeout": 1, "triggerActivities": "on_foot, walking, running, in_vehicle, on_bicycle", "url": "http:\/\/tracker.transistorsoft.com\/api\/locations", "useSignificantChangesOnly": false, "enabled": true, "schedulerEnabled": false, "trackingMode": 1, "odometer": 0, "isFirstBoot": false, "didLaunchInBackground": false } 2020-08-06 16:45:43.982 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.adapter.TSConfig print] ╔═════════════════════════════════════════════ ║ DEVICE SENSORS ╠═════════════════════════════════════════════ ╟─ ✅ ACCELEROMETER: {Sensor name="BMA255 Accelerometer", vendor="BOSCH", version=2080800, type=1, maxRange=78.4532, resolution=0.01914978, power=0.13, minDelay=4000} ╟─ ⚠️ GYROSCOPE: none. Motion-detection system performance will be degraded ╟─ ⚠️ MAGNETOMETER: none. Motion-detection system performance will be degraded ╟─ ✅ SIGNIFICANT_MOTION: {Sensor name="Significant Motion Detector", vendor="QTI", version=2, type=17, maxRange=1.0, resolution=1.0, power=0.12998962, minDelay=-1} ╚═════════════════════════════════════════════ 2020-08-06 16:45:43.990 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.BootReceiver$a run] ╔═════════════════════════════════════════════ ║ BootReceiver: com.ensperity.projectcoronas ╠═════════════════════════════════════════════ ╟─ android.intent.action.BOOT_COMPLETED 2020-08-06 16:45:44.030 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.a.BackgroundGeolocation ] ✅ Google Play Services: connected (version code:12451000) 2020-08-06 16:45:44.062 6505-10599/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.l.TSLocationManager$d run] ℹ️ Load last odometer location: Location[TSLocationManager 31.975803,35.864024 hAcc=42 t=?!? et=?!? vAcc=??? sAcc=??? bAcc=??? {Bundle[{odometer=0.0}]}] 2020-08-06 16:45:44.077 6505-10600/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.data.sqlite.b prune] ℹ️ PRUNE -1 days 2020-08-06 16:45:44.100 6505-10569/com.ensperity.projectcoronas D/NetworkSecurityConfig: No Network Security Config specified, using platform default 2020-08-06 16:45:44.110 6505-10569/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Ldalvik/system/CloseGuard;->get()Ldalvik/system/CloseGuard; (greylist,core-platform-api, reflection, allowed) 2020-08-06 16:45:44.110 6505-10569/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Ldalvik/system/CloseGuard;->open(Ljava/lang/String;)V (greylist,core-platform-api, reflection, allowed) 2020-08-06 16:45:44.110 6505-10569/com.ensperity.projectcoronas W/.projectcorona: Accessing hidden method Ldalvik/system/CloseGuard;->warnIfOpen()V (greylist,core-platform-api, reflection, allowed) 2020-08-06 16:45:44.130 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.http.HttpService startMonitoringConnectivityChanges] 🎾 Start monitoring connectivity changes 2020-08-06 16:45:44.134 6505-10569/com.ensperity.projectcoronas D/ConnectivityManager: requestNetwork; CallingUid : 10232, CallingPid : 6505 2020-08-06 16:45:44.145 6505-10606/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.http.HttpService a] ╔═════════════════════════════════════════════ ║ 📶 Connectivity change: connected? true ╠═════════════════════════════════════════════ 2020-08-06 16:45:44.152 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.157 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.159 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask connectivitychange] 2020-08-06 16:45:44.173 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 🎾 Start motion-activity updates 2020-08-06 16:45:44.221 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.a.BackgroundGeolocation f] 🎾 Start monitoring location-provider changes 2020-08-06 16:45:44.230 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.251 6505-6729/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.263 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.g.TSGeofenceManager c] ℹ️ Persist monitored geofences: [] 2020-08-06 16:45:44.266 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.296 6505-6505/com.ensperity.projectcoronas I/AdrenoGLES: QUALCOMM build : 2ced3f2, Id01cc02572 Build Date : 12/15/19 OpenGL ES Shader Compiler Version: EV031.27.05.02 Local Branch : Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.8.6.2.R1.10.00.00.537.049 Remote Branch : NONE Reconstruct Branch : NOTHING 2020-08-06 16:45:44.296 6505-6505/com.ensperity.projectcoronas I/AdrenoGLES: Build Config : S L 8.0.10 AArch32 2020-08-06 16:45:44.305 6505-6505/com.ensperity.projectcoronas I/AdrenoGLES: PFP: 0x005ff112, ME: 0x005ff066 2020-08-06 16:45:44.413 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 🎾 Start motion-activity updates 2020-08-06 16:45:44.416 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.g.TSGeofenceManager start] 🎾 Start monitoring geofences 2020-08-06 16:45:44.420 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.http.HttpService startMonitoringConnectivityChanges] 🎾 Start monitoring connectivity changes 2020-08-06 16:45:44.428 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.locationmanager.device.a c] 🎾 Start monitoring powersave changes 2020-08-06 16:45:44.441 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.locationmanager.util.b b] ℹ️ LocationAuthorization: Permission granted 2020-08-06 16:45:44.444 6505-10569/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.service.HeartbeatService b] 🎾 Start heartbeat (120s) 2020-08-06 16:45:44.455 6505-10569/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:44.867 6505-10632/com.ensperity.projectcoronas I/flutter: Observatory listening on http://127.0.0.1:33215/78GbTTdeVWs=/ 2020-08-06 16:45:45.051 6505-6505/com.ensperity.projectcoronas D/BeaconParser: Parsing beacon layout: m:2-3=0215,i:4-19,i:20-21,i:22-23,p:24-24 2020-08-06 16:45:45.122 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask dispatch] [HeadlessTask] waiting for client to initialize 2020-08-06 16:45:45.126 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:45.128 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask providerchange] 2020-08-06 16:45:45.130 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask boot] 2020-08-06 16:45:45.139 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask dispatch] [HeadlessTask] waiting for client to initialize 2020-08-06 16:45:45.140 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask dispatch] [HeadlessTask] waiting for client to initialize 2020-08-06 16:45:45.169 6505-6505/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.http.HttpService flush] ╔═════════════════════════════════════════════ ║ HTTP Service (count: 0) ╠═════════════════════════════════════════════ 2020-08-06 16:45:45.591 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService a] 🚘 ️DetectedActivity [type=STILL, confidence=100] 2020-08-06 16:45:46.604 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onMethodCall] $ initialized 2020-08-06 16:45:46.624 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy] 🔴 ActivityRecognitionService destroyed 2020-08-06 16:45:46.694 6505-10609/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:45:46.694 6505-10609/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> connectivitychange 2020-08-06 16:45:46.701 6505-10609/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:45:46.701 6505-10609/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> providerchange 2020-08-06 16:45:46.768 6505-10609/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:45:46.768 6505-10609/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> boot 2020-08-06 16:45:47.096 6505-10708/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.LocationRequestService b] ╔═════════════════════════════════════════════ ║ getCurrentPosition LocationResult: 1 ╠═════════════════════════════════════════════ ╟─ 📍 Location[fused 31.975842,35.864049 hAcc=22 et=+1m35s221ms alt=984.8999633789062 vAcc=2 sAcc=??? bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 1125ms, time: 1596721545956 2020-08-06 16:45:47.098 6505-10599/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.LocationRequestService a] ℹ️ Location availability: true 2020-08-06 16:45:47.135 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: native_setup 2020-08-06 16:45:47.135 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: constructor 2020-08-06 16:45:47.137 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: setListener 2020-08-06 16:45:47.156 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.LocationRequestService onDestroy] 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: setVolume: left 1.000000 right 1.000000 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setVolume(1.000000, 1.000000) 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: setAuxEffectSendLevel: level 0.000000 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setAuxEffectSendLevel(0.000000) 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: setParameter: key 1400 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setParameter(1400) 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: set_session_id(): 17 2020-08-06 16:45:47.166 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::setAudioSessionId(17) 2020-08-06 16:45:47.170 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: setDataSourceFD: fd 83 2020-08-06 16:45:47.170 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: setDataSource(83, 12095916, 44618) 2020-08-06 16:45:47.279 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: setVideoSurfaceTexture 2020-08-06 16:45:47.280 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: prepare 2020-08-06 16:45:47.451 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=200, ext1=10973, ext2=0 2020-08-06 16:45:47.451 6505-6524/com.ensperity.projectcoronas W/MediaPlayerNative: info/warning (10973, 0) 2020-08-06 16:45:47.451 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.451 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.454 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=1, ext1=0, ext2=0 2020-08-06 16:45:47.454 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: MediaPlayer::notify() prepared 2020-08-06 16:45:47.454 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: signal application thread 2020-08-06 16:45:47.454 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.454 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: prepare complete - status=0 2020-08-06 16:45:47.455 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.460 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: invoke 72 2020-08-06 16:45:47.461 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: invoke 72 2020-08-06 16:45:47.464 6505-10708/com.ensperity.projectcoronas V/MediaPlayer-JNI: start 2020-08-06 16:45:47.464 6505-10708/com.ensperity.projectcoronas V/MediaPlayerNative: start 2020-08-06 16:45:47.468 6505-10708/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.l.TSLocationManager onSingleLocationResult] 🔵 Acquired current position 2020-08-06 16:45:47.470 6505-10708/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 22.34 2020-08-06 16:45:47.570 6505-10708/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.LocationRequestService b] SingleLocationRequest 1 isFinished? true 2020-08-06 16:45:47.582 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=6, ext1=0, ext2=0 2020-08-06 16:45:47.582 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (6, 0, 0) 2020-08-06 16:45:47.582 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.582 6505-6524/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.587 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:47.590 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask location] 2020-08-06 16:45:47.596 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 2020-08-06 16:45:47.598 6505-6505/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.a.BackgroundGeolocation forceMainActivityReload] ℹ️ Forcing main-activity reload 2020-08-06 16:45:47.655 6505-6505/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 🎾 Start motion-activity updates 2020-08-06 16:45:47.660 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.g.TSGeofenceManager startMonitoringStationaryRegion] 🎾 Start monitoring stationary region (radius: 150.0m 31.9758424,35.8640489 hAcc=22.34) 2020-08-06 16:45:47.686 6505-6505/com.ensperity.projectcoronas V/MediaPlayer-JNI: getCurrentPosition: 0 (msec) 2020-08-06 16:45:47.690 6505-10609/com.ensperity.projectcoronas I/flutter: LOCATION PLUG-IN in BACKGROUND... 2020-08-06 16:45:47.690 6505-10609/com.ensperity.projectcoronas I/flutter: [getCurrentPosition] Headless OUT:------> location 2020-08-06 16:45:47.723 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0 2020-08-06 16:45:47.723 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (211, 0, 0) 2020-08-06 16:45:47.723 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (211, 0, 0) 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:47.724 6505-11101/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:47.755 6505-6505/com.ensperity.projectcoronas I/TSLocationManager: [c.t.l.service.TrackingService i] ╔═════════════════════════════════════════════ ║ TrackingService motionchange: false ╠═════════════════════════════════════════════ 2020-08-06 16:45:47.786 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService a] 🚘 ️DetectedActivity [type=STILL, confidence=100] 2020-08-06 16:45:48.015 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.service.TrackingService onDestroy] 🔴 TrackingService destroyed 2020-08-06 16:45:48.204 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=2, ext1=0, ext2=0 2020-08-06 16:45:48.204 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: playback complete 2020-08-06 16:45:48.204 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:48.204 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:48.205 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0 2020-08-06 16:45:48.205 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: unrecognized message: (211, 0, 0) 2020-08-06 16:45:48.205 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: callback application 2020-08-06 16:45:48.205 6505-6529/com.ensperity.projectcoronas V/MediaPlayerNative: back from callback 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayer: resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayer-JNI: release 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: setListener 2020-08-06 16:45:48.206 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: disconnect 2020-08-06 16:45:48.220 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: destructor 2020-08-06 16:45:48.220 6505-6505/com.ensperity.projectcoronas V/MediaPlayerNative: disconnect 2020-08-06 16:45:48.221 6505-6505/com.ensperity.projectcoronas W/MediaPlayer: mediaplayer went away with unhandled events 2020-08-06 16:45:48.808 6505-6505/com.ensperity.projectcoronas D/TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy] 🔴 ActivityRecognitionService destroyed 2020-08-06 16:45:53.898 6505-6521/com.ensperity.projectcoronas V/MediaPlayer-JNI: native_finalize 2020-08-06 16:45:53.898 6505-6521/com.ensperity.projectcoronas V/MediaPlayer-JNI: release

'''

christocracy commented 4 years ago

Take care how you're copying the logs from the terminal. Clearly you're removing \n from them.

christocracy commented 4 years ago

Let me know when the logs are readable here.

ammarmahafeza2 commented 4 years ago
$ adb logcat *:S TSLocationManager:V flutter:V
2020-08-08 11:08:36.998 6634-6634/com.ensperity.myproject D/TSBackgroundFetch: BootReceiver: android.intent.action.BOOT_COMPLETED
2020-08-08 11:08:37.023 6634-6634/com.ensperity.myproject I/BeaconManager: BeaconManager started up on pid 6634 named 'com.ensperity.myproject' for application package 'com.ensperity.myproject'.  isMainProcess=true
2020-08-08 11:08:37.035 6634-6634/com.ensperity.myproject D/BeaconParser: Parsing beacon layout: m:2-3=beac,i:4-19,i:20-21,i:22-23,p:24-24,d:25-25
2020-08-08 11:08:37.153 6634-10705/com.ensperity.myproject W/.projectcorona: Accessing hidden method Landroid/app/AppGlobals;->getInitialApplication()Landroid/app/Application; (greylist, reflection, allowed)
2020-08-08 11:08:37.256 6634-10705/com.ensperity.myproject I/TSLocationManager: [c.t.l.adapter.TSConfig print] 
    ╔═════════════════════════════════════════════
    ║ TSLocationManager version: 3.1.5 (361)
    ╠═════════════════════════════════════════════
    ╟─ samsung SM-A115F @ 10 (flutter)
    {
      "activityRecognitionInterval": 10000,
      "allowIdenticalLocations": true,
      "authorization": {
        "strategy": "jwt",
        "accessToken": "eyJhb<redacted>",
        "refreshToken": "e60f4<redacted>",
        "refreshUrl": "http:\/\/tracker.transistorsoft.com\/api\/refresh_token",
        "refreshPayload": {
          "refresh_token": "{refreshToken}"
        },
        "expires": -1
      },
      "autoSync": true,
      "autoSyncThreshold": 0,
      "batchSync": false,
      "configUrl": "",
      "debug": true,
      "deferTime": 0,
      "desiredAccuracy": -2,
      "desiredOdometerAccuracy": 100,
      "disableAutoSyncOnCellular": false,
      "disableElasticity": false,
      "disableLocationAuthorizationAlert": false,
      "disableMotionActivityUpdates": false,
      "disableStopDetection": false,
      "distanceFilter": 1,
      "elasticityMultiplier": 1,
      "enableHeadless": true,
      "enableTimestampMeta": false,
      "encrypt": false,
      "extras": {},
      "fastestLocationUpdateInterval": -1,
      "forceReloadOnBoot": false,
      "forceReloadOnGeofence": false,
      "forceReloadOnHeartbeat": false,
      "forceReloadOnLocationChange": true,
      "forceReloadOnMotionChange": false,
      "forceReloadOnSchedule": false,
      "foregroundService": true,
      "geofenceInitialTriggerEntry": true,
      "geofenceModeHighAccuracy": false,
      "geofenceProximityRadius": 1000,
      "geofenceTemplate": "",
      "headers": {},
      "headlessJobService": "com.transistorsoft.flutter.backgroundgeolocation.HeadlessTask",
      "heartbeatInterval": 120,
      "httpRootProperty": "location",
      "httpTimeout": 60000,
      "isMoving": false,
      "locationAuthorizationRequest": "Always",
      "locationTemplate": "",
      "locationTimeout": 60,
      "locationUpdateInterval": 5000,
      "locationsOrderDirection": "ASC",
      "logLevel": 5,
      "logMaxDays": 3,
      "maxBatchSize": -1,
      "maxDaysToPersist": 1,
      "maxRecordsToPersist": -1,
      "method": "POST",
      "minimumActivityRecognitionConfidence": 75,
      "motionTriggerDelay": 0,
      "notification": {
        "layout": "",
        "title": "",
        "text": "Location Service activated",
        "color": "",
        "channelName": "TSLocationManager",
        "smallIcon": "",
        "largeIcon": "",
        "priority": 0,
        "strings": {},
        "actions": []
      },
      "params": {},
      "persist": true,
      "persistMode": 2,
      "schedule": [],
      "scheduleUseAlarmManager": false,
      "speedJumpFilter": 300,
      "startOnBoot": true,
      "stationaryRadius": 25,
      "stopAfterElapsedMinutes": 0,
      "stopOnStationary": false,
      "stopOnTerminate": false,
      "stopTimeout": 1,
      "triggerActivities": "on_foot, walking, running, in_vehicle, on_bicycle",
      "url": "http:\/\/tracker.transistorsoft.com\/api\/locations",
      "useSignificantChangesOnly": false,
      "enabled": true,
      "schedulerEnabled": false,
      "trackingMode": 1,
      "odometer": 0,
      "isFirstBoot": false,
      "didLaunchInBackground": false
    }
2020-08-08 11:08:37.271 6634-10705/com.ensperity.myproject I/TSLocationManager: [c.t.l.adapter.TSConfig print] 
    ╔═════════════════════════════════════════════
    ║ DEVICE SENSORS
    ╠═════════════════════════════════════════════
    ╟─ ✅  ACCELEROMETER: {Sensor name="BMA255 Accelerometer", vendor="BOSCH", version=2080800, type=1, maxRange=78.4532, resolution=0.01914978, power=0.13, minDelay=4000}
    ╟─ ⚠️  GYROSCOPE:  none.  Motion-detection system performance will be degraded
    ╟─ ⚠️  MAGNETOMETER:  none.  Motion-detection system performance will be degraded
    ╟─ ✅  SIGNIFICANT_MOTION: {Sensor name="Significant Motion Detector", vendor="QTI", version=2, type=17, maxRange=1.0, resolution=1.0, power=0.12998962, minDelay=-1}
    ╚═════════════════════════════════════════════
2020-08-08 11:08:37.278 6634-10705/com.ensperity.myproject I/TSLocationManager: [c.t.l.BootReceiver$a run] 
    ╔═════════════════════════════════════════════
    ║ BootReceiver: com.ensperity.myproject
    ╠═════════════════════════════════════════════
    ╟─ android.intent.action.BOOT_COMPLETED
2020-08-08 11:08:37.314 6634-10705/com.ensperity.myproject I/TSLocationManager: [c.t.l.a.BackgroundGeolocation <init>] 
      ✅  Google Play Services: connected (version code:12451000)
2020-08-08 11:08:37.344 6634-10734/com.ensperity.myproject D/TSLocationManager: [c.t.l.l.TSLocationManager$d run] 
      ℹ️  Load last odometer location: Location[TSLocationManager 31.975812,35.863975 hAcc=35 t=?!? et=?!? vAcc=??? sAcc=??? bAcc=??? {Bundle[{odometer=0.0}]}]
2020-08-08 11:08:37.356 6634-10736/com.ensperity.myproject D/TSLocationManager: [c.t.l.data.sqlite.b prune] 
      ℹ️  PRUNE -1 days
2020-08-08 11:08:37.382 6634-10705/com.ensperity.myproject D/NetworkSecurityConfig: No Network Security Config specified, using platform default
2020-08-08 11:08:37.391 6634-10705/com.ensperity.myproject W/.projectcorona: Accessing hidden method Ldalvik/system/CloseGuard;->get()Ldalvik/system/CloseGuard; (greylist,core-platform-api, reflection, allowed)
2020-08-08 11:08:37.391 6634-10705/com.ensperity.myproject W/.projectcorona: Accessing hidden method Ldalvik/system/CloseGuard;->open(Ljava/lang/String;)V (greylist,core-platform-api, reflection, allowed)
2020-08-08 11:08:37.391 6634-10705/com.ensperity.myproject W/.projectcorona: Accessing hidden method Ldalvik/system/CloseGuard;->warnIfOpen()V (greylist,core-platform-api, reflection, allowed)
2020-08-08 11:08:37.410 6634-10705/com.ensperity.myproject D/TSLocationManager: [c.t.l.http.HttpService startMonitoringConnectivityChanges] 
      🎾  Start monitoring connectivity changes
2020-08-08 11:08:37.417 6634-10705/com.ensperity.myproject D/ConnectivityManager: requestNetwork; CallingUid : 10233, CallingPid : 6634
2020-08-08 11:08:37.428 6634-10742/com.ensperity.myproject D/TSLocationManager: [c.t.l.http.HttpService a] 
    ╔═════════════════════════════════════════════
    ║ 📶  Connectivity change: connected? true
    ╠═════════════════════════════════════════════
2020-08-08 11:08:37.435 6634-6634/com.ensperity.myproject D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO
2020-08-08 11:08:37.439 6634-10705/com.ensperity.myproject D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO
2020-08-08 11:08:37.446 6634-6634/com.ensperity.myproject D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask connectivitychange]
2020-08-08 11:08:37.455 6634-10705/com.ensperity.myproject I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 
      🎾  Start motion-activity updates
2020-08-08 11:08:37.494 6634-10705/com.ensperity.myproject I/TSLocationManager: [c.t.l.a.BackgroundGeolocation f] 
      🎾  Start monitoring location-provider changes
2020-08-08 11:08:37.503 6634-10705/com.ensperity.myproject D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO
2020-08-08 11:08:37.531 6634-6806/com.ensperity.myproject D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO
2020-08-08 11:08:37.537 6634-10705/com.ensperity.myproject D/TSLocationManager: [c.t.l.g.TSGeofenceManager c] ℹ️  Persist monitored geofences: []
2020-08-08 11:08:37.540 6634-10705/com.ensperity.myproject D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO
2020-08-08 11:08:37.551 6634-6634/com.ensperity.myproject I/AdrenoGLES: QUALCOMM build                   : 2ced3f2, Id01cc02572
    Build Date                       : 12/15/19
    OpenGL ES Shader Compiler Version: EV031.27.05.02
    Local Branch                     : 
    Remote Branch                    : refs/tags/AU_LINUX_ANDROID_LA.UM.8.6.2.R1.10.00.00.537.049
    Remote Branch                    : NONE
    Reconstruct Branch               : NOTHING
2020-08-08 11:08:37.551 6634-6634/com.ensperity.myproject I/AdrenoGLES: Build Config                     : S L 8.0.10 AArch32
2020-08-08 11:08:37.564 6634-6634/com.ensperity.myproject I/AdrenoGLES: PFP: 0x005ff112, ME: 0x005ff066
2020-08-08 11:08:37.662 6634-10705/com.ensperity.myproject I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 
      🎾  Start motion-activity updates
2020-08-08 11:08:37.665 6634-10705/com.ensperity.myproject I/TSLocationManager: [c.t.l.g.TSGeofenceManager start] 
      🎾  Start monitoring geofences
2020-08-08 11:08:37.668 6634-10705/com.ensperity.myproject D/TSLocationManager: [c.t.l.http.HttpService startMonitoringConnectivityChanges] 
      🎾  Start monitoring connectivity changes
2020-08-08 11:08:37.679 6634-10705/com.ensperity.myproject D/TSLocationManager: [c.t.locationmanager.device.a c] 
      🎾  Start monitoring powersave changes
2020-08-08 11:08:37.691 6634-10705/com.ensperity.myproject D/TSLocationManager: [c.t.locationmanager.util.b b] 
      ℹ️  LocationAuthorization: Permission granted
2020-08-08 11:08:37.693 6634-10705/com.ensperity.myproject I/TSLocationManager: [c.t.l.service.HeartbeatService b] 
      🎾  Start heartbeat (120s)
2020-08-08 11:08:37.711 6634-10705/com.ensperity.myproject D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO
2020-08-08 11:08:38.221 6634-10779/com.ensperity.myproject I/flutter: Observatory listening on http://127.0.0.1:36903/pksn5qRr9RY=/
2020-08-08 11:08:38.459 6634-6634/com.ensperity.myproject D/BeaconParser: Parsing beacon layout: m:2-3=0215,i:4-19,i:20-21,i:22-23,p:24-24
2020-08-08 11:08:38.558 6634-6634/com.ensperity.myproject D/TSLocationManager: [c.t.f.b.HeadlessTask dispatch] [HeadlessTask] waiting for client to initialize
2020-08-08 11:08:38.563 6634-6634/com.ensperity.myproject D/TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO
2020-08-08 11:08:38.564 6634-6634/com.ensperity.myproject D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask providerchange]
2020-08-08 11:08:38.566 6634-6634/com.ensperity.myproject D/TSLocationManager: [c.t.f.b.HeadlessTask onHeadlessEvent] 💀 [HeadlessTask boot]
2020-08-08 11:08:38.581 6634-6634/com.ensperity.myproject I/TSLocationManager: [c.t.l.http.HttpService flush] 
    ╔═════════════════════════════════════════════
    ║ HTTP Service (count: 0)
    ╠═════════════════════════════════════════════
2020-08-08 11:08:38.582 6634-6634/com.ensperity.myproject D/TSLocationManager: [c.t.f.b.HeadlessTask dispatch] [HeadlessTask] waiting for client to initialize
2020-08-08 11:08:38.584 6634-6634/com.ensperity.myproject D/TSLocationManager: [c.t.f.b.HeadlessTask dispatch] [HeadlessTask] waiting for client to initialize
2020-08-08 11:08:39.949 6634-6634/com.ensperity.myproject D/TSLocationManager: [c.t.f.b.HeadlessTask onMethodCall] $ initialized
2020-08-08 11:08:40.056 6634-10745/com.ensperity.myproject I/flutter: LOCATION PLUG-IN in BACKGROUND...
2020-08-08 11:08:40.056 6634-10745/com.ensperity.myproject I/flutter: [getCurrentPosition] Headless OUT:------> connectivitychange
2020-08-08 11:08:40.066 6634-10745/com.ensperity.myproject I/flutter: LOCATION PLUG-IN in BACKGROUND...
2020-08-08 11:08:40.066 6634-10745/com.ensperity.myproject I/flutter: [getCurrentPosition] Headless OUT:------> providerchange
2020-08-08 11:08:40.137 6634-10745/com.ensperity.myproject I/flutter: LOCATION PLUG-IN in BACKGROUND...
2020-08-08 11:08:40.137 6634-10745/com.ensperity.myproject I/flutter: [getCurrentPosition] Headless OUT:------> boot
2020-08-08 11:09:34.358 6634-6634/com.ensperity.myproject D/TSBackgroundFetch: - Background Fetch event received
2020-08-08 11:09:34.364 6634-6634/com.ensperity.myproject D/TSBackgroundFetch: 💀 [HeadlessTask flutter_background_fetch]
2020-08-08 11:09:34.571 6634-6634/com.ensperity.myproject D/BeaconParser: Parsing beacon layout: m:2-3=0215,i:4-19,i:20-21,i:22-23,p:24-24
2020-08-08 11:09:34.582 6634-6634/com.ensperity.myproject D/TSBackgroundFetch: [HeadlessTask] waiting for client to initialize
2020-08-08 11:09:35.693 6634-6634/com.ensperity.myproject I/TSBackgroundFetch: $ initialized
2020-08-08 11:09:35.789 6634-13140/com.ensperity.myproject I/flutter: [BackgroundFetch] HeadlessTask: flutter_background_fetch
2020-08-08 11:09:35.809 6634-6634/com.ensperity.myproject D/TSBackgroundFetch: - finish: flutter_background_fetch
2020-08-08 11:09:35.809 6634-6634/com.ensperity.myproject D/TSBackgroundFetch: - jobFinished
2020-08-08 11:09:38.644 6634-6634/com.ensperity.myproject W/TSLocationManager: [c.t.l.l.SingleLocationRequest finish] 
      ⚠️  timeout: 1
2020-08-08 11:09:38.647 6634-6634/com.ensperity.myproject W/TSLocationManager: [c.t.l.l.TSLocationManager onLocationTimeout] 
      ⚠️  TSLocationManager received location timeout
2020-08-08 11:09:38.652 6634-6634/com.ensperity.myproject W/TSLocationManager: [c.t.l.a.BackgroundGeolocation _onLocationError] 
      ⚠️  Location error: 408
2020-08-08 11:09:38.679 6634-6634/com.ensperity.myproject V/MediaPlayer-JNI: native_setup
2020-08-08 11:09:38.680 6634-6634/com.ensperity.myproject V/MediaPlayerNative: constructor
2020-08-08 11:09:38.684 6634-6634/com.ensperity.myproject V/MediaPlayerNative: setListener
2020-08-08 11:09:38.693 6634-6634/com.ensperity.myproject V/MediaPlayer-JNI: setVolume: left 1.000000  right 1.000000
2020-08-08 11:09:38.693 6634-6634/com.ensperity.myproject V/MediaPlayerNative: MediaPlayer::setVolume(1.000000, 1.000000)
2020-08-08 11:09:38.693 6634-6634/com.ensperity.myproject V/MediaPlayer-JNI: setAuxEffectSendLevel: level 0.000000
2020-08-08 11:09:38.693 6634-6634/com.ensperity.myproject V/MediaPlayerNative: MediaPlayer::setAuxEffectSendLevel(0.000000)
2020-08-08 11:09:38.694 6634-6634/com.ensperity.myproject V/MediaPlayer-JNI: setParameter: key 1400
2020-08-08 11:09:38.694 6634-6634/com.ensperity.myproject V/MediaPlayerNative: MediaPlayer::setParameter(1400)
2020-08-08 11:09:38.694 6634-6634/com.ensperity.myproject V/MediaPlayer-JNI: set_session_id(): 17
2020-08-08 11:09:38.694 6634-6634/com.ensperity.myproject V/MediaPlayerNative: MediaPlayer::setAudioSessionId(17)
2020-08-08 11:09:38.695 6634-6634/com.ensperity.myproject V/MediaPlayer-JNI: setDataSourceFD: fd 92
2020-08-08 11:09:38.695 6634-6634/com.ensperity.myproject V/MediaPlayerNative: setDataSource(92, 23569816, 34514)
2020-08-08 11:09:38.762 6634-6634/com.ensperity.myproject V/MediaPlayerNative: setVideoSurfaceTexture
2020-08-08 11:09:38.763 6634-6634/com.ensperity.myproject V/MediaPlayerNative: prepare
2020-08-08 11:09:38.884 6634-12334/com.ensperity.myproject V/MediaPlayerNative: message received msg=200, ext1=10973, ext2=0
2020-08-08 11:09:38.884 6634-12334/com.ensperity.myproject W/MediaPlayerNative: info/warning (10973, 0)
2020-08-08 11:09:38.884 6634-12334/com.ensperity.myproject V/MediaPlayerNative: callback application
2020-08-08 11:09:38.884 6634-12334/com.ensperity.myproject V/MediaPlayerNative: back from callback
2020-08-08 11:09:38.886 6634-12334/com.ensperity.myproject V/MediaPlayerNative: message received msg=1, ext1=0, ext2=0
2020-08-08 11:09:38.886 6634-12334/com.ensperity.myproject V/MediaPlayerNative: MediaPlayer::notify() prepared
2020-08-08 11:09:38.886 6634-12334/com.ensperity.myproject V/MediaPlayerNative: signal application thread
2020-08-08 11:09:38.887 6634-12334/com.ensperity.myproject V/MediaPlayerNative: callback application
2020-08-08 11:09:38.887 6634-12334/com.ensperity.myproject V/MediaPlayerNative: back from callback
2020-08-08 11:09:38.887 6634-6634/com.ensperity.myproject V/MediaPlayerNative: prepare complete - status=0
2020-08-08 11:09:38.893 6634-6634/com.ensperity.myproject V/MediaPlayerNative: invoke 72
2020-08-08 11:09:38.905 6634-6634/com.ensperity.myproject V/MediaPlayer-JNI: start
2020-08-08 11:09:38.905 6634-6634/com.ensperity.myproject V/MediaPlayerNative: start
2020-08-08 11:09:38.912 6634-6634/com.ensperity.myproject I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 
      🎾  Start motion-activity updates
2020-08-08 11:09:38.926 6634-6634/com.ensperity.myproject V/MediaPlayerNative: invoke 72
2020-08-08 11:09:39.013 6634-6634/com.ensperity.myproject D/TSLocationManager: [c.t.l.s.LocationRequestService onDestroy] 
2020-08-08 11:09:39.186 6634-12334/com.ensperity.myproject V/MediaPlayerNative: message received msg=6, ext1=0, ext2=0
2020-08-08 11:09:39.186 6634-12334/com.ensperity.myproject V/MediaPlayerNative: unrecognized message: (6, 0, 0)
2020-08-08 11:09:39.186 6634-12334/com.ensperity.myproject V/MediaPlayerNative: callback application
2020-08-08 11:09:39.186 6634-12334/com.ensperity.myproject V/MediaPlayerNative: back from callback
2020-08-08 11:09:39.187 6634-6634/com.ensperity.myproject V/MediaPlayer-JNI: getCurrentPosition: 0 (msec)
2020-08-08 11:09:39.342 6634-12334/com.ensperity.myproject V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0
2020-08-08 11:09:39.343 6634-12334/com.ensperity.myproject V/MediaPlayerNative: unrecognized message: (211, 0, 0)
2020-08-08 11:09:39.343 6634-12334/com.ensperity.myproject V/MediaPlayerNative: callback application
2020-08-08 11:09:39.343 6634-12334/com.ensperity.myproject V/MediaPlayerNative: back from callback
2020-08-08 11:09:39.343 6634-12334/com.ensperity.myproject V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0
2020-08-08 11:09:39.343 6634-12334/com.ensperity.myproject V/MediaPlayerNative: unrecognized message: (211, 0, 0)
2020-08-08 11:09:39.343 6634-12334/com.ensperity.myproject V/MediaPlayerNative: callback application
2020-08-08 11:09:39.343 6634-12334/com.ensperity.myproject V/MediaPlayerNative: back from callback
2020-08-08 11:09:40.061 6634-12334/com.ensperity.myproject V/MediaPlayerNative: message received msg=2, ext1=0, ext2=0
2020-08-08 11:09:40.061 6634-12334/com.ensperity.myproject V/MediaPlayerNative: playback complete
2020-08-08 11:09:40.061 6634-12334/com.ensperity.myproject V/MediaPlayerNative: callback application
2020-08-08 11:09:40.062 6634-12334/com.ensperity.myproject V/MediaPlayerNative: back from callback
2020-08-08 11:09:40.064 6634-6634/com.ensperity.myproject V/MediaPlayer: resetDrmState:  mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
2020-08-08 11:09:40.065 6634-6634/com.ensperity.myproject V/MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
2020-08-08 11:09:40.065 6634-12334/com.ensperity.myproject V/MediaPlayerNative: message received msg=211, ext1=0, ext2=0
2020-08-08 11:09:40.065 6634-6634/com.ensperity.myproject V/MediaPlayer-JNI: release
2020-08-08 11:09:40.065 6634-12334/com.ensperity.myproject V/MediaPlayerNative: unrecognized message: (211, 0, 0)
2020-08-08 11:09:40.065 6634-12334/com.ensperity.myproject V/MediaPlayerNative: callback application
2020-08-08 11:09:40.065 6634-6634/com.ensperity.myproject V/MediaPlayerNative: setListener
2020-08-08 11:09:40.065 6634-6634/com.ensperity.myproject V/MediaPlayerNative: disconnect
2020-08-08 11:09:40.065 6634-12334/com.ensperity.myproject V/MediaPlayerNative: back from callback
2020-08-08 11:09:40.098 6634-6634/com.ensperity.myproject V/MediaPlayerNative: destructor
2020-08-08 11:09:40.098 6634-6634/com.ensperity.myproject V/MediaPlayerNative: disconnect
2020-08-08 11:09:40.099 6634-6634/com.ensperity.myproject W/MediaPlayer: mediaplayer went away with unhandled events
ammarmahafeza2 commented 4 years ago

i want the app to send location after rebooting the device , in the above logs i restart the device and i was unlocked the screen but nothing send to demo server or my own server

are there any method or configuration that i can use to make that happens ?

christocracy commented 4 years ago

Why is your device not providing a location after reboot?

2020-08-08 11:09:38.644 6634-6634/com.ensperity.myproject W/TSLocationManager: [c.t.l.l.SingleLocationRequest finish] ⚠️ timeout: 1 2020-08-08 11:09:38.647 6634-6634/com.ensperity.myproject W/TSLocationManager: [c.t.l.l.TSLocationManager onLocationTimeout] ⚠️ TSLocationManager received location timeout 2020-08-08 11:09:38.652 6634-6634/com.ensperity.myproject W/TSLocationManager: [c.t.l.a.BackgroundGeolocation _onLocationError] ⚠️ Location error: 408

ammarmahafeza2 commented 4 years ago

i tried that on 5 devices and got the same result are that depend on the plugin or anything else ?!

christocracy commented 4 years ago

You watched the logs on 5 devices?

Why is your device refusing to provide a location after reboot?

The plugin asked “where am I?” and your device didn’t answer. After 60s, the plugin gave up.

ammarmahafeza2 commented 4 years ago

After 60s The Plugin ask again?

christocracy commented 4 years ago

Location-services are like a tap of water — the plugin turned on the tap and no water came out.

Check your devices settings.

I regularly test on 11 devices. I have no such problem:

ammarmahafeza2 commented 4 years ago

Then The configuration is correct The Problem In My Phone

christocracy commented 4 years ago

Your Config is fine. The plugin asked for a location. Your device didn’t answer the request.

ammarmahafeza2 commented 4 years ago

Thanks