Closed amandine-sahl closed 3 years ago
J'ai un soucis similaire sur notre instance de production. La récupération des couleurs des taxons par unité géographique est très longue car il y a énormément de taxons, d'observations et d'unités géographiques. Cela prend 15, 20 ou 30 minutes ? Le passage d'une table à une vue dans la 2.6.0 de GeoNature a peut-être encore allongé le temps de réponse sur la route, mais c'était déjà très long dans les versions précédentes du fait du nombre de données. Du coup ça n'aboutit pas toujours. Ajouté cela au fait que si l'on laisse tourner la synchro, qu'on met le téléphone dans la poche ou de côté et qu'il passe en mode paysage, alors la synchro recommence à zéro. Je pense qu'il faut revoir le mécanisme de synchronisation, au moins pour ne pas faire la récupération des unités géographiques à chaque fois, ou à la demande. Mais pourquoi pas dissocier l'envoie des données saisies, et la récupération des données de GN, comme tu proposes.
Pour info, voici ma trace lors de ma dernière tentative de synchronisation où l'on voi tun plantage au milieu puis une nouvelle tentative, avec différents FAILURE (02-26 08:17:45.272 7327 7359 I WM-WorkerWrapper: Worker result FAILURE for Work [ id=2d2d19eb-276f-4011-ba32-446b90112bcc, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
) :
camille@SI-PORT-GEO:~$ adb logcat | grep fr.geonature
02-26 08:13:10.759 1409 2650 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 hwFlg=0x10 cmp=fr.geonature.sync/.ui.home.HomeActivity bnds=[857,695][1067,981]} from uid 10073
02-26 08:13:10.762 808 829 D AwareLog: iawared: WorkingsetProcessCommand subCmd = 354, userId=10277, pid=0, fr.geonature.sync
02-26 08:13:10.763 1409 2650 I ActivityTaskManager: ActivityRecord info: ActivityInfo{1b17982 fr.geonature.sync.ui.home.HomeActivity}
02-26 08:13:10.763 1409 2650 I HwActivityTaskManagerServiceEx: packageName:fr.geonature.sync,requestCode:-1,isIntercepted:false,userId:0
02-26 08:13:10.764 2102 2276 I PG_ash : front pkg : fr.geonature.sync launcher: false
02-26 08:13:10.764 2102 2276 I PG_ash : above launcher front pkgs: [fr.geonature.sync]
02-26 08:13:10.766 808 829 D AwareLog: iawared: WorkingsetSendPrereadMsg fr.geonature.sync
02-26 08:13:10.766 808 829 D AwareLog: iawared: WorkingsetStart fr.geonature.sync in monitor0
02-26 08:13:10.772 1409 2650 D ActivityTaskManager: TaskLaunchParamsModifier:task=null activity=ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t-1} display-from-source=0 display-id=0 display-windowing-mode=1
02-26 08:13:10.773 1409 2650 D ActivityTaskManager: TaskLaunchParamsModifier:task=null activity=ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t-1} display-from-source=0 display-id=0 display-windowing-mode=1 activity-options-fullscreen=Rect(0, 0 - 0, 0) inherit-fullscreen non-freeform-display
02-26 08:13:10.778 1409 2650 D ActivityTaskManager: TaskLaunchParamsModifier:task=TaskRecord{2e0b961 #57080 A=fr.geonature.sync U=0 StackId=366 sz=0} activity=ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t-1} display-from-task=0 display-id=0 display-windowing-mode=1 activity-options-fullscreen=Rect(0, 0 - 0, 0) inherit-fullscreen non-freeform-display
02-26 08:13:10.782 1409 2650 V ActivityTaskManager: addAppToken: AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}} task={taskId=57080 appTokens=[] mdr=false} at 2147483647
02-26 08:13:10.784 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=showStartingWindow, isHomeActivity=, isTop=false
02-26 08:13:10.792 1409 1446 V ActivityManager: startProcess: name=fr.geonature.sync app=null knownToBeDead=false thread=null pid=-1
02-26 08:13:10.796 808 829 D AwareLog: iawared: WorkingsetProcessCommand subCmd = 354, userId=10277, pid=0, fr.geonature.sync
02-26 08:13:10.796 1409 1446 V ActivityManager: startProcess: name=fr.geonature.sync app=ProcessRecord{a624237 0:fr.geonature.sync/u0a277} knownToBeDead=false thread=null pid=0
02-26 08:13:10.796 808 829 D AwareLog: iawared: WorkingsetStart fr.geonature.sync in monitor0
02-26 08:13:10.800 1409 1447 V WindowManager: addWindow: Window{bdac14b u0 Splash Screen fr.geonature.sync}
02-26 08:13:10.810 1409 7326 D HiTouch_PressGestureDetector: onAttached, package=fr.geonature.sync, windowType=3, mHiTouchRestricted=false
02-26 08:13:10.812 1409 1460 I ActivityManager: Start proc 7327:fr.geonature.sync/u0a277 for activity {fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:13:10.812 808 829 D AwareLog: iawared: WorkingsetProcessCommand subCmd = 350, userId=10277, pid=7327, fr.geonature.sync
02-26 08:13:10.813 808 829 D AwareLog: iawared: WorkingsetStart fr.geonature.sync in monitor0
02-26 08:13:10.840 1409 1427 W HwActivityTaskManagerServiceEx: appSwitch from: com.huawei.android.launcher to: fr.geonature.sync
02-26 08:13:10.840 1409 1455 D HwGameAssistantController: UPDATE: mCurFgPkg=fr.geonature.sync, mCurFgPid=7327, mCurIsGame=false
02-26 08:13:10.841 2257 23932 I AssistantService-1030200: registerHwActivityNotifier call fromPackage:com.huawei.android.launcher, toPackage:fr.geonature.sync
02-26 08:13:10.841 2257 2494 D AssistantService-1030200: handleMessage app switch fromPackage:com.huawei.android.launcher, toPackage:fr.geonature.sync
02-26 08:13:10.841 2102 2193 D ScenarioService: front pkg : fr.geonature.sync launcher: false
02-26 08:13:10.841 2102 2193 D ScenarioService: new above launcher front pkgs: [fr.geonature.sync]
02-26 08:13:10.841 2102 2193 I AppManager: handleAppFrontEvent: fr.geonature.sync
02-26 08:13:10.842 2102 2193 I AppsUsage: scnOff:false FgAPP:fr.geonature.sync BgAPP:com.huawei.android.launcher
02-26 08:13:10.844 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 1409
02-26 08:13:10.844 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2102
02-26 08:13:10.846 2102 2334 I SceneReceiver: state type: 10000 eventType:1 pid:0 uid:0 pkg:fr.geonature.sync
02-26 08:13:10.846 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2257
02-26 08:13:10.846 2102 2336 D HwThermalStateManager: current foreapp pkg : fr.geonature.sync
02-26 08:13:10.847 2257 23932 D HicomMonitor: notifyForegroundAppChanged: pkg:fr.geonature.sync
02-26 08:13:10.848 2257 23932 D Hicom_EmcomManagerService: onForegroundAppChanged, pkgName:fr.geonature.sync
02-26 08:13:10.848 1409 1447 D RemoteAnimationController: createAnimationAdapter(): token=AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:13:10.851 1409 1444 I StatusBarDisable: setFlags what=0 which=1 pkg=Window{bdac14b u0 Splash Screen fr.geonature.sync}
02-26 08:13:10.862 780 780 D iTouchService: itouch currentPackageName = fr.geonature.sync
02-26 08:13:10.862 780 780 D iTouchService: itouch getCurrentParmID tempPkg=fr.geonature.xxx
02-26 08:13:10.862 780 780 D iTouchService: itouch:app fr.geonature.sync is not game app
02-26 08:13:10.862 780 780 D iTouchService: itouch:app fr.geonature.sync is not in StylusPenList
02-26 08:13:10.881 7327 7327 I .geonature.syn: QarthPatchMonintor::CheckAndWatchPatch: /data/hotpatch/fwkhotpatch/fr.geonature.sync
02-26 08:13:10.889 7327 7348 I AwareBitmapCacher: init processName:fr.geonature.sync pid=7327 uid=10277
02-26 08:13:10.902 7327 7327 I HwApiCacheMangerEx: apicache path=/storage/emulated/0 state=mounted key=fr.geonature.sync#10277#256
02-26 08:13:10.908 7327 7327 I fr.geonature.sync.MainApplication: internal storage: MountPoint(mountPath=/storage/emulated/0, storageType=INTERNAL)
02-26 08:13:10.908 7327 7327 I fr.geonature.sync.MainApplication: external storage: null
02-26 08:13:11.010 7327 7327 D ConnectivityManager: requestNetwork and the calling app is: fr.geonature.sync
02-26 08:13:11.015 7327 7327 D ActivityThread: add activity client record, r= ActivityRecord{1eda1ab token=android.os.BinderProxy@e8b3ff5 {fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}} token= android.os.BinderProxy@e8b3ff5
02-26 08:13:11.017 7327 7371 I fr.geonature.commons.settings.AppSettingsManager: Loading settings from '/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json'...
02-26 08:13:11.020 7327 7371 I fr.geonature.commons.settings.AppSettingsManager: Settings loaded
02-26 08:13:11.031 1409 1427 V WindowManager: addWindow: Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:13:11.033 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=onResume, isHomeActivity=, isTop=true
02-26 08:13:11.034 2257 15488 D DollieActivityManagerAdapter: [Resumed] bg:true pid:7327 uid:10277 ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:13:11.034 2257 15488 E DollieAdapterService: notifyActivityState pkg:fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity state:2 fg:true mUid:10277
02-26 08:13:11.035 29211 29233 I AppLifeChangeSensor: CAWARENESS: activityResumed componentName = ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:13:11.035 2257 15488 I HidataAppQoeP: foregroundUidAdd uid: 10277 name: fr.geonature:10277 activity state: true
02-26 08:13:11.039 2257 2306 I UidCloseNrStateMachine: enter uidStateChanged, ForeGrountApp = fr.geonature.sync, mIsCallOn = false, mIsUsbPlugged = true
02-26 08:13:11.047 7327 7379 D HiTouch_PressGestureDetector: onAttached, package=fr.geonature.sync, windowType=1, mHiTouchRestricted=false
02-26 08:13:11.061 1409 2650 V HwPhoneWindowManager: updateSystemUiColorLw window=Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity},EmuiStyle=0,StatusBarColor=0xff510052,NavigationBarColor=0xff000000, mForceNotchStatusBar=false
02-26 08:13:11.066 7327 7361 I iGraphics: [0020080c] pn: fr.geonature.sync, p: 7327
02-26 08:13:11.066 7327 7361 I iGraphics: [0030080c] no spt app: fr.geonature.sync
02-26 08:13:11.133 7327 7377 I fr.geonature.sync.sync.worker.CheckInputsToSynchronizeWorker: available inputs to synchronize: 0
02-26 08:13:11.136 7327 7364 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=07ad2e66-0085-4f12-bdfe-9031357fbb62, tags={ fr.geonature.sync.sync.worker.CheckInputsToSynchronizeWorker, check_inputs_to_sync_worker_tag } ]
02-26 08:13:11.173 808 829 D AwareLog: iawared: WorkingsetProcessCommand subCmd = 351, userId=10277, pid=7327, fr.geonature.sync
02-26 08:13:11.173 808 829 D AwareLog: iawared: WorkingsetPause fr.geonature.sync
02-26 08:13:11.175 1409 1447 V WindowManager: removeIfPossible: Window{bdac14b u0 Splash Screen fr.geonature.sync} callers=com.android.server.wm.WindowState.removeIfPossible:2260 com.android.server.wm.WindowManagerService.removeWindow:2011 com.android.server.wm.Session.remove:176 android.view.ViewRootImpl.dispatchDetachedFromWindow:4414 android.view.ViewRootImpl.doDie:7575
02-26 08:13:11.176 1409 1447 V WindowManager: Not removing Window{bdac14b u0 Splash Screen fr.geonature.sync EXITING} due to exit animation
02-26 08:13:11.181 7327 7377 W fr.geonature.sync.sync.io.AppSettingsJsonWriter: undefined app settings to update from 'fr.geonature.occtax'
02-26 08:13:11.188 7327 7377 W fr.geonature.sync.sync.io.AppSettingsJsonWriter: undefined app settings to update from 'fr.geonature.maps.sample'
02-26 08:13:11.196 1409 1456 I ActivityTaskManager: Displayed fr.geonature.sync/.ui.home.HomeActivity: +416ms
02-26 08:13:11.294 1409 1447 V WindowManager: Exit animation finished in Window{bdac14b u0 Splash Screen fr.geonature.sync EXITING}: remove=true
02-26 08:13:11.294 1409 1447 E WindowManager: win=Window{bdac14b u0 Splash Screen fr.geonature.sync EXITING} destroySurfaces: appStopped=false win.mWindowRemovalAllowed=true win.mRemoveOnExit=true
02-26 08:13:11.294 1409 1447 V WindowManager: postWindowRemoveCleanupLocked: Window{bdac14b u0 Splash Screen fr.geonature.sync}
02-26 08:13:11.294 1409 1447 V WindowManager: Removing Window{bdac14b u0 Splash Screen fr.geonature.sync} from AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:13:11.558 7327 7366 D ConnectivityManager: requestNetwork and the calling app is: fr.geonature.sync
02-26 08:13:11.579 7327 7377 I fr.geonature.sync.sync.worker.DataSyncWorker: starting local data synchronization from 'https://geonature.ecrins-parcnational.fr'...
02-26 08:13:11.685 1409 7399 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 776, rttPkts = 1, aveRtt = 776.0, app = fr.geonature.sync
02-26 08:13:11.685 1409 7399 D HwUidTcpMonitor: parseWlanUidTcpStatistics newUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 4 mResendSegs = 0 mRcvSegs = 1 ]
02-26 08:13:12.063 7327 7377 W fr.geonature.sync.sync.io.AppSettingsJsonWriter: undefined app settings to update from 'fr.geonature.occtax'
02-26 08:13:12.066 7327 7377 W fr.geonature.sync.sync.io.AppSettingsJsonWriter: undefined app settings to update from 'fr.geonature.maps.sample'
02-26 08:13:12.073 1409 1409 W ProcBatteryStats: timer is running , not start, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:13:12.079 1409 1409 W ProcBatteryStats: timer is running , not start, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:13:12.092 7327 7364 I WM-WorkerWrapper: Worker result FAILURE for Work [ id=5e06ffc7-9616-489c-a14e-20bd8499e56f, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
02-26 08:13:12.095 7327 7364 I WM-WorkerWrapper: Worker result FAILURE for Work [ id=47cbadd7-6f6a-4d2a-ad50-983cb90c75f7, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
02-26 08:13:12.103 1409 2165 W ProcBatteryStats: timer is not running , not stop, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:13:12.360 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 160 bytes/s (rxB:60 txB:741 rxP:1 txP:4 iface:1) scroff: false
02-26 08:13:13.173 808 829 D AwareLog: iawared: WorkingsetProcessCommand subCmd = 357, userId=10277, pid=7327, fr.geonature.sync
02-26 08:13:13.174 808 829 D AwareLog: iawared: WorkingsetPauseCollect fr.geonature.sync
02-26 08:13:14.800 7327 7377 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json'
02-26 08:13:14.809 7327 7378 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.occtax/settings_occtax.json'
02-26 08:13:14.813 7327 7378 W fr.geonature.sync.sync.io.AppSettingsJsonWriter: undefined app settings to update from 'fr.geonature.maps.sample'
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader:
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader: android.util.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 10
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.syntaxError(JsonReader.java:1162)
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.checkLenient(JsonReader.java:840)
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.readLiteral(JsonReader.java:1062)
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.nextValue(JsonReader.java:715)
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.peek(JsonReader.java:336)
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.expect(JsonReader.java:310)
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.beginObject(JsonReader.java:295)
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.io.DatasetJsonReader.read(DatasetJsonReader.kt:58)
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.io.DatasetJsonReader.read(DatasetJsonReader.kt:35)
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.worker.DataSyncWorker.syncDataset(DataSyncWorker.kt:153)
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.worker.DataSyncWorker$syncDataset$1.invokeSuspend(Unknown Source:12)
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
02-26 08:13:14.875 7327 7377 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
02-26 08:13:14.875 7327 7377 I fr.geonature.sync.sync.worker.DataSyncWorker: dataset to update: 0
02-26 08:13:15.051 7327 7327 D fr.geonature.sync.ui.home.HomeActivity: reloading settings after update...
02-26 08:13:15.053 7327 7377 I fr.geonature.commons.settings.AppSettingsManager: Loading settings from '/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json'...
02-26 08:13:15.054 7327 7377 I fr.geonature.commons.settings.AppSettingsManager: Settings loaded
02-26 08:13:15.367 1409 2165 I HwPackageManagerService: app:fr.geonature.sync.ui.home.HomeActivity, not exists!
02-26 08:13:15.615 1409 1833 W ProcBatteryStats: timer is not running , not stop, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:13:15.645 7327 7365 D ConnectivityManager: requestNetwork and the calling app is: fr.geonature.sync
02-26 08:13:15.662 7327 7365 I WM-WorkerWrapper: Work [ id=f9ffd5d3-0ff7-4f0e-98f4-ea62b91d2626, tags={ fr.geonature.sync.sync.worker.DataSyncWorker, data_sync_worker_tag } ] was cancelled
02-26 08:13:15.663 7327 7377 I fr.geonature.sync.sync.worker.DataSyncWorker: local data synchronization finished with failed tasks in 4085ms
02-26 08:13:15.683 7327 7377 I fr.geonature.sync.sync.worker.DataSyncWorker: starting local data synchronization from 'https://geonature.ecrins-parcnational.fr'...
02-26 08:13:16.190 7327 7327 W DefaultDispatch: type=1400 audit(0.0:1340025): avc: granted { write open } for pid=7327 path="/storage/emulated/0/Android/data/fr.geonature.occtax/settings_occtax.json" dev="sdcardfs" ino=83270 scontext=u:r:untrusted_app:s0:c21,c257,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
02-26 08:13:16.190 7327 7327 W DefaultDispatch: type=1400 audit(0.0:1340026): avc: granted { write open } for pid=7327 path="/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json" dev="sdcardfs" ino=70163 scontext=u:r:untrusted_app:s0:c21,c257,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
02-26 08:13:16.198 7327 7377 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json'
02-26 08:13:16.203 7327 7378 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.occtax/settings_occtax.json'
02-26 08:13:16.204 7327 7378 W fr.geonature.sync.sync.io.AppSettingsJsonWriter: undefined app settings to update from 'fr.geonature.maps.sample'
02-26 08:13:16.238 1409 1409 W ProcBatteryStats: timer is running , not start, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:13:16.262 1409 1409 W ProcBatteryStats: timer is running , not start, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:13:16.281 7327 7366 I WM-WorkerWrapper: Worker result FAILURE for Work [ id=70023386-799c-4be5-9538-0d6c9357869d, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
02-26 08:13:16.282 7327 7378 I fr.geonature.sync.sync.worker.InputsSyncWorker: starting inputs synchronization for 'fr.geonature.occtax'...
02-26 08:13:16.315 7327 7369 I fr.geonature.sync.sync.worker.InputsSyncWorker: No inputs to synchronize for 'fr.geonature.occtax'
02-26 08:13:16.318 7327 7366 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=fd16120e-6fa4-4a6e-b06e-02d961135444, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
02-26 08:13:16.340 1409 4881 W ProcBatteryStats: timer is not running , not stop, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:13:17.413 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 4080 bytes/s (rxB:15504 txB:4899 rxP:33 txP:36 iface:1) scroff: false
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader:
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader: android.util.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 10
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.syntaxError(JsonReader.java:1162)
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.checkLenient(JsonReader.java:840)
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.readLiteral(JsonReader.java:1062)
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.nextValue(JsonReader.java:715)
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.peek(JsonReader.java:336)
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.expect(JsonReader.java:310)
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.beginObject(JsonReader.java:295)
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.io.DatasetJsonReader.read(DatasetJsonReader.kt:58)
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.io.DatasetJsonReader.read(DatasetJsonReader.kt:35)
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.worker.DataSyncWorker.syncDataset(DataSyncWorker.kt:153)
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.worker.DataSyncWorker$syncDataset$1.invokeSuspend(Unknown Source:12)
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
02-26 08:13:17.968 7327 7369 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
02-26 08:13:17.968 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: dataset to update: 0
02-26 08:13:18.738 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: users to update: 218
02-26 08:13:19.174 808 829 D AwareLog: iawared: WorkingsetProcessCommand subCmd = 352, userId=10277, pid=7327, fr.geonature.sync
02-26 08:13:19.177 808 829 D AwareLog: iawared: WorkingsetStop fr.geonature.sync
02-26 08:13:19.710 1409 7440 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 16896, rttPkts = 16, aveRtt = 1056.0, app = fr.geonature.sync
02-26 08:13:19.710 1409 7440 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 49 mResendSegs = 1 mRcvSegs = 46 ]
02-26 08:13:22.457 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2798 bytes/s (rxB:11757 txB:2233 rxP:21 txP:18 iface:1) scroff: false
02-26 08:13:25.385 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: taxonomy to update: 40
02-26 08:13:27.499 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 252 bytes/s (rxB:842 txB:418 rxP:4 txP:3 iface:1) scroff: false
02-26 08:13:27.713 1409 7450 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 3752, rttPkts = 4, aveRtt = 938.0, app = fr.geonature.sync
02-26 08:13:27.713 1409 7450 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 58 mResendSegs = 1 mRcvSegs = 59 ]
02-26 08:13:29.775 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 1000
02-26 08:13:31.033 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 2000
02-26 08:13:31.762 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 3000
02-26 08:13:32.286 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 4000
02-26 08:13:32.545 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 31040 bytes/s (rxB:147727 txB:7473 rxP:123 txP:118 iface:1) scroff: false
02-26 08:13:33.146 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 5000
02-26 08:13:34.570 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 6000
02-26 08:13:35.724 1409 7453 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 4496, rttPkts = 6, aveRtt = 749.3333, app = fr.geonature.sync
02-26 08:13:35.725 1409 7453 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 229 mResendSegs = 1 mRcvSegs = 237 ]
02-26 08:13:36.369 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 7000
02-26 08:13:36.777 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 8000
02-26 08:13:36.927 7327 7344 I chatty : uid=10277(fr.geonature.occtax) FinalizerDaemon identical 3 lines
02-26 08:13:37.263 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 9000
02-26 08:13:37.609 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 42612 bytes/s (rxB:206722 txB:6341 rxP:167 txP:96 iface:1) scroff: false
02-26 08:13:37.647 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 10000
02-26 08:13:38.201 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 11000
02-26 08:13:39.474 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 12000
02-26 08:13:40.330 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 12335
02-26 08:13:42.673 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 20635 bytes/s (rxB:99292 txB:3885 rxP:86 txP:29 iface:1) scroff: false
02-26 08:13:43.736 1409 7524 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 6480, rttPkts = 10, aveRtt = 648.0, app = fr.geonature.sync
02-26 08:13:43.736 1409 7524 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 299 mResendSegs = 1 mRcvSegs = 435 ]
02-26 08:13:47.722 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 46 bytes/s (rxB:128 txB:104 rxP:2 txP:2 iface:1) scroff: false
02-26 08:13:50.435 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 0
02-26 08:13:50.622 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 773 taxa with areas from offset 0
02-26 08:13:51.755 1409 7529 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 520, rttPkts = 1, aveRtt = 520.0, app = fr.geonature.sync
02-26 08:13:51.756 1409 7529 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 308 mResendSegs = 1 mRcvSegs = 445 ]
02-26 08:13:52.765 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1723 bytes/s (rxB:7917 txB:698 rxP:9 txP:8 iface:1) scroff: false
02-26 08:13:55.843 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 1000
02-26 08:13:55.948 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 889 taxa with areas from offset 1000
02-26 08:13:57.820 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1949 bytes/s (rxB:8985 txB:762 rxP:9 txP:9 iface:1) scroff: false
02-26 08:13:59.755 1409 7700 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 880, rttPkts = 1, aveRtt = 880.0, app = fr.geonature.sync
02-26 08:13:59.756 1409 7700 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 317 mResendSegs = 1 mRcvSegs = 454 ]
02-26 08:14:00.440 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 2000
02-26 08:14:00.539 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 910 taxa with areas from offset 2000
02-26 08:14:02.878 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1901 bytes/s (rxB:8810 txB:698 rxP:8 txP:8 iface:1) scroff: false
02-26 08:14:06.717 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 3000
02-26 08:14:06.818 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 913 taxa with areas from offset 3000
02-26 08:14:07.766 1409 7708 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1048, rttPkts = 2, aveRtt = 524.0, app = fr.geonature.sync
02-26 08:14:07.766 1409 7708 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 335 mResendSegs = 1 mRcvSegs = 472 ]
02-26 08:14:07.943 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1972 bytes/s (rxB:9059 txB:802 rxP:10 txP:10 iface:1) scroff: false
02-26 08:14:09.725 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=onPause, isHomeActivity=, isTop=true
02-26 08:14:09.727 29211 29233 I AppLifeChangeSensor: CAWARENESS: activityPaused componentName = ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:14:09.728 2257 15488 D DollieActivityManagerAdapter: [Paused] pid:7327 uid:10277 ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity} uidState:2
02-26 08:14:09.745 2257 15488 E DollieAdapterService: notifyActivityState pkg:fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity state:9 fg:false mUid:10277
02-26 08:14:09.747 2257 15488 I HidataAppQoeP: foregroundUidRemove uid: 10277 name: fr.geonature:10277
02-26 08:14:09.787 1409 1833 V WindowManager: notifyAppStopped: AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:14:10.192 1409 5146 V WindowManager: notifyAppStopped: AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:14:10.228 704 1186 E BufferQueueProducer: [fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity#0]:1338: disconnect: not connected (req=1)
02-26 08:14:10.230 1409 2650 E WindowManager: win=Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity} destroySurfaces: appStopped=true win.mWindowRemovalAllowed=false win.mRemoveOnExit=false
02-26 08:14:10.237 7327 7327 V ActivityThread: Handle window ActivityRecord{1eda1ab token=android.os.BinderProxy@e8b3ff5 {fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}} visibility: false
02-26 08:14:10.805 780 780 D iTouchService: itouch currentPackageName = fr.geonature.sync
02-26 08:14:10.806 780 780 D iTouchService: itouch getCurrentParmID tempPkg=fr.geonature.xxx
02-26 08:14:10.806 780 780 D iTouchService: itouch:app fr.geonature.sync is not game app
02-26 08:14:10.806 780 780 D iTouchService: itouch:app fr.geonature.sync is not in StylusPenList
02-26 08:14:11.068 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 4000
02-26 08:14:11.445 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 945 taxa with areas from offset 4000
02-26 08:14:12.983 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1871 bytes/s (rxB:8556 txB:802 rxP:10 txP:10 iface:1) scroff: true
02-26 08:14:15.776 1409 7872 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 184, rttPkts = 1, aveRtt = 184.0, app = fr.geonature.sync
02-26 08:14:15.776 1409 7872 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 345 mResendSegs = 1 mRcvSegs = 482 ]
02-26 08:14:15.796 1409 2248 V WindowManager: notifyAppResumed: wasStopped=true AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:14:15.804 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=showStartingWindow, isHomeActivity=, isTop=true
02-26 08:14:15.878 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=onResume, isHomeActivity=, isTop=true
02-26 08:14:15.878 29211 29233 I AppLifeChangeSensor: CAWARENESS: activityResumed componentName = ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:14:15.880 2257 15488 D DollieActivityManagerAdapter: [Resumed] bg:true pid:7327 uid:10277 ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:14:15.880 2257 15488 E DollieAdapterService: notifyActivityState pkg:fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity state:2 fg:true mUid:10277
02-26 08:14:15.885 2257 15488 I HidataAppQoeP: foregroundUidAdd uid: 10277 name: fr.geonature:10277 activity state: true
02-26 08:14:15.978 7327 7327 W DefaultDispatch: type=1400 audit(0.0:1340249): avc: granted { write open } for pid=7327 path="/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json" dev="sdcardfs" ino=70163 scontext=u:r:untrusted_app:s0:c21,c257,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
02-26 08:14:15.993 7327 7369 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json'
02-26 08:14:16.013 7327 7378 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.occtax/settings_occtax.json'
02-26 08:14:16.027 7327 7378 W fr.geonature.sync.sync.io.AppSettingsJsonWriter: undefined app settings to update from 'fr.geonature.maps.sample'
02-26 08:14:16.045 1409 1447 V WindowManager: Removing Window{14d9931 u0 SnapshotStartingWindow for taskId=57080} from AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:14:16.060 2102 2193 D ScenarioService: front pkg : fr.geonature.sync launcher: false
02-26 08:14:16.073 1409 1409 W ProcBatteryStats: timer is running , not start, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:14:16.075 1409 5178 V HwPhoneWindowManager: updateSystemUiColorLw window=Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity},EmuiStyle=0,StatusBarColor=0xff510052,NavigationBarColor=0xff000000, mForceNotchStatusBar=false
02-26 08:14:16.077 1409 1444 I StatusBarDisable: setFlags what=0 which=1 pkg=Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:14:16.098 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 1409
02-26 08:14:16.099 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2102
02-26 08:14:16.103 2102 2334 I SceneReceiver: state type: 10000 eventType:2 pid:0 uid:0 pkg:fr.geonature.sync
02-26 08:14:16.103 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2257
02-26 08:14:16.103 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 1409
02-26 08:14:16.103 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2102
02-26 08:14:16.103 7327 7369 I fr.geonature.sync.sync.worker.InputsSyncWorker: starting inputs synchronization for 'fr.geonature.occtax'...
02-26 08:14:16.104 2102 2334 I SceneReceiver: state type: 10000 eventType:1 pid:0 uid:0 pkg:fr.geonature.sync
02-26 08:14:16.104 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2257
02-26 08:14:16.104 2102 2336 D HwThermalStateManager: current foreapp pkg : fr.geonature.sync
02-26 08:14:16.107 2102 2339 D ThermalTrace_ThermalRaise: current pkg:fr.geonature.sync
02-26 08:14:16.107 2257 23932 D HicomMonitor: notifyForegroundAppChanged: pkg:fr.geonature.sync
02-26 08:14:16.107 2257 23932 D Hicom_EmcomManagerService: onForegroundAppChanged, pkgName:fr.geonature.sync
02-26 08:14:16.157 7327 7366 I WM-WorkerWrapper: Worker result FAILURE for Work [ id=680b601b-78a0-46ea-a50c-0945643de390, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
02-26 08:14:16.200 7327 7378 I fr.geonature.sync.sync.worker.InputsSyncWorker: No inputs to synchronize for 'fr.geonature.occtax'
02-26 08:14:16.213 7327 7364 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=e2fadda3-c448-4b95-9b5e-d12a8d37b402, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
02-26 08:14:16.254 2102 2320 I InputManager: new hook event, id: 167, pkg: fr.geonature.sync
02-26 08:14:16.309 2102 2193 I APwMonitor: screen on skip front app: fr.geonature.sync
02-26 08:14:16.309 1409 2173 W ProcBatteryStats: timer is not running , not stop, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:14:16.314 2102 2320 I InputManager: new hook event, id: 167, pkg: fr.geonature.sync
02-26 08:14:16.502 780 24640 D iTouchService: itouch currentPackageName = fr.geonature.sync
02-26 08:14:16.502 780 24640 D iTouchService: itouch getCurrentParmID tempPkg=fr.geonature.xxx
02-26 08:14:16.502 780 24640 D iTouchService: itouch:app fr.geonature.sync is not game app
02-26 08:14:16.502 780 24640 D iTouchService: itouch:app fr.geonature.sync is not in StylusPenList
02-26 08:14:16.514 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 5000
02-26 08:14:16.702 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 805 taxa with areas from offset 5000
02-26 08:14:18.040 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1850 bytes/s (rxB:8556 txB:698 rxP:9 txP:8 iface:1) scroff: false
02-26 08:14:20.930 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 6000
02-26 08:14:21.043 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 925 taxa with areas from offset 6000
02-26 08:14:23.088 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1867 bytes/s (rxB:8536 txB:802 rxP:10 txP:10 iface:1) scroff: false
02-26 08:14:23.773 1409 7978 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 728, rttPkts = 2, aveRtt = 364.0, app = fr.geonature.sync
02-26 08:14:23.773 1409 7978 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 363 mResendSegs = 1 mRcvSegs = 500 ]
02-26 08:14:25.931 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 7000
02-26 08:14:26.034 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 850 taxa with areas from offset 7000
02-26 08:14:28.138 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2065 bytes/s (rxB:9525 txB:802 rxP:10 txP:10 iface:1) scroff: false
02-26 08:14:29.656 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 8000
02-26 08:14:29.775 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 875 taxa with areas from offset 8000
02-26 08:14:31.772 1409 8148 D HwUidTcpMonitor: parseWlanUidTcpStatistics newUidTcpStatInfo = [ mUid = 10061 mPacketName = fr.geonature.sync mSendSegs = 37 mResendSegs = 0 mRcvSegs = 37 ]
02-26 08:14:31.772 1409 8148 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 448, rttPkts = 2, aveRtt = 224.0, app = fr.geonature.sync
02-26 08:14:31.772 1409 8148 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 384 mResendSegs = 1 mRcvSegs = 521 ]
02-26 08:14:33.193 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2033 bytes/s (rxB:9314 txB:854 rxP:11 txP:11 iface:1) scroff: false
02-26 08:14:33.331 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 9000
02-26 08:14:33.424 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 969 taxa with areas from offset 9000
02-26 08:14:37.058 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 10000
02-26 08:14:37.162 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 885 taxa with areas from offset 10000
02-26 08:14:38.243 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 4032 bytes/s (rxB:18556 txB:1606 rxP:20 txP:20 iface:1) scroff: false
02-26 08:14:39.795 1409 8151 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 480, rttPkts = 2, aveRtt = 240.0, app = fr.geonature.sync
02-26 08:14:39.795 1409 8151 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 404 mResendSegs = 1 mRcvSegs = 541 ]
02-26 08:14:40.869 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 11000
02-26 08:14:40.993 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 880 taxa with areas from offset 11000
02-26 08:14:43.294 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1962 bytes/s (rxB:9010 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:14:44.499 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 12000
02-26 08:14:44.607 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 924 taxa with areas from offset 12000
02-26 08:14:47.800 1409 8153 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 264, rttPkts = 2, aveRtt = 132.0, app = fr.geonature.sync
02-26 08:14:47.800 1409 8153 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 422 mResendSegs = 1 mRcvSegs = 559 ]
02-26 08:14:48.342 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1923 bytes/s (rxB:8864 txB:751 rxP:9 txP:9 iface:1) scroff: false
02-26 08:14:48.460 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 13000
02-26 08:14:48.561 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 934 taxa with areas from offset 13000
02-26 08:14:52.355 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 14000
02-26 08:14:52.455 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 877 taxa with areas from offset 14000
02-26 08:14:53.390 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 3659 bytes/s (rxB:16785 txB:1514 rxP:18 txP:18 iface:1) scroff: false
02-26 08:14:55.801 1409 8157 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 680, rttPkts = 2, aveRtt = 340.0, app = fr.geonature.sync
02-26 08:14:55.801 1409 8157 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 441 mResendSegs = 1 mRcvSegs = 578 ]
02-26 08:14:56.063 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 15000
02-26 08:14:56.141 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 818 taxa with areas from offset 15000
02-26 08:14:58.431 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1948 bytes/s (rxB:8937 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:15:00.681 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 16000
02-26 08:15:00.815 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 883 taxa with areas from offset 16000
02-26 08:15:03.476 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1978 bytes/s (rxB:9129 txB:763 rxP:9 txP:9 iface:1) scroff: false
02-26 08:15:03.814 1409 8168 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 376, rttPkts = 2, aveRtt = 188.0, app = fr.geonature.sync
02-26 08:15:03.814 1409 8168 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 460 mResendSegs = 1 mRcvSegs = 597 ]
02-26 08:15:04.943 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 17000
02-26 08:15:05.055 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 886 taxa with areas from offset 17000
02-26 08:15:08.524 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1945 bytes/s (rxB:8923 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:15:08.955 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 18000
02-26 08:15:09.066 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 873 taxa with areas from offset 18000
02-26 08:15:11.829 1409 8171 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1120, rttPkts = 2, aveRtt = 560.0, app = fr.geonature.sync
02-26 08:15:11.829 1409 8171 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 480 mResendSegs = 1 mRcvSegs = 617 ]
02-26 08:15:12.781 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 19000
02-26 08:15:12.912 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 873 taxa with areas from offset 19000
02-26 08:15:13.563 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 3996 bytes/s (rxB:18374 txB:1606 rxP:20 txP:20 iface:1) scroff: false
02-26 08:15:16.927 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 20000
02-26 08:15:17.092 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 988 taxa with areas from offset 20000
02-26 08:15:18.614 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1844 bytes/s (rxB:8521 txB:699 rxP:8 txP:8 iface:1) scroff: false
02-26 08:15:19.836 1409 8197 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 688, rttPkts = 2, aveRtt = 344.0, app = fr.geonature.sync
02-26 08:15:19.836 1409 8197 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 498 mResendSegs = 1 mRcvSegs = 635 ]
02-26 08:15:20.903 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 21000
02-26 08:15:21.016 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 845 taxa with areas from offset 21000
02-26 08:15:23.656 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2094 bytes/s (rxB:9669 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:15:25.842 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 22000
02-26 08:15:25.961 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 875 taxa with areas from offset 22000
02-26 08:15:27.851 1409 8199 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1848, rttPkts = 2, aveRtt = 924.0, app = fr.geonature.sync
02-26 08:15:27.851 1409 8199 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 519 mResendSegs = 1 mRcvSegs = 656 ]
02-26 08:15:28.715 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2066 bytes/s (rxB:9465 txB:867 rxP:11 txP:11 iface:1) scroff: false
02-26 08:15:29.701 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 23000
02-26 08:15:29.823 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 889 taxa with areas from offset 23000
02-26 08:15:33.773 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2012 bytes/s (rxB:9205 txB:855 rxP:11 txP:11 iface:1) scroff: false
02-26 08:15:33.887 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 24000
02-26 08:15:34.015 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 961 taxa with areas from offset 24000
02-26 08:15:35.852 1409 8203 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2544, rttPkts = 2, aveRtt = 1272.0, app = fr.geonature.sync
02-26 08:15:35.852 1409 8203 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 540 mResendSegs = 1 mRcvSegs = 677 ]
02-26 08:15:38.252 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 25000
02-26 08:15:38.402 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 863 taxa with areas from offset 25000
02-26 08:15:38.826 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 3903 bytes/s (rxB:18016 txB:1502 rxP:18 txP:18 iface:1) scroff: false
02-26 08:15:42.146 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 26000
02-26 08:15:42.261 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 913 taxa with areas from offset 26000
02-26 08:15:43.850 1409 8209 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1192, rttPkts = 2, aveRtt = 596.0, app = fr.geonature.sync
02-26 08:15:43.850 1409 8209 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 556 mResendSegs = 1 mRcvSegs = 693 ]
02-26 08:15:43.879 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1815 bytes/s (rxB:8376 txB:699 rxP:8 txP:8 iface:1) scroff: false
02-26 08:15:45.971 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 27000
02-26 08:15:46.081 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 827 taxa with areas from offset 27000
02-26 08:15:48.927 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2008 bytes/s (rxB:9241 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:15:50.149 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 28000
02-26 08:15:50.265 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 763 taxa with areas from offset 28000
02-26 08:15:51.857 1409 8211 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 584, rttPkts = 2, aveRtt = 292.0, app = fr.geonature.sync
02-26 08:15:51.857 1409 8211 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 575 mResendSegs = 1 mRcvSegs = 712 ]
02-26 08:15:53.977 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2137 bytes/s (rxB:9872 txB:815 rxP:10 txP:10 iface:1) scroff: false
02-26 08:15:54.079 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 29000
02-26 08:15:54.191 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 784 taxa with areas from offset 29000
02-26 08:15:58.526 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 30000
02-26 08:15:58.644 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 970 taxa with areas from offset 30000
02-26 08:15:59.027 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 4125 bytes/s (rxB:19011 txB:1618 rxP:20 txP:20 iface:1) scroff: false
02-26 08:15:59.872 1409 8214 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 840, rttPkts = 2, aveRtt = 420.0, app = fr.geonature.sync
02-26 08:15:59.872 1409 8214 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 596 mResendSegs = 1 mRcvSegs = 733 ]
02-26 08:16:03.046 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 31000
02-26 08:16:03.132 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 873 taxa with areas from offset 31000
02-26 08:16:04.082 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2065 bytes/s (rxB:9190 txB:1138 rxP:10 txP:11 iface:1) scroff: false
02-26 08:16:07.010 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 32000
02-26 08:16:07.125 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 885 taxa with areas from offset 32000
02-26 08:16:07.885 1409 8245 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1872, rttPkts = 2, aveRtt = 936.0, app = fr.geonature.sync
02-26 08:16:07.885 1409 8245 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 617 mResendSegs = 1 mRcvSegs = 754 ]
02-26 08:16:09.143 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2020 bytes/s (rxB:9299 txB:803 rxP:11 txP:10 iface:1) scroff: false
02-26 08:16:12.925 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 33000
02-26 08:16:13.039 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 870 taxa with areas from offset 33000
02-26 08:16:14.192 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1958 bytes/s (rxB:9092 txB:699 rxP:8 txP:8 iface:1) scroff: false
02-26 08:16:15.880 1409 8260 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 808, rttPkts = 1, aveRtt = 808.0, app = fr.geonature.sync
02-26 08:16:15.880 1409 8260 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 625 mResendSegs = 1 mRcvSegs = 762 ]
02-26 08:16:16.886 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 34000
02-26 08:16:17.017 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 889 taxa with areas from offset 34000
02-26 08:16:19.235 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1940 bytes/s (rxB:9004 txB:699 rxP:8 txP:8 iface:1) scroff: false
02-26 08:16:20.999 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 35000
02-26 08:16:21.115 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 990 taxa with areas from offset 35000
02-26 08:16:23.889 1409 8262 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 760, rttPkts = 2, aveRtt = 380.0, app = fr.geonature.sync
02-26 08:16:23.889 1409 8262 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 643 mResendSegs = 1 mRcvSegs = 780 ]
02-26 08:16:24.286 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1889 bytes/s (rxB:8644 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:16:25.011 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 36000
02-26 08:16:25.154 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 541 taxa with areas from offset 36000
02-26 08:16:29.332 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1757 bytes/s (rxB:7985 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:16:29.444 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 37000
02-26 08:16:29.559 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 847 taxa with areas from offset 37000
02-26 08:16:31.916 1409 8266 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1152, rttPkts = 2, aveRtt = 576.0, app = fr.geonature.sync
02-26 08:16:31.916 1409 8266 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 663 mResendSegs = 1 mRcvSegs = 800 ]
02-26 08:16:33.854 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 38000
02-26 08:16:33.962 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 852 taxa with areas from offset 38000
02-26 08:16:34.374 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 3746 bytes/s (rxB:17128 txB:1606 rxP:20 txP:20 iface:1) scroff: false
02-26 08:16:34.427 2257 15488 E DollieAdapterService: notifyActivityState pkg:fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity state:9 fg:false mUid:10277
02-26 08:16:34.427 2257 15488 I HidataAppQoeP: foregroundUidRemove uid: 10277 name: fr.geonature:10277
02-26 08:16:34.450 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=onPause, isHomeActivity=, isTop=true
02-26 08:16:34.451 29211 29233 I AppLifeChangeSensor: CAWARENESS: activityPaused componentName = ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:16:34.451 2257 15488 D DollieActivityManagerAdapter: [Paused] pid:7327 uid:10277 ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity} uidState:9
02-26 08:16:34.790 1409 2127 V WindowManager: notifyAppStopped: AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:16:34.838 1409 2165 V WindowManager: notifyAppStopped: AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:16:34.875 704 797 E BufferQueueProducer: [fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity#0]:1338: disconnect: not connected (req=1)
02-26 08:16:34.876 1409 1834 E WindowManager: win=Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity} destroySurfaces: appStopped=true win.mWindowRemovalAllowed=false win.mRemoveOnExit=false
02-26 08:16:34.886 7327 7327 V ActivityThread: Handle window ActivityRecord{1eda1ab token=android.os.BinderProxy@e8b3ff5 {fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}} visibility: false
02-26 08:16:35.304 780 3664 D iTouchService: itouch currentPackageName = fr.geonature.sync
02-26 08:16:35.304 780 3664 D iTouchService: itouch getCurrentParmID tempPkg=fr.geonature.xxx
02-26 08:16:35.304 780 3664 D iTouchService: itouch:app fr.geonature.sync is not game app
02-26 08:16:35.304 780 3664 D iTouchService: itouch:app fr.geonature.sync is not in StylusPenList
02-26 08:16:39.304 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 39000
02-26 08:16:39.417 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1667 bytes/s (rxB:7974 txB:364 rxP:7 txP:7 iface:1) scroff: true
02-26 08:16:39.901 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 484 taxa with areas from offset 39000
02-26 08:16:39.914 1409 8297 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 512, rttPkts = 1, aveRtt = 512.0, app = fr.geonature.sync
02-26 08:16:39.914 1409 8297 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 682 mResendSegs = 1 mRcvSegs = 818 ]
02-26 08:16:44.192 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 40000
02-26 08:16:44.456 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2046 bytes/s (rxB:9031 txB:1202 rxP:12 txP:12 iface:1) scroff: true
02-26 08:16:44.502 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 888 taxa with areas from offset 40000
02-26 08:16:47.922 1409 8303 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2024, rttPkts = 2, aveRtt = 1012.0, app = fr.geonature.sync
02-26 08:16:47.922 1409 8303 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 693 mResendSegs = 1 mRcvSegs = 830 ]
02-26 08:16:48.608 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 41000
02-26 08:16:48.974 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 805 taxa with areas from offset 41000
02-26 08:16:49.504 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2067 bytes/s (rxB:9304 txB:1034 rxP:8 txP:9 iface:1) scroff: true
02-26 08:16:52.968 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 42000
02-26 08:16:53.330 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 940 taxa with areas from offset 42000
02-26 08:16:54.559 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1847 bytes/s (rxB:8539 txB:699 rxP:9 txP:8 iface:1) scroff: true
02-26 08:16:55.917 1409 8305 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 3216, rttPkts = 2, aveRtt = 1608.0, app = fr.geonature.sync
02-26 08:16:55.917 1409 8305 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 709 mResendSegs = 1 mRcvSegs = 846 ]
02-26 08:16:58.331 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 43000
02-26 08:16:58.658 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 986 taxa with areas from offset 43000
02-26 08:16:59.604 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1407 bytes/s (rxB:6326 txB:711 rxP:8 txP:8 iface:1) scroff: true
02-26 08:17:03.296 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 44000
02-26 08:17:03.612 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 809 taxa with areas from offset 44000
02-26 08:17:03.944 1409 8307 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 848, rttPkts = 1, aveRtt = 848.0, app = fr.geonature.sync
02-26 08:17:03.944 1409 8307 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 727 mResendSegs = 1 mRcvSegs = 863 ]
02-26 08:17:04.660 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2027 bytes/s (rxB:9334 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:17:08.470 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 45000
02-26 08:17:08.830 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 832 taxa with areas from offset 45000
02-26 08:17:09.704 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2082 bytes/s (rxB:9609 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:17:11.940 1409 8309 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2896, rttPkts = 2, aveRtt = 1448.0, app = fr.geonature.sync
02-26 08:17:11.940 1409 8309 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 737 mResendSegs = 1 mRcvSegs = 874 ]
02-26 08:17:18.816 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 46000
02-26 08:17:19.164 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 841 taxa with areas from offset 46000
02-26 08:17:19.818 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2182 bytes/s (rxB:9755 txB:1159 rxP:10 txP:13 iface:1) scroff: true
02-26 08:17:19.958 1409 8323 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 0, rttPkts = 0, aveRtt = 0.0, app = fr.geonature.sync
02-26 08:17:19.958 1409 8323 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 747 mResendSegs = 1 mRcvSegs = 884 ]
02-26 08:17:24.867 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 419 bytes/s (rxB:843 txB:1254 rxP:5 txP:5 iface:1) scroff: true
02-26 08:17:25.737 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 47000
02-26 08:17:26.119 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 834 taxa with areas from offset 47000
02-26 08:17:27.955 1409 8327 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 7040, rttPkts = 5, aveRtt = 1408.0, app = fr.geonature.sync
02-26 08:17:27.955 1409 8327 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 758 mResendSegs = 1 mRcvSegs = 899 ]
02-26 08:17:29.919 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1991 bytes/s (rxB:9360 txB:595 rxP:10 txP:6 iface:1) scroff: true
02-26 08:17:30.356 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 48000
02-26 08:17:30.688 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 983 taxa with areas from offset 48000
02-26 08:17:34.964 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1926 bytes/s (rxB:8933 txB:699 rxP:8 txP:8 iface:1) scroff: true
02-26 08:17:35.953 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 49000
02-26 08:17:35.960 1409 8329 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 808, rttPkts = 1, aveRtt = 808.0, app = fr.geonature.sync
02-26 08:17:35.960 1409 8329 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 774 mResendSegs = 1 mRcvSegs = 915 ]
02-26 08:17:36.296 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 823 taxa with areas from offset 49000
02-26 08:17:40.010 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2085 bytes/s (rxB:9665 txB:763 rxP:9 txP:9 iface:1) scroff: true
02-26 08:17:40.956 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 50000
02-26 08:17:41.314 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 864 taxa with areas from offset 50000
02-26 08:17:43.985 1409 8332 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 4376, rttPkts = 2, aveRtt = 2188.0, app = fr.geonature.sync
02-26 08:17:43.985 1409 8332 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 783 mResendSegs = 1 mRcvSegs = 924 ]
02-26 08:17:44.962 1409 2543 V WindowManager: notifyAppResumed: wasStopped=true AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:17:44.964 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=showStartingWindow, isHomeActivity=, isTop=true
02-26 08:17:44.997 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=onResume, isHomeActivity=, isTop=true
02-26 08:17:44.997 29211 29233 I AppLifeChangeSensor: CAWARENESS: activityResumed componentName = ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:17:44.998 2257 15488 D DollieActivityManagerAdapter: [Resumed] bg:true pid:7327 uid:10277 ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:17:44.998 2257 15488 E DollieAdapterService: notifyActivityState pkg:fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity state:2 fg:true mUid:10277
02-26 08:17:44.998 2257 15488 I HidataAppQoeP: foregroundUidAdd uid: 10277 name: fr.geonature:10277 activity state: true
02-26 08:17:45.045 7327 7378 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json'
02-26 08:17:45.051 7327 7377 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.occtax/settings_occtax.json'
02-26 08:17:45.052 7327 7377 W fr.geonature.sync.sync.io.AppSettingsJsonWriter: undefined app settings to update from 'fr.geonature.maps.sample'
02-26 08:17:45.057 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1959 bytes/s (rxB:9099 txB:699 rxP:8 txP:8 iface:1) scroff: true
02-26 08:17:45.099 2102 2193 D ScenarioService: front pkg : fr.geonature.sync launcher: false
02-26 08:17:45.110 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 1409
02-26 08:17:45.110 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2102
02-26 08:17:45.113 1409 5323 V HwPhoneWindowManager: updateSystemUiColorLw window=Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity},EmuiStyle=0,StatusBarColor=0xff510052,NavigationBarColor=0xff000000, mForceNotchStatusBar=false
02-26 08:17:45.115 1409 1444 I StatusBarDisable: setFlags what=0 which=1 pkg=Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:17:45.115 2102 2334 I SceneReceiver: state type: 10000 eventType:2 pid:0 uid:0 pkg:fr.geonature.sync
02-26 08:17:45.115 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2257
02-26 08:17:45.116 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 1409
02-26 08:17:45.118 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2102
02-26 08:17:45.119 2102 2334 I SceneReceiver: state type: 10000 eventType:1 pid:0 uid:0 pkg:fr.geonature.sync
02-26 08:17:45.120 2102 2336 D HwThermalStateManager: current foreapp pkg : fr.geonature.sync
02-26 08:17:45.122 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2257
02-26 08:17:45.123 2102 2339 D ThermalTrace_ThermalRaise: current pkg:fr.geonature.sync
02-26 08:17:45.124 2257 2281 D HicomMonitor: notifyForegroundAppChanged: pkg:fr.geonature.sync
02-26 08:17:45.124 2257 2281 D Hicom_EmcomManagerService: onForegroundAppChanged, pkgName:fr.geonature.sync
02-26 08:17:45.180 1409 1447 V WindowManager: Removing Window{9956d8c u0 SnapshotStartingWindow for taskId=57080} from AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:17:45.254 7327 7377 I fr.geonature.sync.sync.worker.InputsSyncWorker: starting inputs synchronization for 'fr.geonature.occtax'...
02-26 08:17:45.260 1409 1409 W ProcBatteryStats: timer is running , not start, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:17:45.272 7327 7359 I WM-WorkerWrapper: Worker result FAILURE for Work [ id=2d2d19eb-276f-4011-ba32-446b90112bcc, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
02-26 08:17:45.285 2102 2193 I APwMonitor: screen on skip front app: fr.geonature.sync
02-26 08:17:45.287 7327 7369 I fr.geonature.sync.sync.worker.InputsSyncWorker: No inputs to synchronize for 'fr.geonature.occtax'
02-26 08:17:45.295 7327 7364 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=566c6099-1d1f-44df-b97f-8d3ef480f62c, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
02-26 08:17:45.352 1409 5178 W ProcBatteryStats: timer is not running , not stop, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:17:45.670 780 3664 D iTouchService: itouch currentPackageName = fr.geonature.sync
02-26 08:17:45.670 780 3664 D iTouchService: itouch getCurrentParmID tempPkg=fr.geonature.xxx
02-26 08:17:45.670 780 3664 D iTouchService: itouch:app fr.geonature.sync is not game app
02-26 08:17:45.670 780 3664 D iTouchService: itouch:app fr.geonature.sync is not in StylusPenList
02-26 08:17:45.815 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 51000
02-26 08:17:45.933 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 898 taxa with areas from offset 51000
02-26 08:17:50.120 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1975 bytes/s (rxB:9076 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:17:50.734 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 52000
02-26 08:17:50.852 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 872 taxa with areas from offset 52000
02-26 08:17:51.979 1409 8384 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1232, rttPkts = 2, aveRtt = 616.0, app = fr.geonature.sync
02-26 08:17:51.979 1409 8384 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 803 mResendSegs = 1 mRcvSegs = 944 ]
02-26 08:17:55.172 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1894 bytes/s (rxB:8671 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:17:55.518 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 53000
02-26 08:17:55.628 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 978 taxa with areas from offset 53000
02-26 08:17:59.798 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 54000
02-26 08:17:59.909 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 821 taxa with areas from offset 54000
02-26 08:17:59.970 1409 8386 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 816, rttPkts = 1, aveRtt = 816.0, app = fr.geonature.sync
02-26 08:17:59.970 1409 8386 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 823 mResendSegs = 1 mRcvSegs = 963 ]
02-26 08:18:00.230 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 3853 bytes/s (rxB:17659 txB:1606 rxP:19 txP:20 iface:1) scroff: false
02-26 08:18:03.994 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 55000
02-26 08:18:04.113 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 832 taxa with areas from offset 55000
02-26 08:18:05.305 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1924 bytes/s (rxB:8922 txB:699 rxP:8 txP:8 iface:1) scroff: false
02-26 08:18:07.988 1409 8390 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 3912, rttPkts = 2, aveRtt = 1956.0, app = fr.geonature.sync
02-26 08:18:07.988 1409 8390 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 831 mResendSegs = 1 mRcvSegs = 972 ]
02-26 08:18:08.189 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 56000
02-26 08:18:08.332 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 903 taxa with areas from offset 56000
02-26 08:18:10.364 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1942 bytes/s (rxB:8910 txB:803 rxP:11 txP:10 iface:1) scroff: false
02-26 08:18:12.386 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 57000
02-26 08:18:12.499 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 919 taxa with areas from offset 57000
02-26 08:18:15.223 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=onPause, isHomeActivity=, isTop=true
02-26 08:18:15.225 29211 29233 I AppLifeChangeSensor: CAWARENESS: activityPaused componentName = ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:18:15.236 2257 15488 D DollieActivityManagerAdapter: [Paused] pid:7327 uid:10277 ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity} uidState:2
02-26 08:18:15.278 2257 15488 E DollieAdapterService: notifyActivityState pkg:fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity state:9 fg:false mUid:10277
02-26 08:18:15.279 2257 15488 I HidataAppQoeP: foregroundUidRemove uid: 10277 name: fr.geonature:10277
02-26 08:18:15.341 1409 1427 V WindowManager: notifyAppStopped: AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:18:15.396 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1885 bytes/s (rxB:8624 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:18:15.603 1409 4119 V WindowManager: notifyAppStopped: AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:18:15.649 704 2284 E BufferQueueProducer: [fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity#0]:1338: disconnect: not connected (req=1)
02-26 08:18:15.655 1409 2128 E WindowManager: win=Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity} destroySurfaces: appStopped=true win.mWindowRemovalAllowed=false win.mRemoveOnExit=false
02-26 08:18:15.665 7327 7327 V ActivityThread: Handle window ActivityRecord{1eda1ab token=android.os.BinderProxy@e8b3ff5 {fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}} visibility: false
02-26 08:18:15.991 1409 8411 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2568, rttPkts = 2, aveRtt = 1284.0, app = fr.geonature.sync
02-26 08:18:15.991 1409 8411 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 851 mResendSegs = 1 mRcvSegs = 992 ]
02-26 08:18:16.085 780 3664 D iTouchService: itouch currentPackageName = fr.geonature.sync
02-26 08:18:16.086 780 3664 D iTouchService: itouch getCurrentParmID tempPkg=fr.geonature.xxx
02-26 08:18:16.086 780 3664 D iTouchService: itouch:app fr.geonature.sync is not game app
02-26 08:18:16.086 780 3664 D iTouchService: itouch:app fr.geonature.sync is not in StylusPenList
02-26 08:18:16.420 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 58000
02-26 08:18:16.743 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 969 taxa with areas from offset 58000
02-26 08:18:20.439 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1623 bytes/s (rxB:7472 txB:647 rxP:7 txP:7 iface:1) scroff: true
02-26 08:18:20.926 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 59000
02-26 08:18:21.242 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 875 taxa with areas from offset 59000
02-26 08:18:24.013 1409 8426 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2328, rttPkts = 2, aveRtt = 1164.0, app = fr.geonature.sync
02-26 08:18:24.013 1409 8426 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 868 mResendSegs = 1 mRcvSegs = 1009 ]
02-26 08:18:25.499 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1952 bytes/s (rxB:8960 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:18:25.923 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 60000
02-26 08:18:26.292 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 779 taxa with areas from offset 60000
02-26 08:18:30.498 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 61000
02-26 08:18:30.549 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 4383 bytes/s (rxB:20529 txB:1387 rxP:21 txP:21 iface:1) scroff: true
02-26 08:18:30.914 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 774 taxa with areas from offset 61000
02-26 08:18:32.016 1409 8428 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1344, rttPkts = 2, aveRtt = 672.0, app = fr.geonature.sync
02-26 08:18:32.016 1409 8428 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 890 mResendSegs = 1 mRcvSegs = 1031 ]
02-26 08:18:35.424 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 62000
02-26 08:18:35.608 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1920 bytes/s (rxB:8903 txB:699 rxP:8 txP:8 iface:1) scroff: true
02-26 08:18:35.738 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 980 taxa with areas from offset 62000
02-26 08:18:40.027 1409 8443 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 864, rttPkts = 1, aveRtt = 864.0, app = fr.geonature.sync
02-26 08:18:40.027 1409 8443 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 898 mResendSegs = 1 mRcvSegs = 1039 ]
02-26 08:18:40.389 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 63000
02-26 08:18:40.646 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2070 bytes/s (rxB:9550 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:18:40.742 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 853 taxa with areas from offset 63000
02-26 08:18:44.967 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 64000
02-26 08:18:45.369 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 847 taxa with areas from offset 64000
02-26 08:18:45.691 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2040 bytes/s (rxB:9169 txB:1034 rxP:8 txP:9 iface:1) scroff: true
02-26 08:18:48.044 1409 8446 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1400, rttPkts = 2, aveRtt = 700.0, app = fr.geonature.sync
02-26 08:18:48.044 1409 8446 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 916 mResendSegs = 1 mRcvSegs = 1057 ]
02-26 08:18:49.702 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 65000
02-26 08:18:50.067 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 784 taxa with areas from offset 65000
02-26 08:18:50.744 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2026 bytes/s (rxB:9434 txB:699 rxP:8 txP:8 iface:1) scroff: true
02-26 08:18:53.983 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 66000
02-26 08:18:54.377 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 962 taxa with areas from offset 66000
02-26 08:18:55.791 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1883 bytes/s (rxB:8717 txB:699 rxP:9 txP:8 iface:1) scroff: true
02-26 08:18:56.036 1409 8453 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2864, rttPkts = 2, aveRtt = 1432.0, app = fr.geonature.sync
02-26 08:18:56.036 1409 8453 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 932 mResendSegs = 1 mRcvSegs = 1073 ]
02-26 08:18:57.809 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 67000
02-26 08:18:58.195 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 884 taxa with areas from offset 67000
02-26 08:19:00.834 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1918 bytes/s (rxB:8841 txB:751 rxP:9 txP:9 iface:1) scroff: true
02-26 08:19:02.124 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 68000
02-26 08:19:02.483 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 856 taxa with areas from offset 68000
02-26 08:19:04.041 1409 8472 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1728, rttPkts = 2, aveRtt = 864.0, app = fr.geonature.sync
02-26 08:19:04.041 1409 8472 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 950 mResendSegs = 1 mRcvSegs = 1091 ]
02-26 08:19:05.882 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1881 bytes/s (rxB:8657 txB:751 rxP:9 txP:9 iface:1) scroff: true
02-26 08:19:06.461 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 69000
02-26 08:19:06.790 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 927 taxa with areas from offset 69000
02-26 08:19:10.906 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 70000
02-26 08:19:10.932 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 3703 bytes/s (rxB:17245 txB:1271 rxP:19 txP:19 iface:1) scroff: true
02-26 08:19:11.301 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 891 taxa with areas from offset 70000
02-26 08:19:12.070 1409 8474 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 128, rttPkts = 1, aveRtt = 128.0, app = fr.geonature.sync
02-26 08:19:12.070 1409 8474 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 970 mResendSegs = 1 mRcvSegs = 1110 ]
02-26 08:19:15.393 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 71000
02-26 08:19:15.756 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 836 taxa with areas from offset 71000
02-26 08:19:15.965 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2137 bytes/s (rxB:9215 txB:1473 rxP:11 txP:12 iface:1) scroff: true
02-26 08:19:19.977 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 72000
02-26 08:19:20.057 1409 8484 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 3200, rttPkts = 2, aveRtt = 1600.0, app = fr.geonature.sync
02-26 08:19:20.057 1409 8484 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 990 mResendSegs = 1 mRcvSegs = 1131 ]
02-26 08:19:20.379 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 888 taxa with areas from offset 72000
02-26 08:19:21.008 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1921 bytes/s (rxB:8805 txB:803 rxP:11 txP:10 iface:1) scroff: true
02-26 08:19:25.525 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 73000
02-26 08:19:25.888 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 954 taxa with areas from offset 73000
02-26 08:19:26.036 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2199 bytes/s (rxB:10130 txB:867 rxP:10 txP:11 iface:1) scroff: true
02-26 08:19:28.077 1409 8486 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1432, rttPkts = 2, aveRtt = 716.0, app = fr.geonature.sync
02-26 08:19:28.077 1409 8486 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1002 mResendSegs = 1 mRcvSegs = 1143 ]
02-26 08:19:30.707 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 74000
02-26 08:19:31.070 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 866 taxa with areas from offset 74000
02-26 08:19:31.078 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1782 bytes/s (rxB:8444 txB:468 rxP:10 txP:9 iface:1) scroff: true
02-26 08:19:35.632 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 75000
02-26 08:19:35.993 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 838 taxa with areas from offset 75000
02-26 08:19:36.071 1409 8489 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 808, rttPkts = 1, aveRtt = 808.0, app = fr.geonature.sync
02-26 08:19:36.071 1409 8489 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1023 mResendSegs = 1 mRcvSegs = 1163 ]
02-26 08:19:36.120 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1961 bytes/s (rxB:8615 txB:1190 rxP:11 txP:12 iface:1) scroff: true
02-26 08:19:40.225 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 76000
02-26 08:19:40.606 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 857 taxa with areas from offset 76000
02-26 08:19:41.158 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1997 bytes/s (rxB:9184 txB:803 rxP:11 txP:10 iface:1) scroff: true
02-26 08:19:44.083 1409 8491 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2328, rttPkts = 2, aveRtt = 1164.0, app = fr.geonature.sync
02-26 08:19:44.083 1409 8491 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1033 mResendSegs = 1 mRcvSegs = 1174 ]
02-26 08:19:44.589 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 77000
02-26 08:19:44.970 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 828 taxa with areas from offset 77000
02-26 08:19:46.209 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2027 bytes/s (rxB:9283 txB:855 rxP:11 txP:11 iface:1) scroff: true
02-26 08:19:50.116 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 78000
02-26 08:19:50.412 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 992 taxa with areas from offset 78000
02-26 08:19:51.255 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1952 bytes/s (rxB:8999 txB:763 rxP:9 txP:9 iface:1) scroff: true
02-26 08:19:52.102 1409 8494 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2720, rttPkts = 2, aveRtt = 1360.0, app = fr.geonature.sync
02-26 08:19:52.103 1409 8494 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1053 mResendSegs = 1 mRcvSegs = 1194 ]
02-26 08:19:55.290 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 79000
02-26 08:19:55.744 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 782 taxa with areas from offset 79000
02-26 08:19:56.304 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2019 bytes/s (rxB:9242 txB:855 rxP:11 txP:11 iface:1) scroff: true
02-26 08:20:00.106 1409 8496 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 776, rttPkts = 1, aveRtt = 776.0, app = fr.geonature.sync
02-26 08:20:00.106 1409 8496 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1064 mResendSegs = 1 mRcvSegs = 1205 ]
02-26 08:20:00.822 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 80000
02-26 08:20:01.182 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 935 taxa with areas from offset 80000
02-26 08:20:01.336 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1929 bytes/s (rxB:8949 txB:699 rxP:7 txP:8 iface:1) scroff: true
02-26 08:20:05.788 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 81000
02-26 08:20:06.139 7327 7369 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 909 taxa with areas from offset 81000
02-26 08:20:06.384 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2034 bytes/s (rxB:9370 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:20:08.112 1409 8498 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1640, rttPkts = 2, aveRtt = 820.0, app = fr.geonature.sync
02-26 08:20:08.112 1409 8498 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1082 mResendSegs = 1 mRcvSegs = 1223 ]
02-26 08:20:10.484 2102 2193 I APwMonitor: screen on skip front app: fr.geonature.sync
02-26 08:20:10.682 2102 2193 D ScenarioService: front pkg : fr.geonature.sync launcher: false
02-26 08:20:10.682 2102 2193 D ScenarioService: camera start pkg: com.android.systemui, cameraId: 1, pid: 1814, mFrontPkg: fr.geonature.sync, pkgs: {com.android.systemui=204416725}, uptime: 204416725
02-26 08:20:10.682 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 1409
02-26 08:20:10.683 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2102
02-26 08:20:10.684 2102 2334 I SceneReceiver: state type: 10000 eventType:2 pid:0 uid:0 pkg:fr.geonature.sync
02-26 08:20:10.684 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2257
02-26 08:20:10.684 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 1409
02-26 08:20:10.684 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2102
02-26 08:20:10.693 2102 2334 I SceneReceiver: state type: 10000 eventType:1 pid:0 uid:0 pkg:fr.geonature.sync
02-26 08:20:10.693 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2257
02-26 08:20:10.693 2102 2336 D HwThermalStateManager: current foreapp pkg : fr.geonature.sync
02-26 08:20:10.694 2257 4420 D HicomMonitor: notifyForegroundAppChanged: pkg:fr.geonature.sync
02-26 08:20:10.694 2257 4420 D Hicom_EmcomManagerService: onForegroundAppChanged, pkgName:fr.geonature.sync
02-26 08:20:10.695 2102 2339 D ThermalTrace_ThermalRaise: current pkg:fr.geonature.sync
02-26 08:20:11.415 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 10 bytes/s (rxB:52 txB:0 rxP:1 txP:0 iface:1) scroff: false
02-26 08:20:11.482 1409 5136 V WindowManager: notifyAppResumed: wasStopped=true AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:20:11.493 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=showStartingWindow, isHomeActivity=, isTop=true
02-26 08:20:11.516 1409 2248 D HwWindowManagerServiceEx: is app exit to launcher info: transit = 20, app = AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}, window = Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}, mClosingApps = {}, topOpeningApp = AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}, mExitIconBitmap = null, mExitIconHeight = -1, mExitIconWidth = -1
02-26 08:20:11.527 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=onResume, isHomeActivity=, isTop=true
02-26 08:20:11.528 29211 29230 I AppLifeChangeSensor: CAWARENESS: activityResumed componentName = ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:20:11.529 2257 15488 D DollieActivityManagerAdapter: [Resumed] bg:true pid:7327 uid:10277 ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:20:11.529 2257 15488 E DollieAdapterService: notifyActivityState pkg:fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity state:2 fg:true mUid:10277
02-26 08:20:11.529 2257 15488 I HidataAppQoeP: foregroundUidAdd uid: 10277 name: fr.geonature:10277 activity state: true
02-26 08:20:11.585 7327 7370 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json'
02-26 08:20:11.586 7327 7378 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.occtax/settings_occtax.json'
02-26 08:20:11.587 7327 7370 W fr.geonature.sync.sync.io.AppSettingsJsonWriter: undefined app settings to update from 'fr.geonature.maps.sample'
02-26 08:20:11.633 780 24640 D iTouchService: itouch currentPackageName = fr.geonature.sync
02-26 08:20:11.633 780 24640 D iTouchService: itouch getCurrentParmID tempPkg=fr.geonature.xxx
02-26 08:20:11.633 780 24640 D iTouchService: itouch:app fr.geonature.sync is not game app
02-26 08:20:11.633 780 24640 D iTouchService: itouch:app fr.geonature.sync is not in StylusPenList
02-26 08:20:11.645 1409 1639 V HwPhoneWindowManager: updateSystemUiColorLw window=Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity},EmuiStyle=0,StatusBarColor=0xff510052,NavigationBarColor=0xff000000, mForceNotchStatusBar=false
02-26 08:20:11.646 1409 1444 I StatusBarDisable: setFlags what=0 which=1 pkg=Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:20:11.687 1409 1447 V WindowManager: Removing Window{ca91926 u0 SnapshotStartingWindow for taskId=57080} from AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:20:11.743 1409 1409 W ProcBatteryStats: timer is running , not start, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:20:11.754 7327 7369 I fr.geonature.sync.sync.worker.InputsSyncWorker: starting inputs synchronization for 'fr.geonature.occtax'...
02-26 08:20:11.770 7327 7378 I fr.geonature.sync.sync.worker.InputsSyncWorker: No inputs to synchronize for 'fr.geonature.occtax'
02-26 08:20:11.774 7327 7366 I WM-WorkerWrapper: Worker result FAILURE for Work [ id=a84364c9-2547-4cf3-b4a3-cc195b91498d, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
02-26 08:20:11.778 7327 7366 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=5dd48512-7ce0-487d-9d5f-1728338f8b6a, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
02-26 08:20:11.800 1409 5198 W ProcBatteryStats: timer is not running , not stop, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:20:11.821 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 82000
02-26 08:20:11.922 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 856 taxa with areas from offset 82000
02-26 08:20:16.110 1409 8639 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1168, rttPkts = 1, aveRtt = 1168.0, app = fr.geonature.sync
02-26 08:20:16.110 1409 8639 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1092 mResendSegs = 1 mRcvSegs = 1233 ]
02-26 08:20:16.110 1409 8639 D HwUidTcpMonitor: parseWlanUidTcpStatistics newUidTcpStatInfo = [ mUid = 10038 mPacketName = fr.geonature.sync mSendSegs = 64 mResendSegs = 0 mRcvSegs = 68 ]
02-26 08:20:16.257 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 83000
02-26 08:20:16.425 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 746 taxa with areas from offset 83000
02-26 08:20:16.462 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 3916 bytes/s (rxB:17870 txB:1714 rxP:19 txP:20 iface:1) scroff: false
02-26 08:20:20.708 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 84000
02-26 08:20:20.836 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 982 taxa with areas from offset 84000
02-26 08:20:21.521 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1869 bytes/s (rxB:8649 txB:699 rxP:8 txP:8 iface:1) scroff: false
02-26 08:20:24.133 1409 8643 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2096, rttPkts = 2, aveRtt = 1048.0, app = fr.geonature.sync
02-26 08:20:24.133 1409 8643 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1110 mResendSegs = 1 mRcvSegs = 1251 ]
02-26 08:20:25.476 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 85000
02-26 08:20:25.647 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 842 taxa with areas from offset 85000
02-26 08:20:26.575 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1732 bytes/s (rxB:7912 txB:751 rxP:10 txP:9 iface:1) scroff: false
02-26 08:20:29.721 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 86000
02-26 08:20:29.847 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 891 taxa with areas from offset 86000
02-26 08:20:31.627 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1932 bytes/s (rxB:8858 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:20:32.149 1409 8650 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2336, rttPkts = 2, aveRtt = 1168.0, app = fr.geonature.sync
02-26 08:20:32.149 1409 8650 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1129 mResendSegs = 1 mRcvSegs = 1270 ]
02-26 08:20:34.554 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 87000
02-26 08:20:34.700 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 878 taxa with areas from offset 87000
02-26 08:20:36.682 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1694 bytes/s (rxB:7720 txB:751 rxP:9 txP:9 iface:1) scroff: false
02-26 08:20:38.918 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 88000
02-26 08:20:39.043 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 829 taxa with areas from offset 88000
02-26 08:20:40.145 1409 8652 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2272, rttPkts = 2, aveRtt = 1136.0, app = fr.geonature.sync
02-26 08:20:40.145 1409 8652 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1148 mResendSegs = 1 mRcvSegs = 1289 ]
02-26 08:20:41.736 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1889 bytes/s (rxB:8646 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:20:41.791 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=onPause, isHomeActivity=, isTop=true
02-26 08:20:41.792 29211 29233 I AppLifeChangeSensor: CAWARENESS: activityPaused componentName = ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:20:41.794 2257 15488 D DollieActivityManagerAdapter: [Paused] pid:7327 uid:10277 ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity} uidState:2
02-26 08:20:41.870 2257 15488 E DollieAdapterService: notifyActivityState pkg:fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity state:9 fg:false mUid:10277
02-26 08:20:41.877 2257 15488 I HidataAppQoeP: foregroundUidRemove uid: 10277 name: fr.geonature:10277
02-26 08:20:42.117 1409 2165 V WindowManager: notifyAppStopped: AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:20:42.143 1409 4119 V WindowManager: notifyAppStopped: AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:20:42.187 704 795 E BufferQueueProducer: [fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity#0]:1338: disconnect: not connected (req=1)
02-26 08:20:42.193 1409 5136 E WindowManager: win=Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity} destroySurfaces: appStopped=true win.mWindowRemovalAllowed=false win.mRemoveOnExit=false
02-26 08:20:42.202 7327 7327 V ActivityThread: Handle window ActivityRecord{1eda1ab token=android.os.BinderProxy@e8b3ff5 {fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}} visibility: false
02-26 08:20:42.613 780 19520 D iTouchService: itouch currentPackageName = fr.geonature.sync
02-26 08:20:42.613 780 19520 D iTouchService: itouch getCurrentParmID tempPkg=fr.geonature.xxx
02-26 08:20:42.613 780 19520 D iTouchService: itouch:app fr.geonature.sync is not game app
02-26 08:20:42.613 780 19520 D iTouchService: itouch:app fr.geonature.sync is not in StylusPenList
02-26 08:20:43.981 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 89000
02-26 08:20:44.438 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 854 taxa with areas from offset 89000
02-26 08:20:46.781 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1947 bytes/s (rxB:8935 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:20:48.161 1409 8682 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 664, rttPkts = 1, aveRtt = 664.0, app = fr.geonature.sync
02-26 08:20:48.161 1409 8682 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1158 mResendSegs = 1 mRcvSegs = 1299 ]
02-26 08:20:49.993 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 90000
02-26 08:20:50.342 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 927 taxa with areas from offset 90000
02-26 08:20:51.822 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1881 bytes/s (rxB:8605 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:20:55.202 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 91000
02-26 08:20:55.625 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 870 taxa with areas from offset 91000
02-26 08:20:56.160 1409 8685 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1104, rttPkts = 1, aveRtt = 1104.0, app = fr.geonature.sync
02-26 08:20:56.160 1409 8685 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1178 mResendSegs = 1 mRcvSegs = 1318 ]
02-26 08:20:56.872 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1841 bytes/s (rxB:8402 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:21:00.115 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 92000
02-26 08:21:00.519 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 898 taxa with areas from offset 92000
02-26 08:21:01.917 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1908 bytes/s (rxB:8741 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:21:04.159 1409 8699 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2512, rttPkts = 2, aveRtt = 1256.0, app = fr.geonature.sync
02-26 08:21:04.159 1409 8699 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1188 mResendSegs = 1 mRcvSegs = 1329 ]
02-26 08:21:05.173 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 93000
02-26 08:21:05.544 7327 7378 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 856 taxa with areas from offset 93000
02-26 08:21:06.914 1409 1835 V WindowManager: notifyAppResumed: wasStopped=true AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:21:06.916 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=showStartingWindow, isHomeActivity=, isTop=true
02-26 08:21:06.950 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=onResume, isHomeActivity=, isTop=true
02-26 08:21:06.951 2257 15488 D DollieActivityManagerAdapter: [Resumed] bg:true pid:7327 uid:10277 ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:21:06.951 2257 15488 E DollieAdapterService: notifyActivityState pkg:fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity state:2 fg:true mUid:10277
02-26 08:21:06.951 29211 29233 I AppLifeChangeSensor: CAWARENESS: activityResumed componentName = ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:21:06.953 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2002 bytes/s (rxB:9208 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:21:06.954 2257 15488 I HidataAppQoeP: foregroundUidAdd uid: 10277 name: fr.geonature:10277 activity state: true
02-26 08:21:07.026 7327 7327 W DefaultDispatch: type=1400 audit(0.0:1340781): avc: granted { write open } for pid=7327 path="/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json" dev="sdcardfs" ino=70163 scontext=u:r:untrusted_app:s0:c21,c257,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
02-26 08:21:07.034 7327 7378 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json'
02-26 08:21:07.037 2102 2193 D ScenarioService: front pkg : fr.geonature.sync launcher: false
02-26 08:21:07.040 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 1409
02-26 08:21:07.040 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2102
02-26 08:21:07.043 7327 7370 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.occtax/settings_occtax.json'
02-26 08:21:07.043 7327 7378 W fr.geonature.sync.sync.io.AppSettingsJsonWriter: undefined app settings to update from 'fr.geonature.maps.sample'
02-26 08:21:07.053 2102 2334 I SceneReceiver: state type: 10000 eventType:2 pid:0 uid:0 pkg:fr.geonature.sync
02-26 08:21:07.053 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2257
02-26 08:21:07.053 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 1409
02-26 08:21:07.053 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2102
02-26 08:21:07.055 2102 2334 I SceneReceiver: state type: 10000 eventType:1 pid:0 uid:0 pkg:fr.geonature.sync
02-26 08:21:07.055 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2257
02-26 08:21:07.055 2102 2336 D HwThermalStateManager: current foreapp pkg : fr.geonature.sync
02-26 08:21:07.056 2257 2281 D HicomMonitor: notifyForegroundAppChanged: pkg:fr.geonature.sync
02-26 08:21:07.056 2257 2281 D Hicom_EmcomManagerService: onForegroundAppChanged, pkgName:fr.geonature.sync
02-26 08:21:07.056 2102 2339 D ThermalTrace_ThermalRaise: current pkg:fr.geonature.sync
02-26 08:21:07.086 1409 5323 V HwPhoneWindowManager: updateSystemUiColorLw window=Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity},EmuiStyle=0,StatusBarColor=0xff510052,NavigationBarColor=0xff000000, mForceNotchStatusBar=false
02-26 08:21:07.090 1409 1444 I StatusBarDisable: setFlags what=0 which=1 pkg=Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:21:07.118 1409 1447 V WindowManager: Removing Window{9c9a785 u0 SnapshotStartingWindow for taskId=57080} from AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:21:07.169 7327 7370 I fr.geonature.sync.sync.worker.InputsSyncWorker: starting inputs synchronization for 'fr.geonature.occtax'...
02-26 08:21:07.181 7327 7370 I fr.geonature.sync.sync.worker.InputsSyncWorker: No inputs to synchronize for 'fr.geonature.occtax'
02-26 08:21:07.184 7327 7359 I WM-WorkerWrapper: Worker result FAILURE for Work [ id=4f6ac34c-afb5-4d6b-b50b-593179c82480, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
02-26 08:21:07.191 2102 2193 I APwMonitor: screen on skip front app: fr.geonature.sync
02-26 08:21:07.204 1409 1409 W ProcBatteryStats: timer is running , not start, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:21:07.206 7327 7359 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=23331349-0359-40af-ac71-98a30e4cfb2a, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
02-26 08:21:07.238 1409 2493 W ProcBatteryStats: timer is not running , not stop, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:21:07.625 780 19520 D iTouchService: itouch currentPackageName = fr.geonature.sync
02-26 08:21:07.625 780 19520 D iTouchService: itouch getCurrentParmID tempPkg=fr.geonature.xxx
02-26 08:21:07.625 780 19520 D iTouchService: itouch:app fr.geonature.sync is not game app
02-26 08:21:07.626 780 19520 D iTouchService: itouch:app fr.geonature.sync is not in StylusPenList
02-26 08:21:09.420 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 94000
02-26 08:21:09.650 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 823 taxa with areas from offset 94000
02-26 08:21:12.007 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2051 bytes/s (rxB:9453 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:21:12.176 1409 8739 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 3144, rttPkts = 2, aveRtt = 1572.0, app = fr.geonature.sync
02-26 08:21:12.176 1409 8739 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1208 mResendSegs = 1 mRcvSegs = 1349 ]
02-26 08:21:14.201 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 95000
02-26 08:21:14.337 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 867 taxa with areas from offset 95000
02-26 08:21:17.047 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2018 bytes/s (rxB:9235 txB:855 rxP:11 txP:11 iface:1) scroff: false
02-26 08:21:18.817 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 96000
02-26 08:21:18.959 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 870 taxa with areas from offset 96000
02-26 08:21:20.172 1409 8750 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1632, rttPkts = 2, aveRtt = 816.0, app = fr.geonature.sync
02-26 08:21:20.172 1409 8750 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1230 mResendSegs = 1 mRcvSegs = 1371 ]
02-26 08:21:22.141 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2047 bytes/s (rxB:9382 txB:855 rxP:11 txP:11 iface:1) scroff: false
02-26 08:21:23.415 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 97000
02-26 08:21:23.550 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 899 taxa with areas from offset 97000
02-26 08:21:27.208 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1996 bytes/s (rxB:9178 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:21:27.627 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 98000
02-26 08:21:27.801 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 877 taxa with areas from offset 98000
02-26 08:21:28.178 1409 8762 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1152, rttPkts = 2, aveRtt = 576.0, app = fr.geonature.sync
02-26 08:21:28.179 1409 8762 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1250 mResendSegs = 1 mRcvSegs = 1391 ]
02-26 08:21:32.058 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 99000
02-26 08:21:32.193 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 884 taxa with areas from offset 99000
02-26 08:21:32.247 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 3830 bytes/s (rxB:17546 txB:1607 rxP:19 txP:20 iface:1) scroff: false
02-26 08:21:36.201 1409 8775 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1032, rttPkts = 1, aveRtt = 1032.0, app = fr.geonature.sync
02-26 08:21:36.201 1409 8775 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1260 mResendSegs = 1 mRcvSegs = 1401 ]
02-26 08:21:36.694 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 100000
02-26 08:21:36.838 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 816 taxa with areas from offset 100000
02-26 08:21:37.214 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=onPause, isHomeActivity=, isTop=true
02-26 08:21:37.215 29211 29233 I AppLifeChangeSensor: CAWARENESS: activityPaused componentName = ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:21:37.216 2257 15488 E DollieAdapterService: notifyActivityState pkg:fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity state:9 fg:false mUid:10277
02-26 08:21:37.224 2257 15488 I HidataAppQoeP: foregroundUidRemove uid: 10277 name: fr.geonature:10277
02-26 08:21:37.224 2257 15488 D DollieActivityManagerAdapter: [Paused] pid:7327 uid:10277 ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity} uidState:9
02-26 08:21:37.302 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1843 bytes/s (rxB:8464 txB:752 rxP:10 txP:9 iface:1) scroff: false
02-26 08:21:37.496 1409 2493 V WindowManager: notifyAppStopped: AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:21:37.526 1409 2493 V WindowManager: notifyAppStopped: AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:21:37.586 704 1186 E BufferQueueProducer: [fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity#0]:1338: disconnect: not connected (req=1)
02-26 08:21:37.591 1409 2165 E WindowManager: win=Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity} destroySurfaces: appStopped=true win.mWindowRemovalAllowed=false win.mRemoveOnExit=false
02-26 08:21:37.598 7327 7327 V ActivityThread: Handle window ActivityRecord{1eda1ab token=android.os.BinderProxy@e8b3ff5 {fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}} visibility: false
02-26 08:21:38.010 780 19520 D iTouchService: itouch currentPackageName = fr.geonature.sync
02-26 08:21:38.010 780 19520 D iTouchService: itouch getCurrentParmID tempPkg=fr.geonature.xxx
02-26 08:21:38.011 780 19520 D iTouchService: itouch:app fr.geonature.sync is not game app
02-26 08:21:38.011 780 19520 D iTouchService: itouch:app fr.geonature.sync is not in StylusPenList
02-26 08:21:40.967 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 101000
02-26 08:21:41.356 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 907 taxa with areas from offset 101000
02-26 08:21:42.342 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1795 bytes/s (rxB:8172 txB:804 rxP:10 txP:10 iface:1) scroff: true
02-26 08:21:44.208 1409 8800 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1472, rttPkts = 2, aveRtt = 736.0, app = fr.geonature.sync
02-26 08:21:44.208 1409 8800 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1279 mResendSegs = 1 mRcvSegs = 1420 ]
02-26 08:21:45.642 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 102000
02-26 08:21:46.030 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 868 taxa with areas from offset 102000
02-26 08:21:47.386 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1793 bytes/s (rxB:8214 txB:752 rxP:9 txP:9 iface:1) scroff: true
02-26 08:21:50.849 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 103000
02-26 08:21:51.204 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 798 taxa with areas from offset 103000
02-26 08:21:52.200 1409 8802 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1456, rttPkts = 2, aveRtt = 728.0, app = fr.geonature.sync
02-26 08:21:52.200 1409 8802 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1296 mResendSegs = 1 mRcvSegs = 1437 ]
02-26 08:21:52.418 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1901 bytes/s (rxB:8808 txB:700 rxP:8 txP:8 iface:1) scroff: true
02-26 08:21:55.168 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 104000
02-26 08:21:55.571 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 841 taxa with areas from offset 104000
02-26 08:21:57.464 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2032 bytes/s (rxB:9357 txB:804 rxP:10 txP:10 iface:1) scroff: true
02-26 08:22:00.222 1409 8804 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 864, rttPkts = 1, aveRtt = 864.0, app = fr.geonature.sync
02-26 08:22:00.222 1409 8804 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1306 mResendSegs = 1 mRcvSegs = 1447 ]
02-26 08:22:00.633 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 105000
02-26 08:22:01.003 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 962 taxa with areas from offset 105000
02-26 08:22:02.511 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2217 bytes/s (rxB:10220 txB:868 rxP:11 txP:11 iface:1) scroff: true
02-26 08:22:05.856 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 106000
02-26 08:22:06.244 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 825 taxa with areas from offset 106000
02-26 08:22:07.551 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1858 bytes/s (rxB:8489 txB:804 rxP:10 txP:10 iface:1) scroff: true
02-26 08:22:08.229 1409 8806 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 424, rttPkts = 2, aveRtt = 212.0, app = fr.geonature.sync
02-26 08:22:08.229 1409 8806 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1327 mResendSegs = 1 mRcvSegs = 1468 ]
02-26 08:22:10.766 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 107000
02-26 08:22:11.146 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 917 taxa with areas from offset 107000
02-26 08:22:12.596 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1937 bytes/s (rxB:8883 txB:804 rxP:10 txP:10 iface:1) scroff: true
02-26 08:22:15.049 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 108000
02-26 08:22:15.412 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 851 taxa with areas from offset 108000
02-26 08:22:16.246 1409 8816 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 272, rttPkts = 2, aveRtt = 136.0, app = fr.geonature.sync
02-26 08:22:16.246 1409 8816 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1345 mResendSegs = 1 mRcvSegs = 1486 ]
02-26 08:22:17.639 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1964 bytes/s (rxB:9123 txB:700 rxP:8 txP:8 iface:1) scroff: true
02-26 08:22:20.440 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 109000
02-26 08:22:20.804 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 863 taxa with areas from offset 109000
02-26 08:22:22.685 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1961 bytes/s (rxB:9107 txB:700 rxP:8 txP:8 iface:1) scroff: true
02-26 08:22:24.248 1409 8821 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 224, rttPkts = 1, aveRtt = 224.0, app = fr.geonature.sync
02-26 08:22:24.248 1409 8821 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1353 mResendSegs = 1 mRcvSegs = 1494 ]
02-26 08:22:25.191 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 110000
02-26 08:22:25.591 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 870 taxa with areas from offset 110000
02-26 08:22:27.754 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1989 bytes/s (rxB:9247 txB:700 rxP:8 txP:8 iface:1) scroff: true
02-26 08:22:29.946 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 111000
02-26 08:22:30.345 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 878 taxa with areas from offset 111000
02-26 08:22:32.255 1409 8839 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2120, rttPkts = 2, aveRtt = 1060.0, app = fr.geonature.sync
02-26 08:22:32.255 1409 8839 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1369 mResendSegs = 1 mRcvSegs = 1510 ]
02-26 08:22:32.803 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1986 bytes/s (rxB:9233 txB:700 rxP:8 txP:8 iface:1) scroff: true
02-26 08:22:35.989 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 112000
02-26 08:22:36.360 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 903 taxa with areas from offset 112000
02-26 08:22:37.856 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1992 bytes/s (rxB:9197 txB:764 rxP:9 txP:9 iface:1) scroff: true
02-26 08:22:40.263 1409 8841 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 992, rttPkts = 1, aveRtt = 992.0, app = fr.geonature.sync
02-26 08:22:40.263 1409 8841 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1378 mResendSegs = 1 mRcvSegs = 1519 ]
02-26 08:22:40.895 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 113000
02-26 08:22:41.300 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 897 taxa with areas from offset 113000
02-26 08:22:42.905 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1954 bytes/s (rxB:8967 txB:804 rxP:10 txP:10 iface:1) scroff: true
02-26 08:22:45.959 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 114000
02-26 08:22:46.341 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 866 taxa with areas from offset 114000
02-26 08:22:47.946 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2031 bytes/s (rxB:9017 txB:1140 rxP:11 txP:11 iface:1) scroff: true
02-26 08:22:48.272 1409 8845 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2648, rttPkts = 2, aveRtt = 1324.0, app = fr.geonature.sync
02-26 08:22:48.272 1409 8845 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1399 mResendSegs = 1 mRcvSegs = 1540 ]
02-26 08:22:50.878 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 115000
02-26 08:22:51.300 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 867 taxa with areas from offset 115000
02-26 08:22:52.991 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1896 bytes/s (rxB:8679 txB:804 rxP:10 txP:10 iface:1) scroff: true
02-26 08:22:55.939 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 116000
02-26 08:22:56.278 1409 8850 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1080, rttPkts = 1, aveRtt = 1080.0, app = fr.geonature.sync
02-26 08:22:56.278 1409 8850 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1416 mResendSegs = 1 mRcvSegs = 1557 ]
02-26 08:22:56.368 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 829 taxa with areas from offset 116000
02-26 08:22:58.038 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1906 bytes/s (rxB:8498 txB:1036 rxP:8 txP:9 iface:1) scroff: true
02-26 08:23:01.004 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 117000
02-26 08:23:01.414 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 793 taxa with areas from offset 117000
02-26 08:23:03.083 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1920 bytes/s (rxB:8797 txB:804 rxP:11 txP:10 iface:1) scroff: true
02-26 08:23:04.282 1409 8858 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 4640, rttPkts = 2, aveRtt = 2320.0, app = fr.geonature.sync
02-26 08:23:04.283 1409 8858 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1428 mResendSegs = 1 mRcvSegs = 1569 ]
02-26 08:23:05.936 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 118000
02-26 08:23:06.314 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 982 taxa with areas from offset 118000
02-26 08:23:08.131 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1968 bytes/s (rxB:8702 txB:1140 rxP:10 txP:11 iface:1) scroff: true
02-26 08:23:10.972 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 119000
02-26 08:23:11.370 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 704 taxa with areas from offset 119000
02-26 08:23:12.293 1409 8863 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2920, rttPkts = 1, aveRtt = 2920.0, app = fr.geonature.sync
02-26 08:23:12.293 1409 8863 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1449 mResendSegs = 1 mRcvSegs = 1589 ]
02-26 08:23:13.174 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2037 bytes/s (rxB:9382 txB:804 rxP:11 txP:10 iface:1) scroff: true
02-26 08:23:15.669 1409 1409 I JobServiceContext: Client timed out while executing (no jobFinished received), sending onStop: dde4d95 #u0a277/202 fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:23:15.673 1409 1427 W ProcBatteryStats: timer is not running , not stop, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:23:15.701 7327 7375 W fr.geonature.sync.sync.worker.DataSyncWorker:
02-26 08:23:15.701 7327 7375 W fr.geonature.sync.sync.worker.DataSyncWorker: kotlinx.coroutines.JobCancellationException: Job was cancelled; job=JobImpl{Cancelling}@59ac5bd
02-26 08:23:15.703 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: local data synchronization finished with failed tasks in 600022ms
02-26 08:23:15.707 7327 7365 I WM-WorkerWrapper: Work [ id=4842d8f6-f6a6-4c20-af44-6383364710ff, tags={ fr.geonature.sync.sync.worker.DataSyncWorker, data_sync_worker_tag } ] was cancelled
02-26 08:23:15.814 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: starting local data synchronization from 'https://geonature.ecrins-parcnational.fr'...
02-26 08:23:18.226 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1086 bytes/s (rxB:4072 txB:1359 rxP:7 txP:10 iface:1) scroff: true
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader:
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader: android.util.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 10
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.syntaxError(JsonReader.java:1162)
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.checkLenient(JsonReader.java:840)
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.readLiteral(JsonReader.java:1062)
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.nextValue(JsonReader.java:715)
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.peek(JsonReader.java:336)
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.expect(JsonReader.java:310)
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.beginObject(JsonReader.java:295)
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.io.DatasetJsonReader.read(DatasetJsonReader.kt:58)
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.io.DatasetJsonReader.read(DatasetJsonReader.kt:35)
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.worker.DataSyncWorker.syncDataset(DataSyncWorker.kt:153)
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.worker.DataSyncWorker$syncDataset$1.invokeSuspend(Unknown Source:12)
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
02-26 08:23:18.801 7327 7375 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
02-26 08:23:18.801 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: dataset to update: 0
02-26 08:23:19.525 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: users to update: 218
02-26 08:23:20.300 1409 8877 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 9848, rttPkts = 7, aveRtt = 1406.8572, app = fr.geonature.sync
02-26 08:23:20.300 1409 8877 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1469 mResendSegs = 1 mRcvSegs = 1611 ]
02-26 08:23:22.560 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: taxonomy to update: 40
02-26 08:23:23.267 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 3118 bytes/s (rxB:12898 txB:2695 rxP:24 txP:22 iface:1) scroff: true
02-26 08:23:24.244 7327 7344 I chatty : uid=10277(fr.geonature.occtax) FinalizerDaemon identical 2 lines
02-26 08:23:24.567 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 1000
02-26 08:23:26.462 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 2000
02-26 08:23:28.306 1409 8880 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 7208, rttPkts = 6, aveRtt = 1201.3334, app = fr.geonature.sync
02-26 08:23:28.306 1409 8880 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1541 mResendSegs = 2 mRcvSegs = 1682 ]
02-26 08:23:28.315 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 16177 bytes/s (rxB:76608 txB:4281 rxP:61 txP:62 iface:1) scroff: true
02-26 08:23:28.597 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 3000
02-26 08:23:29.884 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 4000
02-26 08:23:30.892 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 5000
02-26 08:23:31.700 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 6000
02-26 08:23:33.367 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 35407 bytes/s (rxB:170245 txB:6792 rxP:151 txP:110 iface:1) scroff: true
02-26 08:23:33.550 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 7000
02-26 08:23:35.398 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 8000
02-26 08:23:36.314 1409 8882 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 15688, rttPkts = 7, aveRtt = 2241.1428, app = fr.geonature.sync
02-26 08:23:36.314 1409 8882 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1668 mResendSegs = 2 mRcvSegs = 1864 ]
02-26 08:23:37.497 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 9000
02-26 08:23:38.263 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 10000
02-26 08:23:38.400 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 22406 bytes/s (rxB:109462 txB:2569 rxP:96 txP:29 iface:1) scroff: true
02-26 08:23:39.096 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 11000
02-26 08:23:40.388 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 12000
02-26 08:23:41.091 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 12335
02-26 08:23:43.444 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 20420 bytes/s (rxB:99171 txB:2930 rxP:86 txP:28 iface:1) scroff: true
02-26 08:23:44.321 1409 8885 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 10184, rttPkts = 6, aveRtt = 1697.3334, app = fr.geonature.sync
02-26 08:23:44.321 1409 8885 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1709 mResendSegs = 2 mRcvSegs = 2017 ]
02-26 08:23:48.494 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 0
02-26 08:23:48.500 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2186 bytes/s (rxB:9148 txB:1782 rxP:16 txP:15 iface:1) scroff: true
02-26 08:23:48.831 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 948 taxa with areas from offset 0
02-26 08:23:52.326 1409 8888 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 5088, rttPkts = 3, aveRtt = 1696.0, app = fr.geonature.sync
02-26 08:23:52.326 1409 8888 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1721 mResendSegs = 2 mRcvSegs = 2032 ]
02-26 08:23:53.060 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 1000
02-26 08:23:53.336 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 989 taxa with areas from offset 1000
02-26 08:23:53.561 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1980 bytes/s (rxB:8868 txB:1032 rxP:8 txP:9 iface:1) scroff: true
02-26 08:23:57.386 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 2000
02-26 08:23:57.718 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 965 taxa with areas from offset 2000
02-26 08:23:58.605 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1912 bytes/s (rxB:8862 txB:698 rxP:9 txP:8 iface:1) scroff: true
02-26 08:24:00.323 1409 8893 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 3248, rttPkts = 2, aveRtt = 1624.0, app = fr.geonature.sync
02-26 08:24:00.324 1409 8893 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1737 mResendSegs = 2 mRcvSegs = 2048 ]
02-26 08:24:00.324 1409 8893 D HwUidTcpMonitor: parseWlanUidTcpStatistics newUidTcpStatInfo = [ mUid = 10142 mPacketName = fr.geonature.sync mSendSegs = 1 mResendSegs = 0 mRcvSegs = 0 ]
02-26 08:24:01.973 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 3000
02-26 08:24:02.339 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 969 taxa with areas from offset 3000
02-26 08:24:03.650 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1961 bytes/s (rxB:9007 txB:802 rxP:9 txP:10 iface:1) scroff: true
02-26 08:24:06.184 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 4000
02-26 08:24:06.561 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 973 taxa with areas from offset 4000
02-26 08:24:08.337 1409 8919 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10142 mPacketName = fr.geonature.sync mSendSegs = 11 mResendSegs = 0 mRcvSegs = 12 ]
02-26 08:24:08.337 1409 8919 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 3656, rttPkts = 2, aveRtt = 1828.0, app = fr.geonature.sync
02-26 08:24:08.337 1409 8919 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1757 mResendSegs = 2 mRcvSegs = 2068 ]
02-26 08:24:08.697 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1882 bytes/s (rxB:8608 txB:802 rxP:11 txP:10 iface:1) scroff: true
02-26 08:24:13.715 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 5000
02-26 08:24:13.741 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1763 bytes/s (rxB:8452 txB:364 rxP:7 txP:7 iface:1) scroff: true
02-26 08:24:14.012 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 909 taxa with areas from offset 5000
02-26 08:24:16.356 1409 8930 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1584, rttPkts = 1, aveRtt = 1584.0, app = fr.geonature.sync
02-26 08:24:16.356 1409 8930 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1765 mResendSegs = 2 mRcvSegs = 2076 ]
02-26 08:24:17.693 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 6000
02-26 08:24:18.029 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 986 taxa with areas from offset 6000
02-26 08:24:18.787 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1953 bytes/s (rxB:8632 txB:1136 rxP:12 txP:11 iface:1) scroff: true
02-26 08:24:22.093 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 7000
02-26 08:24:22.419 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 953 taxa with areas from offset 7000
02-26 08:24:23.833 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2005 bytes/s (rxB:9329 txB:698 rxP:8 txP:8 iface:1) scroff: true
02-26 08:24:24.366 1409 8932 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 3384, rttPkts = 2, aveRtt = 1692.0, app = fr.geonature.sync
02-26 08:24:24.366 1409 8932 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1783 mResendSegs = 2 mRcvSegs = 2094 ]
02-26 08:24:24.366 1409 8932 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10142 mPacketName = fr.geonature.sync mSendSegs = 13 mResendSegs = 0 mRcvSegs = 14 ]
02-26 08:24:26.571 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 8000
02-26 08:24:26.964 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 936 taxa with areas from offset 8000
02-26 08:24:28.881 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2033 bytes/s (rxB:9314 txB:854 rxP:11 txP:11 iface:1) scroff: true
02-26 08:24:30.979 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 9000
02-26 08:24:31.322 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 988 taxa with areas from offset 9000
02-26 08:24:32.366 1409 8936 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 3776, rttPkts = 2, aveRtt = 1888.0, app = fr.geonature.sync
02-26 08:24:32.366 1409 8936 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1804 mResendSegs = 2 mRcvSegs = 2115 ]
02-26 08:24:33.925 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2000 bytes/s (rxB:9199 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:24:36.020 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 10000
02-26 08:24:36.364 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 951 taxa with areas from offset 10000
02-26 08:24:38.964 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2299 bytes/s (rxB:10631 txB:867 rxP:11 txP:11 iface:1) scroff: true
02-26 08:24:40.188 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 11000
02-26 08:24:40.383 1409 8938 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 360, rttPkts = 1, aveRtt = 360.0, app = fr.geonature.sync
02-26 08:24:40.383 1409 8938 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1822 mResendSegs = 2 mRcvSegs = 2133 ]
02-26 08:24:40.604 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 948 taxa with areas from offset 11000
02-26 08:24:44.010 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1896 bytes/s (rxB:8782 txB:699 rxP:8 txP:8 iface:1) scroff: true
02-26 08:24:44.667 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 12000
02-26 08:24:45.092 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 941 taxa with areas from offset 12000
02-26 08:24:48.384 1409 8940 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2008, rttPkts = 2, aveRtt = 1004.0, app = fr.geonature.sync
02-26 08:24:48.384 1409 8940 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1831 mResendSegs = 2 mRcvSegs = 2142 ]
02-26 08:24:48.384 1409 8940 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10142 mPacketName = fr.geonature.sync mSendSegs = 15 mResendSegs = 0 mRcvSegs = 16 ]
02-26 08:24:49.058 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1845 bytes/s (rxB:8527 txB:699 rxP:8 txP:8 iface:1) scroff: true
02-26 08:24:49.265 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 13000
02-26 08:24:49.626 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 975 taxa with areas from offset 13000
02-26 08:24:54.106 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1912 bytes/s (rxB:8759 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:24:54.512 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 14000
02-26 08:24:54.827 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 944 taxa with areas from offset 14000
02-26 08:24:56.393 1409 8942 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 3192, rttPkts = 2, aveRtt = 1596.0, app = fr.geonature.sync
02-26 08:24:56.393 1409 8942 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1850 mResendSegs = 2 mRcvSegs = 2161 ]
02-26 08:24:59.145 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1817 bytes/s (rxB:8322 txB:763 rxP:9 txP:9 iface:1) scroff: true
02-26 08:24:59.729 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 15000
02-26 08:25:00.030 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 973 taxa with areas from offset 15000
02-26 08:25:04.054 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 16000
02-26 08:25:04.183 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 3798 bytes/s (rxB:17825 txB:1167 rxP:17 txP:17 iface:1) scroff: true
02-26 08:25:04.379 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 965 taxa with areas from offset 16000
02-26 08:25:04.401 1409 8945 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1648, rttPkts = 1, aveRtt = 1648.0, app = fr.geonature.sync
02-26 08:25:04.402 1409 8945 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1868 mResendSegs = 2 mRcvSegs = 2178 ]
02-26 08:25:04.402 1409 8945 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10142 mPacketName = fr.geonature.sync mSendSegs = 17 mResendSegs = 0 mRcvSegs = 18 ]
02-26 08:25:08.962 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 17000
02-26 08:25:09.223 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1947 bytes/s (rxB:8934 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:25:09.294 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 954 taxa with areas from offset 17000
02-26 08:25:12.410 1409 8947 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2488, rttPkts = 2, aveRtt = 1244.0, app = fr.geonature.sync
02-26 08:25:12.411 1409 8947 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1878 mResendSegs = 2 mRcvSegs = 2189 ]
02-26 08:25:13.340 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 18000
02-26 08:25:13.689 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 955 taxa with areas from offset 18000
02-26 08:25:14.269 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2017 bytes/s (rxB:9053 txB:1034 rxP:9 txP:9 iface:1) scroff: true
02-26 08:25:17.844 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 19000
02-26 08:25:18.251 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 939 taxa with areas from offset 19000
02-26 08:25:19.325 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1996 bytes/s (rxB:9178 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:25:20.413 1409 8959 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1936, rttPkts = 2, aveRtt = 968.0, app = fr.geonature.sync
02-26 08:25:20.413 1409 8959 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1896 mResendSegs = 2 mRcvSegs = 2207 ]
02-26 08:25:22.306 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 20000
02-26 08:25:22.666 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 988 taxa with areas from offset 20000
02-26 08:25:24.376 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1912 bytes/s (rxB:8759 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:25:27.065 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 21000
02-26 08:25:27.385 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 948 taxa with areas from offset 21000
02-26 08:25:28.414 1409 8962 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10142 mPacketName = fr.geonature.sync mSendSegs = 19 mResendSegs = 0 mRcvSegs = 19 ]
02-26 08:25:28.414 1409 8962 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1976, rttPkts = 2, aveRtt = 988.0, app = fr.geonature.sync
02-26 08:25:28.414 1409 8962 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1916 mResendSegs = 2 mRcvSegs = 2227 ]
02-26 08:25:29.418 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2094 bytes/s (rxB:9669 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:25:32.017 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 22000
02-26 08:25:32.404 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 937 taxa with areas from offset 22000
02-26 08:25:34.483 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2030 bytes/s (rxB:9350 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:25:36.147 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 23000
02-26 08:25:36.432 1409 8964 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2056, rttPkts = 1, aveRtt = 2056.0, app = fr.geonature.sync
02-26 08:25:36.432 1409 8964 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1936 mResendSegs = 2 mRcvSegs = 2247 ]
02-26 08:25:36.520 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 955 taxa with areas from offset 23000
02-26 08:25:39.533 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2012 bytes/s (rxB:9205 txB:855 rxP:11 txP:11 iface:1) scroff: true
02-26 08:25:40.979 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 24000
02-26 08:25:41.321 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 991 taxa with areas from offset 24000
02-26 08:25:44.441 1409 8966 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2096, rttPkts = 2, aveRtt = 1048.0, app = fr.geonature.sync
02-26 08:25:44.441 1409 8966 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1945 mResendSegs = 2 mRcvSegs = 2256 ]
02-26 08:25:44.441 1409 8966 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10142 mPacketName = fr.geonature.sync mSendSegs = 21 mResendSegs = 0 mRcvSegs = 20 ]
02-26 08:25:44.572 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1873 bytes/s (rxB:8667 txB:699 rxP:8 txP:8 iface:1) scroff: true
02-26 08:25:45.201 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 25000
02-26 08:25:45.565 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 941 taxa with areas from offset 25000
02-26 08:25:49.544 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 26000
02-26 08:25:49.610 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 3765 bytes/s (rxB:17660 txB:1167 rxP:17 txP:17 iface:1) scroff: true
02-26 08:25:49.900 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 969 taxa with areas from offset 26000
02-26 08:25:52.452 1409 8969 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1480, rttPkts = 2, aveRtt = 740.0, app = fr.geonature.sync
02-26 08:25:52.453 1409 8969 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1963 mResendSegs = 2 mRcvSegs = 2274 ]
02-26 08:25:54.078 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 27000
02-26 08:25:54.407 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 928 taxa with areas from offset 27000
02-26 08:25:54.670 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2015 bytes/s (rxB:9044 txB:1034 rxP:8 txP:9 iface:1) scroff: true
02-26 08:25:59.005 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 28000
02-26 08:25:59.279 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 952 taxa with areas from offset 28000
02-26 08:25:59.711 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2021 bytes/s (rxB:9303 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:26:00.449 1409 8972 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2528, rttPkts = 2, aveRtt = 1264.0, app = fr.geonature.sync
02-26 08:26:00.449 1409 8972 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 1981 mResendSegs = 2 mRcvSegs = 2292 ]
02-26 08:26:03.456 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 29000
02-26 08:26:03.751 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 951 taxa with areas from offset 29000
02-26 08:26:04.754 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2062 bytes/s (rxB:9509 txB:803 rxP:11 txP:10 iface:1) scroff: true
02-26 08:26:07.928 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 30000
02-26 08:26:08.366 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 970 taxa with areas from offset 30000
02-26 08:26:08.455 1409 8990 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10142 mPacketName = fr.geonature.sync mSendSegs = 23 mResendSegs = 0 mRcvSegs = 21 ]
02-26 08:26:08.455 1409 8990 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1264, rttPkts = 1, aveRtt = 1264.0, app = fr.geonature.sync
02-26 08:26:08.455 1409 8990 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2000 mResendSegs = 2 mRcvSegs = 2310 ]
02-26 08:26:09.797 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1870 bytes/s (rxB:8603 txB:751 rxP:9 txP:9 iface:1) scroff: true
02-26 08:26:12.581 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 31000
02-26 08:26:12.907 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 945 taxa with areas from offset 31000
02-26 08:26:14.844 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1998 bytes/s (rxB:9190 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:26:16.476 1409 9002 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1944, rttPkts = 2, aveRtt = 972.0, app = fr.geonature.sync
02-26 08:26:16.476 1409 9002 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2010 mResendSegs = 2 mRcvSegs = 2321 ]
02-26 08:26:17.148 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 32000
02-26 08:26:17.492 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 951 taxa with areas from offset 32000
02-26 08:26:19.886 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1942 bytes/s (rxB:9015 txB:699 rxP:8 txP:8 iface:1) scroff: true
02-26 08:26:21.749 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 33000
02-26 08:26:22.110 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 960 taxa with areas from offset 33000
02-26 08:26:24.472 1409 9005 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 3080, rttPkts = 2, aveRtt = 1540.0, app = fr.geonature.sync
02-26 08:26:24.472 1409 9005 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2028 mResendSegs = 2 mRcvSegs = 2339 ]
02-26 08:26:24.472 1409 9005 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10142 mPacketName = fr.geonature.sync mSendSegs = 25 mResendSegs = 0 mRcvSegs = 22 ]
02-26 08:26:24.929 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2021 bytes/s (rxB:9304 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:26:26.123 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 34000
02-26 08:26:26.472 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 959 taxa with areas from offset 34000
02-26 08:26:29.971 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2024 bytes/s (rxB:9268 txB:855 rxP:11 txP:11 iface:1) scroff: true
02-26 08:26:30.966 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 35000
02-26 08:26:31.335 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 990 taxa with areas from offset 35000
02-26 08:26:32.490 1409 9020 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2176, rttPkts = 1, aveRtt = 2176.0, app = fr.geonature.sync
02-26 08:26:32.490 1409 9020 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2049 mResendSegs = 2 mRcvSegs = 2359 ]
02-26 08:26:35.016 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1969 bytes/s (rxB:8708 txB:1138 rxP:11 txP:11 iface:1) scroff: true
02-26 08:26:35.538 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 36000
02-26 08:26:35.960 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 785 taxa with areas from offset 36000
02-26 08:26:40.060 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1757 bytes/s (rxB:7985 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:26:40.196 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 37000
02-26 08:26:40.496 1409 9023 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 4080, rttPkts = 2, aveRtt = 2040.0, app = fr.geonature.sync
02-26 08:26:40.496 1409 9023 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2069 mResendSegs = 2 mRcvSegs = 2380 ]
02-26 08:26:40.570 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 849 taxa with areas from offset 37000
02-26 08:26:45.104 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1855 bytes/s (rxB:8474 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:26:45.245 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 38000
02-26 08:26:45.720 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 852 taxa with areas from offset 38000
02-26 08:26:48.494 1409 9026 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1576, rttPkts = 2, aveRtt = 788.0, app = fr.geonature.sync
02-26 08:26:48.494 1409 9026 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2081 mResendSegs = 2 mRcvSegs = 2392 ]
02-26 08:26:48.494 1409 9026 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10142 mPacketName = fr.geonature.sync mSendSegs = 27 mResendSegs = 0 mRcvSegs = 23 ]
02-26 08:26:49.709 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 39000
02-26 08:26:50.144 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 3896 bytes/s (rxB:18093 txB:1387 rxP:21 txP:21 iface:1) scroff: true
02-26 08:26:50.291 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 579 taxa with areas from offset 39000
02-26 08:26:54.046 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 40000
02-26 08:26:54.343 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 982 taxa with areas from offset 40000
02-26 08:26:55.189 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2004 bytes/s (rxB:8885 txB:1138 rxP:10 txP:11 iface:1) scroff: true
02-26 08:26:56.497 1409 9041 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 4160, rttPkts = 2, aveRtt = 2080.0, app = fr.geonature.sync
02-26 08:26:56.497 1409 9041 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2102 mResendSegs = 2 mRcvSegs = 2413 ]
02-26 08:26:58.617 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 41000
02-26 08:26:58.983 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 911 taxa with areas from offset 41000
02-26 08:27:00.247 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2064 bytes/s (rxB:9517 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:27:03.942 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 42000
02-26 08:27:04.365 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 947 taxa with areas from offset 42000
02-26 08:27:04.500 1409 9046 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 3504, rttPkts = 1, aveRtt = 3504.0, app = fr.geonature.sync
02-26 08:27:04.501 1409 9046 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2124 mResendSegs = 2 mRcvSegs = 2434 ]
02-26 08:27:04.501 1409 9046 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10142 mPacketName = fr.geonature.sync mSendSegs = 29 mResendSegs = 0 mRcvSegs = 24 ]
02-26 08:27:05.302 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2300 bytes/s (rxB:10302 txB:1202 rxP:13 txP:12 iface:1) scroff: true
02-26 08:27:08.737 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 43000
02-26 08:27:09.120 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 987 taxa with areas from offset 43000
02-26 08:27:10.345 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1244 bytes/s (rxB:5577 txB:647 rxP:7 txP:7 iface:1) scroff: true
02-26 08:27:12.513 1409 9049 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2704, rttPkts = 2, aveRtt = 1352.0, app = fr.geonature.sync
02-26 08:27:12.513 1409 9049 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2131 mResendSegs = 2 mRcvSegs = 2442 ]
02-26 08:27:13.223 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 44000
02-26 08:27:13.490 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 966 taxa with areas from offset 44000
02-26 08:27:15.397 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1971 bytes/s (rxB:9156 txB:699 rxP:8 txP:8 iface:1) scroff: true
02-26 08:27:18.126 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 45000
02-26 08:27:18.441 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 962 taxa with areas from offset 45000
02-26 08:27:20.440 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2079 bytes/s (rxB:9595 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:27:20.528 1409 9060 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2768, rttPkts = 2, aveRtt = 1384.0, app = fr.geonature.sync
02-26 08:27:20.528 1409 9060 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2149 mResendSegs = 2 mRcvSegs = 2460 ]
02-26 08:27:22.616 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 46000
02-26 08:27:22.964 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 921 taxa with areas from offset 46000
02-26 08:27:25.486 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2106 bytes/s (rxB:9731 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:27:27.486 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 47000
02-26 08:27:27.876 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 937 taxa with areas from offset 47000
02-26 08:27:28.537 1409 9062 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10142 mPacketName = fr.geonature.sync mSendSegs = 31 mResendSegs = 0 mRcvSegs = 25 ]
02-26 08:27:28.538 1409 9062 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1504, rttPkts = 1, aveRtt = 1504.0, app = fr.geonature.sync
02-26 08:27:28.538 1409 9062 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2169 mResendSegs = 2 mRcvSegs = 2479 ]
02-26 08:27:30.528 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2030 bytes/s (rxB:9350 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:27:32.711 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 48000
02-26 08:27:33.096 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 985 taxa with areas from offset 48000
02-26 08:27:35.571 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1995 bytes/s (rxB:9176 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:27:36.547 1409 9064 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 5472, rttPkts = 2, aveRtt = 2736.0, app = fr.geonature.sync
02-26 08:27:36.547 1409 9064 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2179 mResendSegs = 2 mRcvSegs = 2490 ]
02-26 08:27:37.301 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 49000
02-26 08:27:37.625 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 941 taxa with areas from offset 49000
02-26 08:27:40.619 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1981 bytes/s (rxB:9208 txB:699 rxP:8 txP:8 iface:1) scroff: true
02-26 08:27:41.566 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 50000
02-26 08:27:41.945 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 925 taxa with areas from offset 50000
02-26 08:27:44.542 1409 9066 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1152, rttPkts = 2, aveRtt = 576.0, app = fr.geonature.sync
02-26 08:27:44.542 1409 9066 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2197 mResendSegs = 2 mRcvSegs = 2508 ]
02-26 08:27:44.542 1409 9066 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10142 mPacketName = fr.geonature.sync mSendSegs = 33 mResendSegs = 0 mRcvSegs = 26 ]
02-26 08:27:45.661 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2023 bytes/s (rxB:9315 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:27:46.007 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 51000
02-26 08:27:46.407 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 949 taxa with areas from offset 51000
02-26 08:27:50.703 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1972 bytes/s (rxB:9059 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:27:50.831 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 52000
02-26 08:27:51.184 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 962 taxa with areas from offset 52000
02-26 08:27:52.563 1409 9071 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 416, rttPkts = 2, aveRtt = 208.0, app = fr.geonature.sync
02-26 08:27:52.563 1409 9071 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2217 mResendSegs = 2 mRcvSegs = 2528 ]
02-26 08:27:55.149 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 53000
02-26 08:27:55.533 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 978 taxa with areas from offset 53000
02-26 08:27:55.757 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 3815 bytes/s (rxB:17471 txB:1606 rxP:20 txP:20 iface:1) scroff: true
02-26 08:27:59.577 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 54000
02-26 08:27:59.914 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 965 taxa with areas from offset 54000
02-26 08:28:00.559 1409 9073 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1328, rttPkts = 2, aveRtt = 664.0, app = fr.geonature.sync
02-26 08:28:00.560 1409 9073 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2235 mResendSegs = 2 mRcvSegs = 2546 ]
02-26 08:28:00.816 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1873 bytes/s (rxB:8669 txB:699 rxP:8 txP:8 iface:1) scroff: true
02-26 08:28:07.700 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 55000
02-26 08:28:08.069 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 933 taxa with areas from offset 55000
02-26 08:28:08.575 1409 9075 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10142 mPacketName = fr.geonature.sync mSendSegs = 35 mResendSegs = 0 mRcvSegs = 27 ]
02-26 08:28:08.575 1409 9075 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 128, rttPkts = 1, aveRtt = 128.0, app = fr.geonature.sync
02-26 08:28:08.575 1409 9075 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2248 mResendSegs = 2 mRcvSegs = 2559 ]
02-26 08:28:10.922 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 3111 bytes/s (rxB:14551 txB:1007 rxP:13 txP:13 iface:1) scroff: true
02-26 08:28:11.259 7327 7375 I fr.geonature.sync.sync.worker.CheckInputsToSynchronizeWorker: available inputs to synchronize: 0
02-26 08:28:11.266 7327 7359 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=07ad2e66-0085-4f12-bdfe-9031357fbb62, tags={ fr.geonature.sync.sync.worker.CheckInputsToSynchronizeWorker, check_inputs_to_sync_worker_tag } ]
02-26 08:28:13.883 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 56000
02-26 08:28:14.319 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 943 taxa with areas from offset 56000
02-26 08:28:15.965 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1911 bytes/s (rxB:8575 txB:982 rxP:7 txP:8 iface:1) scroff: true
02-26 08:28:16.589 1409 9100 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2448, rttPkts = 1, aveRtt = 2448.0, app = fr.geonature.sync
02-26 08:28:16.589 1409 9100 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2256 mResendSegs = 2 mRcvSegs = 2567 ]
02-26 08:28:20.124 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 57000
02-26 08:28:20.491 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 961 taxa with areas from offset 57000
02-26 08:28:21.009 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1814 bytes/s (rxB:8424 txB:647 rxP:8 txP:7 iface:1) scroff: true
02-26 08:28:24.590 1409 9102 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 832, rttPkts = 1, aveRtt = 832.0, app = fr.geonature.sync
02-26 08:28:24.590 1409 9102 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2263 mResendSegs = 2 mRcvSegs = 2574 ]
02-26 08:28:24.590 1409 9102 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10142 mPacketName = fr.geonature.sync mSendSegs = 37 mResendSegs = 0 mRcvSegs = 28 ]
02-26 08:28:26.034 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 58000
02-26 08:28:26.062 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1592 bytes/s (rxB:7597 txB:364 rxP:7 txP:7 iface:1) scroff: true
02-26 08:28:26.407 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 973 taxa with areas from offset 58000
02-26 08:28:30.550 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 59000
02-26 08:28:30.870 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 958 taxa with areas from offset 59000
02-26 08:28:31.095 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2018 bytes/s (rxB:8954 txB:1138 rxP:10 txP:11 iface:1) scroff: true
02-26 08:28:32.596 1409 9310 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2784, rttPkts = 2, aveRtt = 1392.0, app = fr.geonature.sync
02-26 08:28:32.596 1409 9310 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2281 mResendSegs = 2 mRcvSegs = 2592 ]
02-26 08:28:34.924 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 60000
02-26 08:28:35.281 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 919 taxa with areas from offset 60000
02-26 08:28:36.134 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2125 bytes/s (rxB:9773 txB:855 rxP:12 txP:11 iface:1) scroff: true
02-26 08:28:39.374 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 61000
02-26 08:28:39.763 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 892 taxa with areas from offset 61000
02-26 08:28:40.597 1409 9354 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2360, rttPkts = 2, aveRtt = 1180.0, app = fr.geonature.sync
02-26 08:28:40.598 1409 9354 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2302 mResendSegs = 2 mRcvSegs = 2613 ]
02-26 08:28:41.181 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2082 bytes/s (rxB:9608 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:28:44.263 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 62000
02-26 08:28:44.661 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 980 taxa with areas from offset 62000
02-26 08:28:46.228 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1920 bytes/s (rxB:8903 txB:699 rxP:8 txP:8 iface:1) scroff: true
02-26 08:28:48.609 1409 9356 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10142 mPacketName = fr.geonature.sync mSendSegs = 39 mResendSegs = 0 mRcvSegs = 29 ]
02-26 08:28:48.610 1409 9356 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2512, rttPkts = 1, aveRtt = 2512.0, app = fr.geonature.sync
02-26 08:28:48.610 1409 9356 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2319 mResendSegs = 2 mRcvSegs = 2630 ]
02-26 08:28:48.662 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 63000
02-26 08:28:49.016 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 924 taxa with areas from offset 63000
02-26 08:28:51.276 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2072 bytes/s (rxB:9559 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:28:53.234 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 64000
02-26 08:28:53.618 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 931 taxa with areas from offset 64000
02-26 08:28:56.317 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2036 bytes/s (rxB:9378 txB:803 rxP:10 txP:10 iface:1) scroff: true
02-26 08:28:56.611 1409 9484 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1600, rttPkts = 2, aveRtt = 800.0, app = fr.geonature.sync
02-26 08:28:56.611 1409 9484 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2330 mResendSegs = 2 mRcvSegs = 2641 ]
02-26 08:28:58.549 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 65000
02-26 08:28:59.028 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 925 taxa with areas from offset 65000
02-26 08:29:01.357 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2364 bytes/s (rxB:10955 txB:867 rxP:11 txP:11 iface:1) scroff: true
02-26 08:29:03.826 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 66000
02-26 08:29:04.295 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 962 taxa with areas from offset 66000
02-26 08:29:04.708 1409 9747 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1640, rttPkts = 1, aveRtt = 1640.0, app = fr.geonature.sync
02-26 08:29:04.708 1409 9747 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2349 mResendSegs = 2 mRcvSegs = 2659 ]
02-26 08:29:04.708 1409 9747 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10142 mPacketName = fr.geonature.sync mSendSegs = 42 mResendSegs = 0 mRcvSegs = 30 ]
02-26 08:29:06.426 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1872 bytes/s (rxB:8665 txB:699 rxP:8 txP:8 iface:1) scroff: true
02-26 08:29:08.564 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 67000
02-26 08:29:08.949 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 930 taxa with areas from offset 67000
02-26 08:29:10.754 2102 2193 I APwMonitor: screen on skip front app: fr.geonature.sync
02-26 08:29:11.043 2102 2193 D ScenarioService: front pkg : fr.geonature.sync launcher: false
02-26 08:29:11.043 2102 2193 D ScenarioService: camera start pkg: com.android.systemui, cameraId: 1, pid: 1814, mFrontPkg: fr.geonature.sync, pkgs: {com.android.systemui=204957087}, uptime: 204957087
02-26 08:29:11.043 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 1409
02-26 08:29:11.043 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2102
02-26 08:29:11.054 2102 2334 I SceneReceiver: state type: 10000 eventType:2 pid:0 uid:0 pkg:fr.geonature.sync
02-26 08:29:11.054 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2257
02-26 08:29:11.054 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 1409
02-26 08:29:11.055 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2102
02-26 08:29:11.057 2102 2334 I SceneReceiver: state type: 10000 eventType:1 pid:0 uid:0 pkg:fr.geonature.sync
02-26 08:29:11.057 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2257
02-26 08:29:11.057 2102 2336 D HwThermalStateManager: current foreapp pkg : fr.geonature.sync
02-26 08:29:11.057 2102 2339 D ThermalTrace_ThermalRaise: current pkg:fr.geonature.sync
02-26 08:29:11.057 2257 2280 D HicomMonitor: notifyForegroundAppChanged: pkg:fr.geonature.sync
02-26 08:29:11.057 2257 2280 D Hicom_EmcomManagerService: onForegroundAppChanged, pkgName:fr.geonature.sync
02-26 08:29:11.077 786 2079 D dubaid : [DubaiUtils.cpp] PowerPushToPg# code: 185, tag: cpu, message: 1002:com.android.bluetooth:0.015:55954:832#10231:deezer.android.app:0.032:115147:4048#10277:fr.geonature.sync:0.014:50715:3063
02-26 08:29:11.082 2102 2102 I ThermalTrace:SystemInfo: ThermalTrace:receive high cpu load msg:1002:com.android.bluetooth:0.015:55954:832#10231:deezer.android.app:0.032:115147:4048#10277:fr.geonature.sync:0.014:50715:3063,timeStamp:20210226 08:29:11
02-26 08:29:11.482 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1942 bytes/s (rxB:8910 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:29:12.641 1409 9811 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 4264, rttPkts = 2, aveRtt = 2132.0, app = fr.geonature.sync
02-26 08:29:12.642 1409 9811 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2359 mResendSegs = 2 mRcvSegs = 2670 ]
02-26 08:29:13.069 1409 1835 V WindowManager: notifyAppResumed: wasStopped=true AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:29:13.076 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=showStartingWindow, isHomeActivity=, isTop=true
02-26 08:29:13.094 7327 7327 W DefaultDispatch: type=1400 audit(0.0:1341766): avc: granted { write } for pid=7327 name="fr.geonature.sync" dev="sdcardfs" ino=67955 scontext=u:r:untrusted_app:s0:c21,c257,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=dir
02-26 08:29:13.102 7327 7327 W DefaultDispatch: type=1400 audit(0.0:1341772): avc: granted { write } for pid=7327 name="fr.geonature.occtax" dev="sdcardfs" ino=82367 scontext=u:r:untrusted_app:s0:c21,c257,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=dir
02-26 08:29:13.111 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=onResume, isHomeActivity=, isTop=true
02-26 08:29:13.112 2257 15488 D DollieActivityManagerAdapter: [Resumed] bg:true pid:7327 uid:10277 ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:29:13.112 29211 29233 I AppLifeChangeSensor: CAWARENESS: activityResumed componentName = ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:29:13.113 2257 15488 E DollieAdapterService: notifyActivityState pkg:fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity state:2 fg:true mUid:10277
02-26 08:29:13.115 2257 15488 I HidataAppQoeP: foregroundUidAdd uid: 10277 name: fr.geonature:10277 activity state: true
02-26 08:29:13.125 7327 7375 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json'
02-26 08:29:13.135 7327 7378 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.occtax/settings_occtax.json'
02-26 08:29:13.141 1409 1447 D HwWindowManagerServiceEx: is app exit to launcher info: transit = 20, app = AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}, window = Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}, mClosingApps = {}, topOpeningApp = AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}, mExitIconBitmap = null, mExitIconHeight = -1, mExitIconWidth = -1
02-26 08:29:13.184 7327 7369 W fr.geonature.sync.sync.io.AppSettingsJsonWriter: undefined app settings to update from 'fr.geonature.maps.sample'
02-26 08:29:13.192 7327 7378 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json'
02-26 08:29:13.203 7327 7375 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.occtax/settings_occtax.json'
02-26 08:29:13.205 7327 7375 W fr.geonature.sync.sync.io.AppSettingsJsonWriter: undefined app settings to update from 'fr.geonature.maps.sample'
02-26 08:29:13.228 1409 1409 W ProcBatteryStats: timer is running , not start, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:29:13.239 1409 1409 W ProcBatteryStats: timer is running , not start, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:29:13.260 7327 7359 I WM-WorkerWrapper: Worker result FAILURE for Work [ id=07ac5e97-6ced-4e37-93bf-83cf7df4626d, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
02-26 08:29:13.264 7327 7378 I fr.geonature.sync.sync.worker.InputsSyncWorker: starting inputs synchronization for 'fr.geonature.occtax'...
02-26 08:29:13.273 7327 7375 I fr.geonature.sync.sync.worker.InputsSyncWorker: No inputs to synchronize for 'fr.geonature.occtax'
02-26 08:29:13.279 7327 7359 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=622d0fb6-b9cf-40b4-9326-b2a4b28d0941, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
02-26 08:29:13.282 780 780 D iTouchService: itouch currentPackageName = fr.geonature.sync
02-26 08:29:13.289 780 780 D iTouchService: itouch getCurrentParmID tempPkg=fr.geonature.xxx
02-26 08:29:13.289 780 780 D iTouchService: itouch:app fr.geonature.sync is not game app
02-26 08:29:13.289 780 780 D iTouchService: itouch:app fr.geonature.sync is not in StylusPenList
02-26 08:29:13.307 1409 5198 W ProcBatteryStats: timer is not running , not stop, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:29:13.334 1409 2165 V HwPhoneWindowManager: updateSystemUiColorLw window=Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity},EmuiStyle=0,StatusBarColor=0xff510052,NavigationBarColor=0xff000000, mForceNotchStatusBar=false
02-26 08:29:13.336 1409 1444 I StatusBarDisable: setFlags what=0 which=1 pkg=Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:29:13.340 1409 1447 V WindowManager: Removing Window{89851 u0 SnapshotStartingWindow for taskId=57080} from AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:29:13.472 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 68000
02-26 08:29:13.581 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 925 taxa with areas from offset 68000
02-26 08:29:16.534 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1829 bytes/s (rxB:8449 txB:699 rxP:8 txP:8 iface:1) scroff: false
02-26 08:29:17.704 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 69000
02-26 08:29:17.825 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 995 taxa with areas from offset 69000
02-26 08:29:20.648 1409 9844 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 1200, rttPkts = 2, aveRtt = 600.0, app = fr.geonature.sync
02-26 08:29:20.648 1409 9844 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2377 mResendSegs = 2 mRcvSegs = 2688 ]
02-26 08:29:21.587 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1901 bytes/s (rxB:8704 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:29:22.060 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 70000
02-26 08:29:22.178 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 949 taxa with areas from offset 70000
02-26 08:29:26.389 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 71000
02-26 08:29:26.503 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 940 taxa with areas from offset 71000
02-26 08:29:26.639 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 3792 bytes/s (rxB:17461 txB:1502 rxP:17 txP:18 iface:1) scroff: false
02-26 08:29:28.645 1409 9849 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 2232, rttPkts = 2, aveRtt = 1116.0, app = fr.geonature.sync
02-26 08:29:28.645 1409 9849 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2395 mResendSegs = 2 mRcvSegs = 2706 ]
02-26 08:29:30.703 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 72000
02-26 08:29:30.846 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 915 taxa with areas from offset 72000
02-26 08:29:31.689 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1921 bytes/s (rxB:8805 txB:803 rxP:11 txP:10 iface:1) scroff: false
02-26 08:29:31.694 2102 2276 I PG_ash : above launcher front pkgs: [fr.geonature.sync, com.google.android.talk]
02-26 08:29:31.760 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=onPause, isHomeActivity=, isTop=true
02-26 08:29:31.760 2257 15488 D DollieActivityManagerAdapter: [Paused] pid:7327 uid:10277 ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity} uidState:2
02-26 08:29:31.760 29211 29233 I AppLifeChangeSensor: CAWARENESS: activityPaused componentName = ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:29:31.812 1409 4119 W HwActivityTaskManagerServiceEx: appSwitch from: fr.geonature.sync to: com.google.android.talk
02-26 08:29:31.814 2102 2193 D ScenarioService: new above launcher front pkgs: [fr.geonature.sync, com.google.android.talk]
02-26 08:29:31.815 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 1409
02-26 08:29:31.815 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2102
02-26 08:29:31.817 2257 4464 I AssistantService-1030200: registerHwActivityNotifier call fromPackage:fr.geonature.sync, toPackage:com.google.android.talk
02-26 08:29:31.818 2257 2494 D AssistantService-1030200: handleMessage app switch fromPackage:fr.geonature.sync, toPackage:com.google.android.talk
02-26 08:29:31.818 2102 2334 I SceneReceiver: state type: 10000 eventType:2 pid:0 uid:0 pkg:fr.geonature.sync
02-26 08:29:31.818 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2257
02-26 08:29:31.825 2102 2193 I AppsUsage: scnOff:false FgAPP:com.google.android.talk BgAPP:fr.geonature.sync
02-26 08:29:31.826 2102 2339 D ThermalTrace_ThermalRaise: current pkg:fr.geonature.sync
02-26 08:29:31.831 1409 1447 D RemoteAnimationController: createAnimationAdapter(): token=AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:29:32.339 704 2284 E BufferQueueProducer: [fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity#0]:1338: disconnect: not connected (req=1)
02-26 08:29:32.364 2257 15488 E DollieAdapterService: notifyActivityState pkg:fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity state:9 fg:false mUid:10277
02-26 08:29:32.365 2257 15488 I HidataAppQoeP: foregroundUidRemove uid: 10277 name: fr.geonature:10277
02-26 08:29:32.390 1409 2495 V WindowManager: notifyAppStopped: AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:29:32.390 1409 2495 E WindowManager: win=Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity} destroySurfaces: appStopped=true win.mWindowRemovalAllowed=false win.mRemoveOnExit=false
02-26 08:29:32.402 780 780 D iTouchService: itouch currentPackageName = fr.geonature.sync
02-26 08:29:32.402 780 780 D iTouchService: itouch getCurrentParmID tempPkg=fr.geonature.xxx
02-26 08:29:32.402 780 780 D iTouchService: itouch:app fr.geonature.sync is not game app
02-26 08:29:32.402 780 780 D iTouchService: itouch:app fr.geonature.sync is not in StylusPenList
02-26 08:29:35.262 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 73000
02-26 08:29:35.909 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 990 taxa with areas from offset 73000
02-26 08:29:36.650 1409 10153 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2415 mResendSegs = 2 mRcvSegs = 2726 ]
02-26 08:29:36.727 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1929 bytes/s (rxB:8845 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:29:40.328 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 74000
02-26 08:29:40.925 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 923 taxa with areas from offset 74000
02-26 08:29:41.770 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1782 bytes/s (rxB:8211 txB:699 rxP:8 txP:8 iface:1) scroff: false
02-26 08:29:42.798 2102 2276 I PG_ash : above launcher front pkgs: [fr.geonature.sync, com.google.android.talk, com.huawei.android.launcher]
02-26 08:29:44.644 1409 10491 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2423 mResendSegs = 2 mRcvSegs = 2734 ]
02-26 08:29:45.199 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 75000
02-26 08:29:45.584 7327 7375 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 947 taxa with areas from offset 75000
02-26 08:29:46.831 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1810 bytes/s (rxB:8352 txB:699 rxP:8 txP:8 iface:1) scroff: false
02-26 08:29:47.942 1409 9749 I ActivityManager: Killing 7327:fr.geonature.sync/u0a277 (adj 250): iAwareF[LowMem](service) 15548ms
02-26 08:29:47.948 1409 1685 D ActivityManager: cleanUpApplicationRecord app: ProcessRecord{a624237 7327:fr.geonature.sync/u0a277}, app.bad: false, restarting: false, allowRestart: true
02-26 08:29:47.950 1409 1685 W ActivityManager: Scheduling restart of crashed service fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService in 1000ms
02-26 08:29:47.954 1409 1685 I ActivityTaskManager: finishDisabledPackageActivitiesLocked Force finishing activity ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}
02-26 08:29:48.007 1409 1618 W InputDispatcher: channel 'ad42aa3 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
02-26 08:29:48.007 1409 1618 E InputDispatcher: channel 'ad42aa3 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
02-26 08:29:48.007 1409 1618 I WindowManager: WINDOW DIED Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:29:48.007 1409 1618 V WindowManager: removeIfPossible: Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity} callers=com.android.server.wm.WindowState.removeIfPossible:2260 com.android.server.wm.InputManagerCallback.notifyInputChannelBroken:60 com.android.server.input.InputManagerService.notifyInputChannelBroken:1881 <bottom of call stack> <bottom of call stack>
02-26 08:29:48.008 1409 1618 W InputDispatcher: Attempted to unregister already unregistered input channel 'ad42aa3 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity (server)'
02-26 08:29:48.008 1409 1618 V WindowManager: postWindowRemoveCleanupLocked: Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:29:48.008 1409 1618 V WindowManager: Removing Window{ad42aa3 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity} from AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:29:48.016 1409 1409 W ProcBatteryStats: timer is not running , not stop, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:29:50.179 1409 1446 V WindowManager: removeAppToken: AppWindowToken{2ee7947 token=Token{430ac86 ActivityRecord{e65d4c8 u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}} delayed=true Callers=com.android.server.wm.DisplayContent.removeAppToken:1204 com.android.server.wm.ActivityRecord.removeWindowContainer:1298 com.android.server.wm.ActivityStack.removeActivityFromHistoryLocked:4927 com.android.server.wm.ActivityStack.destroyActivityLocked:5176
02-26 08:29:51.863 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 10 bytes/s (rxB:0 txB:52 rxP:0 txP:1 iface:1) scroff: false
02-26 08:29:52.692 1409 10667 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2431 mResendSegs = 2 mRcvSegs = 2742 ]
02-26 08:30:48.051 1409 1409 D JobScheduler: Error executing JobStatus{bbfda9c #u0a277/213 fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService u=0 s=10277 TIME=-31ms:none NET failures=2 READY}
02-26 08:32:08.627 1409 2165 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10300000 hwFlg=0x10 cmp=fr.geonature.sync/.ui.home.HomeActivity} from uid 10073
02-26 08:32:08.629 808 829 D AwareLog: iawared: WorkingsetProcessCommand subCmd = 354, userId=10277, pid=0, fr.geonature.sync
02-26 08:32:08.630 1409 2165 I ActivityTaskManager: ActivityRecord info: ActivityInfo{1b17982 fr.geonature.sync.ui.home.HomeActivity}
02-26 08:32:08.630 1409 2165 I HwActivityTaskManagerServiceEx: packageName:fr.geonature.sync,requestCode:0,isIntercepted:false,userId:0
02-26 08:32:08.631 808 829 D AwareLog: iawared: WorkingsetSendPrereadMsg fr.geonature.sync
02-26 08:32:08.631 808 829 D AwareLog: iawared: WorkingsetStart fr.geonature.sync in monitor0
02-26 08:32:08.633 2102 2276 I PG_ash : front pkg : fr.geonature.sync launcher: false
02-26 08:32:08.633 2102 2276 I PG_ash : above launcher front pkgs: [fr.geonature.sync]
02-26 08:32:08.636 1409 2165 D ActivityTaskManager: TaskLaunchParamsModifier:task=TaskRecord{2e0b961 #57080 A=fr.geonature.sync U=0 StackId=369 sz=0} activity=ActivityRecord{db0287f u0 fr.geonature.sync/.ui.home.HomeActivity t-1} display-from-task=0 display-id=0 display-windowing-mode=1
02-26 08:32:08.637 1409 2165 D ActivityTaskManager: TaskLaunchParamsModifier:task=TaskRecord{2e0b961 #57080 A=fr.geonature.sync U=0 StackId=369 sz=0} activity=ActivityRecord{db0287f u0 fr.geonature.sync/.ui.home.HomeActivity t-1} display-from-task=0 display-id=0 display-windowing-mode=1 inherit-fullscreen non-freeform-display
02-26 08:32:08.639 1409 2165 V ActivityTaskManager: addAppToken: AppWindowToken{7d71895 token=Token{192204c ActivityRecord{db0287f u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}} task={taskId=57080 appTokens=[] mdr=false} at 2147483647
02-26 08:32:08.640 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=showStartingWindow, isHomeActivity=, isTop=false
02-26 08:32:08.656 1409 1446 V ActivityManager: startProcess: name=fr.geonature.sync app=null knownToBeDead=false thread=null pid=-1
02-26 08:32:08.657 808 829 D AwareLog: iawared: WorkingsetProcessCommand subCmd = 354, userId=10277, pid=0, fr.geonature.sync
02-26 08:32:08.657 808 829 D AwareLog: iawared: WorkingsetStart fr.geonature.sync in monitor0
02-26 08:32:08.658 1409 1447 V WindowManager: addWindow: Window{604347c u0 Splash Screen fr.geonature.sync}
02-26 08:32:08.659 1409 1446 V ActivityManager: startProcess: name=fr.geonature.sync app=ProcessRecord{bd73350 0:fr.geonature.sync/u0a277} knownToBeDead=false thread=null pid=0
02-26 08:32:08.665 1409 11181 D HiTouch_PressGestureDetector: onAttached, package=fr.geonature.sync, windowType=3, mHiTouchRestricted=false
02-26 08:32:08.672 1409 1460 I ActivityManager: Start proc 11182:fr.geonature.sync/u0a277 for activity {fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:32:08.673 808 829 D AwareLog: iawared: WorkingsetProcessCommand subCmd = 350, userId=10277, pid=11182, fr.geonature.sync
02-26 08:32:08.675 808 829 D AwareLog: iawared: WorkingsetStart fr.geonature.sync in monitor0
02-26 08:32:08.697 1409 4979 W HwActivityTaskManagerServiceEx: appSwitch from: com.huawei.android.launcher to: fr.geonature.sync
02-26 08:32:08.698 2257 15933 I AssistantService-1030200: registerHwActivityNotifier call fromPackage:com.huawei.android.launcher, toPackage:fr.geonature.sync
02-26 08:32:08.698 1409 1455 D HwGameAssistantController: UPDATE: mCurFgPkg=fr.geonature.sync, mCurFgPid=11182, mCurIsGame=false
02-26 08:32:08.698 2257 2494 D AssistantService-1030200: handleMessage app switch fromPackage:com.huawei.android.launcher, toPackage:fr.geonature.sync
02-26 08:32:08.700 2102 2193 D ScenarioService: front pkg : fr.geonature.sync launcher: false
02-26 08:32:08.700 2102 2193 D ScenarioService: new above launcher front pkgs: [fr.geonature.sync]
02-26 08:32:08.700 2102 2193 I AppManager: handleAppFrontEvent: fr.geonature.sync
02-26 08:32:08.700 2102 2193 I AppsUsage: scnOff:false FgAPP:fr.geonature.sync BgAPP:com.huawei.android.launcher
02-26 08:32:08.702 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 1409
02-26 08:32:08.702 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2102
02-26 08:32:08.703 2102 2334 I SceneReceiver: state type: 10000 eventType:1 pid:0 uid:0 pkg:fr.geonature.sync
02-26 08:32:08.703 2102 2336 D HwThermalStateManager: current foreapp pkg : fr.geonature.sync
02-26 08:32:08.704 2102 2334 I PGServer: report state:10000 event type:1 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2257
02-26 08:32:08.704 2257 15933 D HicomMonitor: notifyForegroundAppChanged: pkg:fr.geonature.sync
02-26 08:32:08.704 2257 15933 D Hicom_EmcomManagerService: onForegroundAppChanged, pkgName:fr.geonature.sync
02-26 08:32:08.705 1409 1447 D RemoteAnimationController: createAnimationAdapter(): token=AppWindowToken{7d71895 token=Token{192204c ActivityRecord{db0287f u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:32:08.708 1409 1444 I StatusBarDisable: setFlags what=0 which=1 pkg=Window{604347c u0 Splash Screen fr.geonature.sync}
02-26 08:32:08.723 11182 11182 I .geonature.syn: QarthPatchMonintor::CheckAndWatchPatch: /data/hotpatch/fwkhotpatch/fr.geonature.sync
02-26 08:32:08.725 780 16547 D iTouchService: itouch currentPackageName = fr.geonature.sync
02-26 08:32:08.725 780 16547 D iTouchService: itouch getCurrentParmID tempPkg=fr.geonature.xxx
02-26 08:32:08.725 780 16547 D iTouchService: itouch:app fr.geonature.sync is not game app
02-26 08:32:08.725 780 16547 D iTouchService: itouch:app fr.geonature.sync is not in StylusPenList
02-26 08:32:08.726 11182 11200 I AwareBitmapCacher: init processName:fr.geonature.sync pid=11182 uid=10277
02-26 08:32:08.732 11182 11182 I HwApiCacheMangerEx: apicache path=/storage/emulated/0 state=mounted key=fr.geonature.sync#10277#256
02-26 08:32:08.735 11182 11182 I fr.geonature.sync.MainApplication: internal storage: MountPoint(mountPath=/storage/emulated/0, storageType=INTERNAL)
02-26 08:32:08.735 11182 11182 I fr.geonature.sync.MainApplication: external storage: null
02-26 08:32:08.768 11182 11211 D ConnectivityManager: requestNetwork and the calling app is: fr.geonature.sync
02-26 08:32:08.800 11182 11182 D ConnectivityManager: requestNetwork and the calling app is: fr.geonature.sync
02-26 08:32:08.806 11182 11182 D ActivityThread: add activity client record, r= ActivityRecord{9047076 token=android.os.BinderProxy@e8b3ff5 {fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}} token= android.os.BinderProxy@e8b3ff5
02-26 08:32:08.808 11182 11226 I fr.geonature.commons.settings.AppSettingsManager: Loading settings from '/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json'...
02-26 08:32:08.809 11182 11226 I fr.geonature.commons.settings.AppSettingsManager: Settings loaded
02-26 08:32:08.821 1409 2248 V WindowManager: addWindow: Window{fd45512 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:32:08.822 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=onResume, isHomeActivity=, isTop=true
02-26 08:32:08.822 29211 29233 I AppLifeChangeSensor: CAWARENESS: activityResumed componentName = ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:32:08.823 2257 15488 D DollieActivityManagerAdapter: [Resumed] bg:true pid:11182 uid:10277 ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:32:08.823 2257 15488 E DollieAdapterService: notifyActivityState pkg:fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity state:2 fg:true mUid:10277
02-26 08:32:08.824 1409 1409 W ProcBatteryStats: timer is running , not start, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:32:08.824 2257 15488 I HidataAppQoeP: foregroundUidAdd uid: 10277 name: fr.geonature:10277 activity state: true
02-26 08:32:08.824 11182 11229 I fr.geonature.sync.sync.worker.DataSyncWorker: starting local data synchronization from 'https://geonature.ecrins-parcnational.fr'...
02-26 08:32:08.827 2257 2306 I UidCloseNrStateMachine: enter uidStateChanged, ForeGrountApp = fr.geonature.sync, mIsCallOn = true, mIsUsbPlugged = true
02-26 08:32:08.834 11182 11231 D HiTouch_PressGestureDetector: onAttached, package=fr.geonature.sync, windowType=1, mHiTouchRestricted=false
02-26 08:32:08.841 1409 5323 V HwPhoneWindowManager: updateSystemUiColorLw window=Window{fd45512 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity},EmuiStyle=0,StatusBarColor=0xff510052,NavigationBarColor=0xff000000, mForceNotchStatusBar=false
02-26 08:32:08.842 11182 11214 I iGraphics: [0020080c] pn: fr.geonature.sync, p: 11182
02-26 08:32:08.842 11182 11214 I iGraphics: [0030080c] no spt app: fr.geonature.sync
02-26 08:32:08.886 11182 11225 I fr.geonature.sync.sync.worker.CheckInputsToSynchronizeWorker: available inputs to synchronize: 0
02-26 08:32:08.888 11182 11218 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=5882f419-f171-4fc2-9a9a-a4ed4493bf77, tags={ fr.geonature.sync.sync.worker.CheckInputsToSynchronizeWorker, check_inputs_to_sync_worker_tag } ]
02-26 08:32:08.897 808 829 D AwareLog: iawared: WorkingsetProcessCommand subCmd = 351, userId=10277, pid=11182, fr.geonature.sync
02-26 08:32:08.897 808 829 D AwareLog: iawared: WorkingsetPause fr.geonature.sync
02-26 08:32:08.901 11182 11225 W fr.geonature.sync.sync.io.AppSettingsJsonWriter: undefined app settings to update from 'fr.geonature.occtax'
02-26 08:32:08.901 1409 1456 I ActivityTaskManager: Displayed fr.geonature.sync/.ui.home.HomeActivity: +270ms
02-26 08:32:08.905 1409 1447 V WindowManager: removeIfPossible: Window{604347c u0 Splash Screen fr.geonature.sync} callers=com.android.server.wm.WindowState.removeIfPossible:2260 com.android.server.wm.WindowManagerService.removeWindow:2011 com.android.server.wm.Session.remove:176 android.view.ViewRootImpl.dispatchDetachedFromWindow:4414 android.view.ViewRootImpl.doDie:7575
02-26 08:32:08.906 1409 1447 V WindowManager: Not removing Window{604347c u0 Splash Screen fr.geonature.sync EXITING} due to exit animation
02-26 08:32:08.910 11182 11229 W fr.geonature.sync.sync.io.AppSettingsJsonWriter: undefined app settings to update from 'fr.geonature.maps.sample'
02-26 08:32:09.014 1409 1447 V WindowManager: Exit animation finished in Window{604347c u0 Splash Screen fr.geonature.sync EXITING}: remove=true
02-26 08:32:09.014 1409 1447 E WindowManager: win=Window{604347c u0 Splash Screen fr.geonature.sync EXITING} destroySurfaces: appStopped=false win.mWindowRemovalAllowed=true win.mRemoveOnExit=true
02-26 08:32:09.014 1409 1447 V WindowManager: postWindowRemoveCleanupLocked: Window{604347c u0 Splash Screen fr.geonature.sync}
02-26 08:32:09.014 1409 1447 V WindowManager: Removing Window{604347c u0 Splash Screen fr.geonature.sync} from AppWindowToken{7d71895 token=Token{192204c ActivityRecord{db0287f u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:32:09.328 1409 4979 W ProcBatteryStats: timer is not running , not stop, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:32:09.352 11182 11225 I fr.geonature.sync.sync.worker.DataSyncWorker: local data synchronization finished with failed tasks in 528ms
02-26 08:32:09.355 11182 11211 I WM-WorkerWrapper: Work [ id=4842d8f6-f6a6-4c20-af44-6383364710ff, tags={ fr.geonature.sync.sync.worker.DataSyncWorker, data_sync_worker_tag } ] was cancelled
02-26 08:32:09.368 11182 11225 I fr.geonature.sync.sync.worker.DataSyncWorker: starting local data synchronization from 'https://geonature.ecrins-parcnational.fr'...
02-26 08:32:09.850 11182 11225 W fr.geonature.sync.sync.io.AppSettingsJsonWriter: undefined app settings to update from 'fr.geonature.occtax'
02-26 08:32:09.850 11182 11225 W fr.geonature.sync.sync.io.AppSettingsJsonWriter: undefined app settings to update from 'fr.geonature.maps.sample'
02-26 08:32:09.860 1409 1409 W ProcBatteryStats: timer is running , not start, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:32:09.866 1409 1409 W ProcBatteryStats: timer is running , not start, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:32:09.879 11182 11218 I WM-WorkerWrapper: Worker result FAILURE for Work [ id=d57eb82b-3ab8-4f34-8d08-cfb84ffcf835, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
02-26 08:32:09.884 11182 11218 I WM-WorkerWrapper: Worker result FAILURE for Work [ id=ee2c1de3-61a0-4b7b-93cd-f60fa78fad70, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
02-26 08:32:09.891 1409 2248 W ProcBatteryStats: timer is not running , not stop, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:32:10.898 808 829 D AwareLog: iawared: WorkingsetProcessCommand subCmd = 357, userId=10277, pid=11182, fr.geonature.sync
02-26 08:32:10.899 808 829 D AwareLog: iawared: WorkingsetPauseCollect fr.geonature.sync
02-26 08:32:13.310 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1639 bytes/s (rxB:5133 txB:3062 rxP:11 txP:18 iface:1) scroff: false
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader:
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: android.util.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 10
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.syntaxError(JsonReader.java:1162)
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.checkLenient(JsonReader.java:840)
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.readLiteral(JsonReader.java:1062)
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.nextValue(JsonReader.java:715)
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.peek(JsonReader.java:336)
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.expect(JsonReader.java:310)
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.beginObject(JsonReader.java:295)
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.io.DatasetJsonReader.read(DatasetJsonReader.kt:58)
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.io.DatasetJsonReader.read(DatasetJsonReader.kt:35)
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.worker.DataSyncWorker.syncDataset(DataSyncWorker.kt:153)
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.worker.DataSyncWorker$syncDataset$1.invokeSuspend(Unknown Source:12)
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
02-26 08:32:13.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
02-26 08:32:13.790 11182 11229 I fr.geonature.sync.sync.worker.DataSyncWorker: dataset to update: 0
02-26 08:32:13.810 11182 11182 W DefaultDispatch: type=1400 audit(0.0:1342229): avc: granted { read write open } for pid=11182 path="/storage/emulated/0/Android/data/fr.geonature.sync/databases/data.db-wal" dev="sdcardfs" ino=70629 scontext=u:r:untrusted_app:s0:c21,c257,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
02-26 08:32:14.092 11182 11229 I fr.geonature.sync.sync.worker.DataSyncWorker: users to update: 218
02-26 08:32:16.803 1409 11266 D HwWifiConnectivityMonitor: ENTER: notifyTopUidTcpInfo, rtt = 16120, rttPkts = 12, aveRtt = 1343.3334, app = fr.geonature.sync
02-26 08:32:16.804 1409 11266 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2470 mResendSegs = 3 mRcvSegs = 2772 ]
02-26 08:32:16.900 808 829 D AwareLog: iawared: WorkingsetProcessCommand subCmd = 352, userId=10277, pid=11182, fr.geonature.sync
02-26 08:32:16.901 808 829 D AwareLog: iawared: WorkingsetStop fr.geonature.sync
02-26 08:32:17.403 11182 11229 I fr.geonature.sync.sync.worker.DataSyncWorker: taxonomy to update: 40
02-26 08:32:17.890 11182 11182 W DefaultDispatch: type=1400 audit(0.0:1342244): avc: granted { write open } for pid=11182 path="/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json" dev="sdcardfs" ino=70163 scontext=u:r:untrusted_app:s0:c21,c257,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
02-26 08:32:17.900 11182 11225 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json'
02-26 08:32:17.910 11182 11224 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.occtax/settings_occtax.json'
02-26 08:32:17.911 11182 11224 W fr.geonature.sync.sync.io.AppSettingsJsonWriter: undefined app settings to update from 'fr.geonature.maps.sample'
02-26 08:32:18.153 11182 11182 D fr.geonature.sync.ui.home.HomeActivity: reloading settings after update...
02-26 08:32:18.155 11182 11224 I fr.geonature.commons.settings.AppSettingsManager: Loading settings from '/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json'...
02-26 08:32:18.157 11182 11224 I fr.geonature.commons.settings.AppSettingsManager: Settings loaded
02-26 08:32:18.363 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 3914 bytes/s (rxB:16520 txB:3051 rxP:27 txP:26 iface:1) scroff: false
02-26 08:32:18.726 1409 5323 W ProcBatteryStats: timer is not running , not stop, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:32:18.794 11182 11211 I WM-WorkerWrapper: Work [ id=a492ef40-c3f7-4ca4-8412-ed8bfe9a7961, tags={ fr.geonature.sync.sync.worker.DataSyncWorker, data_sync_worker_tag } ] was cancelled
02-26 08:32:18.798 11182 11224 W fr.geonature.sync.sync.worker.DataSyncWorker:
02-26 08:32:18.798 11182 11224 W fr.geonature.sync.sync.worker.DataSyncWorker: kotlinx.coroutines.JobCancellationException: Job was cancelled; job=JobImpl{Cancelling}@fbc6d05
02-26 08:32:18.798 11182 11224 I fr.geonature.sync.sync.worker.DataSyncWorker: local data synchronization finished with failed tasks in 9430ms
02-26 08:32:18.838 11182 11224 I fr.geonature.sync.sync.worker.DataSyncWorker: starting local data synchronization from 'https://geonature.ecrins-parcnational.fr'...
02-26 08:32:19.313 11182 11224 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json'
02-26 08:32:19.306 11182 11182 W DefaultDispatch: type=1400 audit(0.0:1342252): avc: granted { write open } for pid=11182 path="/storage/emulated/0/Android/data/fr.geonature.sync/settings_sync.json" dev="sdcardfs" ino=70163 scontext=u:r:untrusted_app:s0:c21,c257,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
02-26 08:32:19.306 11182 11182 W DefaultDispatch: type=1400 audit(0.0:1342255): avc: granted { write open } for pid=11182 path="/storage/emulated/0/Android/data/fr.geonature.occtax/settings_occtax.json" dev="sdcardfs" ino=83270 scontext=u:r:untrusted_app:s0:c21,c257,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
02-26 08:32:19.327 11182 11225 I fr.geonature.sync.sync.io.AppSettingsJsonWriter: updating app settings '/storage/emulated/0/Android/data/fr.geonature.occtax/settings_occtax.json'
02-26 08:32:19.331 11182 11225 W fr.geonature.sync.sync.io.AppSettingsJsonWriter: undefined app settings to update from 'fr.geonature.maps.sample'
02-26 08:32:19.367 1409 1409 W ProcBatteryStats: timer is running , not start, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:32:19.389 1409 1409 W ProcBatteryStats: timer is running , not start, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:32:19.409 11182 11225 I fr.geonature.sync.sync.worker.InputsSyncWorker: starting inputs synchronization for 'fr.geonature.occtax'...
02-26 08:32:19.417 11182 11218 I WM-WorkerWrapper: Worker result FAILURE for Work [ id=e4f1b9a6-c1d5-459a-93e7-063d71ed3fe3, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
02-26 08:32:19.424 11182 11229 I fr.geonature.sync.sync.worker.InputsSyncWorker: No inputs to synchronize for 'fr.geonature.occtax'
02-26 08:32:19.429 11182 11218 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=e0760746-bb59-4897-a6de-88808a75131c, tags={ fr.geonature.sync.sync.worker.InputsSyncWorker, inputs_sync_worker_tag } ]
02-26 08:32:19.449 1409 2248 W ProcBatteryStats: timer is not running , not stop, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader:
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: android.util.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 10
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.syntaxError(JsonReader.java:1162)
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.checkLenient(JsonReader.java:840)
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.readLiteral(JsonReader.java:1062)
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.nextValue(JsonReader.java:715)
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.peek(JsonReader.java:336)
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.expect(JsonReader.java:310)
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.beginObject(JsonReader.java:295)
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.io.DatasetJsonReader.read(DatasetJsonReader.kt:58)
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.io.DatasetJsonReader.read(DatasetJsonReader.kt:35)
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.worker.DataSyncWorker.syncDataset(DataSyncWorker.kt:153)
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.worker.DataSyncWorker$syncDataset$1.invokeSuspend(Unknown Source:12)
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
02-26 08:32:20.790 11182 11229 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
02-26 08:32:20.791 11182 11229 I fr.geonature.sync.sync.worker.DataSyncWorker: dataset to update: 0
02-26 08:32:21.480 11182 11229 I fr.geonature.sync.sync.worker.DataSyncWorker: users to update: 218
02-26 08:32:21.808 2102 2276 I PG_ash : above launcher front pkgs: [fr.geonature.sync, com.huawei.android.launcher]
02-26 08:32:21.813 1409 2248 W HwActivityTaskManagerServiceEx: setResumedActivityUncheckLocked start call, from: ActivityRecord{db0287f u0 fr.geonature.sync/.ui.home.HomeActivity t57080}, to: ActivityRecord{885a143 u0 com.huawei.android.launcher/.unihome.UniHomeLauncher t1}
02-26 08:32:21.813 1409 2248 W HwActivityTaskManagerServiceEx: appSwitch from: fr.geonature.sync to: com.huawei.android.launcher
02-26 08:32:21.816 2257 2280 I AssistantService-1030200: registerHwActivityNotifier call fromPackage:fr.geonature.sync, toPackage:com.huawei.android.launcher
02-26 08:32:21.819 2257 2494 D AssistantService-1030200: handleMessage app switch fromPackage:fr.geonature.sync, toPackage:com.huawei.android.launcher
02-26 08:32:21.825 2102 2193 I AppsUsage: scnOff:false FgAPP:com.huawei.android.launcher BgAPP:fr.geonature.sync
02-26 08:32:21.826 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 1409
02-26 08:32:21.826 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2102
02-26 08:32:21.833 2102 2334 I SceneReceiver: state type: 10000 eventType:2 pid:0 uid:0 pkg:fr.geonature.sync
02-26 08:32:21.833 2102 2334 I PGServer: report state:10000 event type:2 pid:0 uid:0 pkg:fr.geonature.sync to pid: 2257
02-26 08:32:21.835 1409 1454 I HwAudioServiceEx: ComponentInfo : className = fr.geonature.sync.ui.home.HomeActivity, flag=onPause, isHomeActivity=, isTop=false
02-26 08:32:21.835 2102 2339 D ThermalTrace_ThermalRaise: current pkg:fr.geonature.sync
02-26 08:32:21.836 29211 29233 I AppLifeChangeSensor: CAWARENESS: activityPaused componentName = ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:32:21.836 2257 15488 D DollieActivityManagerAdapter: [Paused] pid:11182 uid:10277 ComponentInfo{fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity} uidState:2
02-26 08:32:21.897 1409 1447 D RemoteAnimationController: createAnimationAdapter(): token=AppWindowToken{7d71895 token=Token{192204c ActivityRecord{db0287f u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:32:22.340 2257 15488 E DollieAdapterService: notifyActivityState pkg:fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity state:9 fg:false mUid:10277
02-26 08:32:22.344 2257 15488 I HidataAppQoeP: foregroundUidRemove uid: 10277 name: fr.geonature:10277
02-26 08:32:22.353 704 2285 E BufferQueueProducer: [fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity#0]:1338: disconnect: not connected (req=1)
02-26 08:32:22.400 1409 2165 V WindowManager: notifyAppStopped: AppWindowToken{7d71895 token=Token{192204c ActivityRecord{db0287f u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:32:22.400 1409 2165 E WindowManager: win=Window{fd45512 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity} destroySurfaces: appStopped=true win.mWindowRemovalAllowed=false win.mRemoveOnExit=false
02-26 08:32:22.406 780 16547 D iTouchService: itouch currentPackageName = fr.geonature.sync
02-26 08:32:22.406 780 16547 D iTouchService: itouch getCurrentParmID tempPkg=fr.geonature.xxx
02-26 08:32:22.406 780 16547 D iTouchService: itouch:app fr.geonature.sync is not game app
02-26 08:32:22.406 780 16547 D iTouchService: itouch:app fr.geonature.sync is not in StylusPenList
02-26 08:32:23.047 2001 6483 I HwRecentsTaskUtils: remove task send broadcast packageName=fr.geonature.sync, userId=0,taskId=57080
02-26 08:32:23.095 11182 11182 D ActivityThread: Remove activity client record, r= ActivityRecord{9047076 token=android.os.BinderProxy@e8b3ff5 {fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}} token= android.os.BinderProxy@e8b3ff5
02-26 08:32:23.103 1409 2165 V WindowManager: removeIfPossible: Window{fd45512 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity} callers=com.android.server.wm.WindowState.removeIfPossible:2260 com.android.server.wm.WindowManagerService.removeWindow:2011 com.android.server.wm.Session.remove:176 android.view.IWindowSession$Stub.onTransact:634 com.android.server.wm.Session.onTransact:134
02-26 08:32:23.104 1409 2165 V WindowManager: postWindowRemoveCleanupLocked: Window{fd45512 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity}
02-26 08:32:23.104 1409 2165 V WindowManager: Removing Window{fd45512 u0 fr.geonature.sync/fr.geonature.sync.ui.home.HomeActivity} from AppWindowToken{7d71895 token=Token{192204c ActivityRecord{db0287f u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}}
02-26 08:32:23.113 1409 2165 V WindowManager: removeAppToken: AppWindowToken{7d71895 token=Token{192204c ActivityRecord{db0287f u0 fr.geonature.sync/.ui.home.HomeActivity t57080}}} delayed=false Callers=com.android.server.wm.DisplayContent.removeAppToken:1204 com.android.server.wm.ActivityRecord.removeWindowContainer:1298 com.android.server.wm.ActivityStack.removeActivityFromHistoryLocked:4927 com.android.server.wm.ActivityStack.activityDestroyedLocked:5218
02-26 08:32:23.138 1409 1446 I ActivityManager: Killing 11182:fr.geonature.sync/u0a277 (adj 250): remove task
02-26 08:32:23.231 1409 1409 W ProcBatteryStats: timer is not running , not stop, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:32:23.231 1409 5136 D ActivityManager: cleanUpApplicationRecord app: ProcessRecord{bd73350 11182:fr.geonature.sync/u0a277}, app.bad: false, restarting: false, allowRestart: true
02-26 08:32:23.232 1409 5136 W ActivityManager: Scheduling restart of crashed service fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService in 1000ms
02-26 08:32:23.408 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 5721 bytes/s (rxB:24141 txB:4464 rxP:32 txP:41 iface:1) scroff: false
02-26 08:32:24.813 1409 11281 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2510 mResendSegs = 3 mRcvSegs = 2812 ]
02-26 08:32:53.256 1409 1409 V ActivityManager: startProcess: name=fr.geonature.sync app=null knownToBeDead=true thread=null pid=-1
02-26 08:32:53.287 1409 1460 I ActivityManager: Start proc 11290:fr.geonature.sync/u0a277 for service {fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService}
02-26 08:32:53.363 11290 11290 I .geonature.syn: QarthPatchMonintor::CheckAndWatchPatch: /data/hotpatch/fwkhotpatch/fr.geonature.sync
02-26 08:32:53.367 11290 11308 I AwareBitmapCacher: init processName:fr.geonature.sync pid=11290 uid=10277
02-26 08:32:53.377 11290 11290 I HwApiCacheMangerEx: apicache path=/storage/emulated/0 state=mounted key=fr.geonature.sync#10277#256
02-26 08:32:53.380 11290 11290 I fr.geonature.sync.MainApplication: internal storage: MountPoint(mountPath=/storage/emulated/0, storageType=INTERNAL)
02-26 08:32:53.381 11290 11290 I fr.geonature.sync.MainApplication: external storage: null
02-26 08:32:53.432 11290 11313 D ConnectivityManager: requestNetwork and the calling app is: fr.geonature.sync
02-26 08:32:53.508 1409 1409 W ProcBatteryStats: timer is running , not start, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:32:53.511 2102 2320 I InputManager: new hook event, id: 166, pkg: fr.geonature.sync
02-26 08:32:53.614 11290 11321 I fr.geonature.sync.sync.worker.DataSyncWorker: starting local data synchronization from 'https://geonature.ecrins-parcnational.fr'...
02-26 08:32:53.683 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 12 bytes/s (rxB:0 txB:60 rxP:0 txP:1 iface:1) scroff: true
02-26 08:32:53.742 11290 11323 I fr.geonature.sync.sync.worker.CheckInputsToSynchronizeWorker: available inputs to synchronize: 0
02-26 08:32:53.748 11290 11315 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=402b6312-e50a-4928-81f6-7812c29ea62e, tags={ fr.geonature.sync.sync.worker.CheckInputsToSynchronizeWorker, check_inputs_to_sync_worker_tag } ]
02-26 08:32:53.755 1409 2741 W ProcBatteryStats: timer is not running , not stop, name: , uid: 10277, tag: *job*/fr.geonature.sync/androidx.work.impl.background.systemjob.SystemJobService
02-26 08:32:56.843 1409 11343 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2521 mResendSegs = 3 mRcvSegs = 2820 ]
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader:
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader: android.util.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 10
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.syntaxError(JsonReader.java:1162)
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.checkLenient(JsonReader.java:840)
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.readLiteral(JsonReader.java:1062)
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.nextValue(JsonReader.java:715)
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.peek(JsonReader.java:336)
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.expect(JsonReader.java:310)
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader: at android.util.JsonReader.beginObject(JsonReader.java:295)
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.io.DatasetJsonReader.read(DatasetJsonReader.kt:58)
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.io.DatasetJsonReader.read(DatasetJsonReader.kt:35)
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.worker.DataSyncWorker.syncDataset(DataSyncWorker.kt:153)
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader: at fr.geonature.sync.sync.worker.DataSyncWorker$syncDataset$1.invokeSuspend(Unknown Source:12)
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
02-26 08:32:57.040 11290 11323 W fr.geonature.sync.sync.io.DatasetJsonReader: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
02-26 08:32:57.040 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: dataset to update: 0
02-26 08:32:57.058 11290 11290 W DefaultDispatch: type=1400 audit(0.0:1342322): avc: granted { read write open } for pid=11290 path="/storage/emulated/0/Android/data/fr.geonature.sync/databases/data.db" dev="sdcardfs" ino=70542 scontext=u:r:untrusted_app:s0:c21,c257,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
02-26 08:32:57.058 11290 11290 W DefaultDispatch: type=1400 audit(0.0:1342324): avc: granted { read write open } for pid=11290 path="/storage/emulated/0/Android/data/fr.geonature.sync/databases/data.db-wal" dev="sdcardfs" ino=70629 scontext=u:r:untrusted_app:s0:c21,c257,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
02-26 08:32:57.417 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: users to update: 218
02-26 08:32:58.731 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2764 bytes/s (rxB:11433 txB:2390 rxP:17 txP:21 iface:1) scroff: true
02-26 08:33:01.315 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: taxonomy to update: 40
02-26 08:33:02.742 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 1000
02-26 08:33:03.707 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 2000
02-26 08:33:03.768 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 17150 bytes/s (rxB:81055 txB:4698 rxP:71 txP:59 iface:1) scroff: true
02-26 08:33:04.596 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 3000
02-26 08:33:04.840 1409 11355 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2620 mResendSegs = 4 mRcvSegs = 2934 ]
02-26 08:33:05.141 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 4000
02-26 08:33:05.674 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 5000
02-26 08:33:06.434 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 6000
02-26 08:33:07.171 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 7000
02-26 08:33:07.987 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 8000
02-26 08:33:08.815 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 50148 bytes/s (rxB:241859 txB:8882 rxP:214 txP:140 iface:1) scroff: true
02-26 08:33:08.918 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 9000
02-26 08:33:10.721 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 10000
02-26 08:33:11.661 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 11000
02-26 08:33:12.849 1409 11374 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2748 mResendSegs = 4 mRcvSegs = 3208 ]
02-26 08:33:13.464 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 12000
02-26 08:33:13.828 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: taxa to update: 12335
02-26 08:33:13.854 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 27875 bytes/s (rxB:136764 txB:2614 rxP:113 txP:24 iface:1) scroff: true
02-26 08:33:18.906 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 687 bytes/s (rxB:1330 txB:2109 rxP:8 txP:9 iface:1) scroff: true
02-26 08:33:19.236 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 0
02-26 08:33:19.601 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 973 taxa with areas from offset 0
02-26 08:33:20.878 1409 11392 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2771 mResendSegs = 4 mRcvSegs = 3245 ]
02-26 08:33:23.509 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 1000
02-26 08:33:23.774 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 989 taxa with areas from offset 1000
02-26 08:33:23.950 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 3779 bytes/s (rxB:17239 txB:1656 rxP:21 txP:21 iface:1) scroff: true
02-26 08:33:27.844 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 2000
02-26 08:33:28.171 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 965 taxa with areas from offset 2000
02-26 08:33:28.895 1409 11395 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2791 mResendSegs = 4 mRcvSegs = 3264 ]
02-26 08:33:29.013 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1971 bytes/s (rxB:9053 txB:802 rxP:10 txP:10 iface:1) scroff: true
02-26 08:33:32.099 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 3000
02-26 08:33:32.435 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 969 taxa with areas from offset 3000
02-26 08:33:34.045 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1972 bytes/s (rxB:9059 txB:802 rxP:10 txP:10 iface:1) scroff: true
02-26 08:33:36.426 808 829 I : HibSTrategy::HibStrategySwapCandidateProcessAdd packagename fr.geonature.sync
02-26 08:33:36.433 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 4000
02-26 08:33:36.534 808 2393 I : HibStrategy::HibStrategySwapCandidateProcessRemove packagename is fr.geonature.sync
02-26 08:33:36.862 1409 11424 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2810 mResendSegs = 4 mRcvSegs = 3284 ]
02-26 08:33:36.887 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 973 taxa with areas from offset 4000
02-26 08:33:39.085 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1870 bytes/s (rxB:8548 txB:802 rxP:10 txP:10 iface:1) scroff: false
02-26 08:33:41.027 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 5000
02-26 08:33:41.316 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 912 taxa with areas from offset 5000
02-26 08:33:44.138 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1840 bytes/s (rxB:8504 txB:698 rxP:8 txP:8 iface:1) scroff: false
02-26 08:33:44.888 1409 11428 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2819 mResendSegs = 4 mRcvSegs = 3293 ]
02-26 08:33:45.430 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 6000
02-26 08:33:45.739 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 986 taxa with areas from offset 6000
02-26 08:33:49.191 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 3866 bytes/s (rxB:18061 txB:1270 rxP:20 txP:19 iface:1) scroff: false
02-26 08:33:49.198 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 7000
02-26 08:33:49.547 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 954 taxa with areas from offset 7000
02-26 08:33:52.892 1409 11433 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2839 mResendSegs = 4 mRcvSegs = 3313 ]
02-26 08:33:53.419 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 8000
02-26 08:33:53.805 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 936 taxa with areas from offset 8000
02-26 08:33:54.251 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2020 bytes/s (rxB:9069 txB:1032 rxP:8 txP:9 iface:1) scroff: false
02-26 08:33:58.236 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 9000
02-26 08:33:58.550 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 991 taxa with areas from offset 9000
02-26 08:33:59.287 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1999 bytes/s (rxB:9235 txB:763 rxP:10 txP:9 iface:1) scroff: false
02-26 08:34:00.901 1409 11435 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2856 mResendSegs = 4 mRcvSegs = 3330 ]
02-26 08:34:02.509 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 10000
02-26 08:34:02.878 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 951 taxa with areas from offset 10000
02-26 08:34:04.337 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 2032 bytes/s (rxB:9360 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:34:06.566 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 11000
02-26 08:34:06.979 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 949 taxa with areas from offset 11000
02-26 08:34:08.910 1409 11438 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2876 mResendSegs = 4 mRcvSegs = 3350 ]
02-26 08:34:09.394 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1962 bytes/s (rxB:9010 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:34:10.976 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 12000
02-26 08:34:11.363 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 941 taxa with areas from offset 12000
02-26 08:34:14.436 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1911 bytes/s (rxB:8756 txB:803 rxP:10 txP:10 iface:1) scroff: false
02-26 08:34:15.743 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: found 1000 taxa with areas from offset 13000
02-26 08:34:16.104 11290 11323 I fr.geonature.sync.sync.worker.DataSyncWorker: updating 975 taxa with areas from offset 13000
02-26 08:34:16.922 1409 11448 D HwUidTcpMonitor: parseWlanUidTcpStatistics lastUidTcpStatInfo = [ mUid = 10277 mPacketName = fr.geonature.sync mSendSegs = 2896 mResendSegs = 4 mRcvSegs = 3370 ]
02-26 08:34:19.482 2102 13603 I DownloadState: shareUid: 10277 fr.geonature.sync transmitting data speed : 1912 bytes/s (rxB:8759 txB:803 rxP:10 txP:10 iface:1) scroff: false
Après discussion l'idée est de mettre en place 2 paramètres qui permettent de définir la :
La synchronisation des données optionnelles serait toujours réalisée avec les données obligatoires de façon à éviter les incohérences de données (mode snapshot)
Si le ou les paramètres sont absents cela signifie que la synchro doit être lancée manuellement. Ce qui est donc le comportement par défaut.
Implémenté dans la release 1.3.0 (et pré-releases précédentes)
Parfois la synchronisation bloque car l'utilisateur pert sa connexion ou pour une raison encore inconnue. Ce qui a pour conséquence que l'utilisateur n'a plus accès à certaines espèces ou aux différents paramètres sur les conditions d'observation, les éléments biologiques etc... lorsqu'il est sur le terrain et sans réseau (c'est forcément à ce moment là qu'il s'en rend compte).
Un des soucis vient du fait que les deux synchronisations ce font en même temps :
Souvent l'utilisateur ouvre l'application sync pour envoyer ces relevés et la récupération des données se lance sans qu'il le veuille (et bien souvent sans le comprendre) et il ne fait pas attention que tout soit bien fini.
Il faudrait dans la mesure du possible