transistorsoft / react-native-background-geolocation

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

Tracking in the background stops automatically #599

Closed bobthebuilderio closed 5 years ago

bobthebuilderio commented 5 years ago

Your Environment

Expected Behavior

I have configured a headless task for when the app is killed, and a heartbeat listener for when the app is in foreground. The app as you can see above is configured to reload in case of the app got killed Both the Heartbeat & the headless tasks after sometime become inactive. I am using them to check on data and location and issue a notification and to refresh my token each 30 min from it being updated. So the way I know they become disabled, is that I try to turn off location per say and no notification appears. Tracking keeps working for a bit more... but dies after some time, the bar in the notification section disappears as if the whole thing just died. The app is still open in the background though.

Actual Behavior

Heartbeats are not stable and cannot rely on them Headless task is terminating Geolocation is also terminating after sometime

Steps to Reproduce

1. 2. 3. 4.

Context

Track my fleet of drivers

Debug logs

bobthebuilderio commented 5 years ago

--------- beginning of crash --------- beginning of system --------- beginning of main 10-29 19:07:05.746 6181 6181 D ReactNative: ReactInstanceManager.ctor() 10-29 19:07:05.787 6181 6181 D ReactNative: ReactInstanceManager.createReactContextInBackground() 10-29 19:07:05.787 6181 6181 D ReactNative: ReactInstanceManager.recreateReactContextInBackgroundInner() 10-29 19:07:06.813 6181 6181 D ReactNative: ReactInstanceManager.onJSBundleLoadedFromServer() 10-29 19:07:06.814 6181 6181 D ReactNative: ReactInstanceManager.recreateReactContextInBackground() 10-29 19:07:06.814 6181 6181 D ReactNative: ReactInstanceManager.runCreateReactContextOnNewThread() 10-29 19:07:06.836 6181 6238 D ReactNative: ReactInstanceManager.createReactContext() 10-29 19:07:07.258 6181 6238 D ReactNative: Initializing React Xplat Bridge. 10-29 19:07:07.260 6181 6238 D ReactNative: Initializing React Xplat Bridge before initializeBridge 10-29 19:07:07.267 6181 6238 D ReactNative: Initializing React Xplat Bridge after initializeBridge 10-29 19:07:07.268 6181 6238 D ReactNative: CatalystInstanceImpl.runJSBundle() 10-29 19:07:07.268 6181 6245 D ReactNative: ReactInstanceManager.setupReactContext() 10-29 19:07:07.268 6181 6245 D ReactNative: CatalystInstanceImpl.initialize() 10-29 19:07:07.322 6181 6245 D ReactNative: ReactInstanceManager.attachRootViewToInstance() 10-29 19:07:07.931 6181 6244 W ReactNativeJS: Require cycle: node_modules\native-base\dist\src\index.js -> node_modules\native-base\dist\src\basic\DatePicker.js -> node_modules\native-base\dist\src\index.js 10-29 19:07:07.931 6181 6244 W ReactNativeJS: 10-29 19:07:07.931 6181 6244 W ReactNativeJS: Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 10-29 19:07:08.013 6181 6244 W ReactNativeJS: Require cycle: node_modules\native-base\dist\src\index.js -> node_modules\native-base\dist\src\basic\Tabs\index.js -> node_modules\native-base\dist\src\basic\Tabs\DefaultTabBar.js -> node_modules\native-base\dist\src\index.js 10-29 19:07:08.013 6181 6244 W ReactNativeJS: 10-29 19:07:08.013 6181 6244 W ReactNativeJS: Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 10-29 19:07:08.015 6181 6244 W ReactNativeJS: Require cycle: node_modules\native-base\dist\src\index.js -> node_modules\native-base\dist\src\basic\Tabs\index.js -> node_modules\native-base\dist\src\basic\Tabs\ScrollableTabBar.js -> node_modules\native-base\dist\src\index.js 10-29 19:07:08.015 6181 6244 W ReactNativeJS: 10-29 19:07:08.015 6181 6244 W ReactNativeJS: Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 10-29 19:07:08.166 6181 6244 W ReactNativeJS: Require cycle: src\services\tracking.js -> src\services\auth.js -> src\services\tracking.js 10-29 19:07:08.166 6181 6244 W ReactNativeJS: 10-29 19:07:08.166 6181 6244 W ReactNativeJS: Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 10-29 19:07:08.243 6181 6244 I ReactNativeJS: Running application "WashmenDriver" with appParams: {"rootTag":1}. DEV === true, development-level warning are ON, performance optimizations are OFF 10-29 19:07:18.913 6181 6244 I ReactNativeJS: rendering 10-29 19:07:19.005 6181 6245 D TSLocationManager: [c.t.l.adapter.TSConfig c] ℹ️ Persist config 10-29 19:07:19.050 6181 6244 I ReactNativeJS: '- BackgroundGeolocation is configured and ready: ', false 10-29 19:07:19.050 6181 6244 I ReactNativeJS: - Start success 10-29 19:07:19.050 6181 6245 D TSLocationManager: [c.t.l.a.BackgroundGeolocation ready] LocationPermission :false 10-29 19:07:19.071 6181 6245 I TSLocationManager: [c.t.locationmanager.util.b a] 10-29 19:07:19.071 6181 6245 I TSLocationManager: πŸ”΅ LocationAuthorization: Requesting permission 10-29 19:07:19.734 6181 6244 I ReactNativeJS: map ready 10-29 19:07:19.735 6181 6244 I ReactNativeJS: rendering 10-29 19:07:21.708 6181 6181 I TSLocationManager: [c.t.locationmanager.util.b$1 onPermissionGranted] 10-29 19:07:21.708 6181 6181 I TSLocationManager: βœ… LocationAuthorization: Permission granted 10-29 19:07:21.718 6181 6392 I TSLocationManager: - Enable: false β†’ true, trackingMode: 1 10-29 19:07:21.787 6181 6181 I TSLocationManager: [c.t.l.BackgroundGeolocationService onStartCommand] 10-29 19:07:21.787 6181 6181 I TSLocationManager: ╔═════════════════════════════════════════════ 10-29 19:07:21.787 6181 6181 I TSLocationManager: β•‘ BackgroundGeolocation Service started 10-29 19:07:21.787 6181 6181 I TSLocationManager: ╠═════════════════════════════════════════════ 10-29 19:07:21.799 6181 6181 I TSLocationManager: [c.t.l.BackgroundGeolocationService d] 10-29 19:07:21.799 6181 6181 I TSLocationManager: βœ… Started in foreground 10-29 19:07:21.825 6181 6181 I TSLocationManager: [c.t.l.ActivityRecognitionService a] 10-29 19:07:21.825 6181 6181 I TSLocationManager: 🎾 Start activity updates: 10000 10-29 19:07:21.839 6181 6181 I TSLocationManager: [c.t.l.BackgroundGeolocationService k] 10-29 19:07:21.839 6181 6181 I TSLocationManager: πŸ”΄ Stop heartbeat 10-29 19:07:21.874 6181 6181 I TSLocationManager: [c.t.l.BackgroundGeolocationService a] 10-29 19:07:21.874 6181 6181 I TSLocationManager: 🎾 Start heartbeat (600) 10-29 19:07:21.885 6181 6181 I TSLocationManager: [c.t.l.BackgroundGeolocationService a] 10-29 19:07:21.885 6181 6181 I TSLocationManager: πŸ”΅ setPace: null β†’ false 10-29 19:07:21.893 6181 6181 D TSLocationManager: [c.t.l.adapter.TSConfig c] ℹ️ Persist config 10-29 19:07:21.911 6181 6181 D TSLocationManager: [c.t.locationmanager.util.b a] 10-29 19:07:21.911 6181 6181 D TSLocationManager: ℹ️ LocationAuthorization: Permission granted 10-29 19:07:21.964 6181 6334 D TSLocationManager: [c.t.l.http.HttpService flush] 10-29 19:07:21.964 6181 6334 D TSLocationManager: ╔═════════════════════════════════════════════ 10-29 19:07:21.964 6181 6334 D TSLocationManager: β•‘ HTTP Service 10-29 19:07:21.964 6181 6334 D TSLocationManager: ╠═════════════════════════════════════════════ 10-29 19:07:21.968 6181 6244 I ReactNativeJS: 'Got permission to ignore battery optimization', true 10-29 19:07:21.968 6181 6244 I ReactNativeJS: I started garcefully 10-29 19:07:21.981 6181 6392 D TSLocationManager: [c.t.locationmanager.data.a.c allWithLocking] 10-29 19:07:21.981 6181 6392 D TSLocationManager: βœ… Locked 0 records 10-29 19:07:22.054 6181 6334 I TSLocationManager: [c.t.l.BackgroundGeolocationService k] 10-29 19:07:22.054 6181 6334 I TSLocationManager: πŸ”΄ Stop heartbeat 10-29 19:07:22.078 6181 6334 I TSLocationManager: [c.t.l.BackgroundGeolocationService a] 10-29 19:07:22.078 6181 6334 I TSLocationManager: 🎾 Start heartbeat (600) 10-29 19:07:22.094 6181 6334 I TSLocationManager: [c.t.l.BackgroundGeolocationService a] 10-29 19:07:22.094 6181 6334 I TSLocationManager: πŸ”΅ setPace: null β†’ false 10-29 19:07:22.105 6181 6334 D TSLocationManager: [c.t.l.adapter.TSConfig c] ℹ️ Persist config 10-29 19:07:22.125 6181 6334 D TSLocationManager: [c.t.locationmanager.util.b a] 10-29 19:07:22.125 6181 6334 D TSLocationManager: ℹ️ LocationAuthorization: Permission granted 10-29 19:07:27.291 6181 6181 I TSLocationManager: [c.t.l.a.BackgroundGeolocation$g onReceive] 10-29 19:07:27.291 6181 6181 I TSLocationManager: ╔═════════════════════════════════════════════ 10-29 19:07:27.291 6181 6181 I TSLocationManager: β•‘ Location-provider change: true 10-29 19:07:27.291 6181 6181 I TSLocationManager: ╠═════════════════════════════════════════════ 10-29 19:07:27.291 6181 6181 I TSLocationManager: β•Ÿβ”€ GPS: true 10-29 19:07:27.291 6181 6181 I TSLocationManager: β•Ÿβ”€ Network: false 10-29 19:07:27.311 6181 6181 D TSLocationManager: [c.t.locationmanager.util.b a] 10-29 19:07:27.311 6181 6181 D TSLocationManager: ℹ️ LocationAuthorization: Permission granted 10-29 19:07:27.352 6181 6181 I TSLocationManager: [c.t.l.BackgroundGeolocationService k] 10-29 19:07:27.352 6181 6181 I TSLocationManager: πŸ”΄ Stop heartbeat 10-29 19:07:27.375 6181 6181 I TSLocationManager: [c.t.l.BackgroundGeolocationService a] 10-29 19:07:27.375 6181 6181 I TSLocationManager: 🎾 Start heartbeat (600) 10-29 19:07:27.397 6181 6181 I TSLocationManager: [c.t.l.BackgroundGeolocationService a] 10-29 19:07:27.397 6181 6181 I TSLocationManager: πŸ”΅ setPace: null β†’ false 10-29 19:07:27.418 6181 6181 D TSLocationManager: [c.t.l.adapter.TSConfig c] ℹ️ Persist config 10-29 19:07:27.434 6181 6181 D TSLocationManager: [c.t.locationmanager.util.b a] 10-29 19:07:27.434 6181 6181 D TSLocationManager: ℹ️ LocationAuthorization: Permission granted 10-29 19:07:27.464 6181 6334 D TSLocationManager: [c.t.l.BackgroundGeolocationService onActivityRecognitionResult] still (100%) 10-29 19:07:46.054 6181 6181 D ReactNative: ReactInstanceManager.detachViewFromInstance() 10-29 19:07:46.058 6181 6181 D TSLocationManager: [c.t.l.a.BackgroundGeolocation c] 10-29 19:07:46.058 6181 6181 D TSLocationManager: πŸ”΄ Cleared callbacks 10-29 19:07:46.064 6181 6245 D TSLocationManager: [c.t.l.a.BackgroundGeolocation c] 10-29 19:07:46.064 6181 6245 D TSLocationManager: πŸ”΄ Cleared callbacks 10-29 19:07:46.096 6181 6181 I TSLocationManager: [c.t.l.a.BackgroundGeolocation onActivityDestroy] 10-29 19:07:46.096 6181 6181 I TSLocationManager: ╔═════════════════════════════════════════════ 10-29 19:07:46.096 6181 6181 I TSLocationManager: β•‘ MainActivity was destroyed 10-29 19:07:46.096 6181 6181 I TSLocationManager: ╠═════════════════════════════════════════════ 10-29 19:07:46.096 6181 6181 I TSLocationManager: β•Ÿβ”€ stopOnTerminate: false 10-29 19:07:46.096 6181 6181 I TSLocationManager: β•Ÿβ”€ enabled: true 10-29 19:07:46.123 6181 6181 D TSLocationManager: [c.t.l.a.BackgroundGeolocation c] 10-29 19:07:46.123 6181 6181 D TSLocationManager: πŸ”΄ Cleared callbacks 10-29 19:07:46.142 6181 6181 D TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 10-29 19:07:46.159 6181 6181 D TSLocationManager: [c.t.r.HeadlessTask onHeadlessEvent] πŸ’€ event: terminate 10-29 19:07:46.176 6181 6181 D TSLocationManager: [c.t.r.HeadlessTask$2 onHeadlessJsTaskStart] taskId: 1 10-29 19:07:46.177 6181 6244 I ReactNativeJS: '[BackgroundGeolocation HeadlessTask] -', 'terminate' 10-29 19:07:46.272 6181 6181 D TSLocationManager: [c.t.r.HeadlessTask$2 onHeadlessJsTaskFinish] taskId: 1 10-29 19:08:27.353 6181 6181 W TSLocationManager: [c.t.l.l.SingleLocationRequest e] 10-29 19:08:27.353 6181 6181 W TSLocationManager: ⚠️ timeout: 3 10-29 19:08:27.381 6181 6334 W TSLocationManager: [c.t.l.l.TSLocationManager onLocationTimeout] 10-29 19:08:27.381 6181 6334 W TSLocationManager: ⚠️ TSLocationManager received location timeout 10-29 19:08:27.411 6181 6181 W TSLocationManager: [c.t.l.a.BackgroundGeolocation _onLocationError] 10-29 19:08:27.411 6181 6181 W TSLocationManager: ⚠️ Location error: 408 10-29 19:08:27.458 6181 6181 W TSLocationManager: [c.t.l.l.SingleLocationRequest e] 10-29 19:08:27.458 6181 6181 W TSLocationManager: ⚠️ timeout: 4 10-29 19:08:27.469 6181 6334 W TSLocationManager: [c.t.l.l.TSLocationManager onLocationTimeout] 10-29 19:08:27.469 6181 6334 W TSLocationManager: ⚠️ TSLocationManager received location timeout 10-29 19:08:27.481 6181 6181 W TSLocationManager: [c.t.l.a.BackgroundGeolocation _onLocationError] 10-29 19:08:27.481 6181 6181 W TSLocationManager: ⚠️ Location error: 408 10-29 19:08:27.483 6181 6334 E TSLocationManager: [c.t.l.l.TSLocationManager getLastLocation] 10-29 19:08:27.483 6181 6334 E TSLocationManager: ‼️ Failed to get last location: com.google.android.gms.tasks.zzu@9c29243 10-29 19:08:27.512 6181 6334 W TSLocationManager: [c.t.l.l.TSLocationManager a] 10-29 19:08:27.512 6181 6334 W TSLocationManager: ⚠️ Failed to acquire stationary location from last-known-location 10-29 19:08:27.864 6181 6181 D ReactNative: ReactInstanceManager.attachRootViewToInstance() 10-29 19:08:27.866 6181 6244 I ReactNativeJS: Running application "WashmenDriver" with appParams: {"rootTag":11}. DEV === true, development-level warning are ON, performance optimizations are OFF 10-29 19:08:27.993 6181 6245 D TSLocationManager: [c.t.l.a.BackgroundGeolocation c] 10-29 19:08:27.993 6181 6245 D TSLocationManager: πŸ”΄ Cleared callbacks 10-29 19:08:28.031 6181 6245 D TSLocationManager: [c.t.l.adapter.TSConfig c] ℹ️ Persist config 10-29 19:08:28.046 6181 6245 D TSLocationManager: [c.t.locationmanager.util.b a] 10-29 19:08:28.046 6181 6245 D TSLocationManager: ℹ️ LocationAuthorization: Permission granted 10-29 19:08:28.054 6181 6245 W TSLocationManager: [c.t.l.a.BackgroundGeolocation$24 onPermissionGranted] 10-29 19:08:28.054 6181 6245 W TSLocationManager: ⚠️ Already started. Ignored 10-29 19:08:28.064 6181 6244 I ReactNativeJS: '- BackgroundGeolocation is configured and ready: ', true 10-29 19:08:28.067 6181 6245 D TSLocationManager: [c.t.l.http.HttpService flush] 10-29 19:08:28.067 6181 6245 D TSLocationManager: ╔═════════════════════════════════════════════ 10-29 19:08:28.067 6181 6245 D TSLocationManager: β•‘ HTTP Service 10-29 19:08:28.067 6181 6245 D TSLocationManager: ╠═════════════════════════════════════════════ 10-29 19:08:28.075 6181 6245 D TSLocationManager: [c.t.l.a.BackgroundGeolocation ready] LocationPermission :true 10-29 19:08:28.077 6181 6564 D TSLocationManager: [c.t.locationmanager.data.a.c allWithLocking] 10-29 19:08:28.077 6181 6564 D TSLocationManager: βœ… Locked 0 records 10-29 19:08:28.084 6181 6245 D TSLocationManager: [c.t.locationmanager.util.b a] 10-29 19:08:28.084 6181 6245 D TSLocationManager: ℹ️ LocationAuthorization: Permission granted 10-29 19:08:28.101 6181 6245 I TSLocationManager: [c.t.l.BackgroundGeolocationService k] 10-29 19:08:28.101 6181 6245 I TSLocationManager: πŸ”΄ Stop heartbeat 10-29 19:08:28.114 6181 6245 I TSLocationManager: [c.t.l.BackgroundGeolocationService a] 10-29 19:08:28.114 6181 6245 I TSLocationManager: 🎾 Start heartbeat (600) 10-29 19:08:28.124 6181 6245 I TSLocationManager: [c.t.l.BackgroundGeolocationService a] 10-29 19:08:28.124 6181 6245 I TSLocationManager: πŸ”΅ setPace: null β†’ false 10-29 19:08:28.131 6181 6245 D TSLocationManager: [c.t.l.adapter.TSConfig c] ℹ️ Persist config 10-29 19:08:28.143 6181 6245 D TSLocationManager: [c.t.locationmanager.util.b a] 10-29 19:08:28.143 6181 6245 D TSLocationManager: ℹ️ LocationAuthorization: Permission granted 10-29 19:08:28.154 6181 6244 I ReactNativeJS: 'Got permission to ignore battery optimization', true 10-29 19:08:28.154 6181 6244 I ReactNativeJS: I started garcefully 10-29 19:08:29.505 6181 6244 I ReactNativeJS: rendering 10-29 19:08:29.648 6181 6244 I ReactNativeJS: map ready 10-29 19:08:29.649 6181 6244 I ReactNativeJS: rendering 10-29 19:09:28.102 6181 6181 W TSLocationManager: [c.t.l.l.SingleLocationRequest e] 10-29 19:09:28.102 6181 6181 W TSLocationManager: ⚠️ timeout: 5 10-29 19:09:28.130 6181 6334 W TSLocationManager: [c.t.l.l.TSLocationManager onLocationTimeout] 10-29 19:09:28.130 6181 6334 W TSLocationManager: ⚠️ TSLocationManager received location timeout 10-29 19:09:28.146 6181 6181 W TSLocationManager: [c.t.l.a.BackgroundGeolocation _onLocationError] 10-29 19:09:28.146 6181 6181 W TSLocationManager: ⚠️ Location error: 408 10-29 19:09:28.162 6181 6181 W TSLocationManager: [c.t.l.l.SingleLocationRequest e] 10-29 19:09:28.162 6181 6181 W TSLocationManager: ⚠️ timeout: 6 10-29 19:09:28.173 6181 6334 W TSLocationManager: [c.t.l.l.TSLocationManager onLocationTimeout] 10-29 19:09:28.173 6181 6334 W TSLocationManager: ⚠️ TSLocationManager received location timeout 10-29 19:09:28.179 6181 6244 I ReactNativeJS: '[location] ERROR: ', { type: 'location', code: 408 } 10-29 19:09:28.185 6181 6181 W TSLocationManager: [c.t.l.a.BackgroundGeolocation _onLocationError] 10-29 19:09:28.185 6181 6181 W TSLocationManager: ⚠️ Location error: 408 10-29 19:09:28.186 6181 6334 E TSLocationManager: [c.t.l.l.TSLocationManager getLastLocation] 10-29 19:09:28.186 6181 6334 E TSLocationManager: ‼️ Failed to get last location: com.google.android.gms.tasks.zzu@62ee9d0 10-29 19:09:28.208 6181 6244 I ReactNativeJS: '[location] ERROR: ', { type: 'location', code: 408 } 10-29 19:09:28.223 6181 6334 W TSLocationManager: [c.t.l.l.TSLocationManager a] 10-29 19:09:28.223 6181 6334 W TSLocationManager: ⚠️ Failed to acquire stationary location from last-known-location

christocracy commented 5 years ago

In the future, customers post issues to Private repo. https://github.com/transistorsoft/react-native-background-geolocation-android

bobthebuilderio commented 5 years ago

Should I post it there ?

christocracy commented 5 years ago

Check your Settings->Location. What is the Location Mode set to?

bobthebuilderio commented 5 years ago

Hmm, it is set to Device Only

christocracy commented 5 years ago

Which means GPS only (No Wifi geolocation).

GPS only works outdoors. I'm going to assume you're not outside.

Set it to High Accuracy. It will work.

christocracy commented 5 years ago

If you listen to the onProviderChange event, this information is being sent to you.

{gps: true, network: false, enabled: true}
bobthebuilderio commented 5 years ago

Thank you, ok this is maybe for indoor thing. But my problem is in the service itself, just committing suicide or Android killing it...if i keep my phone away for a while and then i test again, the notifications don't appear anymore, meaning that listeners somehow have been de registered and headless task also is no longer running

christocracy commented 5 years ago

Try this: Start a music player (eg: Play Music).

bobthebuilderio commented 5 years ago

keeps playing, soundcloud per example I just tested. background location also keeps going... BUT here is the strange thing:

  1. When I configure a headless, all the reload main activity options do not get triggered anymore.
  2. Heartbeats stop being triggered after sometime 3- headess task dies after some time 4- Then the whole tracking service also dies
christocracy commented 5 years ago

forceReloadOnXXX is incompatible with enableHeadless: true.

You either use forceReloadOnXXX OR enableHeadless: true.

Show me your HeadlessTask code.

bobthebuilderio commented 5 years ago
import { AsyncStorage, PermissionsAndroid, NativeModules } from 'react-native'
import BackgroundGeolocation from 'react-native-background-geolocation'
import appNotifications from '@notifications/types'
import NavigationService from '@navigation/NavigationService'
import IntentLauncher from 'react-native-intent-launcher'
import PushNotification from 'react-native-push-notification'
import moment from 'moment'
import {auth} from '@services/auth'

let registerOnce = 0

const geoLocationConfig = (token) => ({
  reset: true,
  desiredAccuracy: 0,
  distanceFilter: 10,
  stopOnStationary: false,
  stopTimeout: 2,
  logLevel: BackgroundGeolocation.LOG_LEVEL_VERBOSE,
  stopOnTerminate: false,
  startOnBoot: true,
  forceReloadOnBoot: true,
  forceReloadOnHeartbeat: true,
  forceReloadOnLocationChange: true,
  forceReloadOnMotionChange: true,
  heartbeatInterval: 600,
  notificationPriority: BackgroundGeolocation.NOTIFICATION_PRIORITY_HIGH,
  notificationText: 'xxxxx driver app running',
  url: 'https://xxxxxxxxxxxxxxxx/xxxxx/xxxx',
  batchSync: true,
  maxBatchSize: 3,
  autoSync: true,
  autoSyncThreshold: 3,
  headers: {
    Authorization: 'Bearer ' + token
  },
  enableHeadless: true,
  foregroundService: true,
  disableStopDetection: true
})

let heartBeatTask = (event) => {
  AsyncStorage.getItem('user').then(data => {
    console.log('user data', data)
    let parsed = {}

    try {
      parsed = JSON.parse(data)
      if (!parsed || !parsed.auth.lastUpdated) {
        throw new Error('Missing lastUpdated Unable to refresh')
      }

      let duration = Math.abs(moment.duration(moment().utc().diff(parsed.auth.lastUpdated)).asMinutes())
      if (duration >= 30) {
        auth.refreshToken()
          .catch((e) => {
            if (e.reason != 'ALREADY_BEING_REFRESHED') {
              console.log('cleaning up !', e)
              AsyncStorage.removeItem('user')
              PushNotification.localNotification(appNotifications.please_sign_in)
              NavigationService.navigate('SignIn')
            }
          })
      }
    } catch (e) {
      AsyncStorage.removeItem('user')
      PushNotification.localNotification(appNotifications.please_sign_in)
      NavigationService.navigate('SignIn')
    }
  })

  NativeModules.PowerManager.isIgnoringBatteryOptimizations(function (isIgnoringBatteryOptimizations) {
    PermissionsAndroid.check('android.permission.ACCESS_COARSE_LOCATION').then((granted) => {
      // PushNotification.cancelAllLocalNotifications()
      // TASK 1: Check Location Permission if granted
      if (!granted) {
        PushNotification.localNotification(appNotifications.grant_location_permissions)
      }

      // TASK 2: Check Battery Optimazation Permission
      if (!isIgnoringBatteryOptimizations) {
        PushNotification.localNotification(appNotifications.ignore_battery_optimization)
        IntentLauncher.startActivity({
          action: 'android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS',
          data: 'package:com.xxxxxx.driverapp'
        })
      }
      if (event.location && event.location.battery
        && event.location.battery.level < 0.5) {
        PushNotification.localNotification(appNotifications.battery_low_level_warning)
      }
    })
  })
}

let headlessTask = async (event) => {
  let params = event.params
  console.log('[BackgroundGeolocation HeadlessTask] -', event.name)
  PushNotification.localNotification(appNotifications.do_not_close_the_app_open_now)
  if (params) {
    if (event.name == 'connectivitychange' && !params.connected) {
      PushNotification.localNotification(appNotifications.get_connected)
    }

    if (event.name == 'providerchange'
        && ((params.provider && !params.provider.enabled)
            || (!params.provider && !params.enabled))
    ) {
      PushNotification.localNotification(appNotifications.enable_location_services)
    }

    if (event.name == 'powersavechange') {
      PushNotification.localNotification(appNotifications.exit_power_save)
    }

    if (event.name == 'heartbeat') {
      if (event.location && event.location.battery && event.location.battery.level < 0.5) {
        PushNotification.localNotification(appNotifications.battery_low_level_warning)
      }
      heartBeatTask(event)
    }
  }
}

if (registerOnce == 0) {
  BackgroundGeolocation.registerHeadlessTask(headlessTask)
  registerOnce++
}

let start = () => {
  BackgroundGeolocation.on('connectivitychange', function (event) {
    if (!event.connected) {
      PushNotification.localNotification(appNotifications.get_connected)
    }
  })
  BackgroundGeolocation.on('powersavechange', function (isPowerSaveMode) {
    if (isPowerSaveMode) {
      PushNotification.localNotification(appNotifications.exit_power_save)
    }
  })

  BackgroundGeolocation.on('providerchange', (provider) => {
    if (!provider.enabled) {
      PushNotification.localNotification(appNotifications.enable_location_services)
    }
  })

  BackgroundGeolocation.on('http', (event) => {
    if (event && event.status && event.status == 403) {
      auth.refreshToken()
        .catch(error => {
          console.log('THAT\'s it you are out')
          if (lodash.get(error, 'response.status') === 403) {
            PushNotification.localNotification(appNotifications.please_sign_in)
            NavigationService.navigate('SignIn')
          }
        })
    }
  })

  BackgroundGeolocation.on('heartbeat', (event) => {
    console.log('[onHeartbeat] ')
    heartBeatTask(event)
  })

  AsyncStorage.getItem('user').then(data => {
    let parsed = {}

    try {
      parsed = JSON.parse(data)
    } catch (e) {
      console.log('DATA WAS NOT FOUND IN ASYNC STORAGE')
    }

    if (parsed && parsed.auth && parsed.auth.token) {
      BackgroundGeolocation.ready(geoLocationConfig(parsed.auth.token))
        .then(state => {
          console.log('- BackgroundGeolocation is configured and ready: ', state.enabled)
          if (!state.enabled) {
            console.log('- Start success')
            return BackgroundGeolocation.start()
          }
          return
        }).then(() => {
          return PermissionsAndroid.check('android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS')
        }).then((permission)=>{
          // wait for permissions
          console.log('Got permission to ignore battery optimization', permission)
        }).then(() => {
          console.log('I started garcefully')
          NativeModules.PowerManager.isIgnoringBatteryOptimizations(function (isIgnoringBatteryOptimizations) {
            if (!isIgnoringBatteryOptimizations) {
              IntentLauncher.startActivity({
                action: 'android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS',
                data: 'package:com.xxxxxx.driverapp'
              })
            }
          })
        })
        .catch(error => {
          console.log('- BackgroundGeolocation error: ', error)
        })
    } else {
      PushNotification.localNotification(appNotifications.please_sign_in)
      NavigationService.navigate('SignIn')
    }
  })
}

const tracking = {
  // Stores.UserStore.auth_token
  safeStart: () => {
    BackgroundGeolocation.removeListeners(() => {
      start()
    })
  },

  stop: () => {
    BackgroundGeolocation.removeListeners(() => {
      BackgroundGeolocation.stop()
    })
  },

  removeListeners: () => {
    BackgroundGeolocation.removeListeners()
  },

  getState: (cb) => {
    BackgroundGeolocation.getState((state) => {
      cb(state)
    })
  },

  // this.onLocationhandler.bind(this)
  onLocation: (onLocationhandler) => {
    BackgroundGeolocation.on('location', onLocationhandler,
      error => {
        console.log('[location] ERROR: ', error)
      }
    )
  }
}

export { tracking }
christocracy commented 5 years ago

Let your app run headless while monitoring $ adb logcat unfiltered. See if you can capture the point where / if the Service is terminated.

christocracy commented 5 years ago

Also enable Javascript Debugging for your app to see if you're getting Javascript errors from your headless code.

bobthebuilderio commented 5 years ago

so now after 32 activitychange events triggered , no more of those coming.... but still providerchange or activitychange events come if i change anything in data or location...

waiting for more...

bobthebuilderio commented 5 years ago

@christocracy I don't see heartbeat events being triggered when app is running the headless task. Shouldn't the heartbeat be something we could depend on ? if not how can i configure my refresh token if there is no other persistent trigger....

untitled
bobthebuilderio commented 5 years ago

@christocracy interesting catch in the adb logs... And the service was killed, but somehow now service rebooted. I did not reboot before, is possible because i set the reload flags to false as you suggested ?

10-29 20:36:37.889  1270  1342 D ActivityManager: Process com.google.android.youtube has 0 services
10-29 20:36:37.889  1270  1345 W zygote64: kill(-17063, 9) failed: No such process
10-29 20:36:37.890  1270  1342 D EmbryoManager: prepare com.google.android.youtube user 0
10-29 20:36:37.891  1270  1342 I ActivityManager: Killing 13513:com.washmen.driverapp/u0a254 (adj 200): [BgDetect][RNK] kill com.washmen.driverapp (uid 10254) usage 1
10-29 20:36:37.892  1270  1342 D ActivityManager: Process com.washmen.driverapp has 1 services
10-29 20:36:37.892  1270  1342 W ActivityManager: Scheduling restart of crashed service com.washmen.driverapp/com.transistorsoft.locationmanager.BackgroundGeolocationService in 5033916ms
10-29 20:36:37.893  1270  1342 D EmbryoManager: prepare com.washmen.driverapp user 0
10-29 20:36:37.896 16081 16081 D NotificationListener: onNotificationRemoved# hash: 42567319 sbn: StatusBarNotification(pkg=com.washmen.driverapp user=UserHandle{0} id=9942585 tag=null key=0|com.washmen.driverapp|9942585|null|10254: Notification(channel=com.washmen.driverappTSLocationManager pri=1 contentView=null vibrate=null sound=null defaults=0x0 flags=0x6a color=0x00000000 vis=PRIVATE))
10-29 20:36:37.897  1270  1345 W zygote64: kill(-17063, 9) failed: No such process
10-29 20:36:37.900  2196  2196 D StatusBar: updateMediaMetaData: hasArtwork = true, 1, true, true, 0, false, false, false, 0, false
10-29 20:36:37.901  2196  2196 D StatusBarWindowManager: applyFocusableFlag: true, true, true, 81860040
10-29 20:36:37.901  4050  4050 D TrafficAlarmReceiver: action:android.net.conn.DATA_ACTIVITY_CHANGE
10-29 20:36:37.902  1270  1345 W zygote64: kill(-17063, 9) failed: No such process
10-29 20:36:37.938  1270  2594 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=247, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@d7d1d50)
10-29 20:36:37.938  1270  1615 D ConnectivityService: releasing NetworkRequest [ LISTEN id=247, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ] (release request)
10-29 20:36:37.936  1270  1345 I chatty  : uid=1000(system) ActivityManager identical 6 lines
10-29 20:36:37.941  1270  1345 W zygote64: kill(-17063, 9) failed: No such process
10-29 20:36:37.941  1270  1345 I zygote64: Successfully killed process cgroup uid 10095 pid 17063 in 52ms
10-29 20:36:37.941  1270  1345 W zygote64: kill(-13513, 9) failed: No such process
10-29 20:36:37.974  1270  3630 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=245, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND] ], android.os.BinderProxy@9140b49)
10-29 20:36:37.974  1270  1615 D ConnectivityService: releasing NetworkRequest [ LISTEN id=245, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND] ] (release request)
10-29 20:36:37.962  1270  1345 I chatty  : uid=1000(system) ActivityManager identical 4 lines
10-29 20:36:37.968  1270  1345 W zygote64: kill(-13513, 9) failed: No such process
10-29 20:36:37.974  1270  1626 D NotificationSQLiteLog: Pruned event entries: 518
10-29 20:36:37.976  1270  1345 W zygote64: kill(-13513, 9) failed: No such process
10-29 20:36:37.977  1270  1364 W ActivityManager: setHasOverlayUi called on unknown pid: 13513
10-29 20:36:37.981  1270  1345 W zygote64: kill(-13513, 9) failed: No such process
10-29 20:36:37.981  1270  1345 I zygote64: Successfully killed process cgroup uid 10254 pid 13513 in 40ms
10-29 20:36:48.183  1270  1342 I OHPD    : [BgDetect]chkExcessCpu level: 2 doKills: true critical false uptime: 600226
10-29 20:36:52.967  4050  4050 D TrafficAlarmReceiver: action:android.net.conn.DATA_ACTIVITY_CHANGE
christocracy commented 5 years ago

This is the OS killing the service (and scheduling it for restart). This has nothing to do with forceReload.

Scheduling restart of crashed service com.washmen.driverapp/com.transistorsoft.locationmanager.BackgroundGeolocationService in 5033916ms
1
christocracy commented 5 years ago

I suggest you try testing your app on a non-Chinese device. They tend to be the worst.

bobthebuilderio commented 5 years ago

Hello @christocracy Thank you for you help so far, I think we are getting somewhere, most of the times when the app is being killed it has restarted. But we have encountered some weird exceptions like the two blocks below. Do you know how can we solve those and why they are happening ?

PLEASE NOTE BOTH BLOCKS BELOW NOT JUST THE FIRST ONE

10-30 12:34:09.529  1306  1431 I WebViewFactory: Loading com.android.chrome version 70.0.3538.80 (code 353808052)
10-30 12:34:09.530  1270  6819 D ActivityManager: # addPackageDependency # packageName=com.android.chrome -> proc: ProcessRecord{eff5658 1306:com.washmen.driverapp/u0a256}
10-30 12:34:09.567  1306  1431 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<uO>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/TracingController;
10-30 12:34:09.567  1306  1431 I zygote  :   at java.lang.Class java.lang.Class.classForName(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:-2)
10-30 12:34:09.567  1306  1431 I zygote  :   at java.lang.Class java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:453)
10-30 12:34:09.567  1306  1431 I zygote  :   at java.lang.Class android.webkit.WebViewFactory.getWebViewProviderClass(java.lang.ClassLoader) (WebViewFactory.java:129)
10-30 12:34:09.567  1306  1431 I zygote  :   at java.lang.Class android.webkit.WebViewFactory.getProviderClass() (WebViewFactory.java:457)
10-30 12:34:09.567  1306  1431 I zygote  :   at android.webkit.WebViewFactoryProvider android.webkit.WebViewFactory.getProvider() (WebViewFactory.java:195)
10-30 12:34:09.567  1306  1431 I zygote  :   at android.webkit.CookieManager android.webkit.CookieManager.getInstance() (CookieManager.java:39)
10-30 12:34:09.567  1306  1431 I zygote  :   at android.webkit.CookieManager com.facebook.react.modules.network.ForwardingCookieHandler.getCookieManager() (ForwardingCookieHandler.java:161)
10-30 12:34:09.567  1306  1431 I zygote  :   at java.util.Map com.facebook.react.modules.network.ForwardingCookieHandler.get(java.net.URI, java.util.Map) (ForwardingCookieHandler.java:59)
10-30 12:34:09.567  1306  1431 I zygote  :   at java.lang.String com.facebook.react.modules.websocket.WebSocketModule.getCookie(java.lang.String) (WebSocketModule.java:373)
10-30 12:34:09.567  1306  1431 I zygote  :   at void com.facebook.react.modules.websocket.WebSocketModule.connect(java.lang.String, com.facebook.react.bridge.ReadableArray, com.facebook.react.bridge.ReadableMap, int) (WebSocketModule.java:95)
10-30 12:34:09.568  1306  1431 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
10-30 12:34:09.568  1306  1431 I zygote  :   at void com.facebook.react.bridge.JavaMethodWrapper.invoke(com.facebook.react.bridge.JSInstance, com.facebook.react.bridge.ReadableNativeArray) (JavaMethodWrapper.java:372)
10-30 12:34:09.568  1306  1431 I zygote  :   at void com.facebook.react.bridge.JavaModuleWrapper.invoke(int, com.facebook.react.bridge.ReadableNativeArray) (JavaModuleWrapper.java:160)
10-30 12:34:09.568  1306  1431 I zygote  :   at void com.facebook.react.bridge.queue.NativeRunnable.run() (NativeRunnable.java:-2)
10-30 12:34:09.568  1306  1431 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
10-30 12:34:09.568  1306  1431 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
10-30 12:34:09.568  1306  1431 I zygote  :   at void com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(android.os.Message) (MessageQueueThreadHandler.java:29)
10-30 12:34:09.568  1306  1431 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
10-30 12:34:09.568  1306  1431 I zygote  :   at void com.facebook.react.bridge.queue.MessageQueueThreadImpl$3.run() (MessageQueueThreadImpl.java:192)
10-30 12:34:09.568  1306  1431 I zygote  :   at void java.lang.Thread.run() (Thread.java:764)
10-30 12:34:09.568  1306  1431 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.webkit.TracingController" on path: DexPathList[[zip file "/data/app/com.android.chrome-0UvQ8fcrbnQx1WhRVP-WMQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.android.chrome-0UvQ8fcrbnQx1WhRVP-WMQ==/lib/arm, /data/app/com.android.chrome-0UvQ8fcrbnQx1WhRVP-WMQ==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
10-30 12:34:09.568  1306  1431 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
10-30 12:34:09.568  1306  1431 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
10-30 12:34:09.568  1306  1431 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
10-30 12:34:09.568  1306  1431 I zygote  :   at java.lang.Class java.lang.Class.classForName(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:-2)
10-30 12:34:09.568  1306  1431 I zygote  :   at java.lang.Class java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:453)
10-30 12:34:09.568  1306  1431 I zygote  :   at java.lang.Class android.webkit.WebViewFactory.getWebViewProviderClass(java.lang.ClassLoader) (WebViewFactory.java:129)
10-30 12:34:09.568  1306  1431 I zygote  :   at java.lang.Class android.webkit.WebViewFactory.getProviderClass() (WebViewFactory.java:457)
10-30 12:34:09.568  1306  1431 I zygote  :   at android.webkit.WebViewFactoryProvider android.webkit.WebViewFactory.getProvider() (WebViewFactory.java:195)
10-30 12:34:09.568  1306  1431 I zygote  :   at android.webkit.CookieManager android.webkit.CookieManager.getInstance() (CookieManager.java:39)
10-30 12:34:09.568  1306  1431 I zygote  :   at android.webkit.CookieManager com.facebook.react.modules.network.ForwardingCookieHandler.getCookieManager() (ForwardingCookieHandler.java:161)
10-30 12:34:09.568  1306  1431 I zygote  :   at java.util.Map com.facebook.react.modules.network.ForwardingCookieHandler.get(java.net.URI, java.util.Map) (ForwardingCookieHandler.java:59)
10-30 12:34:09.568  1306  1431 I zygote  :   at java.lang.String com.facebook.react.modules.websocket.WebSocketModule.getCookie(java.lang.String) (WebSocketModule.java:373)
10-30 12:34:09.568  1306  1431 I zygote  :   at void com.facebook.react.modules.websocket.WebSocketModule.connect(java.lang.String, com.facebook.react.bridge.ReadableArray, com.facebook.react.bridge.ReadableMap, int) (WebSocketModule.java:95)
10-30 12:34:09.568  1306  1431 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
10-30 12:34:09.568  1306  1431 I zygote  :   at void com.facebook.react.bridge.JavaMethodWrapper.invoke(com.facebook.react.bridge.JSInstance, com.facebook.react.bridge.ReadableNativeArray) (JavaMethodWrapper.java:372)
10-30 12:34:09.568  1306  1431 I zygote  :   at void com.facebook.react.bridge.JavaModuleWrapper.invoke(int, com.facebook.react.bridge.ReadableNativeArray) (JavaModuleWrapper.java:160)
10-30 12:34:09.568  1306  1431 I zygote  :   at void com.facebook.react.bridge.queue.NativeRunnable.run() (NativeRunnable.java:-2)
10-30 12:34:09.568  1306  1431 I zygote  :   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:790)
10-30 12:34:09.568  1306  1431 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:99)
10-30 12:34:09.568  1306  1431 I zygote  :   at void com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(android.os.Message) (MessageQueueThreadHandler.java:29)
10-30 12:34:09.568  1306  1431 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
10-30 12:34:09.568  1306  1431 I zygote  :   at void com.facebook.react.bridge.queue.MessageQueueThreadImpl$3.run() (MessageQueueThreadImpl.java:192)
10-30 12:34:09.568  1306  1431 I zygote  :   at void java.lang.Thread.run() (Thread.java:764)
10-30 12:34:09.568  1306  1431 I zygote  : 
10-30 12:50:06.886  1270  1342 I ActivityManager: Force stopping com.washmen.driverapp appid=10256 user=0: from pid 1270
10-30 12:50:06.886  1270  1342 I ActivityManager: Killing 1306:com.washmen.driverapp/u0a256 (adj 200): stop com.washmen.driverapp
10-30 12:50:06.887  1270  1342 D ActivityManager: Process com.washmen.driverapp has 1 services
10-30 12:50:06.887  1270  1345 W zygote64: kill(-1306, 9) failed: No such process
10-30 12:50:06.887  1270  1342 W ActivityManager: Scheduling restart of crashed service com.washmen.driverapp/com.transistorsoft.locationmanager.BackgroundGeolocationService in 19324952ms
10-30 12:50:06.888  1270  1342 D EmbryoManager: prepare com.washmen.driverapp user 0
10-30 12:50:06.889  1270  1342 I ActivityManager:   Force stopping service ServiceRecord{a491ec5 u0 com.washmen.driverapp/com.transistorsoft.locationmanager.BackgroundGeolocationService}
10-30 12:50:06.891  1270  1342 I OHPD    : [BgDetect]chkExcessCpu level: 1 doKills: true critical false uptime: 300316
10-30 12:50:06.892  1270  1345 W zygote64: kill(-1306, 9) failed: No such process
10-30 12:50:06.895  1270  5539 D OSTracker: OS Event: HighPowerDetector_ForceStopApplication
10-30 12:50:06.898  1270  1345 W zygote64: kill(-1306, 9) failed: No such process
christocracy commented 5 years ago

That’s a webkit error. The plugin isn’t involved with WebKit.

bobthebuilderio commented 5 years ago

Please can you look at the second block of exception, not the first, the first is not important as you said also not related... but look how the service is being killed:

10-30 12:50:06.886  1270  1342 I ActivityManager: Force stopping com.washmen.driverapp appid=10256 user=0: from pid 1270
10-30 12:50:06.886  1270  1342 I ActivityManager: Killing 1306:com.washmen.driverapp/u0a256 (adj 200): stop com.washmen.driverapp
10-30 12:50:06.887  1270  1342 D ActivityManager: Process com.washmen.driverapp has 1 services
10-30 12:50:06.887  1270  1345 W zygote64: kill(-1306, 9) failed: No such process
10-30 12:50:06.887  1270  1342 W ActivityManager: Scheduling restart of crashed service com.washmen.driverapp/com.transistorsoft.locationmanager.BackgroundGeolocationService in 19324952ms
10-30 12:50:06.888  1270  1342 D EmbryoManager: prepare com.washmen.driverapp user 0
10-30 12:50:06.889  1270  1342 I ActivityManager:   Force stopping service ServiceRecord{a491ec5 u0 com.washmen.driverapp/com.transistorsoft.locationmanager.BackgroundGeolocationService}
10-30 12:50:06.891  1270  1342 I OHPD    : [BgDetect]chkExcessCpu level: 1 doKills: true critical false uptime: 300316
10-30 12:50:06.892  1270  1345 W zygote64: kill(-1306, 9) failed: No such process
10-30 12:50:06.895  1270  5539 D OSTracker: OS Event: HighPowerDetector_ForceStopApplication
10-30 12:50:06.898  1270  1345 W zygote64: kill(-1306, 9) failed: No such process
christocracy commented 5 years ago

This is not an exception. This is the OS Force stopping the service.

There's nothing I can do about this. Test on another a different model of device.

bobthebuilderio commented 5 years ago

Is there a certain scheduler which can help me keep checks on it ? or restart it ? not necessarly in your library but have you solved something like this for someone else, how would you do it ?

christocracy commented 5 years ago

Is there a certain scheduler which can help me keep checks on it ?

No.

or restart it ?

No.

but have you solved something like this for someone else?

No.

how would you do it ?

No idea. This doesn't happen to me on my test-devices. The odd behaviour is likely due to your device manufacturer OnePlus. Chinese devices are the worst. Test on another device.

I primarily develop against Google Nexus / Pixel devices where the Android OS operates as documented.

bobthebuilderio commented 5 years ago

Hello @christocracy I did a huge code refactoring, now all of it came down to the heartbeat restarting the service if state.enabled is false. So let us say Android kills the background service, the heartbeat is trying to call the removelistners and then the start. Here is the error below that we get from Android now

So the start command is configured with foreground true, still it does not restart.

ActivityManager: Background start not allowed: service Intent { cmp=com.washmen.driverapp/com.transistorsoft.locationmanager.ActivityRecognitionService (has extras) } to com.washmen.driverapp/com.transistorsoft.locationmanager.ActivityRecognitionService from pid=-1 uid=10262 pkg=com.washmen.driverapp
10-31 09:37:33.200  2421  2446 I 
christocracy commented 5 years ago

So let us say Android kills the background service the heartbeat is trying to call the removelistners and then the start.

The heartbeat is run by the Service. If the Service is terminated, the *is NO heartbeat.

rmamtaventures commented 4 years ago

@I'm also facing the same issue, location tracking stop when app kill.

christocracy commented 4 years ago

@rmamtaventures what makes you think that tracking is stopping?

rmamtaventures commented 4 years ago

This issue comes when the device still, location not changed.

1) On the Android platform. 2) On all Android devices, I checked it on mi, oppo, Samsung. 3) Os version 9. 4) Yes, sound stop when app kill means swipe from the recent apps. 5) No logs.

christocracy commented 4 years ago

If sounds stop, the first thing I’d do is fetch a raw $ adb logcat starting from the time when app is terminated to a few seconds after.

rmamtaventures commented 4 years ago

logs after app kill:- 11-15 15:10:47.535 26239 26239 D StatusBar: update app badge num: com.rindventures.pidge/,num=0,isAllowed=true,userId=0 11-15 15:10:47.536 2037 6030 W ActivityManager: Sending non-protected broadcast android.intent.action.APPLICATION_MESSAGE_UPDATE from system 26239:com.android.systemui/1000 pkg com.android.systemui. Callers= 11-15 15:10:47.539 29211 29211 I Launcher.ApplicationsMessage: onReceive true 11-15 15:10:47.539 29211 29211 I Launcher.ApplicationsMessage: update com.rindventures.pidge/ to null 11-15 15:10:47.559 2037 6030 D WificondControl: Scan result ready event 11-15 15:10:47.561 936 2367 I LOWI-8.6.0.32: [LOWI-Scan] lowi_close_record:Scan done in 14715154ms, 11 APs in scan results 11-15 15:10:47.563 936 967 I LOWI-8.6.0.32: [LOWIUtils] responseToOutPostcard - TO: GTP-FDAL, FROM: LOWI-SERVER, RESP: LOWI_ASYNC_DISCOVERY_SCAN_RESULTS 11-15 15:10:47.564 870 913 V QCALOG : [MessageQ] wait result 1 11-15 15:10:47.564 870 913 V QCALOG : [MessageQueueClientInfo] LOWI-SERVER: read 11-15 15:10:47.564 870 913 V QCALOG : [MessageQueueClientInfo] just read 4 bytes 11-15 15:10:47.564 870 913 V QCALOG : [MessageQ] wait result 1 11-15 15:10:47.564 870 913 V QCALOG : [MessageQueueClientInfo] LOWI-SERVER: read 11-15 15:10:47.564 870 913 V QCALOG : [MessageQueueClientInfo] just read 10735 bytes 11-15 15:10:47.564 870 913 V QCALOG : [MessageQueueClientInfo] card length 10735 + 4 bytes, current size 10739 bytes 11-15 15:10:47.564 870 913 V QCALOG : [MessageQ] lookupAndDeliver delivering message to client GTP-FDAL 11-15 15:10:47.564 870 913 V QCALOG : [MessageQ] wait result 1 11-15 15:10:47.564 870 913 V QCALOG : [MessageQueueClientInfo] GTP-FDAL: write 11-15 15:10:47.564 870 913 D QCALOG : [MessageQueueClientInfo] write to [GTP-FDAL], 10739 bytes finished, 0 bytes left 11-15 15:10:47.567 938 1081 W XTCC-6.2.0.6: [WifiScanner] WiFi scan result : [11] AP's, async result: 1 11-15 15:10:47.634 5578 5578 W TcmReceiver: type=1400 audit(0.0:33642): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:10:47.800 854 5966 D NuPlayerDriver: notifyListener_l(0xec18b780), (211, 0, 0, 20), loop setting(0, 0) 11-15 15:10:47.800 854 5973 D AudioTrack: stop() called with 35280 frames delivered 11-15 15:10:48.265 854 5966 D NuPlayerDriver: notifyListener_l(0xec18b780), (2, 0, 0, -1), loop setting(0, 0) 11-15 15:10:48.266 854 5966 D NuPlayerDriver: notifyListener_l(0xec18b780), (211, 0, 0, 20), loop setting(0, 0) 11-15 15:10:48.274 5879 5879 V MediaPlayer: resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false 11-15 15:10:48.274 5879 5879 V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null 11-15 15:10:48.274 854 2376 D NuPlayerDriver: reset(0xec18b780) at state 6 11-15 15:10:48.276 26122 26170 I PowerCheckerService: uid:10254change to inactive 11-15 15:10:48.277 26122 26160 I AppActiveChecker: uid:10254change to inactive 11-15 15:10:48.281 854 2376 D NuPlayerDriver: notifyListener_l(0xec18b780), (8, 0, 0, -1), loop setting(0, 0) 11-15 15:10:48.282 854 5966 D NuPlayerDriver: notifyListener_l(0xec18b780), (211, 0, 0, 20), loop setting(0, 0) 11-15 15:10:48.300 854 5966 D NuPlayerDriver: notifyResetComplete(0xec18b780) 11-15 15:10:48.301 854 2376 W AMessage: failed to post message as target looper for handler 0 is gone. 11-15 15:10:48.303 5879 5879 W MediaPlayer: mediaplayer went away with unhandled events 11-15 15:10:48.634 5578 5578 W TcmReceiver: type=1400 audit(0.0:33643): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:10:48.930 3957 3957 I BatteryInfoReceiver: ACTION_BATTERY_CHANGED 11-15 15:10:48.932 2605 2605 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 11-15 15:10:48.935 26122 26193 D PowerCheckerService: onBatteryChanged, mBatteryLevel = 100, status = 5, level = 100, plug = 2, scale = 100 11-15 15:10:48.935 26239 26239 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED 11-15 15:10:48.936 26239 26239 D KeyguardUpdateMonitor: handleBatteryUpdate 11-15 15:10:49.634 5578 5578 W TcmReceiver: type=1400 audit(0.0:33644): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:10:50.634 5578 5578 W TcmReceiver: type=1400 audit(0.0:33645): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:10:51.208 518 759 D audio_hw_primary: out_standby: enter: stream (0xee5c7800) usecase(1: low-latency-playback) 11-15 15:10:51.313 518 759 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback 11-15 15:10:51.319 518 759 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 2, with Raise=0 11-15 15:10:51.319 518 759 D hardware_info: hw_info_append_hw_type : device_name = speaker 11-15 15:10:51.319 518 759 D audio_hw_primary: disable_snd_device: snd_device(2: speaker) 11-15 15:10:51.319 518 759 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0) 11-15 15:10:51.336 518 759 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0 11-15 15:10:51.336 518 759 D audio_hw_primary: out_standby: exit 11-15 15:10:51.634 5578 5578 W TcmReceiver: type=1400 audit(0.0:33646): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:10:52.644 5578 5578 W TcmReceiver: type=1400 audit(0.0:33647): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:10:53.072 2037 3762 D CompatibilityInfo: mCompatibilityFlags - 0 11-15 15:10:53.072 2037 3762 D CompatibilityInfo: applicationDensity - 320 11-15 15:10:53.072 2037 3762 D CompatibilityInfo: applicationScale - 1.0 11-15 15:10:53.117 2037 3762 D CompatibilityInfo: mCompatibilityFlags - 0 11-15 15:10:53.117 2037 3762 D CompatibilityInfo: applicationDensity - 320 11-15 15:10:53.117 2037 3762 D CompatibilityInfo: applicationScale - 1.0 11-15 15:10:53.170 2037 3762 D CompatibilityInfo: mCompatibilityFlags - 0 11-15 15:10:53.170 2037 3762 D CompatibilityInfo: applicationDensity - 320 11-15 15:10:53.170 2037 3762 D CompatibilityInfo: applicationScale - 1.0 11-15 15:10:53.224 2037 3762 D CompatibilityInfo: mCompatibilityFlags - 0 11-15 15:10:53.224 2037 3762 D CompatibilityInfo: applicationDensity - 320 11-15 15:10:53.224 2037 3762 D CompatibilityInfo: applicationScale - 1.0 11-15 15:10:53.310 2037 3762 V LocationPolicy: writePolicyLocked() 11-15 15:10:53.644 5578 5578 W TcmReceiver: type=1400 audit(0.0:33648): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:10:58.664 5578 5578 I chatty : uid=9801(theme) com.android.thememanager identical 5 lines 11-15 15:10:59.664 5578 5578 W TcmReceiver: type=1400 audit(0.0:33654): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:11:00.004 26239 26239 D KeyguardUpdateMonitor: handleTimeUpdate 11-15 15:11:00.674 5578 5578 W TcmReceiver: type=1400 audit(0.0:33655): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:11:04.684 5578 5578 I chatty : uid=9801(theme) com.android.thememanager identical 4 lines 11-15 15:11:05.694 5578 5578 W TcmReceiver: type=1400 audit(0.0:33660): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:11:05.822 4826 16610 I CastDatabase: Saving the database 11-15 15:11:05.851 4826 16610 I SQLiteCastStore: [CastNetworkInfo] saved: 0, skipped: 0, [CastDeviceInfo]: saved 0, skipped 0, [Paired Guest Mode DeviceInfo] saved: 0, skipped: 0. [ProbedNetworks]: saved 0, skipped: 0, [ProbedSocketAddress]: saved 0, skipped: 0, [Network-Device pairs]: saved: 0 11-15 15:11:06.694 5578 5578 W TcmReceiver: type=1400 audit(0.0:33661): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:11:17.714 5578 5578 I chatty : uid=9801(theme) com.android.thememanager identical 11 lines 11-15 15:11:18.724 5578 5578 W TcmReceiver: type=1400 audit(0.0:33673): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:11:19.385 541 2658 E IzatSvc_PassiveLocListener: Exiting with error onLocationChanged line 154 "1" 11-15 15:11:19.385 541 2658 V LocSvc_HIDL_IzatProvider: [onLocationChanged][71] [HS] =>>>> [HC] 11-15 15:11:19.386 2037 2226 V LocSvc_HIDL_IzatProvider_jni: [onLocationChanged][208] [HC] <<= [HS] 11-15 15:11:19.509 3533 3681 E HttpsUtils: httpsPost Exception: IOException 11-15 15:11:19.509 3533 3681 W LocationUsageServer: requestLocationVerity:bad 11-15 15:11:19.724 5578 5578 W TcmReceiver: type=1400 audit(0.0:33674): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:11:23.734 5578 5578 I chatty : uid=9801(theme) com.android.thememanager identical 4 lines 11-15 15:11:24.734 5578 5578 W TcmReceiver: type=1400 audit(0.0:33679): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:11:24.781 2037 3766 D CompatibilityInfo: mCompatibilityFlags - 0 11-15 15:11:24.781 2037 3766 D CompatibilityInfo: applicationDensity - 320 11-15 15:11:24.781 2037 3766 D CompatibilityInfo: applicationScale - 1.0 11-15 15:11:24.840 2037 3762 D CompatibilityInfo: mCompatibilityFlags - 0 11-15 15:11:24.840 2037 3762 D CompatibilityInfo: applicationDensity - 320 11-15 15:11:24.840 2037 3762 D CompatibilityInfo: applicationScale - 1.0 11-15 15:11:24.885 2037 3766 D CompatibilityInfo: mCompatibilityFlags - 0 11-15 15:11:24.885 2037 3766 D CompatibilityInfo: applicationDensity - 320 11-15 15:11:24.885 2037 3766 D CompatibilityInfo: applicationScale - 1.0 11-15 15:11:24.917 2037 3766 D CompatibilityInfo: mCompatibilityFlags - 0 11-15 15:11:24.917 2037 3766 D CompatibilityInfo: applicationDensity - 320 11-15 15:11:24.917 2037 3766 D CompatibilityInfo: applicationScale - 1.0 11-15 15:11:25.744 5578 5578 W TcmReceiver: type=1400 audit(0.0:33680): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:11:35.764 5578 5578 I chatty : uid=9801(theme) com.android.thememanager identical 10 lines 11-15 15:11:36.764 5578 5578 W TcmReceiver: type=1400 audit(0.0:33691): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:11:37.305 1526 1590 I Finsky : [4427] kao.run(3): Stats for Executor: BlockingExecutor kcg@347a77e[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 15] 11-15 15:11:37.305 1526 1590 I Finsky : [4427] kao.run(3): Stats for Executor: LightweightExecutor kcg@3fee4df[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 71] 11-15 15:11:37.306 1526 1590 I Finsky : [4427] kao.run(3): Stats for Executor: bgExecutor kcg@bd952c[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 53] 11-15 15:11:37.764 5578 5578 W TcmReceiver: type=1400 audit(0.0:33692): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:11:37.929 861 1013 E storaged: getDiskStats failed with result NOT_SUPPORTED and size 0 11-15 15:11:38.774 5578 5578 I chatty : uid=9801(theme) com.android.thememanager identical 1 line 11-15 15:11:39.784 5578 5578 W TcmReceiver: type=1400 audit(0.0:33694): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:11:39.851 2037 2142 D NtpTrustedTime: currentTimeMillis() cache hit 11-15 15:11:39.944 2037 2142 D NtpTrustedTime: currentTimeMillis() cache hit 11-15 15:11:39.946 3957 4338 I TrafficManageService: mina mTrafficStatsReceiver onReceive 11-15 15:11:40.784 5578 5578 W TcmReceiver: type=1400 audit(0.0:33695): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:11:45.794 5578 5578 I chatty : uid=9801(theme) com.android.thememanager identical 5 lines 11-15 15:11:46.804 5578 5578 W TcmReceiver: type=1400 audit(0.0:33701): avc: denied { write } for name="tcm" dev="tmpfs" ino=16140 scontext=u:r:theme:s0 tcontext=u:object_r:dpmtcm_socket:s0 tclass=sock_file permissive=0 11-15 15:11:47.817 5578 5695 W DpmTcmClient: Couldn't find 'tcm' socket after 120times. quit trying 11-15 15:11:54.428 3957 3957 I BatteryInfoReceiver: ACTION_BATTERY_CHANGED 11-15 15:11:54.430 2605 2605 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 11-15 15:11:54.434 26122 26193 D PowerCheckerService: onBatteryChanged, mBatteryLevel = 100, status = 5, level = 100, plug = 2, scale = 100 11-15 15:11:54.434 26239 26239 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED 11-15 15:11:54.435 26239 26239 D KeyguardUpdateMonitor: handleBatteryUpdate 11-15 15:12:00.010 26239 26239 D KeyguardUpdateMonitor: handleTimeUpdate 11-15 15:12:08.142 2037 3762 D CompatibilityInfo: mCompatibilityFlags - 0 11-15 15:12:08.142 2037 3762 D CompatibilityInfo: applicationDensity - 320 11-15 15:12:08.142 2037 3762 D CompatibilityInfo: applicationScale - 1.0 11-15 15:12:08.195 2037 3762 D CompatibilityInfo: mCompatibilityFlags - 0 11-15 15:12:08.195 2037 3762 D CompatibilityInfo: applicationDensity - 320 11-15 15:12:08.195 2037 3762 D CompatibilityInfo: applicationScale - 1.0 11-15 15:12:08.248 2037 3762 D CompatibilityInfo: mCompatibilityFlags - 0 11-15 15:12:08.248 2037 3762 D CompatibilityInfo: applicationDensity - 320 11-15 15:12:08.248 2037 3762 D CompatibilityInfo: applicationScale - 1.0 11-15 15:12:08.290 2037 3762 D CompatibilityInfo: mCompatibilityFlags - 0 11-15 15:12:08.290 2037 3762 D CompatibilityInfo: applicationDensity - 320 11-15 15:12:08.290 2037 3762 D CompatibilityInfo: applicationScale - 1.0 11-15 15:12:19.387 541 2658 E IzatSvc_PassiveLocListener: Exiting with error onLocationChanged line 154 "1" 11-15 15:12:19.388 541 2658 V LocSvc_HIDL_IzatProvider: [onLocationChanged][71] [HS] =>>>> [HC] 11-15 15:12:19.388 2037 2226 V LocSvc_HIDL_IzatProvider_jni: [onLocationChanged][208] [HC] <<= [HS] 11-15 15:12:20.858 2037 2128 D CompatibilityInfo: mCompatibilityFlags - 0 11-15 15:12:20.858 2037 2128 D CompatibilityInfo: applicationDensity - 320 11-15 15:12:20.858 2037 2128 D CompatibilityInfo: applicationScale - 1.0 11-15 15:12:20.876 2037 2175 I AutoStartManagerService: MIUILOG- Reject service :Intent { cmp=com.miui.android.fashiongallery/glance._internal.sdk.commons.job.GlanceJobService } userId : 0 uid : 10156 11-15 15:12:20.881 2037 2175 I JobServiceContext: MIUILOG- Reject Start Job, cancelJob uid : 10156 jobId :41653491 11-15 15:12:20.881 2037 2175 D JobScheduler: Error executing JobStatus{8b71125 #u0a156/41653491 com.miui.android.fashiongallery/glance._internal.sdk.commons.job.GlanceJobService u=0 s=10156 TIME=-38ms:+2h59m59s962ms PERIODIC READY} 11-15 15:12:20.919 854 2376 D NuPlayerDriver: NuPlayerDriver(0xec18b780) created, clientPid(5879) 11-15 15:12:20.922 854 2376 I ExtendedNuUtils: printFileName fd(9) -> /data/app/com.rindventures.pidge-vcCqY-FdRuBRQxU5XXAXPw==/base.apk 11-15 15:12:20.925 854 5997 D GenericSource: FileSource remote 11-15 15:12:20.930 840 840 I MMParserExtractor: Created(0x70c640d1c0) 11-15 15:12:20.931 854 5997 W BpMediaSource: ignoring potentially modified MetaData from start 11-15 15:12:20.931 854 5997 W BpMediaSource: input: 11-15 15:12:20.931 854 5997 I MetaDataBase: extf: (int32_t) 2 11-15 15:12:20.931 854 5997 W BpMediaSource: output: 11-15 15:12:20.931 854 5997 I MetaDataBase: extf: (int32_t) 2 11-15 15:12:20.932 854 5996 D NuPlayerDriver: notifyListener_l(0xec18b780), (1, 0, 0, -1), loop setting(0, 0) 11-15 15:12:20.939 854 2376 D NuPlayerDriver: start(0xec18b780), state is 4, eos is 0 11-15 15:12:20.939 26122 26170 I PowerCheckerService: uid:10254 change to active 11-15 15:12:20.940 854 5996 I GenericSource: start 11-15 15:12:20.940 26122 26160 I AppActiveChecker: uid:10254 change to active 11-15 15:12:20.942 854 5996 W Utils : track of type 'audio/raw' does not publish channel mask, channel count 1 11-15 15:12:20.947 854 5996 W Utils : track of type 'audio/raw' does not publish channel mask, channel count 1 11-15 15:12:20.950 518 759 D audio_hw_spkr_prot: audio_extn_fbsp_get_parameters: Speaker protection disabled 11-15 15:12:20.950 518 759 D audio_hw_extn: audio_extn_get_parameters: returns 11-15 15:12:20.950 566 5009 I hash_map_utils: key: 'is_hw_dec_session_available' value: 'audio/raw' 11-15 15:12:20.954 854 6001 I OMXClient: IOmx service obtained 11-15 15:12:20.955 864 16096 I OMXMaster: makeComponentInstance(OMX.google.raw.decoder) in omx@1.0-service process 11-15 15:12:20.958 864 16096 E OMXNodeInstance: setConfig(0xe5d9ccc0:google.raw.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001) 11-15 15:12:20.958 854 6001 I ACodec : codec does not support config priority (err -2147483648) 11-15 15:12:20.959 864 16096 E OMXNodeInstance: setConfig(0xe5d9ccc0:google.raw.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001) 11-15 15:12:20.959 854 6001 I ACodec : codec does not support config priority (err -2147483648) 11-15 15:12:20.959 864 16096 E OMXNodeInstance: getConfig(0xe5d9ccc0:google.raw.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: Undefined(0x80001001) 11-15 15:12:20.960 854 6001 W ExtendedACodec: Failed to get extension for extradata parameter 11-15 15:12:20.961 854 6001 I MediaCodec: MediaCodec will operate in async mode 11-15 15:12:20.965 519 519 W AshmemAllocator: ashmem_create_region(65536) returning hidl_memory(0x7d6e01a0f0, 65536) 11-15 15:12:20.972 519 519 I chatty : uid=1000(system) allocator@1.0-s identical 6 lines 11-15 15:12:20.973 519 519 W AshmemAllocator: ashmem_create_region(65536) returning hidl_memory(0x7d6e01a0f0, 65536) 11-15 15:12:20.981 854 6000 I ExtendedNuUtils: Overriding bit-width: with src value 16 11-15 15:12:20.981 854 6000 I ExtendedNuUtils: Overriding durationUs: with 64 bit src value 800000 11-15 15:12:20.981 854 6000 I ExtendedNuUtils: Both src and dst missing for channel-mask 11-15 15:12:20.982 854 6000 I NuPlayerDecoder: [audio] saw output EOS 11-15 15:12:20.983 566 5009 D AudioFlinger: Client defaulted notificationFrames to 7644 for frameCount 22932 11-15 15:12:20.984 518 4946 D compress_voip: voice_extn_compress_voip_out_get_parameters: enter 11-15 15:12:20.989 518 5011 D audio_hw_primary: start_output_stream: enter: stream(0xee5c7800)usecase(1: low-latency-playback) devices(0x2) 11-15 15:12:20.989 543 589 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only 11-15 15:12:20.989 518 5011 D audio_hw_primary: select_devices for use case (low-latency-playback) 11-15 15:12:20.989 518 5011 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: ) 11-15 15:12:20.989 518 5011 I msm8916_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker) 11-15 15:12:20.989 518 5011 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0) 11-15 15:12:20.989 518 5011 I msm8916_platform: platform_check_and_set_codec_backend_cfg: becf: new_snd_devices[0] is speaker 11-15 15:12:20.989 518 5011 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 current bit width: 16 sample rate: 48000 channels: 2 usecase 1 device (speaker) 11-15 15:12:20.989 518 5011 D msm8916_platform: platform_check_codec_backend_cfg:becf: afe: playback on codec device not supporting native playback set default Sample Rate(48k) 11-15 15:12:20.989 518 5011 D msm8916_platform: platform_check_codec_backend_cfg:becf: afe: only 48KHZ sample rate is supported Configure afe to default Sample Rate(48k) 11-15 15:12:20.989 518 5011 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 sample rate: 48000 channels: 2 11-15 15:12:20.989 518 5011 D audio_hw_primary: check_usecases_codec_backend:becf: force routing 0 11-15 15:12:20.989 518 5011 E msm8916_platform: platform_check_backends_match: Invalid snd_device = 11-15 15:12:20.989 518 5011 D audio_hw_primary: check_usecases_codec_backend:becf: (63) check_usecases curr device: speaker, usecase device: backends match 0 11-15 15:12:20.989 518 5011 D audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0 11-15 15:12:20.989 518 5011 D hardware_info: hw_info_append_hw_type : device_name = speaker 11-15 15:12:20.989 518 5011 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0) 11-15 15:12:20.989 518 5011 D audio_hw_primary: enable_snd_device: snd_device(2: speaker) 11-15 15:12:20.989 518 5011 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 1, with Raise=0 11-15 15:12:20.989 518 5011 D audio_route: Apply path: speaker 11-15 15:12:20.990 854 5996 D NuPlayerDriver: notifyListener_l(0xec18b780), (6, 0, 0, -1), loop setting(0, 0) 11-15 15:12:21.008 26239 26239 I StatusBar: onNotificationPosted key:0|com.rindventures.pidge|9942585|null|10254 isUpdate:false 11-15 15:12:21.008 3957 3957 V c : onNotificationPostedCallBack:StatusBarNotification(pkg=com.rindventures.pidge user=UserHandle{0} id=9942585 tag=null key=0|com.rindventures.pidge|9942585|null|10254: Notification(channel=com.rindventures.pidgeTSLocationManager pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x6a color=0x00000000 vis=PRIVATE)) 11-15 15:12:21.009 26239 26239 I StatusBar: handleNotification key:0|com.rindventures.pidge|9942585|null|10254 isUpdate:false 11-15 15:12:21.009 3957 3957 V onNotificationPostedCallBack: flags=106 11-15 15:12:21.009 26239 26239 D StatusBar: addNotification key=0|com.rindventures.pidge|9942585|null|10254 11-15 15:12:21.009 3957 3957 V c : ret=0 11-15 15:12:21.014 26239 26239 D StatusBar: No peeking: unimportant notification: 0|com.rindventures.pidge|9942585|null|10254 11-15 15:12:21.014 26239 26239 I StatusBar: addNotification isHeadsUped:fals

rmamtaventures commented 4 years ago

Any update on it?

christocracy commented 4 years ago

I see nothing interesting in that logcat. Not even any logs from the plugin. Are you sure you've configured the plugin with logLevel: BackgroundGeolocation.LOG_LEVEL_VERBOSE?

Try again. You need a logcat starting at just before terminate to a few seconds after.

rmamtaventures commented 4 years ago

Hi Sir,

Please check following logs:- 11-16 16:35:04.259 2037 6626 D ProcessManager: update DY:[com.facemoji.lite.xiaomi, com.miui.voip] 11-16 16:35:04.264 518 4946 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback 11-16 16:35:04.265 518 4946 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 2, with Raise=0 11-16 16:35:04.265 518 4946 D hardware_info: hw_info_append_hw_type : device_name = speaker 11-16 16:35:04.265 518 4946 D audio_hw_primary: disable_snd_device: snd_device(2: speaker) 11-16 16:35:04.265 518 4946 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0) 11-16 16:35:04.266 2037 6626 D ProcessManager: remove task: TaskRecord{76528af #545 A=com.rindventures.pidge U=0 StackId=545 sz=1} 11-16 16:35:04.269 2037 6626 I ProcessManager: SwipeUpClean: kill com.rindventures.pidge Adj=900 State=18 11-16 16:35:04.269 2037 6626 I ActivityManager: Killing 3978:com.rindventures.pidge/u0a254 (adj 900): SwipeUpClean 11-16 16:35:04.270 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.281 2037 2065 I chatty : uid=1000(system) ActivityManager identical 2 lines 11-16 16:35:04.286 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.286 518 4946 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0 11-16 16:35:04.287 518 4946 D audio_hw_primary: out_standby: exit 11-16 16:35:04.292 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.342 2037 2065 I chatty : uid=1000(system) ActivityManager identical 9 lines 11-16 16:35:04.347 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.350 2037 2131 W InputDispatcher: channel 'f51f4c1 com.rindventures.pidge/com.rindventures.pidge.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 11-16 16:35:04.350 2037 2131 E InputDispatcher: channel 'f51f4c1 com.rindventures.pidge/com.rindventures.pidge.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed! 11-16 16:35:04.353 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.353 2037 8216 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=2325, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10254] ], android.os.BinderProxy@3910c45) 11-16 16:35:04.353 2037 2108 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=2321, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN&FOREGROUND Unwanted: Uid: 10254] ], android.os.BinderProxy@8dd6f9a) 11-16 16:35:04.354 2037 2155 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=2325, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10254] ] (release request) 11-16 16:35:04.355 2037 9259 I WindowManager: WIN DEATH: Window{f51f4c1 u0 com.rindventures.pidge/com.rindventures.pidge.MainActivity} 11-16 16:35:04.356 2037 9259 W InputDispatcher: Attempted to unregister already unregistered input channel 'f51f4c1 com.rindventures.pidge/com.rindventures.pidge.MainActivity (server)' 11-16 16:35:04.359 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.361 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 1 11-16 16:35:04.337 566 566 W Binder:566_5: type=1400 audit(0.0:38742): avc: denied { write } for name="logd" dev="tmpfs" ino=16518 scontext=u:r:audioserver:s0 tcontext=u:object_r:logd_socket:s0 tclass=sock_file permissive=0 11-16 16:35:04.364 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.369 26781 26781 I QcrilOemhookMsgTunnel: [0]invokeOemRilRequestRaw: serial=1280 length=24 11-16 16:35:04.369 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.373 26695 26695 D EventBus: [26695, u0] send(AppTransitionFinishedEvent) 11-16 16:35:04.373 26695 26695 D EventBus: [26695, u0] -> ForcedResizableInfoActivityController [0x6dccf75, P1] onBusEvent(AppTransitionFinishedEvent) 11-16 16:35:04.373 26695 26695 D EventBus: [26695, u0] onBusEvent(AppTransitionFinishedEvent) duration: 19 microseconds, avg: 721 11-16 16:35:04.373 26781 26813 I QcrilOemhookMsgTunnel: [0]processOemHookResponse serial no: 1280 error: 0length=0 11-16 16:35:04.375 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.376 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 2 11-16 16:35:04.378 26781 26813 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28 11-16 16:35:04.379 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 1 11-16 16:35:04.380 26781 26781 I QcrilOemhookMsgTunnel: [1]invokeOemRilRequestRaw: serial=1281 length=24 11-16 16:35:04.380 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.380 2037 2065 I libprocessgroup: Successfully killed process cgroup uid 10254 pid 3978 in 110ms 11-16 16:35:04.381 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 0 11-16 16:35:04.381 568 6693 W SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{4602b73 token=Token{e665be2 ActivityRecord{3845cad u0 com.rindventures.pidge/.MainActivity t545}}}#0 11-16 16:35:04.381 820 820 I Zygote : Process 3978 exited due to signal (9) 11-16 16:35:04.382 26781 26813 I QcrilOemhookMsgTunnel: [1]processOemHookResponse serial no: 1281 error: 0length=0 11-16 16:35:04.385 26781 26813 I QcrilOemhookMsgTunnel: [1]processOemHookIndication length=28 11-16 16:35:04.389 2037 2070 W ActivityManager: setHasOverlayUi called on unknown pid: 3978 11-16 16:35:04.391 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 2 11-16 16:35:04.391 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 0 11-16 16:35:04.404 4684 4733 D PowerKeeper.AppBgIdle: setUidState, uid = 10254 allow = true 11-16 16:35:04.653 26695 26695 D EventBus: [26695, u0] send(UserInteractionEvent) 11-16 16:35:04.654 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(UserInteractionEvent) 11-16 16:35:04.654 26695 26695 D EventBus: [26695, u0] onBusEvent(UserInteractionEvent) duration: 97 microseconds, avg: 720 11-16 16:35:04.654 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(UserInteractionEvent) 11-16 16:35:04.654 26695 26695 D EventBus: [26695, u0] onBusEvent(UserInteractionEvent) duration: 22 microseconds, avg: 718 11-16 16:35:04.659 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:04.659 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:04.659 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 43 microseconds, avg: 717 11-16 16:35:04.685 26695 26695 D EventBus: [26695, u0] send(LaunchTaskEvent) 11-16 16:35:04.685 26695 26695 D EventBus: [26695, u0] -> RecentsView [0xaa026db, P3] onBusEvent(LaunchTaskEvent) 11-16 16:35:04.687 26695 26695 D EventBus: [26695, u0] send(LaunchTaskStartedEvent) 11-16 16:35:04.687 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(LaunchTaskStartedEvent) 11-16 16:35:04.688 26695 26695 D EventBus: [26695, u0] onBusEvent(LaunchTaskStartedEvent) duration: 1055 microseconds, avg: 718 11-16 16:35:04.705 2037 2108 I ActivityManager: START u0 {act=android.intent.action.VIEW dat=geo:0,0?q=28.4607022,77.0532815(Test) flg=0x10100000 cmp=com.google.android.apps.maps/com.google.android.maps.MapsActivity} from uid 10254 11-16 16:35:04.712 2037 2108 D ActivityTrigger: activityStartTrigger: Activity is Triggerred in full screen ApplicationInfo{fab7ea7 com.google.android.apps.maps} 11-16 16:35:04.713 2037 2108 E ActivityTrigger: activityStartTrigger: not whiteListedcom.google.android.apps.maps/com.google.android.maps.MapsActivity/1029101243 11-16 16:35:04.714 2037 2108 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:04.714 2037 2108 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:04.714 2037 2108 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:04.716 2037 2108 D ActivityTrigger: activityResumeTrigger: The activity in ApplicationInfo{fab7ea7 com.google.android.apps.maps} is now in focus and seems to be in full-screen mode 11-16 16:35:04.716 2037 2108 E ActivityTrigger: activityResumeTrigger: not whiteListedcom.google.android.apps.maps/com.google.android.maps.MapsActivity/1029101243 11-16 16:35:04.718 543 589 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only 11-16 16:35:04.718 2037 2108 D ActivityTrigger: ActivityTrigger activityPauseTrigger 11-16 16:35:04.723 26695 26695 D EventBus: [26695, u0] send(LaunchTaskSucceededEvent) 11-16 16:35:04.723 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(LaunchTaskSucceededEvent) 11-16 16:35:04.723 26695 26695 D EventBus: [26695, u0] onBusEvent(LaunchTaskSucceededEvent) duration: 215 microseconds, avg: 717 11-16 16:35:04.724 26695 26695 D EventBus: [26695, u0] onBusEvent(LaunchTaskEvent) duration: 39166 microseconds, avg: 783 11-16 16:35:04.724 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(LaunchTaskEvent) 11-16 16:35:04.724 26695 26695 D EventBus: [26695, u0] onBusEvent(LaunchTaskEvent) duration: 35 microseconds, avg: 782 11-16 16:35:04.724 26695 26695 D EventBus: [26695, u0] send(ClickTaskViewToLaunchTaskEvent) 11-16 16:35:04.724 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(ClickTaskViewToLaunchTaskEvent) 11-16 16:35:04.724 26695 26695 D EventBus: [26695, u0] onBusEvent(ClickTaskViewToLaunchTaskEvent) duration: 90 microseconds, avg: 780 11-16 16:35:04.726 26695 26695 D EventBus: [26695, u0] send(UserInteractionEvent) 11-16 16:35:04.726 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(UserInteractionEvent) 11-16 16:35:04.726 26695 26695 D EventBus: [26695, u0] onBusEvent(UserInteractionEvent) duration: 15 microseconds, avg: 779 11-16 16:35:04.726 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(UserInteractionEvent) 11-16 16:35:04.726 26695 26695 D EventBus: [26695, u0] onBusEvent(UserInteractionEvent) duration: 11 microseconds, avg: 778 11-16 16:35:04.727 2037 2108 D ActivityTrigger: activityResumeTrigger: The activity in ApplicationInfo{fab7ea7 com.google.android.apps.maps} is now in focus and seems to be in full-screen mode 11-16 16:35:04.727 2037 2108 E ActivityTrigger: activityResumeTrigger: not whiteListedcom.google.android.apps.maps/com.google.android.maps.MapsActivity/1029101243 11-16 16:35:04.728 2037 2108 E ActivityManager: applyOptionsLocked: Unknown animationType=0 11-16 16:35:04.735 4972 4972 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@3deff25 11-16 16:35:04.738 2037 2108 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:04.738 2037 2108 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:04.738 2037 2108 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:04.739 3957 4159 D GameBoosterService: onGameStatusChange foreground:ForegroundInfo{mForegroundPackageName='com.google.android.apps.maps', mForegroundUid=10080, mForegroundPid=4972, mLastForegroundPackageName='com.android.systemui', mLastForegroundUid=1000, mLastForegroundPid=26695, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0} 11-16 16:35:04.739 543 589 E ANDR-PERF-OPTSHANDLER: Perflock resource /sys/class/devfreq/soc:qcom,llccbw/min_freq not supported 11-16 16:35:04.739 543 589 E ANDR-PERF-RESOURCEQS: Failed to apply optimization [12, 0] 11-16 16:35:04.744 2037 2108 I Timeline: Timeline: App_transition_ready time:160949768 11-16 16:35:04.774 543 589 E ANDR-PERF-OPTSHANDLER: Perflock resource /sys/class/devfreq/soc:qcom,llccbw/min_freq not supported 11-16 16:35:04.774 543 589 E ANDR-PERF-RESOURCEQS: Failed to apply optimization [12, 0] 11-16 16:35:04.785 2037 2110 I Timeline: Timeline: App_transition_ready time:160949809 11-16 16:35:04.800 2037 2110 I Timeline: Timeline: App_transition_ready time:160949825 11-16 16:35:04.803 2037 2110 I Timeline: Timeline: App_transition_ready time:160949827 11-16 16:35:04.826 2037 2110 I Timeline: Timeline: App_transition_ready time:160949850 11-16 16:35:04.829 26695 26695 D StatusBar: disable disable2 11-16 16:35:04.840 26695 26695 D PhoneStatusBar/NavigationBarView: setDisabledFlags back:false home:false recent:false 11-16 16:35:04.842 26695 26695 D PhoneStatusBar/NavigationBarView: setDisabledFlags back:false home:false recent:false 11-16 16:35:04.848 26695 26695 D StatusBar: disable disable2 11-16 16:35:04.848 26695 26695 D EventBus: [26695, u0] send(CancelEnterRecentsWindowAnimationEvent) 11-16 16:35:04.849 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(CancelEnterRecentsWindowAnimationEvent) 11-16 16:35:04.849 26695 26695 D EventBus: [26695, u0] onBusEvent(CancelEnterRecentsWindowAnimationEvent) duration: 565 microseconds, avg: 777 11-16 16:35:04.849 26695 26695 D EventBus: [26695, u0] send(ExitRecentsWindowFirstAnimationFrameEvent) 11-16 16:35:04.849 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(ExitRecentsWindowFirstAnimationFrameEvent) 11-16 16:35:04.850 26695 26695 D EventBus: [26695, u0] onBusEvent(ExitRecentsWindowFirstAnimationFrameEvent) duration: 282 microseconds, avg: 777 11-16 16:35:04.959 2037 2108 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:04.959 2037 2108 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:04.959 2037 2108 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:04.972 2037 9259 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:04.972 2037 9259 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:04.972 2037 9259 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:04.980 2037 8216 I GnssLocationProvider: WakeLock acquired by sendMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@d83fcd9) 11-16 16:35:04.985 2037 2061 I GnssLocationProvider: WakeLock released by handleMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@d83fcd9) 11-16 16:35:04.997 2037 2223 V LocSvc_HIDL_OsNpGlue_jni: [onSetRequest][61] [HC] <<= [HS] 11-16 16:35:05.006 2037 2108 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:05.006 2037 2108 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:05.006 2037 2108 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:05.032 2037 4745 I WifiService: acquireWifiLock uid=10029 lockMode=2 11-16 16:35:05.033 2037 4745 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:05.034 2037 4745 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:05.034 2037 4745 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:05.059 2037 2062 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:05.059 2037 2062 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:05.059 2037 2062 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:05.062 2037 3124 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:05.062 2037 3124 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:05.063 2037 3124 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:05.089 2881 2881 W ChimeraUtils: Non Chimera context 11-16 16:35:05.089 2881 2881 W ChimeraUtils: Non Chimera context 11-16 16:35:05.095 2037 6480 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:05.095 2037 6480 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:05.095 2037 6480 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:05.108 3957 3957 V c : onNotificationPostedCallBack:StatusBarNotification(pkg=com.android.systemui user=UserHandle{0} id=252119 tag=null key=0|com.android.systemui|252119|null|1000: Notification(channel=LOC pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x2 color=0x00000000 vis=PRIVATE)) 11-16 16:35:05.110 26695 26695 I StatusBar: onNotificationPosted key:0|com.android.systemui|252119|null|1000 isUpdate:false 11-16 16:35:05.111 26695 26695 I StatusBar: handleNotification key:0|com.android.systemui|252119|null|1000 isUpdate:false 11-16 16:35:05.119 26695 26695 D StatusBar: addNotification key=0|com.android.systemui|252119|null|1000 11-16 16:35:05.124 26695 26695 D StatusBar: No peeking: unimportant notification: 0|com.android.systemui|252119|null|1000 11-16 16:35:05.124 26695 26695 I StatusBar: addNotification isHeadsUped:false 11-16 16:35:05.124 26695 26695 I StatusBar: addNotification key=0|com.android.systemui|252119|null|1000 11-16 16:35:05.169 26695 26695 D EventBus: [26695, u0] send(AppTransitionFinishedEvent) 11-16 16:35:05.169 26695 26695 D EventBus: [26695, u0] -> ForcedResizableInfoActivityController [0x6dccf75, P1] onBusEvent(AppTransitionFinishedEvent) 11-16 16:35:05.169 26695 26695 D EventBus: [26695, u0] onBusEvent(AppTransitionFinishedEvent) duration: 28 microseconds, avg: 775 11-16 16:35:05.171 568 6693 W SurfaceFlinger: Attempting to set client state on removed layer: Surface(name=AppWindowToken{f0cdbe1 token=Token{dfaf148 ActivityRecord{8fdefeb u0 com.android.systemui/.recents.RecentsActivity t6}}})/@0xb9affab - animation-leash#0 11-16 16:35:05.171 568 6693 W SurfaceFlinger: Attempting to destroy on removed layer: Surface(name=AppWindowToken{f0cdbe1 token=Token{dfaf148 ActivityRecord{8fdefeb u0 com.android.systemui/.recents.RecentsActivity t6}}})/@0xb9affab - animation-leash#0 11-16 16:35:05.176 568 2991 W SurfaceFlinger: Attempting to set client state on removed layer: thumbnail anim: AppWindowToken{112eb66 token=Token{7bb27c1 ActivityRecord{f4580a8 u0 com.google.android.apps.maps/com.google.android.maps.MapsActivity t547}}}#0 11-16 16:35:05.176 568 2991 W SurfaceFlinger: Attempting to destroy on removed layer: thumbnail anim: AppWindowToken{112eb66 token=Token{7bb27c1 ActivityRecord{f4580a8 u0 com.google.android.apps.maps/com.google.android.maps.MapsActivity t547}}}#0 11-16 16:35:05.176 2037 2110 I Timeline: Timeline: App_transition_stopped time:160950201 11-16 16:35:05.191 26695 26695 D EventBus: [26695, u0] send(AppTransitionFinishedEvent) 11-16 16:35:05.192 26695 26695 D EventBus: [26695, u0] -> ForcedResizableInfoActivityController [0x6dccf75, P1] onBusEvent(AppTransitionFinishedEvent) 11-16 16:35:05.192 26695 26695 D EventBus: [26695, u0] onBusEvent(AppTransitionFinishedEvent) duration: 24 microseconds, avg: 774 11-16 16:35:05.209 26695 26695 D StatusBar: No peeking: unimportant notification: 0|com.android.systemui|252119|null|1000 11-16 16:35:05.219 2037 2062 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:05.219 2037 2062 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:05.219 2037 2062 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:05.220 541 2658 E IzatSvc_PassiveLocListener: Exiting with error onLocationChanged line 154 "1" 11-16 16:35:05.221 3151 3151 W PushService: 2019-11-16 16:35:05,221 - [WARN::PushService] - [Thread:2] TinyData TinyDataManager.upload item:null ts:1573902305221 11-16 16:35:05.228 4972 4990 I droid.apps.map: Background concurrent copying GC freed 29989(1780KB) AllocSpace objects, 20(1620KB) LOS objects, 49% free, 15MB/30MB, paused 284us total 108.288ms 11-16 16:35:05.254 2037 2066 E BatteryExternalStatsWorker: no controller energy info supplied for bluetooth 11-16 16:35:05.268 2037 2066 D KernelUidCpuTimeReader: Removing uids 99221-99221 11-16 16:35:05.339 4972 5085 I OpenGLRenderer: Initialized EGL, version 1.4 11-16 16:35:05.339 4972 5085 D OpenGLRenderer: Swap behavior 2 11-16 16:35:05.377 2037 2037 W android.display: type=1400 audit(0.0:38743): avc: denied { write } for name="logd" dev="tmpfs" ino=16518 scontext=u:r:system_server:s0 tcontext=u:object_r:logd_socket:s0 tclass=sock_file permissive=0 11-16 16:35:05.394 2037 2070 I ActivityManager: Displayed com.google.android.apps.maps/com.google.android.maps.MapsActivity: +662ms 11-16 16:35:05.396 2037 2070 I Timeline: Timeline: Activity_windows_visible id: ActivityRecord{f4580a8 u0 com.google.android.apps.maps/com.google.android.maps.MapsActivity t547} time:160950420 11-16 16:35:05.554 568 653 W SurfaceFlinger: Attempting to set client state on removed layer: Splash Screen com.google.android.apps.maps#0 11-16 16:35:05.554 568 653 W SurfaceFlinger: Attempting to destroy on removed layer: Splash Screen com.google.android.apps.maps#0 11-16 16:35:05.581 2037 3124 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:05.581 2037 3124 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:05.581 2037 3124 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:05.587 2881 2881 W ChimeraUtils: Non Chimera context 11-16 16:35:05.587 2881 2881 W ChimeraUtils: Non Chimera context 11-16 16:35:05.592 2037 2109 D WificondControl: Scan result ready event 11-16 16:35:05.594 936 2367 I LOWI-8.6.0.32: [LOWI-Scan] lowi_close_record:Scan done in 8484417ms, 21 APs in scan results 11-16 16:35:05.596 936 967 I LOWI-8.6.0.32: [LOWIUtils] responseToOutPostcard - TO: GTP-FDAL, FROM: LOWI-SERVER, RESP: LOWI_ASYNC_DISCOVERY_SCAN_RESULTS 11-16 16:35:05.597 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.597 870 913 V QCALOG : [MessageQueueClientInfo] LOWI-SERVER: read 11-16 16:35:05.597 870 913 V QCALOG : [MessageQueueClientInfo] just read 4 bytes 11-16 16:35:05.597 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.597 870 913 V QCALOG : [MessageQueueClientInfo] LOWI-SERVER: read 11-16 16:35:05.597 870 913 V QCALOG : [MessageQueueClientInfo] just read 20270 bytes 11-16 16:35:05.597 870 913 V QCALOG : [MessageQueueClientInfo] card length 20270 + 4 bytes, current size 20274 bytes 11-16 16:35:05.597 870 913 V QCALOG : [MessageQ] lookupAndDeliver delivering message to client GTP-FDAL 11-16 16:35:05.597 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.597 870 913 V QCALOG : [MessageQueueClientInfo] GTP-FDAL: write 11-16 16:35:05.597 870 913 D QCALOG : [MessageQueueClientInfo] write to [GTP-FDAL], 20274 bytes finished, 0 bytes left 11-16 16:35:05.602 938 1081 W XTCC-6.2.0.6: [WifiScanner] WiFi scan result : [21] AP's, async result: 1 11-16 16:35:05.610 2037 4745 I GnssLocationProvider: WakeLock acquired by sendMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@cdbeae5) 11-16 16:35:05.611 2037 2061 I GnssLocationProvider: WakeLock released by handleMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@cdbeae5) 11-16 16:35:05.625 2037 2109 I WifiService: releaseWifiLock uid=10029 11-16 16:35:05.648 2037 3642 V LocSvc_HIDL_OsNpGlue_jni: [onJavaLocationChanged][194] [HC] =>> [HS] 11-16 16:35:05.648 541 541 V LocSvc_HIDL_IzatOsNpGlue: [locationChanged][93] [HS] <<<<= [HC] 11-16 16:35:05.648 2037 2108 I WifiService: acquireWifiLock uid=10029 lockMode=2 11-16 16:35:05.652 541 2658 V LocSvc_HIDL_IzatProvider: [onLocationChanged][71] [HS] =>>>> [HC] 11-16 16:35:05.653 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.653 870 913 V QCALOG : [MessageQueueClientInfo] IPCMessagingProxy-541: read 11-16 16:35:05.653 870 913 V QCALOG : [MessageQueueClientInfo] just read 4 bytes 11-16 16:35:05.653 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.653 870 913 V QCALOG : [MessageQueueClientInfo] IPCMessagingProxy-541: read 11-16 16:35:05.653 870 913 V QCALOG : [MessageQueueClientInfo] just read 848 bytes 11-16 16:35:05.653 870 913 V QCALOG : [MessageQueueClientInfo] card length 848 + 4 bytes, current size 852 bytes 11-16 16:35:05.653 870 913 V QCALOG : [MessageQ] lookupAndDeliver delivering message to client GTP-FDAL 11-16 16:35:05.653 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.653 870 913 V QCALOG : [MessageQueueClientInfo] GTP-FDAL: write 11-16 16:35:05.653 870 913 D QCALOG : [MessageQueueClientInfo] write to [GTP-FDAL], 852 bytes finished, 0 bytes left 11-16 16:35:05.655 938 1081 E XTCC-6.2.0.6: [TimerDiff] get_total_sec failed 2 11-16 16:35:05.655 938 1081 W XTCC-6.2.0.6: [FDAL_ZPP_MGR] RequestNewZppFix: looks like GTP-LP is not supported 11-16 16:35:05.655 2037 2223 V LocSvc_HIDL_IzatProvider_jni: [onLocationChanged][208] [HC] <<= [HS] 11-16 16:35:05.666 2037 3767 D WificondControl: Scan result ready event 11-16 16:35:05.668 936 2367 I LOWI-8.6.0.32: [LOWI-Scan] lowi_close_record:Scan done in 8484492ms, 21 APs in scan results 11-16 16:35:05.670 936 967 I LOWI-8.6.0.32: [LOWIUtils] responseToOutPostcard - TO: GTP-FDAL, FROM: LOWI-SERVER, RESP: LOWI_ASYNC_DISCOVERY_SCAN_RESULTS 11-16 16:35:05.670 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.670 870 913 V QCALOG : [MessageQueueClientInfo] LOWI-SERVER: read 11-16 16:35:05.670 870 913 V QCALOG : [MessageQueueClientInfo] just read 4 bytes 11-16 16:35:05.671 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.671 870 913 V QCALOG : [MessageQueueClientInfo] LOWI-SERVER: read 11-16 16:35:05.671 870 913 V QCALOG : [MessageQueueClientInfo] just read 20270 bytes 11-16 16:35:05.671 870 913 V QCALOG : [MessageQueueClientInfo] card length 20270 + 4 bytes, current size 20274 bytes 11-16 16:35:05.671 870 913 V QCALOG : [MessageQ] lookupAndDeliver delivering message to client GTP-FDAL 11-16 16:35:05.671 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.671 870 913 V QCALOG : [MessageQueueClientInfo] GTP-FDAL: write 11-16 16:35:05.671 870 913 D QCALOG : [MessageQueueClientInfo] write to [GTP-FDAL], 20274 bytes finished, 0 bytes left 11-16 16:35:05.673 2037 2153 D WificondScannerImpl: Filtering out 7 scan results. 11-16 16:35:05.674 938 1081 W XTCC-6.2.0.6: [WifiScanner] WiFi scan result : [21] AP's, async result: 1 11-16 16:35:05.676 3533 3681 E HttpsUtils: httpsPost Exception: IOException 11-16 16:35:05.676 3533 3681 W LocationUsageServer: requestLocationVerity:bad 11-16 16:35:05.701 2037 3642 V LocSvc_HIDL_OsNpGlue_jni: [onJavaLocationChanged][194] [HC] =>> [HS] 11-16 16:35:05.701 541 541 V LocSvc_HIDL_IzatOsNpGlue: [locationChanged][93] [HS] <<<<= [HC] 11-16 16:35:05.701 2037 2064 D Boost : hostingType=service, hostingName=com.google.android.inputmethod.latin/com.android.inputmethod.latin.spellcheck.AndroidSpellCheckerService, callerPackage=android, isSystem=true, isBoostNeeded=false. 11-16 16:35:05.703 541 2658 V LocSvc_HIDL_IzatProvider: [onLocationChanged][71] [HS] =>>>> [HC] 11-16 16:35:05.703 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.703 870 913 V QCALOG : [MessageQueueClientInfo] IPCMessagingProxy-541: read 11-16 16:35:05.703 870 913 V QCALOG : [MessageQueueClientInfo] just read 4 bytes 11-16 16:35:05.703 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.703 870 913 V QCALOG : [MessageQueueClientInfo] IPCMessagingProxy-541: read 11-16 16:35:05.703 870 913 V QCALOG : [MessageQueueClientInfo] just read 848 bytes 11-16 16:35:05.703 870 913 V QCALOG : [MessageQueueClientInfo] card length 848 + 4 bytes, current size 852 bytes 11-16 16:35:05.703 870 913 V QCALOG : [MessageQ] lookupAndDeliver delivering message to client GTP-FDAL 11-16 16:35:05.703 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.703 870 913 V QCALOG : [MessageQueueClientInfo] GTP-FDAL: write 11-16 16:35:05.703 2037 2064 I ActivityManager: Start proc 5462:com.google.android.inputmethod.latin/u0a91 for service com.google.android.inputmethod.latin/com.android.inputmethod.latin.spellcheck.AndroidSpellCheckerService caller=android 11-16 16:35:05.703 870 913 D QCALOG : [MessageQueueClientInfo] write to [GTP-FDAL], 852 bytes finished, 0 bytes left 11-16 16:35:05.704 2037 2223 V LocSvc_HIDL_IzatProvider_jni: [onLocationChanged][208] [HC] <<= [HS] 11-16 16:35:05.705 938 1081 E XTCC-6.2.0.6: [TimerDiff] get_total_sec failed 2 11-16 16:35:05.705 938 1081 W XTCC-6.2.0.6: [FDAL_ZPP_MGR] RequestNewZppFix: looks like GTP-LP is not supported 11-16 16:35:05.706 2037 3124 I WifiService: releaseWifiLock uid=10029 11-16 16:35:05.717 5462 5462 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. 11-16 16:35:05.718 543 589 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only 11-16 16:35:05.731 2037 2109 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:05.731 2037 2109 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:05.732 2037 2109 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:05.734 2037 2109 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:05.734 2037 2109 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:05.734 2037 2109 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:05.745 26695 26695 D PhoneStatusBar/NavigationBarView: setDisabledFlags back:false home:false recent:false 11-16 16:35:05.867 5462 5462 I Perf : Connecting to perf service. 11-16 16:35:05.965 2037 3124 W BaseMiuiPhoneWindowManager: keyCode:82 down:true eventTime:160950988 downTime:160950988 policyFlags:2b000002 flags:48 deviceId:-1 isScreenOn:true keyguardActive:false repeatCount:0 11-16 16:35:05.969 537 537 E : Vibrator jianglei timeout_ms:10 11-16 16:35:05.969 537 537 E : 11-16 16:35:06.000 537 537 E : Vibrator jianglei timeout_ms:30 11-16 16:35:06.000 537 537 E : 11-16 16:35:06.116 2037 3124 W BaseMiuiPhoneWindowManager: keyCode:82 down:false eventTime:160951140 downTime:160950988 policyFlags:2b000002 flags:48 deviceId:-1 isScreenOn:true keyguardActive:false repeatCount:0 11-16 16:35:06.119 26695 26695 W HeadsUpManager: removeHeadsUpNotification() no heads up notification on show 11-16 16:35:06.123 26695 26695 D RecentsImpl: startRecentsActivity runningTask: ComponentInfo{com.google.android.apps.maps/com.google.android.maps.MapsActivity} 11-16 16:35:06.124 26695 26695 D EventBus: [26695, u0] send(ActivitySetDummyTranslucentEvent) 11-16 16:35:06.124 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(ActivitySetDummyTranslucentEvent) 11-16 16:35:06.125 26695 26695 D EventBus: [26695, u0] onBusEvent(ActivitySetDummyTranslucentEvent) duration: 99 microseconds, avg: 773 11-16 16:35:06.134 2037 15047 I OpenGLRenderer: Initialized EGL, version 1.4 11-16 16:35:06.134 2037 15047 D OpenGLRenderer: Swap behavior 2 11-16 16:35:06.159 2345 2356 I PeopleChimeraService: onService. callbacks = aaal@2cd8d05, request = com.google.android.gms.common.internal.GetServiceRequest@95ac15a 11-16 16:35:06.159 2345 2362 I PeopleChimeraService: onService. callbacks = aaal@829ef8b, request = com.google.android.gms.common.internal.GetServiceRequest@1598868 11-16 16:35:06.161 2037 2109 I ActivityManager: START u0 {flg=0x10884000 cmp=com.android.systemui/.recents.RecentsActivity (has extras)} from uid 1000 11-16 16:35:06.162 2037 2109 I ActivityManager: Ignoring FLAG_ACTIVITY_NEW_DOCUMENT, launchMode is "singleInstance" or "singleTask" 11-16 16:35:06.165 2037 2109 D ActivityTrigger: activityResumeTrigger: The activity in ApplicationInfo{47e5d06 com.android.systemui} is now in focus and seems to be in full-screen mode 11-16 16:35:06.165 2037 2109 E ActivityTrigger: activityResumeTrigger: not whiteListedcom.android.systemui/com.android.systemui.recents.RecentsActivity/201901070 11-16 16:35:06.167 2037 2109 D ActivityTrigger: ActivityTrigger activityPauseTrigger 11-16 16:35:06.170 543 589 E ANDR-PERF-OPTSHANDLER: Perflock resource /sys/class/devfreq/soc:qcom,llccbw/min_freq not supported 11-16 16:35:06.170 543 589 E ANDR-PERF-RESOURCEQS: Failed to apply optimization [12, 0] 11-16 16:35:06.178 2037 2109 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:06.179 2037 2109 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:06.179 2037 2109 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:06.179 3957 4159 D GameBoosterService: onGameStatusChange foreground:ForegroundInfo{mForegroundPackageName='com.android.systemui', mForegroundUid=1000, mForegroundPid=26695, mLastForegroundPackageName='com.google.android.apps.maps', mLastForegroundUid=10080, mLastForegroundPid=4972, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0} 11-16 16:35:06.208 2037 2109 I Timeline: Timeline: App_transition_ready time:160951233 11-16 16:35:06.213 26695 26695 D EventBus: [26695, u0] send(RecentsActivityStartingEvent) 11-16 16:35:06.213 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(RecentsActivityStartingEvent) 11-16 16:35:06.213 26695 26695 D EventBus: [26695, u0] onBusEvent(RecentsActivityStartingEvent) duration: 11 microseconds, avg: 772 11-16 16:35:06.213 26695 26695 D EventBus: [26695, u0] -> DividerView [0x1778271, P1] onBusEvent(RecentsActivityStartingEvent) 11-16 16:35:06.216 26695 26695 D EventBus: [26695, u0] onBusEvent(RecentsActivityStartingEvent) duration: 2748 microseconds, avg: 775 11-16 16:35:06.216 26695 26695 D EventBus: [26695, u0] -> Recents [0x5b7eaec, P1] onBusEvent(RecentsActivityStartingEvent) 11-16 16:35:06.216 26695 26695 D EventBus: [26695, u0] onBusEvent(RecentsActivityStartingEvent) duration: 21 microseconds, avg: 774 11-16 16:35:06.221 26695 26695 D EventBus: [26695, u0] unregister() 11-16 16:35:06.221 26695 26695 D EventBus: [26695, u0] registerSubscriber(TaskViewThumbnail) 11-16 16:35:06.221 26695 26695 D EventBus: [26695, u0] Subscriber class type already registered 11-16 16:35:06.224 2037 2223 I GnssLocationProvider: WakeLock acquired by sendMessage(REPORT_SV_STATUS, 0, com.android.server.location.GnssLocationProvider$SvStatusInfo@f65755) 11-16 16:35:06.227 26695 26695 D RecentsActivity: getFreeMemory:719498240 11-16 16:35:06.241 541 2658 E IzatSvc_PassiveLocListener: Exiting with error onLocationChanged line 154 "1" 11-16 16:35:06.250 2037 2061 I GnssLocationProvider: WakeLock released by handleMessage(REPORT_SV_STATUS, 0, com.android.server.location.GnssLocationProvider$SvStatusInfo@f65755) 11-16 16:35:06.261 26695 26695 D EventBus: [26695, u0] send(ShowStackActionButtonEvent) 11-16 16:35:06.261 26695 26695 D EventBus: [26695, u0] -> RecentsView [0xaa026db, P3] onBusEvent(ShowStackActionButtonEvent) 11-16 16:35:06.261 26695 26695 D EventBus: [26695, u0] onBusEvent(ShowStackActionButtonEvent) duration: 23 microseconds, avg: 772 11-16 16:35:06.276 26695 26695 D EventBus: [26695, u0] post(RecentsDrawnEvent) 11-16 16:35:06.276 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:06.276 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:06.276 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 27 microseconds, avg: 771 11-16 16:35:06.277 2037 2142 D NtpTrustedTime: currentTimeMillis() cache hit 11-16 16:35:06.279 5462 5462 I LatinApp: set BrellaInit fields for in-app training. 11-16 16:35:06.280 26695 26695 D RecentsActivity: getFreeMemory:707574784 11-16 16:35:06.281 5462 5462 W putmethod.lati: Accessing hidden method Landroid/os/storage/StorageManager;->inCryptKeeperBounce()Z (dark greylist, reflection) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: Cannot find StorageManager.inCryptKeeperBounce() 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: java.lang.NoSuchMethodException: inCryptKeeperBounce [] 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at java.lang.Class.getMethod(Class.java:2068) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at java.lang.Class.getMethod(Class.java:1690) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at khl.b(PG:10) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at khl.a(PG:19) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at com.google.android.apps.inputmethod.libs.framework.core.AppBase.onCreate(PG:46) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1155) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5949) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at android.app.ActivityThread.access$1200(ActivityThread.java:200) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1673) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at android.os.Handler.dispatchMessage(Handler.java:106) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at android.os.Looper.loop(Looper.java:201) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at android.app.ActivityThread.main(ActivityThread.java:6810) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at java.lang.reflect.Method.invoke(Native Method) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873) 11-16 16:35:06.305 26695 26695 D StatusBar: disable disable2 11-16 16:35:06.306 26695 26695 D PhoneStatusBar/NavigationBarView: setDisabledFlags back:false home:false recent:false 11-16 16:35:06.307 26695 26695 D EventBus: [26695, u0] send(TaskSnapshotChangedEvent) 11-16 16:35:06.308 26695 26695 D EventBus: [26695, u0] -> TaskViewThumbnail [0x348b01f, P1] onBusEvent(TaskSnapshotChangedEvent) 11-16 16:35:06.308 26695 26695 D EventBus: [26695, u0] onBusEvent(TaskSnapshotChangedEvent) duration: 139 microseconds, avg: 770 11-16 16:35:06.308 26695 26695 D EventBus: [26695, u0] -> TaskViewThumbnail [0x52a91a, P1] onBusEvent(TaskSnapshotChangedEvent) 11-16 16:35:06.308 26695 26695 D EventBus: [26695, u0] onBusEvent(TaskSnapshotChangedEvent) duration: 7 microseconds, avg: 769 11-16 16:35:06.314 2037 2142 D NtpTrustedTime: currentTimeMillis() cache hit 11-16 16:35:06.319 26695 26695 W HeadsUpManager: removeHeadsUpNotification() no heads up notification on show 11-16 16:35:06.323 3957 4338 I TrafficManageService: mina mTrafficStatsReceiver onReceive 11-16 16:35:06.325 5462 5462 I DeviceStatusMonitor: getCurrentNetworkState(): activeNetwork = 125, newState = NON_METERED 11-16 16:35:06.334 4972 4972 I Choreographer: Skipped 35 frames! The application may be doing too much work on its main thread. 11-16 16:35:06.344 26695 26695 D EventBus: [26695, u0] -> DividerView [0x1778271, P1] onBusEvent(RecentsDrawnEvent) 11-16 16:35:06.344 26695 26695 D EventBus: [26695, u0] onBusEvent(RecentsDrawnEvent) duration: 10 microseconds, avg: 768 11-16 16:35:06.344 26695 26695 D EventBus: [26695, u0] -> Recents [0x5b7eaec, P1] onBusEvent(RecentsDrawnEvent) 11-16 16:35:06.346 26695 26695 D EventBus: [26695, u0] onBusEvent(RecentsDrawnEvent) duration: 1039 microseconds, avg: 768 11-16 16:35:06.381 4972 4972 W Looper : Slow Looper main: doFrame is 584ms late because of 59 msg, msg 1 took 415ms (late=218ms h=android.view.Choreographer$FrameHandler c=android.view.Choreographer$FrameDisplayEventReceiver), msg 59 took 174ms (late=424ms h=android.os.Handler c=doj) 11-16 16:35:06.415 5462 5462 I TransientFileCleaner: Deleting 0 files 11-16 16:35:06.416 5462 5462 I TransientFileCleaner: Deleting 0 files 11-16 16:35:06.424 5462 5462 I LatinApp: initialize() 11-16 16:35:06.444 5462 5462 I ConfigurationNotification: Get device mode by ui mode:1 and smallestScreenWidthDp:360 11-16 16:35:06.444 5462 5462 I ConfigurationNotification: Get device mode by ui mode:1 and smallestScreenWidthDp:360 11-16 16:35:06.444 5462 5462 I LatinApp: Getting imeListDef by xml parsing 11-16 16:35:06.446 5462 5462 I ConfigurationNotification: Get device mode by ui mode:1 and smallestScreenWidthDp:360 11-16 16:35:06.456 5462 5462 I ExperimentConfigurationManager: decontext == null false 11-16 16:35:06.463 5462 5462 I TransientFileCleaner: Deleting 0 files 11-16 16:35:06.463 2037 2108 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:06.463 2037 2108 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:06.463 2037 2108 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:06.477 2037 2062 D ActivityTrigger: ActivityTrigger activityStopTrigger 11-16 16:35:06.489 2881 2881 W ChimeraUtils: Non Chimera context 11-16 16:35:06.490 2881 2881 W ChimeraUtils: Non Chimera context 11-16 16:35:06.501 2037 2061 I GnssLocationProvider: WakeLock acquired by sendMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@5a9d02f) 11-16 16:35:06.502 2037 2061 I GnssLocationProvider: WakeLock released by handleMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@5a9d02f) 11-16 16:35:06.513 5462 5491 I LauncherIconVisibilityInitializerBase: doUpdate() : Visible = false 11-16 16:35:06.530 2037 2046 I system_server: NativeAlloc concurrent copying GC freed 227846(9MB) AllocSpace objects, 15(500KB) LOS objects, 38% free, 37MB/61MB, paused 216us total 270.431ms 11-16 16:35:06.530 2037 3767 I GnssLocationProvider: WakeLock acquired by sendMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@3e9dd1a) 11-16 16:35:06.531 2037 2061 I GnssLocationProvider: WakeLock released by handleMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@3e9dd1a) 11-16 16:35:06.532 2037 2223 V LocSvc_HIDL_OsNpGlue_jni: [onSetRequest][61] [HC] <<= [HS] 11-16 16:35:06.537 26695 26695 D EventBus: [26695, u0] send(AppTransitionFinishedEvent) 11-16 16:35:06.538 26695 26695 D EventBus: [26695, u0] -> ForcedResizableInfoActivityController [0x6dccf75, P1] onBusEvent(AppTransitionFinishedEvent) 11-16 16:35:06.538 26695 26695 D EventBus: [26695, u0] onBusEvent(AppTransitionFinishedEvent) duration: 27 microseconds, avg: 767 11-16 16:35:06.538 26695 26695 D EventBus: [26695, u0] send(AppTransitionFinishedEvent) 11-16 16:35:06.538 26695 26695 D EventBus: [26695, u0] -> ForcedResizableInfoActivityController [0x6dccf75, P1] onBusEvent(AppTransitionFinishedEvent) 11-16 16:35:06.538 26695 26695 D EventBus: [26695, u0] onBusEvent(AppTransitionFinishedEvent) duration: 24 microseconds, avg: 766 11-16 16:35:06.538 2037 2070 I Timeline: Timeline: Activity_windows_visible id: ActivityRecord{8fdefeb u0 com.android.systemui/.recents.RecentsActivity t6} time:160951563 11-16 16:35:06.540 568 6693 W SurfaceFlinger: Attempting to set client state on removed layer: thumbnail anim: AppWindowToken{112eb66 token=Token{7bb27c1 ActivityRecord{f4580a8 u0 com.google.android.apps.maps/com.google.android.maps.MapsActivity t547}}}#0 11-16 16:35:06.540 568 6693 W SurfaceFlinger: Attempting to destroy on removed layer: thumbnail anim: AppWindowToken{112eb66 token=Token{7bb27c1 ActivityRecord{f4580a8 u0 com.google.android.apps.maps/com.google.android.maps.MapsActivity t547}}}#0 11-16 16:35:06.541 2037 2110 I Timeline: Timeline: App_transition_stopped time:160951565 11-16 16:35:06.542 26695 26695 D EventBus: [26695, u0] send(EnterRecentsWindowAnimationCompletedEvent) 11-16 16:35:06.542 26695 26695 D EventBus: [26695, u0] -> RecentsView [0xaa026db, P3] onBusEvent(EnterRecentsWindowAnimationCompletedEvent) 11-16 16:35:06.542 26695 26695 D EventBus: [26695, u0] onBusEvent(EnterRecentsWindowAnimationCompletedEvent) duration: 18 microseconds, avg: 764 11-16 16:35:06.542 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(EnterRecentsWindowAnimationCompletedEvent) 11-16 16:35:06.543 26695 26695 D EventBus: [26695, u0] onBusEvent(EnterRecentsWindowAnimationCompletedEvent) duration: 538 microseconds, avg: 764 11-16 16:35:06.543 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(EnterRecentsWindowAnimationCompletedEvent) 11-16 16:35:06.543 26695 26695 D EventBus: [26695, u0] onBusEvent(EnterRecentsWindowAnimationCompletedEvent) duration: 290 microseconds, avg: 763 11-16 16:35:06.550 2037 2044 W System : A resource failed to call release. 11-16 16:35:06.588 26695 26695 D StatusBar: disable disable2 11-16 16:35:06.599 5462 5504 I ModuleManager: Unexpected key 'com.google.android.partnersetup.RLZ_BOUNTY_ACCESS_POINT' does not match 'module:' 11-16 16:35:06.605 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:06.605 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:06.605 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 85 microseconds, avg: 762 11-16 16:35:06.610 5462 5462 I UrgentSignalsProcessor: getInstance(): Creating UrgentSignalsProcessor instance 11-16 16:35:06.621 5462 5462 W TiresiasImpl: Tiresias set up 11-16 16:35:06.627 5462 5504 I ModuleManager: Unexpected key 'com.google.android.gms.phenotype.registration.xml:com.google.android.gms.learning' does not match 'module:' 11-16 16:35:06.629 5462 5462 W ExecutorUtils: createScheduledExecutorService(): name[PhenotypeExpConfig] exceeds limit 11-16 16:35:06.632 5462 5504 I ModuleManager: Unexpected key 'com.google.android.backup.api_key' does not match 'module:' 11-16 16:35:06.641 5462 5462 W PhenotypeExperimentConfiguration: Type of flag delight_apps_metadata_uri should be [5], got [4] 11-16 16:35:06.643 2037 3126 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:06.643 2037 3126 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:06.643 2037 3126 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:06.645 5462 5462 W PhenotypeExperimentConfiguration: Type of flag delight_metadata_launch_tag should be [5], got [4] 11-16 16:35:06.645 5462 5462 W PhenotypeExperimentConfiguration: Type of flag delight_metadata_uri should be [5], got [4] 11-16 16:35:06.645 5462 5462 W PhenotypeExperimentConfiguration: Type of flag delight_overrides_metadata_uri should be [5], got [4] 11-16 16:35:06.646 5462 5462 W PhenotypeExperimentConfiguration: Type of flag key_locale_cutout_switches_lm should be [5], got [4] 11-16 16:35:06.646 5462 5462 W PhenotypeExperimentConfiguration: Type of flag key_locale_cutout_switches_sm should be [5], got [4] 11-16 16:35:06.647 2881 2881 W ChimeraUtils: Non Chimera context 11-16 16:35:06.647 2881 2881 W ChimeraUtils: Non Chimera context 11-16 16:35:06.648 5462 5462 I UrgentSignalsProcessor: Received flagsUpdated for urgent signal 11-16 16:35:06.649 5462 5518 I SuperDelight: initializeDelightSuperpacks() 11-16 16:35:06.653 5462 5518 I SuperDelight: getDelightMetadataUriAndVersion(): Phenotype : 2019110101 : https://www.gstatic.com/android/keyboard/dictionarypack/latest/metadata_staging.json 11-16 16:35:06.658 5462 5504 I ModuleManager: Unexpected key 'com.google.android.gms.version' does not match 'module:' 11-16 16:35:06.665 5462 5521 I SuperpacksManager: initializeInternal() 11-16 16:35:06.669 5462 5519 I PhenotypeIme: RegisterTask.registerWithPhenotype() : com.google.android.inputmethod.latin : 26881014 11-16 16:35:06.680 5462 5462 I PhenotypeExperimentConfiguration: refreshConfiguration() : Force = true : UpdateAvailable = false : Age = 177 minutes : MaxAge = 720 minutes 11-16 16:35:06.686 5462 5524 I ConfigurationNotification: Get device mode by ui mode:1 and smallestScreenWidthDp:360 11-16 16:35:06.703 5462 5462 I AppBase : onTrimMemory(): 10 11-16 16:35:06.705 5462 5521 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. 11-16 16:35:06.719 5462 5462 I ShortcutsDataManager: onContentChanged() 11-16 16:35:06.719 5462 5504 I ModuleManager: initializeModules() : WaitTime = 21 ms : RunTime = 263 ms 11-16 16:35:06.720 5462 5523 I ShortcutsDataManager: onContentChanged() 11-16 16:35:06.723 5462 5521 W putmethod.lati: Unsupported class loader 11-16 16:35:06.731 5462 5523 I ContactsDataManager: onContentChanged() 11-16 16:35:06.731 5462 5521 W putmethod.lati: Skipping duplicate class check due to unsupported classloader 11-16 16:35:06.732 5462 5523 I EmailDataManager: onContentChanged() 11-16 16:35:06.737 5462 5521 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:4 11-16 16:35:06.738 5462 5521 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 4 11-16 16:35:06.741 5462 5462 I DeviceStatusMonitor: onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE 11-16 16:35:06.741 5462 5462 I DeviceStatusMonitor: getCurrentNetworkState(): activeNetwork = 125, newState = NON_METERED 11-16 16:35:06.846 5462 5521 I DynamiteLoaderV2: [71] Googlecertificates 11-16 16:35:06.850 5462 5519 I PhenotypeIme: FetchConfigurationTask.fetchConfiguration() : com.google.android.inputmethod.latin 11-16 16:35:06.856 5462 5521 W putmethod.lati: Unsupported class loader 11-16 16:35:06.870 5462 5521 W putmethod.lati: Skipping duplicate class check due to unsupported classloader 11-16 16:35:06.917 26695 26695 D EventBus: [26695, u0] send(UserInteractionEvent) 11-16 16:35:06.917 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(UserInteractionEvent) 11-16 16:35:06.917 26695 26695 D EventBus: [26695, u0] onBusEvent(UserInteractionEvent) duration: 29 microseconds, avg: 761 11-16 16:35:06.917 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(UserInteractionEvent) 11-16 16:35:06.918 26695 26695 D EventBus: [26695, u0] onBusEvent(UserInteractionEvent) duration: 30 microseconds, avg: 760 11-16 16:35:06.952 5462 5462 I DictionarySuperpacksManager: onEnabledInputMethodEntriesChanged 11-16 16:35:06.993 5462 5521 D NetworkSecurityConfig: No Network Security Config specified, using platform default 11-16 16:35:07.007 5462 5525 W PrimesInit: Primes instant initialization 11-16 16:35:07.017 5462 5521 I SuperpacksManager: Switched background task scheduler: false 11-16 16:35:07.026 5462 5521 I JobSchedulerImpl: Schedule task: superpacks-gc-task. Cancel the pre-existing task. 11-16 16:35:07.029 5462 5521 I JobSchedulerImpl: Schedule task: superpacks-gc-task. Success. 11-16 16:35:07.051 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.051 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.051 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 17 microseconds, avg: 758 11-16 16:35:07.067 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.067 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.067 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 15 microseconds, avg: 757 11-16 16:35:07.084 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.084 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.084 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 17 microseconds, avg: 756 11-16 16:35:07.096 5462 5541 W Primes : background initialization 11-16 16:35:07.101 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.101 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.101 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 23 microseconds, avg: 755 11-16 16:35:07.109 2881 2892 I .gms.persisten: Background concurrent copying GC freed 242419(11MB) AllocSpace objects, 13(360KB) LOS objects, 51% free, 11MB/23MB, paused 184us total 144.710ms 11-16 16:35:07.118 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.118 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.118 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 16 microseconds, avg: 754 11-16 16:35:07.134 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.134 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.134 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 15 microseconds, avg: 752 11-16 16:35:07.151 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.151 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.151 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 20 microseconds, avg: 751 11-16 16:35:07.168 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.168 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.168 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 19 microseconds, avg: 750 11-16 16:35:07.184 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.184 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.184 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 15 microseconds, avg: 749 11-16 16:35:07.201 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.201 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.201 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 16 microseconds, avg: 748 11-16 16:35:07.218 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.218 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.218 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 21 microseconds, avg: 746 11-16 16:35:07.225 2037 2223 I GnssLocationProvider: WakeLock acquired by sendMessage(REPORT_SV_STATUS, 0, com.android.server.location.GnssLocationProvider$SvStatusInfo@73120f) 11-16 16:35:07.227 2037 2061 I GnssLocationProvider: WakeLock released by handleMessage(REPORT_SV_STATUS, 0, com.android.server.location.GnssLocationProvider$SvStatusInfo@73120f) 11-16 16:35:07.231 541 2658 E IzatSvc_PassiveLocListener: Exiting with error onLocationChanged line 154 "1" 11-16 16:35:07.235 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.235 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.235 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 87 microseconds, avg: 745 11-16 16:35:07.252 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.252 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.252 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 26 microseconds, avg: 744 11-16 16:35:07.268 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.268 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.268 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 17 microseconds, avg: 743 11-16 16:35:07.284 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.284 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.284 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 21 microseconds, avg: 742 11-16 16:35:07.284 5462 5541 I PrimesTesting: GserviceFlagsSupplier.get() 11-16 16:35:07.301 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.302 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.302 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 26 microseconds, avg: 741 11-16 16:35:07.317 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.318 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.318 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 28 microseconds, avg: 740 11-16 16:35:07.334 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.335 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.336 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 29 microseconds, avg: 738 11-16 16:35:07.351 26695 26695 D EventBus: [26695, u0] send(TaskViewDismissedEvent) 11-16 16:35:07.351 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(TaskViewDismissedEvent) 11-16 16:35:07.351 26695 26695 D EventBus: [26695, u0] unregister() 11-16 16:35:07.352 26695 26695 D EventBus: [26695, u0] send(DeleteTaskDataEvent) 11-16 16:35:07.352 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(DeleteTaskDataEvent) 11-16 16:35:07.352 26695 26695 D RecentsActivity: removeTask: [id=547 stackId=548 windowingMode=1 user=0 lastActiveTime=712139687] Maps 11-16 16:35:07.352 26695 26695 D EventBus: [26695, u0] onBusEvent(DeleteTaskDataEvent) duration: 225 microseconds, avg: 738 11-16 16:35:07.352 26695 26695 D EventBus: [26695, u0] onBusEvent(TaskViewDismissedEvent) duration: 1597 microseconds, avg: 739 11-16 16:35:07.353 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.353 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.353 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 25 microseconds, avg: 738 11-16 16:35:07.355 2037 2109 I ProcessManager: Kill reason SwipeUpClean from pid=26695 11-16 16:35:07.357 2037 2109 D ProcessManager: update DY:[com.facemoji.lite.xiaomi, com.miui.voip] 11-16 16:35:07.381 2037 2109 D ProcessManager: remove task: TaskRecord{258c02b #547 A=com.google.android.apps.maps U=0 StackId=548 sz=1} 11-16 16:35:07.382 2037 2109 I ProcessManager: SwipeUpClean: kill com.google.android.apps.maps Adj=0 State=9 11-16 16:35:07.382 2037 2109 I ActivityManager: Killing 4972:com.google.android.apps.maps/u0a80 (adj 0): SwipeUpClean 11-16 16:35:07.384 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.390 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.394 5462 5533 I DynamicLanguageModelOperation: perform() : 20 : cgq : Completed 11-16 16:35:07.395 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.529 2037 2065 I chatty : uid=1000(system) ActivityManager identical 24 lines 11-16 16:35:07.534 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.537 2037 2131 W InputDispatcher: channel '9d3aa67 com.google.android.apps.maps/com.google.android.maps.MapsActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 11-16 16:35:07.537 2037 2131 E InputDispatcher: channel '9d3aa67 com.google.android.apps.maps/com.google.android.maps.MapsActivity (server)' ~ Channel is unrecoverably broken and will be disposed! 11-16 16:35:07.541 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.545 2037 2108 D GnssStatusListenerHelper: Remote Listener died: android.location.IGnssStatusListener$Stub$Proxy@f12c621 11-16 16:35:07.546 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.547 2037 3767 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=2324, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10080] ], android.os.BinderProxy@1e29a46) 11-16 16:35:07.548 2037 8216 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=2323, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10080] ], android.os.BinderProxy@a13407) 11-16 16:35:07.550 2037 2155 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=2323, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10080] ] (release request) 11-16 16:35:07.551 2037 2544 I WindowManager: WIN DEATH: Window{9d3aa67 u0 com.google.android.apps.maps/com.google.android.maps.MapsActivity} 11-16 16:35:07.551 2037 2544 W InputDispatcher: Attempted to unregister already unregistered input channel '9d3aa67 com.google.android.apps.maps/com.google.android.maps.MapsActivity (server)' 11-16 16:35:07.552 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.553 2037 3124 I GnssLocationProvider: WakeLock acquired by sendMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@6e77934) 11-16 16:35:07.557 2037 2108 W ActivityManager: Scheduling restart of crashed service com.google.android.apps.maps/com.google.android.apps.gmm.util.systemhealth.impl.SystemHealthService in 1000ms 11-16 16:35:07.557 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.558 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 1 11-16 16:35:07.558 2037 2061 I GnssLocationProvider: WakeLock released by handleMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@6e77934) 11-16 16:35:07.559 26781 26781 I QcrilOemhookMsgTunnel: [0]invokeOemRilRequestRaw: serial=1282 length=24 11-16 16:35:07.559 26695 26695 D EventBus: [26695, u0] send(AppTransitionFinishedEvent) 11-16 16:35:07.559 26695 26695 D EventBus: [26695, u0] -> ForcedResizableInfoActivityController [0x6dccf75, P1] onBusEvent(AppTransitionFinishedEvent) 11-16 16:35:07.559 26695 26695 D EventBus: [26695, u0] onBusEvent(AppTransitionFinishedEvent) duration: 23 microseconds, avg: 737 11-16 16:35:07.561 26781 26813 I QcrilOemhookMsgTunnel: [0]processOemHookResponse serial no: 1282 error: 0length=0 11-16 16:35:07.561 568 751 W SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{112eb66 token=Token{7bb27c1 ActivityRecord{f4580a8 u0 com.google.android.apps.maps/com.google.android.maps.MapsActivity t547}}}#0 11-16 16:35:07.561 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 2 11-16 16:35:07.563 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.564 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 1 11-16 16:35:07.565 26781 26813 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28 11-16 16:35:07.566 26781 26781 I QcrilOemhookMsgTunnel: [1]invokeOemRilRequestRaw: serial=1283 length=24 11-16 16:35:07.567 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 0 11-16 16:35:07.568 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.570 2037 2070 W ActivityManager: setHasOverlayUi called on unknown pid: 4972 11-16 16:35:07.572 26781 26813 I QcrilOemhookMsgTunnel: [1]processOemHookResponse serial no: 1283 error: 0length=0 11-16 16:35:07.574 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.575 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 2 11-16 16:35:07.576 26781 26813 I QcrilOemhookMsgTunnel: [1]processOemHookIndication length=28 11-16 16:35:07.577 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 0 11-16 16:35:07.579 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.579 2037 2037 D NotificationService: updateLightsLocked | midtestflag=false 11-16 16:35:07.580 2037 2130 V LocSvc_HIDL_OsNpGlue_jni: [onStopRequest][68] [HC] <<= [HS] 11-16 16:35:07.581 5462 5462 I AppBase : onTrimMemory(): 80 11-16 16:35:07.585 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.587 26695 26695 I StatusBar: onNotificationRemoved: 0|com.android.systemui|252119|null|1000 11-16 16:35:07.591 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.591 2037 2065 I libprocessgroup: Successfully killed process cgroup uid 10080 pid 4972 in 207ms 11-16 16:35:07.591 819 819 I Zygote : Process 4972 exited due to signal (9) 11-16 16:35:07.593 26695 26695 D StatusBar: removeNotification key=0|com.android.systemui|252119|nu

rmamtaventures commented 4 years ago

Please check following logs: - 11-16 16:35:04.259 2037 6626 D ProcessManager: update DY:[com.facemoji.lite.xiaomi, com.miui.voip] 11-16 16:35:04.264 518 4946 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback 11-16 16:35:04.265 518 4946 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 2, with Raise=0 11-16 16:35:04.265 518 4946 D hardware_info: hw_info_append_hw_type : device_name = speaker 11-16 16:35:04.265 518 4946 D audio_hw_primary: disable_snd_device: snd_device(2: speaker) 11-16 16:35:04.265 518 4946 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0) 11-16 16:35:04.266 2037 6626 D ProcessManager: remove task: TaskRecord{76528af #545 A=com.rindventures.pidge U=0 StackId=545 sz=1} 11-16 16:35:04.269 2037 6626 I ProcessManager: SwipeUpClean: kill com.rindventures.pidge Adj=900 State=18 11-16 16:35:04.269 2037 6626 I ActivityManager: Killing 3978:com.rindventures.pidge/u0a254 (adj 900): SwipeUpClean 11-16 16:35:04.270 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.281 2037 2065 I chatty : uid=1000(system) ActivityManager identical 2 lines 11-16 16:35:04.286 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.286 518 4946 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0 11-16 16:35:04.287 518 4946 D audio_hw_primary: out_standby: exit 11-16 16:35:04.292 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.342 2037 2065 I chatty : uid=1000(system) ActivityManager identical 9 lines 11-16 16:35:04.347 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.350 2037 2131 W InputDispatcher: channel 'f51f4c1 com.rindventures.pidge/com.rindventures.pidge.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 11-16 16:35:04.350 2037 2131 E InputDispatcher: channel 'f51f4c1 com.rindventures.pidge/com.rindventures.pidge.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed! 11-16 16:35:04.353 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.353 2037 8216 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=2325, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10254] ], android.os.BinderProxy@3910c45) 11-16 16:35:04.353 2037 2108 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=2321, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN&FOREGROUND Unwanted: Uid: 10254] ], android.os.BinderProxy@8dd6f9a) 11-16 16:35:04.354 2037 2155 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=2325, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10254] ] (release request) 11-16 16:35:04.355 2037 9259 I WindowManager: WIN DEATH: Window{f51f4c1 u0 com.rindventures.pidge/com.rindventures.pidge.MainActivity} 11-16 16:35:04.356 2037 9259 W InputDispatcher: Attempted to unregister already unregistered input channel 'f51f4c1 com.rindventures.pidge/com.rindventures.pidge.MainActivity (server)' 11-16 16:35:04.359 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.361 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 1 11-16 16:35:04.337 566 566 W Binder:566_5: type=1400 audit(0.0:38742): avc: denied { write } for name="logd" dev="tmpfs" ino=16518 scontext=u:r:audioserver:s0 tcontext=u:object_r:logd_socket:s0 tclass=sock_file permissive=0 11-16 16:35:04.364 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.369 26781 26781 I QcrilOemhookMsgTunnel: [0]invokeOemRilRequestRaw: serial=1280 length=24 11-16 16:35:04.369 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.373 26695 26695 D EventBus: [26695, u0] send(AppTransitionFinishedEvent) 11-16 16:35:04.373 26695 26695 D EventBus: [26695, u0] -> ForcedResizableInfoActivityController [0x6dccf75, P1] onBusEvent(AppTransitionFinishedEvent) 11-16 16:35:04.373 26695 26695 D EventBus: [26695, u0] onBusEvent(AppTransitionFinishedEvent) duration: 19 microseconds, avg: 721 11-16 16:35:04.373 26781 26813 I QcrilOemhookMsgTunnel: [0]processOemHookResponse serial no: 1280 error: 0length=0 11-16 16:35:04.375 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.376 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 2 11-16 16:35:04.378 26781 26813 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28 11-16 16:35:04.379 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 1 11-16 16:35:04.380 26781 26781 I QcrilOemhookMsgTunnel: [1]invokeOemRilRequestRaw: serial=1281 length=24 11-16 16:35:04.380 2037 2065 W libprocessgroup: kill(-3978, 9) failed: No such process 11-16 16:35:04.380 2037 2065 I libprocessgroup: Successfully killed process cgroup uid 10254 pid 3978 in 110ms 11-16 16:35:04.381 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 0 11-16 16:35:04.381 568 6693 W SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{4602b73 token=Token{e665be2 ActivityRecord{3845cad u0 com.rindventures.pidge/.MainActivity t545}}}#0 11-16 16:35:04.381 820 820 I Zygote : Process 3978 exited due to signal (9) 11-16 16:35:04.382 26781 26813 I QcrilOemhookMsgTunnel: [1]processOemHookResponse serial no: 1281 error: 0length=0 11-16 16:35:04.385 26781 26813 I QcrilOemhookMsgTunnel: [1]processOemHookIndication length=28 11-16 16:35:04.389 2037 2070 W ActivityManager: setHasOverlayUi called on unknown pid: 3978 11-16 16:35:04.391 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 2 11-16 16:35:04.391 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 0 11-16 16:35:04.404 4684 4733 D PowerKeeper.AppBgIdle: setUidState, uid = 10254 allow = true 11-16 16:35:04.653 26695 26695 D EventBus: [26695, u0] send(UserInteractionEvent) 11-16 16:35:04.654 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(UserInteractionEvent) 11-16 16:35:04.654 26695 26695 D EventBus: [26695, u0] onBusEvent(UserInteractionEvent) duration: 97 microseconds, avg: 720 11-16 16:35:04.654 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(UserInteractionEvent) 11-16 16:35:04.654 26695 26695 D EventBus: [26695, u0] onBusEvent(UserInteractionEvent) duration: 22 microseconds, avg: 718 11-16 16:35:04.659 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:04.659 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:04.659 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 43 microseconds, avg: 717 11-16 16:35:04.685 26695 26695 D EventBus: [26695, u0] send(LaunchTaskEvent) 11-16 16:35:04.685 26695 26695 D EventBus: [26695, u0] -> RecentsView [0xaa026db, P3] onBusEvent(LaunchTaskEvent) 11-16 16:35:04.687 26695 26695 D EventBus: [26695, u0] send(LaunchTaskStartedEvent) 11-16 16:35:04.687 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(LaunchTaskStartedEvent) 11-16 16:35:04.688 26695 26695 D EventBus: [26695, u0] onBusEvent(LaunchTaskStartedEvent) duration: 1055 microseconds, avg: 718 11-16 16:35:04.705 2037 2108 I ActivityManager: START u0 {act=android.intent.action.VIEW dat=geo:0,0?q=28.4607022,77.0532815(Test) flg=0x10100000 cmp=com.google.android.apps.maps/com.google.android.maps.MapsActivity} from uid 10254 11-16 16:35:04.712 2037 2108 D ActivityTrigger: activityStartTrigger: Activity is Triggerred in full screen ApplicationInfo{fab7ea7 com.google.android.apps.maps} 11-16 16:35:04.713 2037 2108 E ActivityTrigger: activityStartTrigger: not whiteListedcom.google.android.apps.maps/com.google.android.maps.MapsActivity/1029101243 11-16 16:35:04.714 2037 2108 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:04.714 2037 2108 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:04.714 2037 2108 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:04.716 2037 2108 D ActivityTrigger: activityResumeTrigger: The activity in ApplicationInfo{fab7ea7 com.google.android.apps.maps} is now in focus and seems to be in full-screen mode 11-16 16:35:04.716 2037 2108 E ActivityTrigger: activityResumeTrigger: not whiteListedcom.google.android.apps.maps/com.google.android.maps.MapsActivity/1029101243 11-16 16:35:04.718 543 589 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only 11-16 16:35:04.718 2037 2108 D ActivityTrigger: ActivityTrigger activityPauseTrigger 11-16 16:35:04.723 26695 26695 D EventBus: [26695, u0] send(LaunchTaskSucceededEvent) 11-16 16:35:04.723 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(LaunchTaskSucceededEvent) 11-16 16:35:04.723 26695 26695 D EventBus: [26695, u0] onBusEvent(LaunchTaskSucceededEvent) duration: 215 microseconds, avg: 717 11-16 16:35:04.724 26695 26695 D EventBus: [26695, u0] onBusEvent(LaunchTaskEvent) duration: 39166 microseconds, avg: 783 11-16 16:35:04.724 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(LaunchTaskEvent) 11-16 16:35:04.724 26695 26695 D EventBus: [26695, u0] onBusEvent(LaunchTaskEvent) duration: 35 microseconds, avg: 782 11-16 16:35:04.724 26695 26695 D EventBus: [26695, u0] send(ClickTaskViewToLaunchTaskEvent) 11-16 16:35:04.724 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(ClickTaskViewToLaunchTaskEvent) 11-16 16:35:04.724 26695 26695 D EventBus: [26695, u0] onBusEvent(ClickTaskViewToLaunchTaskEvent) duration: 90 microseconds, avg: 780 11-16 16:35:04.726 26695 26695 D EventBus: [26695, u0] send(UserInteractionEvent) 11-16 16:35:04.726 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(UserInteractionEvent) 11-16 16:35:04.726 26695 26695 D EventBus: [26695, u0] onBusEvent(UserInteractionEvent) duration: 15 microseconds, avg: 779 11-16 16:35:04.726 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(UserInteractionEvent) 11-16 16:35:04.726 26695 26695 D EventBus: [26695, u0] onBusEvent(UserInteractionEvent) duration: 11 microseconds, avg: 778 11-16 16:35:04.727 2037 2108 D ActivityTrigger: activityResumeTrigger: The activity in ApplicationInfo{fab7ea7 com.google.android.apps.maps} is now in focus and seems to be in full-screen mode 11-16 16:35:04.727 2037 2108 E ActivityTrigger: activityResumeTrigger: not whiteListedcom.google.android.apps.maps/com.google.android.maps.MapsActivity/1029101243 11-16 16:35:04.728 2037 2108 E ActivityManager: applyOptionsLocked: Unknown animationType=0 11-16 16:35:04.735 4972 4972 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@3deff25 11-16 16:35:04.738 2037 2108 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:04.738 2037 2108 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:04.738 2037 2108 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:04.739 3957 4159 D GameBoosterService: onGameStatusChange foreground:ForegroundInfo{mForegroundPackageName='com.google.android.apps.maps', mForegroundUid=10080, mForegroundPid=4972, mLastForegroundPackageName='com.android.systemui', mLastForegroundUid=1000, mLastForegroundPid=26695, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0} 11-16 16:35:04.739 543 589 E ANDR-PERF-OPTSHANDLER: Perflock resource /sys/class/devfreq/soc:qcom,llccbw/min_freq not supported 11-16 16:35:04.739 543 589 E ANDR-PERF-RESOURCEQS: Failed to apply optimization [12, 0] 11-16 16:35:04.744 2037 2108 I Timeline: Timeline: App_transition_ready time:160949768 11-16 16:35:04.774 543 589 E ANDR-PERF-OPTSHANDLER: Perflock resource /sys/class/devfreq/soc:qcom,llccbw/min_freq not supported 11-16 16:35:04.774 543 589 E ANDR-PERF-RESOURCEQS: Failed to apply optimization [12, 0] 11-16 16:35:04.785 2037 2110 I Timeline: Timeline: App_transition_ready time:160949809 11-16 16:35:04.800 2037 2110 I Timeline: Timeline: App_transition_ready time:160949825 11-16 16:35:04.803 2037 2110 I Timeline: Timeline: App_transition_ready time:160949827 11-16 16:35:04.826 2037 2110 I Timeline: Timeline: App_transition_ready time:160949850 11-16 16:35:04.829 26695 26695 D StatusBar: disable disable2 11-16 16:35:04.840 26695 26695 D PhoneStatusBar/NavigationBarView: setDisabledFlags back:false home:false recent:false 11-16 16:35:04.842 26695 26695 D PhoneStatusBar/NavigationBarView: setDisabledFlags back:false home:false recent:false 11-16 16:35:04.848 26695 26695 D StatusBar: disable disable2 11-16 16:35:04.848 26695 26695 D EventBus: [26695, u0] send(CancelEnterRecentsWindowAnimationEvent) 11-16 16:35:04.849 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(CancelEnterRecentsWindowAnimationEvent) 11-16 16:35:04.849 26695 26695 D EventBus: [26695, u0] onBusEvent(CancelEnterRecentsWindowAnimationEvent) duration: 565 microseconds, avg: 777 11-16 16:35:04.849 26695 26695 D EventBus: [26695, u0] send(ExitRecentsWindowFirstAnimationFrameEvent) 11-16 16:35:04.849 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(ExitRecentsWindowFirstAnimationFrameEvent) 11-16 16:35:04.850 26695 26695 D EventBus: [26695, u0] onBusEvent(ExitRecentsWindowFirstAnimationFrameEvent) duration: 282 microseconds, avg: 777 11-16 16:35:04.959 2037 2108 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:04.959 2037 2108 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:04.959 2037 2108 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:04.972 2037 9259 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:04.972 2037 9259 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:04.972 2037 9259 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:04.980 2037 8216 I GnssLocationProvider: WakeLock acquired by sendMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@d83fcd9) 11-16 16:35:04.985 2037 2061 I GnssLocationProvider: WakeLock released by handleMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@d83fcd9) 11-16 16:35:04.997 2037 2223 V LocSvc_HIDL_OsNpGlue_jni: [onSetRequest][61] [HC] <<= [HS] 11-16 16:35:05.006 2037 2108 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:05.006 2037 2108 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:05.006 2037 2108 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:05.032 2037 4745 I WifiService: acquireWifiLock uid=10029 lockMode=2 11-16 16:35:05.033 2037 4745 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:05.034 2037 4745 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:05.034 2037 4745 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:05.059 2037 2062 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:05.059 2037 2062 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:05.059 2037 2062 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:05.062 2037 3124 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:05.062 2037 3124 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:05.063 2037 3124 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:05.089 2881 2881 W ChimeraUtils: Non Chimera context 11-16 16:35:05.089 2881 2881 W ChimeraUtils: Non Chimera context 11-16 16:35:05.095 2037 6480 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:05.095 2037 6480 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:05.095 2037 6480 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:05.108 3957 3957 V c : onNotificationPostedCallBack:StatusBarNotification(pkg=com.android.systemui user=UserHandle{0} id=252119 tag=null key=0|com.android.systemui|252119|null|1000: Notification(channel=LOC pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x2 color=0x00000000 vis=PRIVATE)) 11-16 16:35:05.110 26695 26695 I StatusBar: onNotificationPosted key:0|com.android.systemui|252119|null|1000 isUpdate:false 11-16 16:35:05.111 26695 26695 I StatusBar: handleNotification key:0|com.android.systemui|252119|null|1000 isUpdate:false 11-16 16:35:05.119 26695 26695 D StatusBar: addNotification key=0|com.android.systemui|252119|null|1000 11-16 16:35:05.124 26695 26695 D StatusBar: No peeking: unimportant notification: 0|com.android.systemui|252119|null|1000 11-16 16:35:05.124 26695 26695 I StatusBar: addNotification isHeadsUped:false 11-16 16:35:05.124 26695 26695 I StatusBar: addNotification key=0|com.android.systemui|252119|null|1000 11-16 16:35:05.169 26695 26695 D EventBus: [26695, u0] send(AppTransitionFinishedEvent) 11-16 16:35:05.169 26695 26695 D EventBus: [26695, u0] -> ForcedResizableInfoActivityController [0x6dccf75, P1] onBusEvent(AppTransitionFinishedEvent) 11-16 16:35:05.169 26695 26695 D EventBus: [26695, u0] onBusEvent(AppTransitionFinishedEvent) duration: 28 microseconds, avg: 775 11-16 16:35:05.171 568 6693 W SurfaceFlinger: Attempting to set client state on removed layer: Surface(name=AppWindowToken{f0cdbe1 token=Token{dfaf148 ActivityRecord{8fdefeb u0 com.android.systemui/.recents.RecentsActivity t6}}})/@0xb9affab - animation-leash#0 11-16 16:35:05.171 568 6693 W SurfaceFlinger: Attempting to destroy on removed layer: Surface(name=AppWindowToken{f0cdbe1 token=Token{dfaf148 ActivityRecord{8fdefeb u0 com.android.systemui/.recents.RecentsActivity t6}}})/@0xb9affab - animation-leash#0 11-16 16:35:05.176 568 2991 W SurfaceFlinger: Attempting to set client state on removed layer: thumbnail anim: AppWindowToken{112eb66 token=Token{7bb27c1 ActivityRecord{f4580a8 u0 com.google.android.apps.maps/com.google.android.maps.MapsActivity t547}}}#0 11-16 16:35:05.176 568 2991 W SurfaceFlinger: Attempting to destroy on removed layer: thumbnail anim: AppWindowToken{112eb66 token=Token{7bb27c1 ActivityRecord{f4580a8 u0 com.google.android.apps.maps/com.google.android.maps.MapsActivity t547}}}#0 11-16 16:35:05.176 2037 2110 I Timeline: Timeline: App_transition_stopped time:160950201 11-16 16:35:05.191 26695 26695 D EventBus: [26695, u0] send(AppTransitionFinishedEvent) 11-16 16:35:05.192 26695 26695 D EventBus: [26695, u0] -> ForcedResizableInfoActivityController [0x6dccf75, P1] onBusEvent(AppTransitionFinishedEvent) 11-16 16:35:05.192 26695 26695 D EventBus: [26695, u0] onBusEvent(AppTransitionFinishedEvent) duration: 24 microseconds, avg: 774 11-16 16:35:05.209 26695 26695 D StatusBar: No peeking: unimportant notification: 0|com.android.systemui|252119|null|1000 11-16 16:35:05.219 2037 2062 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:05.219 2037 2062 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:05.219 2037 2062 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:05.220 541 2658 E IzatSvc_PassiveLocListener: Exiting with error onLocationChanged line 154 "1" 11-16 16:35:05.221 3151 3151 W PushService: 2019-11-16 16:35:05,221 - [WARN::PushService] - [Thread:2] TinyData TinyDataManager.upload item:null ts:1573902305221 11-16 16:35:05.228 4972 4990 I droid.apps.map: Background concurrent copying GC freed 29989(1780KB) AllocSpace objects, 20(1620KB) LOS objects, 49% free, 15MB/30MB, paused 284us total 108.288ms 11-16 16:35:05.254 2037 2066 E BatteryExternalStatsWorker: no controller energy info supplied for bluetooth 11-16 16:35:05.268 2037 2066 D KernelUidCpuTimeReader: Removing uids 99221-99221 11-16 16:35:05.339 4972 5085 I OpenGLRenderer: Initialized EGL, version 1.4 11-16 16:35:05.339 4972 5085 D OpenGLRenderer: Swap behavior 2 11-16 16:35:05.377 2037 2037 W android.display: type=1400 audit(0.0:38743): avc: denied { write } for name="logd" dev="tmpfs" ino=16518 scontext=u:r:system_server:s0 tcontext=u:object_r:logd_socket:s0 tclass=sock_file permissive=0 11-16 16:35:05.394 2037 2070 I ActivityManager: Displayed com.google.android.apps.maps/com.google.android.maps.MapsActivity: +662ms 11-16 16:35:05.396 2037 2070 I Timeline: Timeline: Activity_windows_visible id: ActivityRecord{f4580a8 u0 com.google.android.apps.maps/com.google.android.maps.MapsActivity t547} time:160950420 11-16 16:35:05.554 568 653 W SurfaceFlinger: Attempting to set client state on removed layer: Splash Screen com.google.android.apps.maps#0 11-16 16:35:05.554 568 653 W SurfaceFlinger: Attempting to destroy on removed layer: Splash Screen com.google.android.apps.maps#0 11-16 16:35:05.581 2037 3124 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:05.581 2037 3124 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:05.581 2037 3124 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:05.587 2881 2881 W ChimeraUtils: Non Chimera context 11-16 16:35:05.587 2881 2881 W ChimeraUtils: Non Chimera context 11-16 16:35:05.592 2037 2109 D WificondControl: Scan result ready event 11-16 16:35:05.594 936 2367 I LOWI-8.6.0.32: [LOWI-Scan] lowi_close_record:Scan done in 8484417ms, 21 APs in scan results 11-16 16:35:05.596 936 967 I LOWI-8.6.0.32: [LOWIUtils] responseToOutPostcard - TO: GTP-FDAL, FROM: LOWI-SERVER, RESP: LOWI_ASYNC_DISCOVERY_SCAN_RESULTS 11-16 16:35:05.597 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.597 870 913 V QCALOG : [MessageQueueClientInfo] LOWI-SERVER: read 11-16 16:35:05.597 870 913 V QCALOG : [MessageQueueClientInfo] just read 4 bytes 11-16 16:35:05.597 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.597 870 913 V QCALOG : [MessageQueueClientInfo] LOWI-SERVER: read 11-16 16:35:05.597 870 913 V QCALOG : [MessageQueueClientInfo] just read 20270 bytes 11-16 16:35:05.597 870 913 V QCALOG : [MessageQueueClientInfo] card length 20270 + 4 bytes, current size 20274 bytes 11-16 16:35:05.597 870 913 V QCALOG : [MessageQ] lookupAndDeliver delivering message to client GTP-FDAL 11-16 16:35:05.597 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.597 870 913 V QCALOG : [MessageQueueClientInfo] GTP-FDAL: write 11-16 16:35:05.597 870 913 D QCALOG : [MessageQueueClientInfo] write to [GTP-FDAL], 20274 bytes finished, 0 bytes left 11-16 16:35:05.602 938 1081 W XTCC-6.2.0.6: [WifiScanner] WiFi scan result : [21] AP's, async result: 1 11-16 16:35:05.610 2037 4745 I GnssLocationProvider: WakeLock acquired by sendMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@cdbeae5) 11-16 16:35:05.611 2037 2061 I GnssLocationProvider: WakeLock released by handleMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@cdbeae5) 11-16 16:35:05.625 2037 2109 I WifiService: releaseWifiLock uid=10029 11-16 16:35:05.648 2037 3642 V LocSvc_HIDL_OsNpGlue_jni: [onJavaLocationChanged][194] [HC] =>> [HS] 11-16 16:35:05.648 541 541 V LocSvc_HIDL_IzatOsNpGlue: [locationChanged][93] [HS] <<<<= [HC] 11-16 16:35:05.648 2037 2108 I WifiService: acquireWifiLock uid=10029 lockMode=2 11-16 16:35:05.652 541 2658 V LocSvc_HIDL_IzatProvider: [onLocationChanged][71] [HS] =>>>> [HC] 11-16 16:35:05.653 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.653 870 913 V QCALOG : [MessageQueueClientInfo] IPCMessagingProxy-541: read 11-16 16:35:05.653 870 913 V QCALOG : [MessageQueueClientInfo] just read 4 bytes 11-16 16:35:05.653 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.653 870 913 V QCALOG : [MessageQueueClientInfo] IPCMessagingProxy-541: read 11-16 16:35:05.653 870 913 V QCALOG : [MessageQueueClientInfo] just read 848 bytes 11-16 16:35:05.653 870 913 V QCALOG : [MessageQueueClientInfo] card length 848 + 4 bytes, current size 852 bytes 11-16 16:35:05.653 870 913 V QCALOG : [MessageQ] lookupAndDeliver delivering message to client GTP-FDAL 11-16 16:35:05.653 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.653 870 913 V QCALOG : [MessageQueueClientInfo] GTP-FDAL: write 11-16 16:35:05.653 870 913 D QCALOG : [MessageQueueClientInfo] write to [GTP-FDAL], 852 bytes finished, 0 bytes left 11-16 16:35:05.655 938 1081 E XTCC-6.2.0.6: [TimerDiff] get_total_sec failed 2 11-16 16:35:05.655 938 1081 W XTCC-6.2.0.6: [FDAL_ZPP_MGR] RequestNewZppFix: looks like GTP-LP is not supported 11-16 16:35:05.655 2037 2223 V LocSvc_HIDL_IzatProvider_jni: [onLocationChanged][208] [HC] <<= [HS] 11-16 16:35:05.666 2037 3767 D WificondControl: Scan result ready event 11-16 16:35:05.668 936 2367 I LOWI-8.6.0.32: [LOWI-Scan] lowi_close_record:Scan done in 8484492ms, 21 APs in scan results 11-16 16:35:05.670 936 967 I LOWI-8.6.0.32: [LOWIUtils] responseToOutPostcard - TO: GTP-FDAL, FROM: LOWI-SERVER, RESP: LOWI_ASYNC_DISCOVERY_SCAN_RESULTS 11-16 16:35:05.670 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.670 870 913 V QCALOG : [MessageQueueClientInfo] LOWI-SERVER: read 11-16 16:35:05.670 870 913 V QCALOG : [MessageQueueClientInfo] just read 4 bytes 11-16 16:35:05.671 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.671 870 913 V QCALOG : [MessageQueueClientInfo] LOWI-SERVER: read 11-16 16:35:05.671 870 913 V QCALOG : [MessageQueueClientInfo] just read 20270 bytes 11-16 16:35:05.671 870 913 V QCALOG : [MessageQueueClientInfo] card length 20270 + 4 bytes, current size 20274 bytes 11-16 16:35:05.671 870 913 V QCALOG : [MessageQ] lookupAndDeliver delivering message to client GTP-FDAL 11-16 16:35:05.671 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.671 870 913 V QCALOG : [MessageQueueClientInfo] GTP-FDAL: write 11-16 16:35:05.671 870 913 D QCALOG : [MessageQueueClientInfo] write to [GTP-FDAL], 20274 bytes finished, 0 bytes left 11-16 16:35:05.673 2037 2153 D WificondScannerImpl: Filtering out 7 scan results. 11-16 16:35:05.674 938 1081 W XTCC-6.2.0.6: [WifiScanner] WiFi scan result : [21] AP's, async result: 1 11-16 16:35:05.676 3533 3681 E HttpsUtils: httpsPost Exception: IOException 11-16 16:35:05.676 3533 3681 W LocationUsageServer: requestLocationVerity:bad 11-16 16:35:05.701 2037 3642 V LocSvc_HIDL_OsNpGlue_jni: [onJavaLocationChanged][194] [HC] =>> [HS] 11-16 16:35:05.701 541 541 V LocSvc_HIDL_IzatOsNpGlue: [locationChanged][93] [HS] <<<<= [HC] 11-16 16:35:05.701 2037 2064 D Boost : hostingType=service, hostingName=com.google.android.inputmethod.latin/com.android.inputmethod.latin.spellcheck.AndroidSpellCheckerService, callerPackage=android, isSystem=true, isBoostNeeded=false. 11-16 16:35:05.703 541 2658 V LocSvc_HIDL_IzatProvider: [onLocationChanged][71] [HS] =>>>> [HC] 11-16 16:35:05.703 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.703 870 913 V QCALOG : [MessageQueueClientInfo] IPCMessagingProxy-541: read 11-16 16:35:05.703 870 913 V QCALOG : [MessageQueueClientInfo] just read 4 bytes 11-16 16:35:05.703 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.703 870 913 V QCALOG : [MessageQueueClientInfo] IPCMessagingProxy-541: read 11-16 16:35:05.703 870 913 V QCALOG : [MessageQueueClientInfo] just read 848 bytes 11-16 16:35:05.703 870 913 V QCALOG : [MessageQueueClientInfo] card length 848 + 4 bytes, current size 852 bytes 11-16 16:35:05.703 870 913 V QCALOG : [MessageQ] lookupAndDeliver delivering message to client GTP-FDAL 11-16 16:35:05.703 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:05.703 870 913 V QCALOG : [MessageQueueClientInfo] GTP-FDAL: write 11-16 16:35:05.703 2037 2064 I ActivityManager: Start proc 5462:com.google.android.inputmethod.latin/u0a91 for service com.google.android.inputmethod.latin/com.android.inputmethod.latin.spellcheck.AndroidSpellCheckerService caller=android 11-16 16:35:05.703 870 913 D QCALOG : [MessageQueueClientInfo] write to [GTP-FDAL], 852 bytes finished, 0 bytes left 11-16 16:35:05.704 2037 2223 V LocSvc_HIDL_IzatProvider_jni: [onLocationChanged][208] [HC] <<= [HS] 11-16 16:35:05.705 938 1081 E XTCC-6.2.0.6: [TimerDiff] get_total_sec failed 2 11-16 16:35:05.705 938 1081 W XTCC-6.2.0.6: [FDAL_ZPP_MGR] RequestNewZppFix: looks like GTP-LP is not supported 11-16 16:35:05.706 2037 3124 I WifiService: releaseWifiLock uid=10029 11-16 16:35:05.717 5462 5462 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. 11-16 16:35:05.718 543 589 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only 11-16 16:35:05.731 2037 2109 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:05.731 2037 2109 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:05.732 2037 2109 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:05.734 2037 2109 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:05.734 2037 2109 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:05.734 2037 2109 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:05.745 26695 26695 D PhoneStatusBar/NavigationBarView: setDisabledFlags back:false home:false recent:false 11-16 16:35:05.867 5462 5462 I Perf : Connecting to perf service. 11-16 16:35:05.965 2037 3124 W BaseMiuiPhoneWindowManager: keyCode:82 down:true eventTime:160950988 downTime:160950988 policyFlags:2b000002 flags:48 deviceId:-1 isScreenOn:true keyguardActive:false repeatCount:0 11-16 16:35:05.969 537 537 E : Vibrator jianglei timeout_ms:10 11-16 16:35:05.969 537 537 E : 11-16 16:35:06.000 537 537 E : Vibrator jianglei timeout_ms:30 11-16 16:35:06.000 537 537 E : 11-16 16:35:06.116 2037 3124 W BaseMiuiPhoneWindowManager: keyCode:82 down:false eventTime:160951140 downTime:160950988 policyFlags:2b000002 flags:48 deviceId:-1 isScreenOn:true keyguardActive:false repeatCount:0 11-16 16:35:06.119 26695 26695 W HeadsUpManager: removeHeadsUpNotification() no heads up notification on show 11-16 16:35:06.123 26695 26695 D RecentsImpl: startRecentsActivity runningTask: ComponentInfo{com.google.android.apps.maps/com.google.android.maps.MapsActivity} 11-16 16:35:06.124 26695 26695 D EventBus: [26695, u0] send(ActivitySetDummyTranslucentEvent) 11-16 16:35:06.124 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(ActivitySetDummyTranslucentEvent) 11-16 16:35:06.125 26695 26695 D EventBus: [26695, u0] onBusEvent(ActivitySetDummyTranslucentEvent) duration: 99 microseconds, avg: 773 11-16 16:35:06.134 2037 15047 I OpenGLRenderer: Initialized EGL, version 1.4 11-16 16:35:06.134 2037 15047 D OpenGLRenderer: Swap behavior 2 11-16 16:35:06.159 2345 2356 I PeopleChimeraService: onService. callbacks = aaal@2cd8d05, request = com.google.android.gms.common.internal.GetServiceRequest@95ac15a 11-16 16:35:06.159 2345 2362 I PeopleChimeraService: onService. callbacks = aaal@829ef8b, request = com.google.android.gms.common.internal.GetServiceRequest@1598868 11-16 16:35:06.161 2037 2109 I ActivityManager: START u0 {flg=0x10884000 cmp=com.android.systemui/.recents.RecentsActivity (has extras)} from uid 1000 11-16 16:35:06.162 2037 2109 I ActivityManager: Ignoring FLAG_ACTIVITY_NEW_DOCUMENT, launchMode is "singleInstance" or "singleTask" 11-16 16:35:06.165 2037 2109 D ActivityTrigger: activityResumeTrigger: The activity in ApplicationInfo{47e5d06 com.android.systemui} is now in focus and seems to be in full-screen mode 11-16 16:35:06.165 2037 2109 E ActivityTrigger: activityResumeTrigger: not whiteListedcom.android.systemui/com.android.systemui.recents.RecentsActivity/201901070 11-16 16:35:06.167 2037 2109 D ActivityTrigger: ActivityTrigger activityPauseTrigger 11-16 16:35:06.170 543 589 E ANDR-PERF-OPTSHANDLER: Perflock resource /sys/class/devfreq/soc:qcom,llccbw/min_freq not supported 11-16 16:35:06.170 543 589 E ANDR-PERF-RESOURCEQS: Failed to apply optimization [12, 0] 11-16 16:35:06.178 2037 2109 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:06.179 2037 2109 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:06.179 2037 2109 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:06.179 3957 4159 D GameBoosterService: onGameStatusChange foreground:ForegroundInfo{mForegroundPackageName='com.android.systemui', mForegroundUid=1000, mForegroundPid=26695, mLastForegroundPackageName='com.google.android.apps.maps', mLastForegroundUid=10080, mLastForegroundPid=4972, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0} 11-16 16:35:06.208 2037 2109 I Timeline: Timeline: App_transition_ready time:160951233 11-16 16:35:06.213 26695 26695 D EventBus: [26695, u0] send(RecentsActivityStartingEvent) 11-16 16:35:06.213 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(RecentsActivityStartingEvent) 11-16 16:35:06.213 26695 26695 D EventBus: [26695, u0] onBusEvent(RecentsActivityStartingEvent) duration: 11 microseconds, avg: 772 11-16 16:35:06.213 26695 26695 D EventBus: [26695, u0] -> DividerView [0x1778271, P1] onBusEvent(RecentsActivityStartingEvent) 11-16 16:35:06.216 26695 26695 D EventBus: [26695, u0] onBusEvent(RecentsActivityStartingEvent) duration: 2748 microseconds, avg: 775 11-16 16:35:06.216 26695 26695 D EventBus: [26695, u0] -> Recents [0x5b7eaec, P1] onBusEvent(RecentsActivityStartingEvent) 11-16 16:35:06.216 26695 26695 D EventBus: [26695, u0] onBusEvent(RecentsActivityStartingEvent) duration: 21 microseconds, avg: 774 11-16 16:35:06.221 26695 26695 D EventBus: [26695, u0] unregister() 11-16 16:35:06.221 26695 26695 D EventBus: [26695, u0] registerSubscriber(TaskViewThumbnail) 11-16 16:35:06.221 26695 26695 D EventBus: [26695, u0] Subscriber class type already registered 11-16 16:35:06.224 2037 2223 I GnssLocationProvider: WakeLock acquired by sendMessage(REPORT_SV_STATUS, 0, com.android.server.location.GnssLocationProvider$SvStatusInfo@f65755) 11-16 16:35:06.227 26695 26695 D RecentsActivity: getFreeMemory:719498240 11-16 16:35:06.241 541 2658 E IzatSvc_PassiveLocListener: Exiting with error onLocationChanged line 154 "1" 11-16 16:35:06.250 2037 2061 I GnssLocationProvider: WakeLock released by handleMessage(REPORT_SV_STATUS, 0, com.android.server.location.GnssLocationProvider$SvStatusInfo@f65755) 11-16 16:35:06.261 26695 26695 D EventBus: [26695, u0] send(ShowStackActionButtonEvent) 11-16 16:35:06.261 26695 26695 D EventBus: [26695, u0] -> RecentsView [0xaa026db, P3] onBusEvent(ShowStackActionButtonEvent) 11-16 16:35:06.261 26695 26695 D EventBus: [26695, u0] onBusEvent(ShowStackActionButtonEvent) duration: 23 microseconds, avg: 772 11-16 16:35:06.276 26695 26695 D EventBus: [26695, u0] post(RecentsDrawnEvent) 11-16 16:35:06.276 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:06.276 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:06.276 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 27 microseconds, avg: 771 11-16 16:35:06.277 2037 2142 D NtpTrustedTime: currentTimeMillis() cache hit 11-16 16:35:06.279 5462 5462 I LatinApp: set BrellaInit fields for in-app training. 11-16 16:35:06.280 26695 26695 D RecentsActivity: getFreeMemory:707574784 11-16 16:35:06.281 5462 5462 W putmethod.lati: Accessing hidden method Landroid/os/storage/StorageManager;->inCryptKeeperBounce()Z (dark greylist, reflection) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: Cannot find StorageManager.inCryptKeeperBounce() 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: java.lang.NoSuchMethodException: inCryptKeeperBounce [] 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at java.lang.Class.getMethod(Class.java:2068) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at java.lang.Class.getMethod(Class.java:1690) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at khl.b(PG:10) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at khl.a(PG:19) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at com.google.android.apps.inputmethod.libs.framework.core.AppBase.onCreate(PG:46) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1155) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5949) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at android.app.ActivityThread.access$1200(ActivityThread.java:200) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1673) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at android.os.Handler.dispatchMessage(Handler.java:106) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at android.os.Looper.loop(Looper.java:201) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at android.app.ActivityThread.main(ActivityThread.java:6810) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at java.lang.reflect.Method.invoke(Native Method) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547) 11-16 16:35:06.289 5462 5462 W UserUnlockMonitor: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873) 11-16 16:35:06.305 26695 26695 D StatusBar: disable disable2 11-16 16:35:06.306 26695 26695 D PhoneStatusBar/NavigationBarView: setDisabledFlags back:false home:false recent:false 11-16 16:35:06.307 26695 26695 D EventBus: [26695, u0] send(TaskSnapshotChangedEvent) 11-16 16:35:06.308 26695 26695 D EventBus: [26695, u0] -> TaskViewThumbnail [0x348b01f, P1] onBusEvent(TaskSnapshotChangedEvent) 11-16 16:35:06.308 26695 26695 D EventBus: [26695, u0] onBusEvent(TaskSnapshotChangedEvent) duration: 139 microseconds, avg: 770 11-16 16:35:06.308 26695 26695 D EventBus: [26695, u0] -> TaskViewThumbnail [0x52a91a, P1] onBusEvent(TaskSnapshotChangedEvent) 11-16 16:35:06.308 26695 26695 D EventBus: [26695, u0] onBusEvent(TaskSnapshotChangedEvent) duration: 7 microseconds, avg: 769 11-16 16:35:06.314 2037 2142 D NtpTrustedTime: currentTimeMillis() cache hit 11-16 16:35:06.319 26695 26695 W HeadsUpManager: removeHeadsUpNotification() no heads up notification on show 11-16 16:35:06.323 3957 4338 I TrafficManageService: mina mTrafficStatsReceiver onReceive 11-16 16:35:06.325 5462 5462 I DeviceStatusMonitor: getCurrentNetworkState(): activeNetwork = 125, newState = NON_METERED 11-16 16:35:06.334 4972 4972 I Choreographer: Skipped 35 frames! The application may be doing too much work on its main thread. 11-16 16:35:06.344 26695 26695 D EventBus: [26695, u0] -> DividerView [0x1778271, P1] onBusEvent(RecentsDrawnEvent) 11-16 16:35:06.344 26695 26695 D EventBus: [26695, u0] onBusEvent(RecentsDrawnEvent) duration: 10 microseconds, avg: 768 11-16 16:35:06.344 26695 26695 D EventBus: [26695, u0] -> Recents [0x5b7eaec, P1] onBusEvent(RecentsDrawnEvent) 11-16 16:35:06.346 26695 26695 D EventBus: [26695, u0] onBusEvent(RecentsDrawnEvent) duration: 1039 microseconds, avg: 768 11-16 16:35:06.381 4972 4972 W Looper : Slow Looper main: doFrame is 584ms late because of 59 msg, msg 1 took 415ms (late=218ms h=android.view.Choreographer$FrameHandler c=android.view.Choreographer$FrameDisplayEventReceiver), msg 59 took 174ms (late=424ms h=android.os.Handler c=doj) 11-16 16:35:06.415 5462 5462 I TransientFileCleaner: Deleting 0 files 11-16 16:35:06.416 5462 5462 I TransientFileCleaner: Deleting 0 files 11-16 16:35:06.424 5462 5462 I LatinApp: initialize() 11-16 16:35:06.444 5462 5462 I ConfigurationNotification: Get device mode by ui mode:1 and smallestScreenWidthDp:360 11-16 16:35:06.444 5462 5462 I ConfigurationNotification: Get device mode by ui mode:1 and smallestScreenWidthDp:360 11-16 16:35:06.444 5462 5462 I LatinApp: Getting imeListDef by xml parsing 11-16 16:35:06.446 5462 5462 I ConfigurationNotification: Get device mode by ui mode:1 and smallestScreenWidthDp:360 11-16 16:35:06.456 5462 5462 I ExperimentConfigurationManager: decontext == null false 11-16 16:35:06.463 5462 5462 I TransientFileCleaner: Deleting 0 files 11-16 16:35:06.463 2037 2108 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:06.463 2037 2108 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:06.463 2037 2108 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:06.477 2037 2062 D ActivityTrigger: ActivityTrigger activityStopTrigger 11-16 16:35:06.489 2881 2881 W ChimeraUtils: Non Chimera context 11-16 16:35:06.490 2881 2881 W ChimeraUtils: Non Chimera context 11-16 16:35:06.501 2037 2061 I GnssLocationProvider: WakeLock acquired by sendMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@5a9d02f) 11-16 16:35:06.502 2037 2061 I GnssLocationProvider: WakeLock released by handleMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@5a9d02f) 11-16 16:35:06.513 5462 5491 I LauncherIconVisibilityInitializerBase: doUpdate() : Visible = false 11-16 16:35:06.530 2037 2046 I system_server: NativeAlloc concurrent copying GC freed 227846(9MB) AllocSpace objects, 15(500KB) LOS objects, 38% free, 37MB/61MB, paused 216us total 270.431ms 11-16 16:35:06.530 2037 3767 I GnssLocationProvider: WakeLock acquired by sendMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@3e9dd1a) 11-16 16:35:06.531 2037 2061 I GnssLocationProvider: WakeLock released by handleMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@3e9dd1a) 11-16 16:35:06.532 2037 2223 V LocSvc_HIDL_OsNpGlue_jni: [onSetRequest][61] [HC] <<= [HS] 11-16 16:35:06.537 26695 26695 D EventBus: [26695, u0] send(AppTransitionFinishedEvent) 11-16 16:35:06.538 26695 26695 D EventBus: [26695, u0] -> ForcedResizableInfoActivityController [0x6dccf75, P1] onBusEvent(AppTransitionFinishedEvent) 11-16 16:35:06.538 26695 26695 D EventBus: [26695, u0] onBusEvent(AppTransitionFinishedEvent) duration: 27 microseconds, avg: 767 11-16 16:35:06.538 26695 26695 D EventBus: [26695, u0] send(AppTransitionFinishedEvent) 11-16 16:35:06.538 26695 26695 D EventBus: [26695, u0] -> ForcedResizableInfoActivityController [0x6dccf75, P1] onBusEvent(AppTransitionFinishedEvent) 11-16 16:35:06.538 26695 26695 D EventBus: [26695, u0] onBusEvent(AppTransitionFinishedEvent) duration: 24 microseconds, avg: 766 11-16 16:35:06.538 2037 2070 I Timeline: Timeline: Activity_windows_visible id: ActivityRecord{8fdefeb u0 com.android.systemui/.recents.RecentsActivity t6} time:160951563 11-16 16:35:06.540 568 6693 W SurfaceFlinger: Attempting to set client state on removed layer: thumbnail anim: AppWindowToken{112eb66 token=Token{7bb27c1 ActivityRecord{f4580a8 u0 com.google.android.apps.maps/com.google.android.maps.MapsActivity t547}}}#0 11-16 16:35:06.540 568 6693 W SurfaceFlinger: Attempting to destroy on removed layer: thumbnail anim: AppWindowToken{112eb66 token=Token{7bb27c1 ActivityRecord{f4580a8 u0 com.google.android.apps.maps/com.google.android.maps.MapsActivity t547}}}#0 11-16 16:35:06.541 2037 2110 I Timeline: Timeline: App_transition_stopped time:160951565 11-16 16:35:06.542 26695 26695 D EventBus: [26695, u0] send(EnterRecentsWindowAnimationCompletedEvent) 11-16 16:35:06.542 26695 26695 D EventBus: [26695, u0] -> RecentsView [0xaa026db, P3] onBusEvent(EnterRecentsWindowAnimationCompletedEvent) 11-16 16:35:06.542 26695 26695 D EventBus: [26695, u0] onBusEvent(EnterRecentsWindowAnimationCompletedEvent) duration: 18 microseconds, avg: 764 11-16 16:35:06.542 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(EnterRecentsWindowAnimationCompletedEvent) 11-16 16:35:06.543 26695 26695 D EventBus: [26695, u0] onBusEvent(EnterRecentsWindowAnimationCompletedEvent) duration: 538 microseconds, avg: 764 11-16 16:35:06.543 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(EnterRecentsWindowAnimationCompletedEvent) 11-16 16:35:06.543 26695 26695 D EventBus: [26695, u0] onBusEvent(EnterRecentsWindowAnimationCompletedEvent) duration: 290 microseconds, avg: 763 11-16 16:35:06.550 2037 2044 W System : A resource failed to call release. 11-16 16:35:06.588 26695 26695 D StatusBar: disable disable2 11-16 16:35:06.599 5462 5504 I ModuleManager: Unexpected key 'com.google.android.partnersetup.RLZ_BOUNTY_ACCESS_POINT' does not match 'module:' 11-16 16:35:06.605 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:06.605 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:06.605 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 85 microseconds, avg: 762 11-16 16:35:06.610 5462 5462 I UrgentSignalsProcessor: getInstance(): Creating UrgentSignalsProcessor instance 11-16 16:35:06.621 5462 5462 W TiresiasImpl: Tiresias set up 11-16 16:35:06.627 5462 5504 I ModuleManager: Unexpected key 'com.google.android.gms.phenotype.registration.xml:com.google.android.gms.learning' does not match 'module:' 11-16 16:35:06.629 5462 5462 W ExecutorUtils: createScheduledExecutorService(): name[PhenotypeExpConfig] exceeds limit 11-16 16:35:06.632 5462 5504 I ModuleManager: Unexpected key 'com.google.android.backup.api_key' does not match 'module:' 11-16 16:35:06.641 5462 5462 W PhenotypeExperimentConfiguration: Type of flag delight_apps_metadata_uri should be [5], got [4] 11-16 16:35:06.643 2037 3126 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:06.643 2037 3126 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:06.643 2037 3126 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:06.645 5462 5462 W PhenotypeExperimentConfiguration: Type of flag delight_metadata_launch_tag should be [5], got [4] 11-16 16:35:06.645 5462 5462 W PhenotypeExperimentConfiguration: Type of flag delight_metadata_uri should be [5], got [4] 11-16 16:35:06.645 5462 5462 W PhenotypeExperimentConfiguration: Type of flag delight_overrides_metadata_uri should be [5], got [4] 11-16 16:35:06.646 5462 5462 W PhenotypeExperimentConfiguration: Type of flag key_locale_cutout_switches_lm should be [5], got [4] 11-16 16:35:06.646 5462 5462 W PhenotypeExperimentConfiguration: Type of flag key_locale_cutout_switches_sm should be [5], got [4] 11-16 16:35:06.647 2881 2881 W ChimeraUtils: Non Chimera context 11-16 16:35:06.647 2881 2881 W ChimeraUtils: Non Chimera context 11-16 16:35:06.648 5462 5462 I UrgentSignalsProcessor: Received flagsUpdated for urgent signal 11-16 16:35:06.649 5462 5518 I SuperDelight: initializeDelightSuperpacks() 11-16 16:35:06.653 5462 5518 I SuperDelight: getDelightMetadataUriAndVersion(): Phenotype : 2019110101 : https://www.gstatic.com/android/keyboard/dictionarypack/latest/metadata_staging.json 11-16 16:35:06.658 5462 5504 I ModuleManager: Unexpected key 'com.google.android.gms.version' does not match 'module:' 11-16 16:35:06.665 5462 5521 I SuperpacksManager: initializeInternal() 11-16 16:35:06.669 5462 5519 I PhenotypeIme: RegisterTask.registerWithPhenotype() : com.google.android.inputmethod.latin : 26881014 11-16 16:35:06.680 5462 5462 I PhenotypeExperimentConfiguration: refreshConfiguration() : Force = true : UpdateAvailable = false : Age = 177 minutes : MaxAge = 720 minutes 11-16 16:35:06.686 5462 5524 I ConfigurationNotification: Get device mode by ui mode:1 and smallestScreenWidthDp:360 11-16 16:35:06.703 5462 5462 I AppBase : onTrimMemory(): 10 11-16 16:35:06.705 5462 5521 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. 11-16 16:35:06.719 5462 5462 I ShortcutsDataManager: onContentChanged() 11-16 16:35:06.719 5462 5504 I ModuleManager: initializeModules() : WaitTime = 21 ms : RunTime = 263 ms 11-16 16:35:06.720 5462 5523 I ShortcutsDataManager: onContentChanged() 11-16 16:35:06.723 5462 5521 W putmethod.lati: Unsupported class loader 11-16 16:35:06.731 5462 5523 I ContactsDataManager: onContentChanged() 11-16 16:35:06.731 5462 5521 W putmethod.lati: Skipping duplicate class check due to unsupported classloader 11-16 16:35:06.732 5462 5523 I EmailDataManager: onContentChanged() 11-16 16:35:06.737 5462 5521 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:4 11-16 16:35:06.738 5462 5521 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 4 11-16 16:35:06.741 5462 5462 I DeviceStatusMonitor: onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE 11-16 16:35:06.741 5462 5462 I DeviceStatusMonitor: getCurrentNetworkState(): activeNetwork = 125, newState = NON_METERED 11-16 16:35:06.846 5462 5521 I DynamiteLoaderV2: [71] Googlecertificates 11-16 16:35:06.850 5462 5519 I PhenotypeIme: FetchConfigurationTask.fetchConfiguration() : com.google.android.inputmethod.latin 11-16 16:35:06.856 5462 5521 W putmethod.lati: Unsupported class loader 11-16 16:35:06.870 5462 5521 W putmethod.lati: Skipping duplicate class check due to unsupported classloader 11-16 16:35:06.917 26695 26695 D EventBus: [26695, u0] send(UserInteractionEvent) 11-16 16:35:06.917 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(UserInteractionEvent) 11-16 16:35:06.917 26695 26695 D EventBus: [26695, u0] onBusEvent(UserInteractionEvent) duration: 29 microseconds, avg: 761 11-16 16:35:06.917 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(UserInteractionEvent) 11-16 16:35:06.918 26695 26695 D EventBus: [26695, u0] onBusEvent(UserInteractionEvent) duration: 30 microseconds, avg: 760 11-16 16:35:06.952 5462 5462 I DictionarySuperpacksManager: onEnabledInputMethodEntriesChanged 11-16 16:35:06.993 5462 5521 D NetworkSecurityConfig: No Network Security Config specified, using platform default 11-16 16:35:07.007 5462 5525 W PrimesInit: Primes instant initialization 11-16 16:35:07.017 5462 5521 I SuperpacksManager: Switched background task scheduler: false 11-16 16:35:07.026 5462 5521 I JobSchedulerImpl: Schedule task: superpacks-gc-task. Cancel the pre-existing task. 11-16 16:35:07.029 5462 5521 I JobSchedulerImpl: Schedule task: superpacks-gc-task. Success. 11-16 16:35:07.051 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.051 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.051 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 17 microseconds, avg: 758 11-16 16:35:07.067 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.067 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.067 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 15 microseconds, avg: 757 11-16 16:35:07.084 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.084 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.084 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 17 microseconds, avg: 756 11-16 16:35:07.096 5462 5541 W Primes : background initialization 11-16 16:35:07.101 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.101 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.101 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 23 microseconds, avg: 755 11-16 16:35:07.109 2881 2892 I .gms.persisten: Background concurrent copying GC freed 242419(11MB) AllocSpace objects, 13(360KB) LOS objects, 51% free, 11MB/23MB, paused 184us total 144.710ms 11-16 16:35:07.118 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.118 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.118 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 16 microseconds, avg: 754 11-16 16:35:07.134 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.134 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.134 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 15 microseconds, avg: 752 11-16 16:35:07.151 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.151 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.151 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 20 microseconds, avg: 751 11-16 16:35:07.168 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.168 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.168 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 19 microseconds, avg: 750 11-16 16:35:07.184 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.184 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.184 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 15 microseconds, avg: 749 11-16 16:35:07.201 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.201 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.201 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 16 microseconds, avg: 748 11-16 16:35:07.218 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.218 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.218 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 21 microseconds, avg: 746 11-16 16:35:07.225 2037 2223 I GnssLocationProvider: WakeLock acquired by sendMessage(REPORT_SV_STATUS, 0, com.android.server.location.GnssLocationProvider$SvStatusInfo@73120f) 11-16 16:35:07.227 2037 2061 I GnssLocationProvider: WakeLock released by handleMessage(REPORT_SV_STATUS, 0, com.android.server.location.GnssLocationProvider$SvStatusInfo@73120f) 11-16 16:35:07.231 541 2658 E IzatSvc_PassiveLocListener: Exiting with error onLocationChanged line 154 "1" 11-16 16:35:07.235 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.235 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.235 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 87 microseconds, avg: 745 11-16 16:35:07.252 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.252 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.252 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 26 microseconds, avg: 744 11-16 16:35:07.268 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.268 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.268 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 17 microseconds, avg: 743 11-16 16:35:07.284 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.284 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.284 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 21 microseconds, avg: 742 11-16 16:35:07.284 5462 5541 I PrimesTesting: GserviceFlagsSupplier.get() 11-16 16:35:07.301 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.302 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.302 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 26 microseconds, avg: 741 11-16 16:35:07.317 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.318 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.318 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 28 microseconds, avg: 740 11-16 16:35:07.334 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.335 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.336 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 29 microseconds, avg: 738 11-16 16:35:07.351 26695 26695 D EventBus: [26695, u0] send(TaskViewDismissedEvent) 11-16 16:35:07.351 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(TaskViewDismissedEvent) 11-16 16:35:07.351 26695 26695 D EventBus: [26695, u0] unregister() 11-16 16:35:07.352 26695 26695 D EventBus: [26695, u0] send(DeleteTaskDataEvent) 11-16 16:35:07.352 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(DeleteTaskDataEvent) 11-16 16:35:07.352 26695 26695 D RecentsActivity: removeTask: [id=547 stackId=548 windowingMode=1 user=0 lastActiveTime=712139687] Maps 11-16 16:35:07.352 26695 26695 D EventBus: [26695, u0] onBusEvent(DeleteTaskDataEvent) duration: 225 microseconds, avg: 738 11-16 16:35:07.352 26695 26695 D EventBus: [26695, u0] onBusEvent(TaskViewDismissedEvent) duration: 1597 microseconds, avg: 739 11-16 16:35:07.353 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.353 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.353 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 25 microseconds, avg: 738 11-16 16:35:07.355 2037 2109 I ProcessManager: Kill reason SwipeUpClean from pid=26695 11-16 16:35:07.357 2037 2109 D ProcessManager: update DY:[com.facemoji.lite.xiaomi, com.miui.voip] 11-16 16:35:07.381 2037 2109 D ProcessManager: remove task: TaskRecord{258c02b #547 A=com.google.android.apps.maps U=0 StackId=548 sz=1} 11-16 16:35:07.382 2037 2109 I ProcessManager: SwipeUpClean: kill com.google.android.apps.maps Adj=0 State=9 11-16 16:35:07.382 2037 2109 I ActivityManager: Killing 4972:com.google.android.apps.maps/u0a80 (adj 0): SwipeUpClean 11-16 16:35:07.384 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.390 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.394 5462 5533 I DynamicLanguageModelOperation: perform() : 20 : cgq : Completed 11-16 16:35:07.395 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.529 2037 2065 I chatty : uid=1000(system) ActivityManager identical 24 lines 11-16 16:35:07.534 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.537 2037 2131 W InputDispatcher: channel '9d3aa67 com.google.android.apps.maps/com.google.android.maps.MapsActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 11-16 16:35:07.537 2037 2131 E InputDispatcher: channel '9d3aa67 com.google.android.apps.maps/com.google.android.maps.MapsActivity (server)' ~ Channel is unrecoverably broken and will be disposed! 11-16 16:35:07.541 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.545 2037 2108 D GnssStatusListenerHelper: Remote Listener died: android.location.IGnssStatusListener$Stub$Proxy@f12c621 11-16 16:35:07.546 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.547 2037 3767 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=2324, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10080] ], android.os.BinderProxy@1e29a46) 11-16 16:35:07.548 2037 8216 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=2323, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10080] ], android.os.BinderProxy@a13407) 11-16 16:35:07.550 2037 2155 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=2323, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10080] ] (release request) 11-16 16:35:07.551 2037 2544 I WindowManager: WIN DEATH: Window{9d3aa67 u0 com.google.android.apps.maps/com.google.android.maps.MapsActivity} 11-16 16:35:07.551 2037 2544 W InputDispatcher: Attempted to unregister already unregistered input channel '9d3aa67 com.google.android.apps.maps/com.google.android.maps.MapsActivity (server)' 11-16 16:35:07.552 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.553 2037 3124 I GnssLocationProvider: WakeLock acquired by sendMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@6e77934) 11-16 16:35:07.557 2037 2108 W ActivityManager: Scheduling restart of crashed service com.google.android.apps.maps/com.google.android.apps.gmm.util.systemhealth.impl.SystemHealthService in 1000ms 11-16 16:35:07.557 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.558 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 1 11-16 16:35:07.558 2037 2061 I GnssLocationProvider: WakeLock released by handleMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@6e77934) 11-16 16:35:07.559 26781 26781 I QcrilOemhookMsgTunnel: [0]invokeOemRilRequestRaw: serial=1282 length=24 11-16 16:35:07.559 26695 26695 D EventBus: [26695, u0] send(AppTransitionFinishedEvent) 11-16 16:35:07.559 26695 26695 D EventBus: [26695, u0] -> ForcedResizableInfoActivityController [0x6dccf75, P1] onBusEvent(AppTransitionFinishedEvent) 11-16 16:35:07.559 26695 26695 D EventBus: [26695, u0] onBusEvent(AppTransitionFinishedEvent) duration: 23 microseconds, avg: 737 11-16 16:35:07.561 26781 26813 I QcrilOemhookMsgTunnel: [0]processOemHookResponse serial no: 1282 error: 0length=0 11-16 16:35:07.561 568 751 W SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{112eb66 token=Token{7bb27c1 ActivityRecord{f4580a8 u0 com.google.android.apps.maps/com.google.android.maps.MapsActivity t547}}}#0 11-16 16:35:07.561 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 2 11-16 16:35:07.563 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.564 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 1 11-16 16:35:07.565 26781 26813 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28 11-16 16:35:07.566 26781 26781 I QcrilOemhookMsgTunnel: [1]invokeOemRilRequestRaw: serial=1283 length=24 11-16 16:35:07.567 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 0 11-16 16:35:07.568 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.570 2037 2070 W ActivityManager: setHasOverlayUi called on unknown pid: 4972 11-16 16:35:07.572 26781 26813 I QcrilOemhookMsgTunnel: [1]processOemHookResponse serial no: 1283 error: 0length=0 11-16 16:35:07.574 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.575 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 2 11-16 16:35:07.576 26781 26813 I QcrilOemhookMsgTunnel: [1]processOemHookIndication length=28 11-16 16:35:07.577 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 0 11-16 16:35:07.579 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.579 2037 2037 D NotificationService: updateLightsLocked | midtestflag=false 11-16 16:35:07.580 2037 2130 V LocSvc_HIDL_OsNpGlue_jni: [onStopRequest][68] [HC] <<= [HS] 11-16 16:35:07.581 5462 5462 I AppBase : onTrimMemory(): 80 11-16 16:35:07.585 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.587 26695 26695 I StatusBar: onNotificationRemoved: 0|com.android.systemui|252119|null|1000 11-16 16:35:07.591 2037 2065 W libprocessgroup: kill(-4972, 9) failed: No such process 11-16 16:35:07.591 2037 2065 I libprocessgroup: Successfully killed process cgroup uid 10080 pid 4972 in 207ms 11-16 16:35:07.591 819 819 I Zygote : Process 4972 exited due to signal (9) 11-16 16:35:07.593 26695 26695 D StatusBar: removeNotification key=0|com.android.systemui|252119|null|1000 old=StatusBarNotification(pkg=com.android.systemui user=UserHandle{0} id=252119 tag=null key=0|com.android.systemui|252119|null|1000: Notification(channel=LOC pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x2 color=0x00000000 vis=PRIVATE)) 11-16 16:35:07.593 26695 26695 D StatusBar: update app badge num: com.google.android.apps.maps/,num=0,isAllowed=true,userId=0 11-16 16:35:07.594 2037 2500 W ActivityManager: Sending non-protected broadcast android.intent.action.APPLICATION_MESSAGE_UPDATE from system 26695:com.android.systemui/1000 pkg com.android.systemui. Callers= 11-16 16:35:07.596 3131 3131 I Launcher.ApplicationsMessage: onReceive true 11-16 16:35:07.596 3131 3131 I Launcher.ApplicationsMessage: update com.google.android.apps.maps/ to null 11-16 16:35:07.812 26695 26695 D EventBus: [26695, u0] send(UserInteractionEvent) 11-16 16:35:07.812 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(UserInteractionEvent) 11-16 16:35:07.812 26695 26695 D EventBus: [26695, u0] onBusEvent(UserInteractionEvent) duration: 18 microseconds, avg: 736 11-16 16:35:07.812 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(UserInteractionEvent) 11-16 16:35:07.812 26695 26695 D EventBus: [26695, u0] onBusEvent(UserInteractionEvent) duration: 20 microseconds, avg: 734 11-16 16:35:07.818 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.818 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.818 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 44 microseconds, avg: 733 11-16 16:35:07.951 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.951 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.951 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 26 microseconds, avg: 732 11-16 16:35:07.969 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.969 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.969 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 24 microseconds, avg: 731 11-16 16:35:07.984 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:07.984 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:07.985 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 23 microseconds, avg: 730 11-16 16:35:08.001 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:08.001 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:08.001 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 23 microseconds, avg: 729 11-16 16:35:08.018 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:08.018 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:08.018 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 23 microseconds, avg: 728 11-16 16:35:08.034 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:08.034 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:08.035 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 21 microseconds, avg: 727 11-16 16:35:08.052 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:08.052 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:08.052 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 26 microseconds, avg: 726 11-16 16:35:08.068 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:08.068 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:08.068 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 21 microseconds, avg: 725 11-16 16:35:08.085 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:08.085 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:08.085 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 26 microseconds, avg: 723 11-16 16:35:08.101 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:08.101 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:08.101 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 27 microseconds, avg: 722 11-16 16:35:08.118 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:08.118 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:08.118 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 22 microseconds, avg: 721 11-16 16:35:08.135 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:08.135 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:08.136 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 26 microseconds, avg: 720 11-16 16:35:08.152 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:08.152 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:08.152 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 26 microseconds, avg: 719 11-16 16:35:08.168 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:08.168 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:08.168 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 22 microseconds, avg: 718 11-16 16:35:08.184 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:08.184 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:08.184 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 24 microseconds, avg: 717 11-16 16:35:08.201 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:08.201 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:08.201 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 22 microseconds, avg: 716 11-16 16:35:08.218 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:08.218 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:08.218 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 25 microseconds, avg: 715 11-16 16:35:08.243 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:08.243 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:08.243 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 22 microseconds, avg: 714 11-16 16:35:08.251 26695 26695 D EventBus: [26695, u0] send(TaskViewDismissedEvent) 11-16 16:35:08.251 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(TaskViewDismissedEvent) 11-16 16:35:08.251 26695 26695 D EventBus: [26695, u0] unregister() 11-16 16:35:08.252 26695 26695 D EventBus: [26695, u0] send(AllTaskViewsDismissedEvent) 11-16 16:35:08.252 26695 26695 D EventBus: [26695, u0] -> RecentsView [0xaa026db, P3] onBusEvent(AllTaskViewsDismissedEvent) 11-16 16:35:08.252 26695 26695 D EventBus: [26695, u0] onBusEvent(AllTaskViewsDismissedEvent) duration: 12 microseconds, avg: 713 11-16 16:35:08.253 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(AllTaskViewsDismissedEvent) 11-16 16:35:08.257 26695 26695 D EventBus: [26695, u0] send(DismissRecentsToHomeAnimationStarted) 11-16 16:35:08.257 26695 26695 D EventBus: [26695, u0] -> RecentsView [0xaa026db, P3] onBusEvent(DismissRecentsToHomeAnimationStarted) 11-16 16:35:08.257 26695 26695 D EventBus: [26695, u0] onBusEvent(DismissRecentsToHomeAnimationStarted) duration: 107 microseconds, avg: 712 11-16 16:35:08.257 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(DismissRecentsToHomeAnimationStarted) 11-16 16:35:08.257 26695 26695 D EventBus: [26695, u0] onBusEvent(DismissRecentsToHomeAnimationStarted) duration: 83 microseconds, avg: 711 11-16 16:35:08.257 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(DismissRecentsToHomeAnimationStarted) 11-16 16:35:08.258 26695 26695 D EventBus: [26695, u0] onBusEvent(DismissRecentsToHomeAnimationStarted) duration: 126 microseconds, avg: 710 11-16 16:35:08.258 26695 26695 D EventBus: [26695, u0] onBusEvent(AllTaskViewsDismissedEvent) duration: 5192 microseconds, avg: 717 11-16 16:35:08.258 26695 26695 D EventBus: [26695, u0] send(DeleteTaskDataEvent) 11-16 16:35:08.258 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(DeleteTaskDataEvent) 11-16 16:35:08.258 26695 26695 D RecentsActivity: removeTask: [id=544 stackId=544 windowingMode=1 user=0 lastActiveTime=711591455] Browser 11-16 16:35:08.258 26695 26695 D EventBus: [26695, u0] onBusEvent(DeleteTaskDataEvent) duration: 184 microseconds, avg: 716 11-16 16:35:08.258 26695 26695 D EventBus: [26695, u0] onBusEvent(TaskViewDismissedEvent) duration: 7352 microseconds, avg: 726 11-16 16:35:08.259 26695 26695 D EventBus: [26695, u0] send(StackScrollChangedEvent) 11-16 16:35:08.259 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(StackScrollChangedEvent) 11-16 16:35:08.259 26695 26695 D EventBus: [26695, u0] onBusEvent(StackScrollChangedEvent) duration: 23 microseconds, avg: 725 11-16 16:35:08.259 2037 2500 I ProcessManager: Kill reason SwipeUpClean from pid=26695 11-16 16:35:08.261 2037 2500 D ProcessManager: update DY:[com.facemoji.lite.xiaomi, com.miui.voip] 11-16 16:35:08.265 2037 2500 D ProcessManager: remove task: TaskRecord{29e14d2 #544 A=android.task.browser U=0 StackId=544 sz=1} 11-16 16:35:08.276 26695 26695 W HeadsUpManager: removeHeadsUpNotification() no heads up notification on show 11-16 16:35:08.281 26695 26695 D EventBus: [26695, u0] send(ActivitySetDummyTranslucentEvent) 11-16 16:35:08.281 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(ActivitySetDummyTranslucentEvent) 11-16 16:35:08.281 26695 26695 D EventBus: [26695, u0] onBusEvent(ActivitySetDummyTranslucentEvent) duration: 131 microseconds, avg: 724 11-16 16:35:08.283 2037 3124 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.miui.home/.launcher.Launcher} from uid 1000 11-16 16:35:08.286 2037 3124 D ActivityTrigger: activityResumeTrigger: The activity in ApplicationInfo{b380111 com.miui.home} is now in focus and seems to be in full-screen mode 11-16 16:35:08.286 2037 3124 E ActivityTrigger: activityResumeTrigger: not whiteListedcom.miui.home/com.miui.home.launcher.Launcher/41000910 11-16 16:35:08.287 543 589 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only 11-16 16:35:08.287 2037 3124 D ActivityTrigger: ActivityTrigger activityPauseTrigger 11-16 16:35:08.298 543 589 E ANDR-PERF-OPTSHANDLER: Perflock resource /sys/class/devfreq/soc:qcom,llccbw/min_freq not supported 11-16 16:35:08.298 543 589 E ANDR-PERF-RESOURCEQS: Failed to apply optimization [12, 0] 11-16 16:35:08.299 3957 4159 D GameBoosterService: onGameStatusChange foreground:ForegroundInfo{mForegroundPackageName='com.miui.home', mForegroundUid=10022, mForegroundPid=3131, mLastForegroundPackageName='com.android.systemui', mLastForegroundUid=1000, mLastForegroundPid=26695, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0} 11-16 16:35:08.299 2037 3124 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:08.299 2037 3124 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:08.299 2037 3124 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:08.301 3131 3155 D Launcher: get showing item successnull 11-16 16:35:08.302 2037 3124 I Timeline: Timeline: App_transition_ready time:160953326 11-16 16:35:08.305 2037 2110 I Timeline: Timeline: App_transition_ready time:160953330 11-16 16:35:08.307 2037 3766 I Timeline: Timeline: App_transition_ready time:160953332 11-16 16:35:08.310 568 751 W SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{b1b40b0 token=Token{1c9bbf3 ActivityRecord{d31de62 u0 com.android.browser/.BrowserActivity t544}}}#0 11-16 16:35:08.310 2037 2062 I Timeline: Timeline: App_transition_ready time:160953335 11-16 16:35:08.312 2037 2110 I Timeline: Timeline: App_transition_ready time:160953336 11-16 16:35:08.316 2037 2110 I Timeline: Timeline: App_transition_ready time:160953340 11-16 16:35:08.317 3131 3458 I RenderThread: RenderThread resumed 11-16 16:35:08.317 3131 3458 I RenderThread: All controllers paused. 11-16 16:35:08.317 3131 3458 I RenderThread: RenderThread paused, waiting for signal 11-16 16:35:08.321 3131 3131 E Launcher.RecommendLog: folder display but only request when folder open 11-16 16:35:08.321 3131 3131 E Launcher.RecommendLog: folder display but only request when folder open 11-16 16:35:08.322 3131 3458 I RenderThread: RenderThread resumed 11-16 16:35:08.322 3131 3458 I RenderThread: All controllers paused. 11-16 16:35:08.322 3131 3458 I RenderThread: RenderThread paused, waiting for signal 11-16 16:35:08.322 26695 26695 D EventBus: [26695, u0] send(UserInteractionEvent) 11-16 16:35:08.322 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(UserInteractionEvent) 11-16 16:35:08.322 26695 26695 D EventBus: [26695, u0] onBusEvent(UserInteractionEvent) duration: 24 microseconds, avg: 723 11-16 16:35:08.322 26695 26695 D EventBus: [26695, u0] -> RecentsActivity [0x88d7e06, P2] onBusEvent(UserInteractionEvent) 11-16 16:35:08.322 26695 26695 D EventBus: [26695, u0] onBusEvent(UserInteractionEvent) duration: 18 microseconds, avg: 722 11-16 16:35:08.326 2037 3124 I Timeline: Timeline: App_transition_ready time:160953351 11-16 16:35:08.327 26695 26695 D EventBus: [26695, u0] send(AppTransitionFinishedEvent) 11-16 16:35:08.328 26695 26695 D EventBus: [26695, u0] -> ForcedResizableInfoActivityController [0x6dccf75, P1] onBusEvent(AppTransitionFinishedEvent) 11-16 16:35:08.328 26695 26695 D EventBus: [26695, u0] onBusEvent(AppTransitionFinishedEvent) duration: 32 microseconds, avg: 721 11-16 16:35:08.328 2037 2062 D ActivityTrigger: ActivityTrigger activityStopTrigger 11-16 16:35:08.328 26695 26695 D StatusBar: recevie broadbcast ACTION_APPLICATION_MESSAGE_QUERY, requestFirstTime=false 11-16 16:35:08.330 3131 3131 W CustomVerticalSwitcher: startFlipping is not in minusScreen! 11-16 16:35:08.330 3131 3184 D Launcher: disableStatusBarClock:false 11-16 16:35:08.338 2037 3124 I Timeline: Timeline: App_transition_ready time:160953362 11-16 16:35:08.340 3131 3291 I Adreno : QUALCOMM build : ec0ba81, I046fbfb8e4 11-16 16:35:08.340 3131 3291 I Adreno : Build Date : 11/14/18 11-16 16:35:08.340 3131 3291 I Adreno : OpenGL ES Shader Compiler Version: EV031.25.03.01 11-16 16:35:08.340 3131 3291 I Adreno : Local Branch : 11-16 16:35:08.340 3131 3291 I Adreno : Remote Branch : 11-16 16:35:08.340 3131 3291 I Adreno : Remote Branch : 11-16 16:35:08.340 3131 3291 I Adreno : Reconstruct Branch : 11-16 16:35:08.340 3131 3291 I Adreno : Build Config : S L 6.0.7 AArch64 11-16 16:35:08.347 26695 26695 D RecentsActivity: onStop 11-16 16:35:08.347 26695 26695 D EventBus: [26695, u0] send(RecentsVisibilityChangedEvent) 11-16 16:35:08.347 26695 26695 D EventBus: [26695, u0] -> RecentsViewTouchHandler [0x55f19cd, P4] onBusEvent(RecentsVisibilityChangedEvent) 11-16 16:35:08.347 26695 26695 D EventBus: [26695, u0] onBusEvent(RecentsVisibilityChangedEvent) duration: 14 microseconds, avg: 720 11-16 16:35:08.347 26695 26695 D EventBus: [26695, u0] -> RecentMenuView [0x4be2642, P3] onBusEvent(RecentsVisibilityChangedEvent) 11-16 16:35:08.347 26695 26695 D EventBus: [26695, u0] onBusEvent(RecentsVisibilityChangedEvent) duration: 3 microseconds, avg: 719 11-16 16:35:08.347 26695 26695 D EventBus: [26695, u0] -> TaskStackView [0xe67c168, P3] onBusEvent(RecentsVisibilityChangedEvent) 11-16 16:35:08.347 26695 26695 D EventBus: [26695, u0] onBusEvent(RecentsVisibilityChangedEvent) duration: 7 microseconds, avg: 718 11-16 16:35:08.347 26695 26695 D EventBus: [26695, u0] -> RecentsImpl [0x89de129, P1] onBusEvent(RecentsVisibilityChangedEvent) 11-16 16:35:08.347 26695 26695 D EventBus: [26695, u0] onBusEvent(RecentsVisibilityChangedEvent) duration: 3 microseconds, avg: 717 11-16 16:35:08.347 26695 26695 D EventBus: [26695, u0] -> Recents [0x5b7eaec, P1] onBusEvent(RecentsVisibilityChangedEvent) 11-16 16:35:08.347 26695 26695 D EventBus: [26695, u0] onBusEvent(RecentsVisibilityChangedEvent) duration: 126 microseconds, avg: 716 11-16 16:35:08.347 3131 3291 I Adreno : PFP: 0x005ff112, ME: 0x005ff066 11-16 16:35:08.349 2037 2110 I Timeline: Timeline: App_transition_ready time:160953373 11-16 16:35:08.349 3131 3291 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 11-16 16:35:08.350 3131 3291 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0 11-16 16:35:08.351 3131 3291 I OpenGLRenderer: Initialized EGL, version 1.4 11-16 16:35:08.351 3131 3291 D OpenGLRenderer: Swap behavior 2 11-16 16:35:08.354 2037 2110 I Timeline: Timeline: App_transition_ready time:160953378 11-16 16:35:08.359 2037 2047 I Timeline: Timeline: App_transition_ready time:160953383 11-16 16:35:08.363 26695 26695 D StatusBar: disable disable2 11-16 16:35:08.365 2037 3124 I Timeline: Timeline: App_transition_ready time:160953389 11-16 16:35:08.366 3131 3131 I AssistHolderView: dispatchDraw 11-16 16:35:08.373 2037 3124 I Timeline: Timeline: App_transition_ready time:160953397 11-16 16:35:08.405 3131 3131 E Launcher: changeViewByFsGestureState, view=ForceTouchLayer, alpha=1.0, scale=1.0 11-16 16:35:08.405 3131 3131 E Launcher: changeViewByFsGestureState, view=ForceTouchLayer, alpha=1.0, scale=1.0 11-16 16:35:08.397 3131 3131 W com.miui.home: type=1400 audit(0.0:38744): avc: denied { read } for name="u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=12992 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=0 11-16 16:35:08.406 3131 3131 E libc : Access denied finding property "ro.hardware.fp.fod" 11-16 16:35:08.414 2037 2110 I Timeline: Timeline: App_transition_ready time:160953438 11-16 16:35:08.439 3131 3131 I AssistHolderView: dispatchDraw 11-16 16:35:08.451 568 6693 W SurfaceFlinger: Attempting to set client state on removed layer: com.android.systemui/com.android.systemui.recents.RecentsActivity#0 11-16 16:35:08.451 568 6693 W SurfaceFlinger: Attempting to destroy on removed layer: com.android.systemui/com.android.systemui.recents.RecentsActivity#0 11-16 16:35:08.459 26695 26695 D EventBus: [26695, u0] send(AppTransitionFinishedEvent) 11-16 16:35:08.459 26695 26695 D EventBus: [26695, u0] -> ForcedResizableInfoActivityController [0x6dccf75, P1] onBusEvent(AppTransitionFinishedEvent) 11-16 16:35:08.459 26695 26695 D EventBus: [26695, u0] onBusEvent(AppTransitionFinishedEvent) duration: 20 microseconds, avg: 715 11-16 16:35:08.487 5462 5519 I PhenotypeIme: FetchConfigurationTask.fetchConfiguration() : ConfigurationsResult = Persisted 11-16 16:35:08.489 5462 5521 I SuperDelight: SuperDelightDownloadMetadataParser#parse(delight): Manifest parsed with 884 packs 11-16 16:35:08.490 5462 5549 I SuperDelight: SuperDelightManager#registerAndUpgradeSuperpacks(delight): current 2019110101, required 2019110101 11-16 16:35:08.508 5462 5519 I PhenotypeIme: FetchConfigurationTask.fetchConfiguration() : Success after 1657 ms 11-16 16:35:08.551 2037 2070 I Timeline: Timeline: Activity_windows_visible id: ActivityRecord{b3bf095 u0 com.miui.home/.launcher.Launcher t1} time:160953575 11-16 16:35:08.552 26695 26695 D EventBus: [26695, u0] send(AppTransitionFinishedEvent) 11-16 16:35:08.552 26695 26695 D EventBus: [26695, u0] -> ForcedResizableInfoActivityController [0x6dccf75, P1] onBusEvent(AppTransitionFinishedEvent) 11-16 16:35:08.552 26695 26695 D EventBus: [26695, u0] onBusEvent(AppTransitionFinishedEvent) duration: 19 microseconds, avg: 714 11-16 16:35:08.553 2037 2110 I Timeline: Timeline: App_transition_stopped time:160953577 11-16 16:35:08.568 2037 2064 D Boost : hostingType=service, hostingName=com.google.android.apps.maps/com.google.android.apps.gmm.util.systemhealth.impl.SystemHealthService, callerPackage=com.google.android.apps.maps, isSystem=true, isBoostNeeded=false. 11-16 16:35:08.570 2037 2064 I ActivityManager: Start proc 5554:com.google.android.apps.maps/u0a80 for service com.google.android.apps.maps/com.google.android.apps.gmm.util.systemhealth.impl.SystemHealthService caller=com.google.android.apps.maps 11-16 16:35:08.573 5554 5554 E droid.apps.map: Not starting debugger since process cannot load the jdwp agent. 11-16 16:35:08.582 2037 3766 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:08.582 2037 3766 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:08.582 2037 3766 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:08.587 2037 3766 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:08.587 2037 3766 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:08.587 2037 3766 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:08.603 5554 5554 I droid.apps.map: The ClassLoaderContext is a special shared library. 11-16 16:35:08.644 5554 5554 W droid.apps.map: JIT profile information will not be recorded: profile file does not exits. 11-16 16:35:08.675 5554 5554 I Perf : Connecting to perf service. 11-16 16:35:08.706 3131 3131 E Launcher: changeViewByFsGestureState, view=FitSystemWindowView, alpha=1.0, scale=1.0 11-16 16:35:08.706 3131 3131 E Launcher: changeViewByFsGestureState, view=ForceTouchLayer, alpha=1.0, scale=1.0 11-16 16:35:08.818 5554 5578 I Adreno : QUALCOMM build : ec0ba81, I046fbfb8e4 11-16 16:35:08.818 5554 5578 I Adreno : Build Date : 11/14/18 11-16 16:35:08.818 5554 5578 I Adreno : OpenGL ES Shader Compiler Version: EV031.25.03.01 11-16 16:35:08.818 5554 5578 I Adreno : Local Branch : 11-16 16:35:08.818 5554 5578 I Adreno : Remote Branch : 11-16 16:35:08.818 5554 5578 I Adreno : Remote Branch : 11-16 16:35:08.818 5554 5578 I Adreno : Reconstruct Branch : 11-16 16:35:08.818 5554 5578 I Adreno : Build Config : S L 6.0.7 AArch64 11-16 16:35:08.857 5554 5578 I Adreno : PFP: 0x005ff112, ME: 0x005ff066 11-16 16:35:08.875 5554 5578 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 11-16 16:35:08.875 5554 5578 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0 11-16 16:35:08.940 5554 5580 I ActivityThread: com.google.android.gms.auth.accounts acquiringCount 2 11-16 16:35:08.974 2037 3124 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:08.974 2037 3124 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:08.974 2037 3124 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:08.979 2881 2881 W ChimeraUtils: Non Chimera context 11-16 16:35:08.979 2881 2881 W ChimeraUtils: Non Chimera context 11-16 16:35:08.999 2037 3766 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:08.999 2037 3766 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:08.999 2037 3766 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:09.139 2881 3311 W ProviderHelper: Unknown dynamite feature providerinstaller 11-16 16:35:09.146 2037 2062 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:09.147 2037 2062 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:09.147 2037 2062 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:09.168 5554 5554 I droid.apps.map: The ClassLoaderContext is a special shared library. 11-16 16:35:09.177 2037 3124 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:09.177 2037 3124 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:09.177 2037 3124 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:09.185 5554 5554 I droid.apps.map: The ClassLoaderContext is a special shared library. 11-16 16:35:09.197 2037 2062 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:09.197 2037 2062 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:09.197 2037 2062 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:09.204 5554 5554 I droid.apps.map: The ClassLoaderContext is a special shared library. 11-16 16:35:09.315 5554 5554 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 286 native methods... 11-16 16:35:09.343 5554 5554 D NetworkSecurityConfig: No Network Security Config specified, using platform default 11-16 16:35:09.349 5554 5554 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL 11-16 16:35:09.361 5554 5554 W droid.apps.map: Unsupported class loader 11-16 16:35:09.363 5554 5554 W droid.apps.map: Skipping duplicate class check due to unsupported classloader 11-16 16:35:09.385 5554 5554 I DynamiteLoaderV2: [71] Cronetdynamite 11-16 16:35:09.388 5554 5554 W droid.apps.map: Unsupported class loader 11-16 16:35:09.394 5554 5554 W droid.apps.map: Skipping duplicate class check due to unsupported classloader 11-16 16:35:09.441 2037 2047 D ConnectivityService: requestNetwork for uid/pid:10080/5554 NetworkRequest [ TRACK_DEFAULT id=2326, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10080] ] 11-16 16:35:09.442 2037 2190 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=2326, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10080] ] with score 60 11-16 16:35:09.442 2037 2149 D WIFI : got request NetworkRequest [ TRACK_DEFAULT id=2326, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10080] ] with score 60 11-16 16:35:09.442 2037 2149 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=2326, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10080] ] with score 60 11-16 16:35:09.443 2605 2605 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=2326, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10080] ] with score 60 11-16 16:35:09.447 5554 5554 I cr_CronetLibraryLoader: Cronet version: 76.0.3809.111, arch: aarch64 11-16 16:35:09.451 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 1 11-16 16:35:09.453 26781 26781 I QcrilOemhookMsgTunnel: [0]invokeOemRilRequestRaw: serial=1284 length=24 11-16 16:35:09.453 26781 26813 I QcrilOemhookMsgTunnel: [0]processOemHookResponse serial no: 1284 error: 0length=0 11-16 16:35:09.454 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 2 11-16 16:35:09.455 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 1 11-16 16:35:09.456 26781 26781 I QcrilOemhookMsgTunnel: [1]invokeOemRilRequestRaw: serial=1285 length=24 11-16 16:35:09.458 26781 26813 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28 11-16 16:35:09.459 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 0 11-16 16:35:09.460 26781 26813 I QcrilOemhookMsgTunnel: [1]processOemHookResponse serial no: 1285 error: 0length=0 11-16 16:35:09.462 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 2 11-16 16:35:09.464 26781 26813 I QcrilOemhookMsgTunnel: [1]processOemHookIndication length=28 11-16 16:35:09.464 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 0 11-16 16:35:09.484 2037 3124 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:35:09.484 2037 3124 D CompatibilityInfo: applicationDensity - 320 11-16 16:35:09.484 2037 3124 D CompatibilityInfo: applicationScale - 1.0 11-16 16:35:09.505 2881 3311 I GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_BY_IDS Ids=[atn_geofence_request_id], packageName=com.google.android.apps.maps] 11-16 16:35:10.662 2037 2047 I WifiService: acquireWifiLock uid=10029 lockMode=2 11-16 16:35:11.889 2037 2047 D WificondControl: Scan result ready event 11-16 16:35:11.903 936 2367 I LOWI-8.6.0.32: [LOWI-Scan] lowi_close_record:Scan done in 8490727ms, 24 APs in scan results 11-16 16:35:11.903 2037 2153 D WificondScannerImpl: Filtering out 5 scan results. 11-16 16:35:11.918 936 967 I LOWI-8.6.0.32: [LOWIUtils] responseToOutPostcard - TO: GTP-FDAL, FROM: LOWI-SERVER, RESP: LOWI_ASYNC_DISCOVERY_SCAN_RESULTS 11-16 16:35:11.918 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:11.918 870 913 V QCALOG : [MessageQueueClientInfo] LOWI-SERVER: read 11-16 16:35:11.918 870 913 V QCALOG : [MessageQueueClientInfo] just read 4 bytes 11-16 16:35:11.918 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:11.918 870 913 V QCALOG : [MessageQueueClientInfo] LOWI-SERVER: read 11-16 16:35:11.918 870 913 V QCALOG : [MessageQueueClientInfo] just read 23130 bytes 11-16 16:35:11.918 870 913 V QCALOG : [MessageQueueClientInfo] card length 23130 + 4 bytes, current size 23134 bytes 11-16 16:35:11.918 870 913 V QCALOG : [MessageQ] lookupAndDeliver delivering message to client GTP-FDAL 11-16 16:35:11.918 870 913 V QCALOG : [MessageQ] wait result 1 11-16 16:35:11.918 870 913 V QCALOG : [MessageQueueClientInfo] GTP-FDAL: write 11-16 16:35:11.918 870 913 D QCALOG : [MessageQueueClientInfo] write to [GTP-FDAL], 23134 bytes finished, 0 bytes left 11-16 16:35:11.923 938 1081 W XTCC-6.2.0.6: [WifiScanner] WiFi scan result : [24] AP's, async result: 1 11-16 16:35:11.932 2037 2047 I WifiService: releaseWifiLock uid=10029 11-16 16:35:12.612 861 1013 E storaged: getDiskStats failed with result NOT_SUPPORTED and size 0 11-16 16:35:13.685 5554 5568 I droid.apps.map: Waiting for a blocking GC ProfileSaver 11-16 16:35:13.715 5554 5568 I droid.apps.map: WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 30.327ms 11-16 16:35:13.893 5462 5477 I putmethod.lati: ProcessProfilingInfo new_methods=0 is saved saved_to_disk=0 resolve_classes_delay=8000 11-16 16:35:26.494 3151 20093 W PushService: 2019-11-16 16:35:26,494 - [WARN::PushService] - [Thread:272] [Slim] RCV ping id=0 11-16 16:35:26.497 3151 3330 W PushService: 2019-11-16 16:35:26,497 - [WARN::PushService] - stats key not found 11-16 16:35:26.501 3151 3330 W PushService: 2019-11-16 16:35:26,501 - [WARN::PushService] - [Thread:117] TinyData TinyDataCacheProcessor.pingFollowUpAction ts:1573902326501 11-16 16:35:26.506 3151 3330 W PushService: 2019-11-16 16:35:26,505 - [WARN::PushService] - [Thread:117] TinyData TinyDataCacheProcessor.pingFollowUpAction !canUpload(uploader) ts:1573902326505 11-16 16:35:51.128 541 2658 E IzatSvc_PassiveLocListener: Exiting with error onLocationChanged line 154 "1" 11-16 16:35:51.129 541 2658 V LocSvc_HIDL_IzatProvider: [onLocationChanged][71] [HS] =>>>> [HC] 11-16 16:35:51.130 2037 2130 V LocSvc_HIDL_IzatProvider_jni: [onLocationChanged][208] [HC] <<= [HS] 11-16 16:36:00.013 26695 26695 D KeyguardUpdateMonitor: handleTimeUpdate 11-16 16:36:01.262 2605 2605 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 11-16 16:36:01.263 3957 3957 I BatteryInfoReceiver: ACTION_BATTERY_CHANGED 11-16 16:36:01.267 26695 26695 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED 11-16 16:36:01.269 4684 4747 D PowerCheckerService: onBatteryChanged, mBatteryLevel = 100, status = 5, level = 100, plug = 2, scale = 100 11-16 16:36:01.270 26695 26695 D KeyguardUpdateMonitor: handleBatteryUpdate 11-16 16:36:06.291 2037 2062 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:06.291 2037 2062 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:06.291 2037 2062 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:06.314 3151 3330 W PushService: 2019-11-16 16:36:06,313 - [WARN::PushService] - [Thread:117] JOB: Handle intent action = com.xiaomi.push.timer 11-16 16:36:06.314 3151 3330 W PushService: 2019-11-16 16:36:06,314 - [WARN::PushService] - [Thread:117] Service called on timer 11-16 16:36:06.323 3151 3330 W PushService: 2019-11-16 16:36:06,323 - [WARN::PushService] - [Thread:117] [Slim] SND ping id=0 11-16 16:36:06.368 3151 20093 W PushService: 2019-11-16 16:36:06,368 - [WARN::PushService] - [Thread:272] [Slim] RCV ping id=0 11-16 16:36:06.372 3151 3330 W PushService: 2019-11-16 16:36:06,371 - [WARN::PushService] - [Thread:117] TinyData TinyDataCacheProcessor.pingFollowUpAction ts:1573902366371 11-16 16:36:06.374 3151 3330 W PushService: 2019-11-16 16:36:06,373 - [WARN::PushService] - [Thread:117] TinyData TinyDataCacheProcessor.pingFollowUpAction !canUpload(uploader) ts:1573902366373 11-16 16:36:12.615 861 1013 E storaged: getDiskStats failed with result NOT_SUPPORTED and size 0 11-16 16:36:16.330 3151 3330 W PushService: 2019-11-16 16:36:16,329 - [WARN::PushService] - [Thread:117] JOB: check the ping-pong.1573902366323 11-16 16:36:38.483 2037 2047 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:38.483 2037 2047 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:38.483 2037 2047 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:38.534 2037 2500 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:38.534 2037 2500 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:38.534 2037 2500 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:38.573 2037 2047 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:38.573 2037 2047 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:38.573 2037 2047 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:38.604 2037 2500 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:38.604 2037 2500 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:38.604 2037 2500 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:44.297 2037 2175 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:44.297 2037 2175 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:44.297 2037 2175 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:44.400 2037 2175 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:44.400 2037 2175 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:44.400 2037 2175 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:44.507 5050 5050 I BgTaskExecutorImpl: Starting PERIODIC background task UPDATE_GSERVICES_CONFIG. 11-16 16:36:44.533 2037 2064 D Boost : hostingType=service, hostingName=com.rindventures.pidge/com.transistorsoft.locationmanager.service.HeartbeatService, callerPackage=com.rindventures.pidge, isSystem=false, isBoostNeeded=false. 11-16 16:36:44.536 2037 2064 I ActivityManager: Start proc 5632:com.rindventures.pidge/u0a254 for service com.rindventures.pidge/com.transistorsoft.locationmanager.service.HeartbeatService caller=com.rindventures.pidge 11-16 16:36:44.540 5632 5632 I dventures.pidg: Late-enabling -Xcheck:jni 11-16 16:36:44.577 5050 5092 I GservicesUpdateTask: Updating Gservices keys 11-16 16:36:44.682 2037 3766 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:44.682 2037 3766 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:44.682 2037 3766 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:44.688 2037 3766 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:44.688 2037 3766 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:44.688 2037 3766 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:44.725 2037 2175 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:44.725 2037 2175 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:44.726 2037 2175 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:44.732 5050 5050 I BgTaskExecutorImpl: Starting PERIODIC background task UPLOAD_AUDIO_LOGS. 11-16 16:36:44.755 5050 5099 I S3UtteranceSender: send account: %s, audioType: %d[priya.ghosh@r-indventures.com, OK_HEY_GOOGLE] 11-16 16:36:44.789 5050 5099 I S3UtteranceSender: No utterances found. Returning! 11-16 16:36:44.934 2037 2175 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:44.934 2037 2175 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:44.934 2037 2175 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:44.942 5050 5050 I BgTaskExecutorImpl: Starting PERIODIC background task UPLOAD_HOTWORD_SETTINGS. 11-16 16:36:44.946 5050 5107 I UploadHwSettingsTask: Uploading hotword settings to server. 11-16 16:36:45.012 5050 5110 W LocationOracle: getBestLocation(): no location is available 11-16 16:36:45.042 2037 2175 I AutoStartManagerService: MIUILOG- Reject service :Intent { cmp=com.miui.android.fashiongallery/glance._internal.sdk.commons.job.GlanceJobService } userId : 0 uid : 10156 11-16 16:36:45.044 2037 2175 I JobServiceContext: MIUILOG- Reject Start Job, cancelJob uid : 10156 jobId :128555420 11-16 16:36:45.052 2037 2175 D JobScheduler: Error executing JobStatus{19eb43d #u0a156/128555420 com.miui.android.fashiongallery/glance._internal.sdk.commons.job.GlanceJobService u=0 s=10156 TIME=-6ms:+23h59m59s994ms CHARGING PERIODIC PERSISTED READY} 11-16 16:36:45.138 2037 2047 D ConnectivityService: requestNetwork for uid/pid:10065/5050 NetworkRequest [ TRACK_DEFAULT id=2328, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10065] ] 11-16 16:36:45.139 2037 2149 D WIFI : got request NetworkRequest [ TRACK_DEFAULT id=2328, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10065] ] with score 60 11-16 16:36:45.139 2037 2190 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=2328, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10065] ] with score 60 11-16 16:36:45.139 2037 2149 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=2328, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10065] ] with score 60 11-16 16:36:45.141 2605 2605 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=2328, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10065] ] with score 60 11-16 16:36:45.142 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 1 11-16 16:36:45.143 26781 26781 I QcrilOemhookMsgTunnel: [0]invokeOemRilRequestRaw: serial=1286 length=24 11-16 16:36:45.145 26781 26813 I QcrilOemhookMsgTunnel: [0]processOemHookResponse serial no: 1286 error: 0length=0 11-16 16:36:45.145 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 2 11-16 16:36:45.148 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 1 11-16 16:36:45.148 26781 26813 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28 11-16 16:36:45.149 26781 26781 I QcrilOemhookMsgTunnel: [1]invokeOemRilRequestRaw: serial=1287 length=24 11-16 16:36:45.150 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 0 11-16 16:36:45.151 26781 26813 I QcrilOemhookMsgTunnel: [1]processOemHookResponse serial no: 1287 error: 0length=0 11-16 16:36:45.153 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 2 11-16 16:36:45.155 26781 26813 I QcrilOemhookMsgTunnel: [1]processOemHookIndication length=28 11-16 16:36:45.156 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 0 11-16 16:36:45.172 5050 5092 I cr_CronetLibraryLoader: Cronet version: 79.0.3945.18, arch: aarch64 11-16 16:36:45.173 5050 5092 W CronetNetworkRqstWrppr: Upload request without a content type. 11-16 16:36:45.252 5050 5657 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false 11-16 16:36:45.349 5632 5632 I Perf : Connecting to perf service. 11-16 16:36:45.532 5632 5632 I FirebaseInitProvider: FirebaseApp initialization successful 11-16 16:36:45.604 2037 2175 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:45.604 2037 2175 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:45.604 2037 2175 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:45.640 5632 5632 I CrashlyticsCore: Initializing Crashlytics Core 2.7.0.33 11-16 16:36:45.658 5632 5632 I CrashlyticsInitProvider: CrashlyticsInitProvider initialization successful 11-16 16:36:45.665 5632 5667 I FA : App measurement is starting up, version: 18202 11-16 16:36:45.665 5632 5667 I FA : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 11-16 16:36:45.665 5632 5667 I FA : To enable faster debug mode event logging run: 11-16 16:36:45.665 5632 5667 I FA : adb shell setprop debug.firebase.analytics.app com.rindventures.pidge 11-16 16:36:45.691 5632 5632 D SoLoader: init start 11-16 16:36:45.691 5632 5632 D SoLoader: adding system library source: /vendor/lib 11-16 16:36:45.692 5632 5632 D SoLoader: adding system library source: /system/lib 11-16 16:36:45.693 5632 5632 D SoLoader: adding application source: com.facebook.soloader.DirectorySoSource[root = /data/app/com.rindventures.pidge-1BLhXj1WkTZFBBsZe6rNEw==/lib/arm flags = 0] 11-16 16:36:45.693 5632 5632 D SoLoader: adding backup source from : com.facebook.soloader.ApkSoSource[root = /data/data/com.rindventures.pidge/lib-main flags = 1] 11-16 16:36:45.693 5632 5632 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/lib flags = 2] 11-16 16:36:45.694 5632 5632 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /vendor/lib flags = 2] 11-16 16:36:45.694 5632 5632 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /data/app/com.rindventures.pidge-1BLhXj1WkTZFBBsZe6rNEw==/lib/arm flags = 0] 11-16 16:36:45.694 5632 5632 D SoLoader: Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/data/com.rindventures.pidge/lib-main flags = 1] 11-16 16:36:45.698 5632 5632 V fb-UnpackingSoSource: locked dso store /data/user/0/com.rindventures.pidge/lib-main 11-16 16:36:45.702 5632 5632 I fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/com.rindventures.pidge/lib-main 11-16 16:36:45.702 5632 5632 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/com.rindventures.pidge/lib-main 11-16 16:36:45.702 5632 5632 D SoLoader: init finish: 4 SO sources prepared 11-16 16:36:45.702 5632 5632 D SoLoader: init exiting 11-16 16:36:45.732 5632 5670 D NetworkSecurityConfig: No Network Security Config specified, using platform default 11-16 16:36:45.733 5632 5670 I DpmTcmClient: RegisterTcmMonitor from: $Proxy0 11-16 16:36:45.747 2037 2500 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:45.747 2037 2500 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:45.747 2037 2500 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:45.758 5632 5632 W dventures.pidg: Accessing hidden method Landroid/app/AppGlobals;->getInitialApplication()Landroid/app/Application; (light greylist, reflection) 11-16 16:36:45.799 2037 3766 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:45.799 2037 3766 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:45.799 2037 3766 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:45.817 5632 5632 I TSLocationManager: [c.t.l.adapter.TSConfig print] 11-16 16:36:45.817 5632 5632 I TSLocationManager: ╔═════════════════════════════════════════════ 11-16 16:36:45.817 5632 5632 I TSLocationManager: β•‘ TSLocationManager version: 3.0.25 (325) 11-16 16:36:45.817 5632 5632 I TSLocationManager: ╠═════════════════════════════════════════════ 11-16 16:36:45.817 5632 5632 I TSLocationManager: { 11-16 16:36:45.817 5632 5632 I TSLocationManager: "activityRecognitionInterval": 10000, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "allowIdenticalLocations": true, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "autoSync": true, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "autoSyncThreshold": 0, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "batchSync": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "debug": true, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "deferTime": 0, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "desiredAccuracy": -1, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "desiredOdometerAccuracy": 100, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "disableElasticity": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "disableLocationAuthorizationAlert": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "disableStopDetection": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "distanceFilter": 0, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "elasticityMultiplier": 1, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "enableHeadless": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "enableTimestampMeta": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "extras": {}, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "fastestLocationUpdateInterval": 2500, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "forceReloadOnBoot": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "forceReloadOnGeofence": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "forceReloadOnHeartbeat": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "forceReloadOnLocationChange": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "forceReloadOnMotionChange": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "forceReloadOnSchedule": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "foregroundService": true, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "geofenceInitialTriggerEntry": true, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "geofenceModeHighAccuracy": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "geofenceProximityRadius": 1000, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "geofenceTemplate": "", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "headers": { 11-16 16:36:45.817 5632 5632 I TSLocationManager: "authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6IlNhbXBsZSIsImxhc3RfbmFtZSI6IlJpZGVyIiwibW9iaWxlIjoiOTY2MTA4NjE4OCIsImZjbV90b2tlbiI6ImZhaWkzT00zYWdVOkFQQTkxYkd0NklOZ3AwRS1lTmlBZloza3RnMWttbUlIZ0lGUGdicTg5Y0I4a2NISS04dGJUdjVaNnVYX0JYZUVYT0cwTl82QXJnMVpVZTNHX3J6Y01xMWJxaHhsYndZbTJpNUdqV0Jaem5NWTIwUVpFcnBsUThKRjVEMWxFZXBNbmVkNERtYXB6NEZ6IiwibG9jYWxlIjoiZW4iLCJkZXZpY2VfaWQiOm51bGwsInNvY2tldF9pZCI6InItUFlXY2hfS1Vfb1o2bXBBQURDIiwiaXNfYWN0aXZlIjp0cnVlLCJpc19ibG9ja2VkIjpmYWxzZSwiaXNfb25saW5lIjpmYWxzZSwiaXNfZGVsZXRlZCI6ZmFsc2UsInpvbmVfaWQiOm51bGwsIndvcmtpbmdfc2hpZnQiOm51bGwsIm1ldGFfaW5mbyI6e30sImNyZWF0ZWRfYXQiOiIyMDE5LTA3LTI1VDA3OjU0OjIzLjYzNFoiLCJ1cGRhdGVkX2F0IjoiMjAxOS0xMS0xNFQxMzo0ODo0OS4xNDFaIiwidXNlcl90eXBlIjoyLCJpYXQiOjE1NzM3OTg0NjksImV4cCI6MTAwMDAwMDE1NzM3OTg0Njh9.AvkJJyhPI7DNb-qTtsiBJ2hkMBz50LW8zDT4Dq4MI8o", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "buildNumber": "1", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "deviceId": "UldjFLlYhlgn7ZPqwCdkQtKOZshA4x5PkDrz\/GxoZkM=", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "platform": "android" 11-16 16:36:45.817 5632 5632 I TSLocationManager: }, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "headlessJobService": "com.transistorsoft.rnbackgroundgeolocation.HeadlessTask", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "heartbeatInterval": 1, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "httpRootProperty": "location", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "httpTimeout": 60000, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "isMoving": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "locationAuthorizationRequest": "Always", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "locationTemplate": "", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "locationTimeout": 60, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "locationUpdateInterval": 3000, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "locationsOrderDirection": "ASC", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "logLevel": 5, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "logMaxDays": 3, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "maxBatchSize": -1, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "maxDaysToPersist": 1, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "maxRecordsToPersist": -1, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "method": "POST", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "minimumActivityRecognitionConfidence": 75, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "notification": { 11-16 16:36:45.817 5632 5632 I TSLocationManager: "layout": "", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "title": "", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "text": "Location Service activated", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "color": "", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "channelName": "TSLocationManager", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "smallIcon": "", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "largeIcon": "", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "priority": 0, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "strings": {}, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "actions": [] 11-16 16:36:45.817 5632 5632 I TSLocationManager: }, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "params": {}, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "persist": true, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "persistMode": 2, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "schedule": [], 11-16 16:36:45.817 5632 5632 I TSLocationManager: "scheduleUseAlarmManager": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "speedJumpFilter": 300, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "startOnBoot": true, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "stationaryRadius": 25, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "stopAfterElapsedMinutes": 0, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "stopOnStationary": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "stopOnTerminate": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "stopTimeout": 5, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "triggerActivities": "in_vehicle, on_bicycle, on_foot, running, walking", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "url": "https:\/\/dev-internal.pidge.in\/v1.0\/rider\/location-bg", 11-16 16:36:45.817 5632 5632 I TSLocationManager: "useSignificantChangesOnly": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "enabled": true, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "schedulerEnabled": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "trackingMode": 1, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "odometer": 7306.203125, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "isFirstBoot": false, 11-16 16:36:45.817 5632 5632 I TSLocationManager: "didLaunchInBackground": false 11-16 16:36:45.817 5632 5632 I TSLocationManager: } 11-16 16:36:45.817 5632 5632 I TSLocationManager: ╔═════════════════════════════════════════════ 11-16 16:36:45.817 5632 5632 I TSLocationManager: β•‘ DEVICE SENSORS 11-16 16:36:45.817 5632 5632 I TSLocationManager: ╠═════════════════════════════════════════════ 11-16 16:36:45.817 5632 5632 I TSLocationManager: β•Ÿβ”€ βœ… ACCELEROMETER: {Sensor name="BMA4 Accelerometer", vendor="BOSCH", versio 11-16 16:36:45.844 5632 5632 D TSLocationManager: [c.t.l.service.HeartbeatService onStartCommand] ❀️ 11-16 16:36:45.866 5632 5632 D TSLocationManager: [c.t.l.l.TSLocationManager loadLastOdometerLocation] 11-16 16:36:45.866 5632 5632 D TSLocationManager: ℹ️ Load last odometer location: Location[TSLocationManager 28.460786,77.053087 hAcc=??? t=?!? et=?!? vAcc=??? sAcc=??? bAcc=???] 11-16 16:36:45.885 5632 5632 E TSLocationManager: [c.t.l.l.TSLocationManager getLastLocation] 11-16 16:36:45.885 5632 5632 E TSLocationManager: ‼️ Failed to get last location: com.google.android.gms.tasks.zzu@fe9569 11-16 16:36:45.923 5632 5632 I TSLocationManager: [c.t.l.a.BackgroundGeolocation ] 11-16 16:36:45.923 5632 5632 I TSLocationManager: βœ… Google Play Services: connected (version code:12451000) 11-16 16:36:45.942 5632 5632 D TSLocationManager: [c.t.l.data.sqlite.b a] 11-16 16:36:45.942 5632 5632 D TSLocationManager: βœ… Opened database 11-16 16:36:45.947 5632 5632 D TSLocationManager: [c.t.l.data.sqlite.b prune] 11-16 16:36:45.947 5632 5632 D TSLocationManager: ℹ️ PRUNE -1 days 11-16 16:36:45.957 5632 5632 W dventures.pidg: Accessing hidden method Ldalvik/system/CloseGuard;->get()Ldalvik/system/CloseGuard; (light greylist, reflection) 11-16 16:36:45.958 5632 5632 W dventures.pidg: Accessing hidden method Ldalvik/system/CloseGuard;->open(Ljava/lang/String;)V (light greylist, reflection) 11-16 16:36:45.958 5632 5632 W dventures.pidg: Accessing hidden method Ldalvik/system/CloseGuard;->warnIfOpen()V (light greylist, reflection) 11-16 16:36:45.961 5632 5632 D TSLocationManager: [c.t.l.http.HttpService startMonitoringConnectivityChanges] 11-16 16:36:45.961 5632 5632 D TSLocationManager: 🎾 Start monitoring connectivity changes 11-16 16:36:45.964 3957 3957 V c : onNotificationPostedCallBack:StatusBarNotification(pkg=com.rindventures.pidge user=UserHandle{0} id=9942585 tag=null key=0|com.rindventures.pidge|9942585|null|10254: Notification(channel=com.rindventures.pidgeTSLocationManager pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x6a color=0x00000000 vis=PRIVATE)) 11-16 16:36:45.966 3957 3957 V onNotificationPostedCallBack: flags=106 11-16 16:36:45.966 3957 3957 V c : ret=0 11-16 16:36:45.967 26695 26695 I StatusBar: onNotificationPosted key:0|com.rindventures.pidge|9942585|null|10254 isUpdate:false 11-16 16:36:45.968 26695 26695 I StatusBar: handleNotification key:0|com.rindventures.pidge|9942585|null|10254 isUpdate:false 11-16 16:36:45.969 26695 26695 D StatusBar: addNotification key=0|com.rindventures.pidge|9942585|null|10254 11-16 16:36:45.970 3957 3957 V c : onNotificationPostedCallBack:StatusBarNotification(pkg=com.rindventures.pidge user=UserHandle{0} id=9942585 tag=null key=0|com.rindventures.pidge|9942585|null|10254: Notification(channel=com.rindventures.pidgeTSLocationManager pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x6a color=0x00000000 vis=PRIVATE)) 11-16 16:36:45.972 5632 5632 I TSLocationManager: [c.t.l.a.BackgroundGeolocation e] 11-16 16:36:45.972 5632 5632 I TSLocationManager: 🎾 Start monitoring location-provider changes 11-16 16:36:45.972 3957 3957 V onNotificationPostedCallBack: flags=106 11-16 16:36:45.973 3957 3957 V c : ret=0 11-16 16:36:45.977 26695 26695 D StatusBar: No peeking: unimportant notification: 0|com.rindventures.pidge|9942585|null|10254 11-16 16:36:45.977 26695 26695 I StatusBar: addNotification isHeadsUped:false 11-16 16:36:45.977 26695 26695 I StatusBar: addNotification key=0|com.rindventures.pidge|9942585|null|10254 11-16 16:36:45.978 26695 26695 I StatusBar: onNotificationPosted key:0|com.rindventures.pidge|9942585|null|10254 isUpdate:false 11-16 16:36:45.978 5632 5632 D TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 11-16 16:36:45.978 26695 26695 I StatusBar: handleNotification key:0|com.rindventures.pidge|9942585|null|10254 isUpdate:false 11-16 16:36:45.978 26695 26695 D StatusBar: addNotification key=0|com.rindventures.pidge|9942585|null|10254 11-16 16:36:45.979 5632 5693 D TSLocationManager: [c.t.l.http.HttpService a] 11-16 16:36:45.979 5632 5693 D TSLocationManager: ╔═════════════════════════════════════════════ 11-16 16:36:45.979 5632 5693 D TSLocationManager: β•‘ πŸ“Ά Connectivity change: connected? true 11-16 16:36:45.979 5632 5693 D TSLocationManager: ╠═════════════════════════════════════════════ 11-16 16:36:45.985 26695 26695 D StatusBar: No peeking: unimportant notification: 0|com.rindventures.pidge|9942585|null|10254 11-16 16:36:45.985 26695 26695 I StatusBar: addNotification isHeadsUped:false 11-16 16:36:45.985 26695 26695 I StatusBar: addNotification key=0|com.rindventures.pidge|9942585|null|10254 11-16 16:36:45.988 5632 5632 D TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 11-16 16:36:45.999 5632 5693 I TSLocationManager: [c.t.l.http.HttpService flush] 11-16 16:36:45.999 5632 5693 I TSLocationManager: ╔═════════════════════════════════════════════ 11-16 16:36:45.999 5632 5693 I TSLocationManager: β•‘ HTTP Service (count: 0) 11-16 16:36:45.999 5632 5693 I TSLocationManager: ╠═════════════════════════════════════════════ 11-16 16:36:46.008 5632 5632 D TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 11-16 16:36:46.019 5632 5632 D TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 11-16 16:36:46.030 2037 3124 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:46.030 2037 3124 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:46.030 2037 3124 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:46.050 2037 3766 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:46.050 2037 3766 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:46.050 2037 3766 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:46.064 26695 26695 D StatusBar: No peeking: unimportant notification: 0|com.rindventures.pidge|9942585|null|10254 11-16 16:36:46.069 2037 2062 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:46.069 2037 2062 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:46.069 2037 2062 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:46.072 3151 3151 W PushService: 2019-11-16 16:36:46,070 - [WARN::PushService] - [Thread:2] TinyData TinyDataManager.upload item:null ts:1573902406070 11-16 16:36:46.269 2037 2037 D NotificationService: updateLightsLocked | midtestflag=false 11-16 16:36:46.279 26695 26695 I StatusBar: onNotificationRemoved: 0|com.rindventures.pidge|9942585|null|10254 11-16 16:36:46.289 26695 26695 D StatusBar: removeNotification key=0|com.rindventures.pidge|9942585|null|10254 old=StatusBarNotification(pkg=com.rindventures.pidge user=UserHandle{0} id=9942585 tag=null key=0|com.rindventures.pidge|9942585|null|10254: Notification(channel=com.rindventures.pidgeTSLocationManager pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x6a color=0x00000000 vis=PRIVATE)) 11-16 16:36:46.289 26695 26695 D StatusBar: update app badge num: com.rindventures.pidge/,num=1,isAllowed=true,userId=0 11-16 16:36:46.290 2037 2500 W ActivityManager: Sending non-protected broadcast android.intent.action.APPLICATION_MESSAGE_UPDATE from system 26695:com.android.systemui/1000 pkg com.android.systemui. Callers= 11-16 16:36:46.292 3131 3131 I Launcher.ApplicationsMessage: onReceive true 11-16 16:36:46.292 3131 3131 I Launcher.ApplicationsMessage: update com.rindventures.pidge/ to 1 11-16 16:36:47.239 2037 2500 D ConnectivityService: requestNetwork for uid/pid:10065/5050 NetworkRequest [ REQUEST id=2331, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: Uid: 10065] ] 11-16 16:36:47.241 2037 2155 D ConnectivityService: reportNetworkConnectivity(125, false) by 10065 11-16 16:36:47.241 2037 2190 D Ethernet: got request NetworkRequest [ REQUEST id=2331, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: Uid: 10065] ] with score 0 11-16 16:36:47.241 2037 2149 D WIFI : got request NetworkRequest [ REQUEST id=2331, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: Uid: 10065] ] with score 0 11-16 16:36:47.241 2037 2149 D WIFI_UT : got request NetworkRequest [ REQUEST id=2331, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: Uid: 10065] ] with score 0 11-16 16:36:47.241 2037 20047 D NetworkMonitor/NetworkAgentInfo [WIFI () - 125]: Forcing reevaluation for UID 10065 11-16 16:36:47.243 2605 2605 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ REQUEST id=2331, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: Uid: 10065] ] with score 0 11-16 16:36:47.244 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 1 11-16 16:36:47.245 26781 26781 I QcrilOemhookMsgTunnel: [0]invokeOemRilRequestRaw: serial=1288 length=24 11-16 16:36:47.247 26781 26813 I QcrilOemhookMsgTunnel: [0]processOemHookResponse serial no: 1288 error: 0length=0 11-16 16:36:47.247 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 2 11-16 16:36:47.249 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 1 11-16 16:36:47.249 2037 20047 D NetworkMonitor/NetworkAgentInfo [WIFI () - 125]: PROBE_DNS connectivitycheck.gstatic.com 7ms OK 216.58.196.99 11-16 16:36:47.249 26781 26813 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28 11-16 16:36:47.250 26781 26781 I QcrilOemhookMsgTunnel: [1]invokeOemRilRequestRaw: serial=1289 length=24 11-16 16:36:47.250 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 0 11-16 16:36:47.251 26781 26813 I QcrilOemhookMsgTunnel: [1]processOemHookResponse serial no: 1289 error: 0length=0 11-16 16:36:47.251 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 2 11-16 16:36:47.252 26781 26813 I QcrilOemhookMsgTunnel: [1]processOemHookIndication length=28 11-16 16:36:47.253 26781 26781 D QcrilMsgTunnelIfaceManager: handleMessage what = 0 11-16 16:36:47.277 857 1121 I miuiFirewall: miui firewall isSystemServer deadlock 11-16 16:36:47.278 857 1121 I chatty : uid=0(root) /system/bin/netd identical 1 line 11-16 16:36:47.278 857 1121 I miuiFirewall: miui firewall isSystemServer deadlock 11-16 16:36:47.288 2037 20047 D NetworkMonitor/NetworkAgentInfo [WIFI () - 125]: PROBE_HTTP http://connectivitycheck.gstatic.com/generate_204 time=37ms ret=204 request={User-Agent=[Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.32 Safari/537.36]} headers={null=[HTTP/1.1 204 No Content], Content-Length=[0], Date=[Sat, 16 Nov 2019 11:06:45 GMT], X-Android-Received-Millis=[1573902407288], X-Android-Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1573902407283]} 11-16 16:36:47.290 2037 2155 D WifiAssistant: handleNetworkValidationResult: 125 | true | true | true 11-16 16:36:47.290 2037 2155 D WifiAssistant: maybeClearNotification: 125 11-16 16:36:47.290 2037 2155 D WifiAssistant: maybeClearNotification: no eventId 125 11-16 16:36:47.290 2037 2062 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.net.conn.NETWORK_CONDITIONS_MEASURED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver 11-16 16:36:47.290 2037 2155 D WifiAssistant: maybeClearNoInternetAccessFeature: 125 11-16 16:36:47.292 2037 2155 D WifiAssistant: getAssociatedWifiConfiguration: 125 | 0 11-16 16:36:47.293 2037 2155 D WifiAssistant: handleNetworkValidationResult: abort for validated: true 11-16 16:36:47.293 2037 2155 D ConnectivityService: NetworkAgentInfo [WIFI () - 125] validation passed 11-16 16:36:47.308 2037 3766 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:47.308 2037 3766 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:47.308 2037 3766 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:48.717 2037 2175 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:48.717 2037 2175 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:48.717 2037 2175 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:48.734 5050 5050 I BgTaskExecutorImpl: Starting PERIODIC background task CONTACT_AFFINITY_MODEL_PERIODIC_REFRESH. 11-16 16:36:48.779 2037 2064 D Boost : hostingType=content provider, hostingName=com.android.providers.contacts/.ContactsProvider2, callerPackage=com.google.android.googlequicksearchbox, isSystem=true, isBoostNeeded=false. 11-16 16:36:48.782 2037 2064 I ActivityManager: Start proc 5706:android.process.acore/u0a15 for content provider com.android.providers.contacts/.ContactsProvider2 caller=com.google.android.googlequicksearchbox 11-16 16:36:48.789 5706 5706 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. 11-16 16:36:48.813 2037 3766 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:48.813 2037 3766 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:48.813 2037 3766 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:48.861 5706 5706 I d.process.acor: The ClassLoaderContext is a special shared library. 11-16 16:36:48.904 5706 5706 I d.process.acor: The ClassLoaderContext is a special shared library. 11-16 16:36:48.956 5706 5706 I Perf : Connecting to perf service. 11-16 16:36:48.999 5706 5706 E d.process.acor: Invalid ID 0x00000000. 11-16 16:36:49.023 5706 5706 D miuisdk : current sdk level is 16 11-16 16:36:49.023 5706 5706 D : InitMiuiSdkHookClasses 11-16 16:36:49.024 5706 5706 I : create_mem miui-classproxy page:0x7ac1f72000, size:4096 11-16 16:36:49.024 5706 5706 I : Jit enabled JitInlinerInsertMethod for jit inline 11-16 16:36:49.027 5706 5706 I chatty : uid=10015(com.android.contacts) android.process.acore identical 39 lines 11-16 16:36:49.027 5706 5706 I : Jit enabled JitInlinerInsertMethod for jit inline 11-16 16:36:49.030 5706 5706 I : Never hook EnableMethodTracing 11-16 16:36:49.031 5706 5706 I : Never hook DisableMethodTracing 11-16 16:36:49.031 5706 5706 I : sConfigureStubsHookFlag is 0x3, so we must hook ConfigureStubs for methodtracing 11-16 16:36:49.031 5706 5706 I : Hook ConfigureStubs 11-16 16:36:49.031 5706 5706 I : create_mem miui-classproxy page:0x7ac1f1c000, size:4096 11-16 16:36:49.044 5706 5706 I : HookArtPluginInitialize 11-16 16:36:49.078 5706 5706 I ContactsProvider: ContactsProvider.onCreate() 11-16 16:36:49.081 5706 5706 D CrashHandler: init 11-16 16:36:49.106 5050 5110 W S3NetworkUtils: [Download] response code: 400 11-16 16:36:49.120 5050 5050 E ResultCallback: onError 11-16 16:36:49.120 5050 5050 E ResultCallback: com.google.android.apps.gsa.shared.speech.b.j: errorCode: 65572, engine: 2 11-16 16:36:49.120 5050 5050 E ResultCallback: at com.google.android.apps.gsa.s3.s.d(SourceFile:48) 11-16 16:36:49.120 5050 5050 E ResultCallback: at com.google.android.apps.gsa.s3.r.run(SourceFile:12) 11-16 16:36:49.120 5050 5050 E ResultCallback: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458) 11-16 16:36:49.120 5050 5050 E ResultCallback: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 11-16 16:36:49.120 5050 5050 E ResultCallback: at com.google.android.apps.gsa.shared.util.c.a.g.run(SourceFile:2) 11-16 16:36:49.120 5050 5050 E ResultCallback: at com.google.android.apps.gsa.shared.util.c.a.bj.run(SourceFile:3) 11-16 16:36:49.120 5050 5050 E ResultCallback: at com.google.android.apps.gsa.shared.util.c.a.bj.run(SourceFile:3) 11-16 16:36:49.120 5050 5050 E ResultCallback: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 11-16 16:36:49.120 5050 5050 E ResultCallback: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 11-16 16:36:49.120 5050 5050 E ResultCallback: at java.lang.Thread.run(Thread.java:764) 11-16 16:36:49.120 5050 5050 E ResultCallback: at com.google.android.apps.gsa.shared.util.c.a.l.run(SourceFile:5) 11-16 16:36:49.120 5050 5050 E ResultCallback: Caused by: com.google.android.apps.gsa.shared.speech.b.l: errorCode: 400, engine: 2 11-16 16:36:49.120 5050 5050 E ResultCallback: at com.google.android.apps.gsa.s3.y.a(SourceFile:13) 11-16 16:36:49.120 5050 5050 E ResultCallback: at com.google.android.apps.gsa.s3.s.d(SourceFile:42) 11-16 16:36:49.120 5050 5050 E ResultCallback: ... 10 more 11-16 16:36:49.123 5706 5706 D CallLogProvider: onCreate: shadow true 11-16 16:36:49.123 5706 5706 D ProviderUtils: isFbeEnabled(): false 11-16 16:36:49.126 5706 5706 D MultiUsers: isPrimaryUser: owner user 11-16 16:36:49.127 5706 5706 D CallLogProvider: registerAccountListener(): this = com.android.providers.contacts.ShadowCallLogProvider@e69e8a3, isShadow = true, isPrimary = true 11-16 16:36:49.128 5706 5723 D ProviderUtils: isFbeEnabled(): false 11-16 16:36:49.128 5706 5723 D CallLogProvider: syncEntriesFromShadow(): bail for no fbe 11-16 16:36:49.129 5706 5723 D MultiUsers: hasUserRestriction(): false 11-16 16:36:49.129 5706 5723 D CallLogProvider: syncEntriesFromPrimaryUser(): bail for shadow provider 11-16 16:36:49.137 5706 5706 V ExtraCallsProvider: registerAccountListener 11-16 16:36:49.137 5706 5706 D CallLogProvider: onCreate: shadow false 11-16 16:36:49.137 5706 5706 D ProviderUtils: isFbeEnabled(): false 11-16 16:36:49.139 5706 5706 D MultiUsers: isPrimaryUser: owner user 11-16 16:36:49.140 5706 5706 D CallLogProvider: registerAccountListener(): this = com.android.providers.contacts.CallLogProvider@5d7ddcc, isShadow = false, isPrimary = true 11-16 16:36:49.142 5706 5725 D ProviderUtils: isFbeEnabled(): false 11-16 16:36:49.146 5706 5725 D CallLogProvider: syncEntriesFromShadow(): bail for no fbe 11-16 16:36:49.146 5706 5725 D MultiUsers: hasUserRestriction(): false 11-16 16:36:49.147 5706 5725 D MultiUsers: isPrimaryUser: owner user 11-16 16:36:49.148 5706 5725 D CallLogProvider: syncEntriesFromPrimaryUser(): bail for primary user 11-16 16:36:49.161 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/email_v2 11-16 16:36:49.163 5706 5706 I d.process.acor: The ClassLoaderContext is a special shared library. 11-16 16:36:49.165 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/im 11-16 16:36:49.167 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/nickname 11-16 16:36:49.168 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/organization 11-16 16:36:49.169 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/phone_v2 11-16 16:36:49.170 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/sip_address 11-16 16:36:49.171 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/name 11-16 16:36:49.173 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/postal-address_v2 11-16 16:36:49.174 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/identity 11-16 16:36:49.175 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/photo 11-16 16:36:49.176 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/group_membership 11-16 16:36:49.177 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/note 11-16 16:36:49.178 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/contact_event 11-16 16:36:49.179 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/website 11-16 16:36:49.180 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/relation 11-16 16:36:49.182 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.com.google.cursor.item/contact_misc 11-16 16:36:49.183 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.com.miui.cursor.item/lunarBirthday 11-16 16:36:49.191 5706 5706 I d.process.acor: The ClassLoaderContext is a special shared library. 11-16 16:36:49.247 5706 5722 I T9 : onDatabaseOpen() 11-16 16:36:49.247 5706 5722 I T9 : initialize() 11-16 16:36:49.248 5706 5722 D T9 : mPhoneMimeTypeId=1, mSipMimeTypeId=2 11-16 16:36:49.248 5706 5722 D SyncAccountUtils: getSelectionWritableData(): readonly types: ('com.whatsapp','com.google.android.apps.tachyon','com.truecaller.account') 11-16 16:36:49.272 5706 5722 I T9 : load() 11-16 16:36:49.315 5706 5722 I ContactLocale: AddressBook Labels [en_IN]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, #, …] 11-16 16:36:49.365 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/email_v2 11-16 16:36:49.368 5706 5727 D T9CallLogDepot: updateFirewallItem() 11-16 16:36:49.370 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/im 11-16 16:36:49.371 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/nickname 11-16 16:36:49.372 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/organization 11-16 16:36:49.373 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/phone_v2 11-16 16:36:49.374 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/sip_address 11-16 16:36:49.375 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/name 11-16 16:36:49.376 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/postal-address_v2 11-16 16:36:49.377 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/identity 11-16 16:36:49.378 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/photo 11-16 16:36:49.379 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/group_membership 11-16 16:36:49.381 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/note 11-16 16:36:49.382 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/contact_event 11-16 16:36:49.383 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/website 11-16 16:36:49.385 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.android.cursor.item/relation 11-16 16:36:49.387 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.com.google.cursor.item/contact_misc 11-16 16:36:49.388 5706 5722 D ContactsDatabaseHelper: insertMimeType: vnd.com.miui.cursor.item/lunarBirthday 11-16 16:36:49.405 5706 5727 D T9 : [loadCallLog] load 132 ms 11-16 16:36:49.437 5706 5722 D ContactsProvider: platform ICU version is 60.2 11-16 16:36:49.443 2037 3124 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:49.443 2037 3124 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:49.443 2037 3124 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:49.444 5706 5706 D KeepAliveService: startForeground 11-16 16:36:49.444 5706 5722 D KeepAliveService: try startService 11-16 16:36:49.450 5706 5706 D KeepAliveService: onStartCommand(): action = ACTION_START 11-16 16:36:49.455 5706 5722 I ContactsProvider: updateContactsAccountCount(): account=com.google, isContactsAccount=true 11-16 16:36:49.457 5706 5722 I ContactsProvider: updateContactsAccountCount(): account=com.google, isContactsAccount=true 11-16 16:36:49.457 5706 5722 I ContactsProvider: updateContactsAccountCount(): account=com.adobe.creativesdk.foundation.auth.adobeID.CC, isContactsAccount=false 11-16 16:36:49.458 5706 5722 I ContactsProvider: updateContactsAccountCount(): account=com.whatsapp.w4b, isContactsAccount=true 11-16 16:36:49.459 5706 5722 I ContactsProvider: updateContactsAccountCount(): account=co.sensara.miremote, isContactsAccount=false 11-16 16:36:49.460 5706 5722 I ContactsProvider: updateContactsAccountCount(): account=com.runtastic.oauth2, isContactsAccount=false 11-16 16:36:49.461 5706 5722 I ContactsProvider: updateContactsAccountCount(): account=com.lenovo.anyshare.gps.type, isContactsAccount=false 11-16 16:36:49.477 5706 5719 D SyncAccountUtils: getSelectionWritableAccountTypes(): readonly types: ('com.whatsapp','com.google.android.apps.tachyon','com.truecaller.account') 11-16 16:36:49.503 5706 5722 D SyncAccountUtils: queryReadonlyAccountTypes: checking package com.google.android.gms, account type com.google, parser android.content.res.XmlBlock$Parser@3f451fc 11-16 16:36:49.532 5706 5722 D SyncAccountUtils: queryReadonlyAccountTypes: checking package com.google.android.apps.tachyon, account type com.google.android.apps.tachyon, parser android.content.res.XmlBlock$Parser@5db4eda 11-16 16:36:49.561 3957 3957 V c : onNotificationPostedCallBack:StatusBarNotification(pkg=com.android.providers.contacts user=UserHandle{0} id=100 tag=null key=0|com.android.providers.contacts|100|null|10015: Notification(channel=contactsprovider.silent pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 vis=PRIVATE)) 11-16 16:36:49.561 26695 26695 I StatusBar: onNotificationPosted key:0|com.android.providers.contacts|100|null|10015 isUpdate:false 11-16 16:36:49.562 26695 26695 I StatusBar: handleNotification key:0|com.android.providers.contacts|100|null|10015 isUpdate:false 11-16 16:36:49.564 26695 26695 D StatusBar: filter Notification key=0|com.android.providers.contacts|100|null|10015 11-16 16:36:49.567 5706 5722 D SyncAccountUtils: queryReadonlyAccountTypes: checking package com.whatsapp.w4b, account type com.whatsapp.w4b, parser android.content.res.XmlBlock$Parser@23291e8 11-16 16:36:49.569 5706 5722 D SyncAccountUtils: queryReadonlyAccountTypes: checking package com.google.android.gm, account type com.google.android.gm.exchange, parser null 11-16 16:36:49.570 5706 5722 D SyncAccountUtils: queryReadonlyAccountTypes: checking package com.xiaomi.account, account type com.xiaomi, parser null 11-16 16:36:49.575 5706 5722 D SyncAccountUtils: queryReadonlyAccountTypes: checking package com.google.android.gms, account type com.google.android.gms.matchstick, parser android.content.res.XmlBlock$Parser@96d0001 11-16 16:36:49.576 5706 5722 D SyncAccountUtils: queryReadonlyAccountTypes: [ALL] com.google, com.google.android.apps.tachyon, com.whatsapp.w4b, com.google.android.gms.matchstick 11-16 16:36:49.576 5706 5722 D SyncAccountUtils: queryReadonlyAccountTypes: [FINAL] com.google.android.apps.tachyon, com.whatsapp.w4b, com.google.android.gms.matchstick 11-16 16:36:49.577 5706 5722 D KeepAliveService: try stopService 11-16 16:36:49.577 5706 5706 D KeepAliveService: onStartCommand(): action = ACTION_STOP 11-16 16:36:49.578 5706 5722 I ContactsProvider: updateLocaleInBackground 11-16 16:36:49.580 2037 2037 D NotificationService: updateLightsLocked | midtestflag=false 11-16 16:36:49.581 5706 5706 D KeepAliveService: stopForeground 11-16 16:36:49.584 26695 26695 I StatusBar: onNotificationRemoved: 0|com.android.providers.contacts|100|null|10015 11-16 16:36:49.585 26695 26695 W StatusBar: removeNotification for unknown key: 0|com.android.providers.contacts|100|null|10015 11-16 16:36:49.585 26695 26695 D StatusBar: removeNotification key=0|com.android.providers.contacts|100|null|10015 old=null 11-16 16:36:49.586 5706 5722 I ContactsProvider: updateSearchIndexInBackground() 11-16 16:36:49.587 5706 5722 I ContactsProvider: updateProviderStatus(): accountNum=3 11-16 16:36:49.587 5706 5722 I ContactsProvider: setProviderStatus 0 11-16 16:36:49.596 5706 5722 I T9 : updateYellowpagePreset() 11-16 16:36:50.366 5706 5717 D ProviderUtils: isFbeEnabled(): false 11-16 16:36:50.513 5706 5711 I d.process.acor: Compiler allocated 8MB to compile android.database.Cursor com.android.providers.contacts.ContactsProvider2.queryLocal(android.net.Uri, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String, long, android.os.CancellationSignal) 11-16 16:36:50.555 2605 16800 V MmsSmsUtils: checkPrivateMsgWhiteList time is 0 11-16 16:36:50.557 2605 16800 V MmsSmsUtils: allowReadNotificationSms time is 1 11-16 16:36:50.661 2037 9259 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:50.661 2037 9259 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:50.661 2037 9259 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:50.697 2037 3124 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:50.697 2037 3124 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:50.697 2037 3124 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:50.704 2345 2471 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=32 11-16 16:36:50.710 2345 2467 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=33 11-16 16:36:50.766 2037 9259 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:50.766 2037 9259 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:50.766 2037 9259 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:50.774 2037 3766 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:50.774 2037 3766 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:50.774 2037 3766 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:50.789 2345 2467 I Icing : Query from package: com.google.android.googlequicksearchbox, component: agsa_icing_connection, restrict package: com.google.android.gms, start: 0, num: 10 maxNumSlices: 2147483647 11-16 16:36:50.790 2345 2452 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30 11-16 16:36:50.880 2345 2467 I Icing : Query from package: com.google.android.googlequicksearchbox, component: agsa_icing_connection, restrict package: com.google.android.gms, start: 0, num: 25 maxNumSlices: 2147483647 11-16 16:36:50.981 2345 2467 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=32 11-16 16:36:50.999 2345 2467 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=33 11-16 16:36:51.007 2345 2467 I Icing : Query from package: com.google.android.googlequicksearchbox, component: agsa_icing_connection, restrict package: com.google.android.gms, start: 0, num: 10 maxNumSlices: 2147483647 11-16 16:36:51.021 2345 10964 I Icing : Usage reports ok 9, Failed Usage reports 0, indexed 0, rejected 0 11-16 16:36:51.022 2345 2467 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=32 11-16 16:36:51.028 2345 2467 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=33 11-16 16:36:51.036 2345 2467 I Icing : Query from package: com.google.android.googlequicksearchbox, component: agsa_icing_connection, restrict package: com.google.android.gms, start: 0, num: 25 maxNumSlices: 2147483647 11-16 16:36:51.042 2345 10964 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 11-16 16:36:51.058 2345 10964 I chatty : uid=10029(com.google.android.gms) lowpool[21] identical 1 line 11-16 16:36:51.076 2345 10964 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 11-16 16:36:51.082 2345 2467 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=32 11-16 16:36:51.087 2345 2467 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=33 11-16 16:36:51.096 2345 2467 I Icing : Query from package: com.google.android.googlequicksearchbox, component: agsa_icing_connection, restrict package: com.google.android.gms, start: 0, num: 10 maxNumSlices: 2147483647 11-16 16:36:51.104 2345 10964 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 11-16 16:36:51.107 2345 2467 I Icing : Query from package: com.google.android.googlequicksearchbox, component: agsa_icing_connection, restrict package: com.google.android.gms, start: 0, num: 25 maxNumSlices: 2147483647 11-16 16:36:51.122 541 2658 E IzatSvc_PassiveLocListener: Exiting with error onLocationChanged line 154 "1" 11-16 16:36:51.122 541 2658 V LocSvc_HIDL_IzatProvider: [onLocationChanged][71] [HS] =>>>> [HC] 11-16 16:36:51.123 2037 2130 V LocSvc_HIDL_IzatProvider_jni: [onLocationChanged][208] [HC] <<= [HS] 11-16 16:36:51.129 2345 10964 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 11-16 16:36:51.152 2345 10964 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 11-16 16:36:51.153 2345 2467 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=32 11-16 16:36:51.160 2345 2467 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=33 11-16 16:36:51.166 2345 2452 I Icing : Query from package: com.google.android.googlequicksearchbox, component: agsa_icing_connection, restrict package: com.google.android.gms, start: 0, num: 10 maxNumSlices: 2147483647 11-16 16:36:51.199 2345 10964 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 11-16 16:36:51.199 2345 2467 I Icing : Query from package: com.google.android.googlequicksearchbox, component: agsa_icing_connection, restrict package: com.google.android.gms, start: 0, num: 25 maxNumSlices: 2147483647 11-16 16:36:51.225 2345 10964 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 11-16 16:36:51.258 2345 10964 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 11-16 16:36:51.264 2345 2467 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=32 11-16 16:36:51.267 2345 2452 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=33 11-16 16:36:51.316 2345 2467 I Icing : Query from package: com.google.android.googlequicksearchbox, component: agsa_icing_connection, restrict package: com.google.android.gms, start: 0, num: 10 maxNumSlices: 2147483647 11-16 16:36:51.327 2345 10964 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 11-16 16:36:51.331 2345 2452 I Icing : Query from package: com.google.android.googlequicksearchbox, component: agsa_icing_connection, restrict package: com.google.android.gms, start: 0, num: 25 maxNumSlices: 2147483647 11-16 16:36:51.354 2345 10964 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 11-16 16:36:51.376 2345 10964 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 11-16 16:36:51.380 2345 2355 I gle.android.gm: Background concurrent copying GC freed 48997(2MB) AllocSpace objects, 21(1068KB) LOS objects, 61% free, 7MB/19MB, paused 416us total 115.110ms 11-16 16:36:51.439 2037 2544 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:51.439 2037 2544 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:51.439 2037 2544 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:51.445 2345 2452 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=32 11-16 16:36:51.450 2345 2467 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=33 11-16 16:36:51.459 2345 2452 I Icing : Query from package: com.google.android.googlequicksearchbox, component: agsa_icing_connection, restrict package: com.google.android.gms, start: 0, num: 10 maxNumSlices: 2147483647 11-16 16:36:51.478 2345 2452 I Icing : Query from package: com.google.android.googlequicksearchbox, component: agsa_icing_connection, restrict package: com.google.android.gms, start: 0, num: 25 maxNumSlices: 2147483647 11-16 16:36:51.484 2345 12871 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 11-16 16:36:51.518 2345 12871 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 11-16 16:36:51.540 2037 3124 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:36:51.540 2037 3124 D CompatibilityInfo: applicationDensity - 320 11-16 16:36:51.540 2037 3124 D CompatibilityInfo: applicationScale - 1.0 11-16 16:36:51.543 2345 2452 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=32 11-16 16:36:51.550 2345 2467 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=33 11-16 16:36:51.555 2345 2452 I Icing : Query from package: com.google.android.googlequicksearchbox, component: agsa_icing_connection, restrict package: com.google.android.gms, start: 0, num: 10 maxNumSlices: 2147483647 11-16 16:36:51.569 2345 2452 I Icing : Query from package: com.google.android.googlequicksearchbox, component: agsa_icing_connection, restrict package: com.google.android.gms, start: 0, num: 25 maxNumSlices: 2147483647 11-16 16:36:51.577 2345 12871 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 11-16 16:36:51.602 2345 12871 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 11-16 16:36:52.938 5632 5649 I dventures.pidg: ProcessProfilingInfo new_methods=238 is saved saved_to_disk=1 resolve_classes_delay=8000 11-16 16:36:56.041 2037 2175 I AutoStartManagerService: MIUILOG- Reject service :Intent { cmp=com.miui.android.fashiongallery/glance._internal.sdk.commons.job.GlanceJobService } userId : 0 uid : 10156 11-16 16:36:56.045 2037 2175 I JobServiceContext: MIUILOG- Reject Start Job, cancelJob uid : 10156 jobId :55788924 11-16 16:36:56.045 2037 2175 D JobScheduler: Error executing JobStatus{c0a9666 #u0a156/55788924 com.miui.android.fashiongallery/glance._internal.sdk.commons.job.GlanceJobService u=0 s=10156 TIME=-9ms:+23h59m59s991ms CHARGING PERIODIC PERSISTED READY} 11-16 16:36:56.982 5706 5720 I d.process.acor: ProcessProfilingInfo new_methods=0 is saved saved_to_disk=0 resolve_classes_delay=8000 11-16 16:37:00.011 26695 26695 D KeyguardUpdateMonitor: handleTimeUpdate 11-16 16:37:06.674 2605 2605 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 11-16 16:37:06.677 26695 26695 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED 11-16 16:37:06.677 3957 3957 I BatteryInfoReceiver: ACTION_BATTERY_CHANGED 11-16 16:37:06.678 4684 4747 D PowerCheckerService: onBatteryChanged, mBatteryLevel = 100, status = 5, level = 100, plug = 2, scale = 100 11-16 16:37:06.679 26695 26695 D KeyguardUpdateMonitor: handleBatteryUpdate 11-16 16:37:12.616 861 1013 E storaged: getDiskStats failed with result NOT_SUPPORTED and size 0 11-16 16:37:14.407 2037 2128 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:37:14.407 2037 2128 D CompatibilityInfo: applicationDensity - 320 11-16 16:37:14.407 2037 2128 D CompatibilityInfo: applicationScale - 1.0 11-16 16:37:14.422 2037 2175 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:37:14.422 2037 2175 D CompatibilityInfo: applicationDensity - 320 11-16 16:37:14.422 2037 2175 D CompatibilityInfo: applicationScale - 1.0 11-16 16:37:14.452 5632 5632 D TSLocationManager: [c.t.l.service.HeartbeatService onStartCommand] ❀️ 11-16 16:37:14.493 854 15008 D NuPlayerDriver: NuPlayerDriver(0xec18b880) created, clientPid(5632) 11-16 16:37:14.496 854 15008 I ExtendedNuUtils: printFileName fd(17) -> /data/app/com.rindventures.pidge-1BLhXj1WkTZFBBsZe6rNEw==/base.apk 11-16 16:37:14.499 854 5742 D GenericSource: FileSource remote 11-16 16:37:14.504 840 1148 I MMParserExtractor: Created(0x70c640d1c0) 11-16 16:37:14.506 854 5742 W BpMediaSource: ignoring potentially modified MetaData from start 11-16 16:37:14.506 854 5742 W BpMediaSource: input: 11-16 16:37:14.506 854 5742 I MetaDataBase: extf: (int32_t) 2 11-16 16:37:14.506 854 5742 W BpMediaSource: output: 11-16 16:37:14.506 854 5742 I MetaDataBase: extf: (int32_t) 2 11-16 16:37:14.507 854 5741 D NuPlayerDriver: notifyListener_l(0xec18b880), (1, 0, 0, -1), loop setting(0, 0) 11-16 16:37:14.522 854 15008 D NuPlayerDriver: start(0xec18b880), state is 4, eos is 0 11-16 16:37:14.522 854 5741 I GenericSource: start 11-16 16:37:14.522 854 5741 W Utils : track of type 'audio/raw' does not publish channel mask, channel count 1 11-16 16:37:14.524 4684 4737 I PowerCheckerService: uid:10254 change to active 11-16 16:37:14.525 854 5741 W Utils : track of type 'audio/raw' does not publish channel mask, channel count 1 11-16 16:37:14.526 4684 4733 I AppActiveChecker: uid:10254 change to active 11-16 16:37:14.526 5632 5632 E TSLocationManager: [c.t.l.l.TSLocationManager getLastLocation] 11-16 16:37:14.526 5632 5632 E TSLocationManager: ‼️ Failed to get last location: com.google.android.gms.tasks.zzu@d986ca4 11-16 16:37:14.527 518 4946 D audio_hw_spkr_prot: audio_extn_fbsp_get_parameters: Speaker protection disabled 11-16 16:37:14.527 518 4946 D audio_hw_extn: audio_extn_get_parameters: returns 11-16 16:37:14.528 566 5009 I hash_map_utils: key: 'is_hw_dec_session_available' value: 'audio/raw' 11-16 16:37:14.530 4684 4733 D PowerKeeper.AppBgIdle: setUidState, uid = 10254 allow = false 11-16 16:37:14.531 2037 3124 V LocationPolicy: writePolicyLocked() 11-16 16:37:14.534 854 5746 I OMXClient: IOmx service obtained 11-16 16:37:14.535 864 5013 I OMXMaster: makeComponentInstance(OMX.google.raw.decoder) in omx@1.0-service process 11-16 16:37:14.538 5632 5632 D TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 11-16 16:37:14.538 864 5013 E OMXNodeInstance: setConfig(0xe5d9ce40:google.raw.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001) 11-16 16:37:14.538 854 5746 I ACodec : codec does not support config priority (err -2147483648) 11-16 16:37:14.539 864 5013 E OMXNodeInstance: setConfig(0xe5d9ce40:google.raw.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001) 11-16 16:37:14.539 854 5746 I ACodec : codec does not support config priority (err -2147483648) 11-16 16:37:14.540 864 5013 E OMXNodeInstance: getConfig(0xe5d9ce40:google.raw.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: Undefined(0x80001001) 11-16 16:37:14.540 854 5746 W ExtendedACodec: Failed to get extension for extradata parameter 11-16 16:37:14.541 854 5746 I MediaCodec: MediaCodec will operate in async mode 11-16 16:37:14.543 519 519 W AshmemAllocator: ashmem_create_region(65536) returning hidl_memory(0x7d6e01a0f0, 65536) 11-16 16:37:14.548 519 519 I chatty : uid=1000(system) allocator@1.0-s identical 6 lines 11-16 16:37:14.548 519 519 W AshmemAllocator: ashmem_create_region(65536) returning hidl_memory(0x7d6e01a0f0, 65536) 11-16 16:37:14.553 854 5745 I ExtendedNuUtils: Overriding bit-width: with src value 16 11-16 16:37:14.553 854 5745 I ExtendedNuUtils: Overriding durationUs: with 64 bit src value 800000 11-16 16:37:14.553 854 5745 I ExtendedNuUtils: Both src and dst missing for channel-mask 11-16 16:37:14.554 854 5745 I NuPlayerDecoder: [audio] saw output EOS 11-16 16:37:14.556 566 5009 D AudioFlinger: Client defaulted notificationFrames to 7644 for frameCount 22932 11-16 16:37:14.557 518 2172 D compress_voip: voice_extn_compress_voip_out_get_parameters: enter 11-16 16:37:14.560 854 5741 D NuPlayerDriver: notifyListener_l(0xec18b880), (6, 0, 0, -1), loop setting(0, 0) 11-16 16:37:14.561 26695 26695 I StatusBar: onNotificationPosted key:0|com.rindventures.pidge|9942585|null|10254 isUpdate:false 11-16 16:37:14.562 3957 3957 V c : onNotificationPostedCallBack:StatusBarNotification(pkg=com.rindventures.pidge user=UserHandle{0} id=9942585 tag=null key=0|com.rindventures.pidge|9942585|null|10254: Notification(channel=com.rindventures.pidgeTSLocationManager pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x6a color=0x00000000 vis=PRIVATE)) 11-16 16:37:14.563 3957 3957 V onNotificationPostedCallBack: flags=106 11-16 16:37:14.563 26695 26695 I StatusBar: handleNotification key:0|com.rindventures.pidge|9942585|null|10254 isUpdate:false 11-16 16:37:14.564 518 5011 D audio_hw_primary: start_output_stream: enter: stream(0xee5c7800)usecase(1: low-latency-playback) devices(0x2) 11-16 16:37:14.564 26695 26695 D StatusBar: addNotification key=0|com.rindventures.pidge|9942585|null|10254 11-16 16:37:14.564 543 589 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only 11-16 16:37:14.564 518 5011 D audio_hw_primary: select_devices for use case (low-latency-playback) 11-16 16:37:14.564 518 5011 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: ) 11-16 16:37:14.564 518 5011 I msm8916_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker) 11-16 16:37:14.564 518 5011 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0) 11-16 16:37:14.564 518 5011 I msm8916_platform: platform_check_and_set_codec_backend_cfg: becf: new_snd_devices[0] is speaker 11-16 16:37:14.564 518 5011 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 current bit width: 16 sample rate: 48000 channels: 2 usecase 1 device (speaker) 11-16 16:37:14.564 518 5011 D msm8916_platform: platform_check_codec_backend_cfg:becf: afe: playback on codec device not supporting native playback set default Sample Rate(48k) 11-16 16:37:14.564 518 5011 D msm8916_platform: platform_check_codec_backend_cfg:becf: afe: only 48KHZ sample rate is supported Configure afe to default Sample Rate(48k) 11-16 16:37:14.564 518 5011 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 sample rate: 48000 channels: 2 11-16 16:37:14.564 518 5011 D audio_hw_primary: check_usecases_codec_backend:becf: force routing 0 11-16 16:37:14.564 518 5011 E msm8916_platform: platform_check_backends_match: Invalid snd_device = 11-16 16:37:14.564 518 5011 D audio_hw_primary: check_usecases_codec_backend:becf: (63) check_usecases curr device: speaker, usecase device: backends match 0 11-16 16:37:14.564 518 5011 D audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0 11-16 16:37:14.564 518 5011 D hardware_info: hw_info_append_hw_type : device_name = speaker 11-16 16:37:14.564 518 5011 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0) 11-16 16:37:14.564 518 5011 D audio_hw_primary: enable_snd_device: snd_device(2: speaker) 11-16 16:37:14.565 518 5011 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 1, with Raise=0 11-16 16:37:14.565 518 5011 D audio_route: Apply path: speaker 11-16 16:37:14.565 3957 3957 V c : ret=0 11-16 16:37:14.567 3957 3957 V c : onNotificationPostedCallBack:StatusBarNotification(pkg=com.rindventures.pidge user=UserHandle{0} id=9942585 tag=null key=0|com.rindventures.pidge|9942585|null|10254: Notification(channel=com.rindventures.pidgeTSLocationManager pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x6a color=0x00000000 vis=PRIVATE)) 11-16 16:37:14.568 3957 3957 V onNotificationPostedCallBack: flags=106 11-16 16:37:14.569 3957 3957 V c : ret=0 11-16 16:37:14.571 26695 26695 D StatusBar: No peeking: unimportant notification: 0|com.rindventures.pidge|9942585|null|10254 11-16 16:37:14.571 26695 26695 I StatusBar: addNotification isHeadsUped:false 11-16 16:37:14.571 26695 26695 I StatusBar: addNotification key=0|com.rindventures.pidge|9942585|null|10254 11-16 16:37:14.571 26695 26695 I StatusBar: onNotificationPosted key:0|com.rindventures.pidge|9942585|null|10254 isUpdate:false 11-16 16:37:14.572 26695 26695 I StatusBar: handleNotification key:0|com.rindventures.pidge|9942585|null|10254 isUpdate:false 11-16 16:37:14.572 26695 26695 D StatusBar: addNotification key=0|com.rindventures.pidge|9942585|null|10254 11-16 16:37:14.577 26695 26695 D StatusBar: No peeking: unimportant notification: 0|com.rindventures.pidge|9942585|null|10254 11-16 16:37:14.577 26695 26695 I StatusBar: addNotification isHeadsUped:false 11-16 16:37:14.577 26695 26695 I StatusBar: addNotification key=0|com.rindventures.pidge|9942585|null|10254 11-16 16:37:14.607 518 5011 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0 11-16 16:37:14.607 518 5011 D audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker 11-16 16:37:14.607 518 5011 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0) 11-16 16:37:14.607 518 5011 D audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate 11-16 16:37:14.607 518 5011 I audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69937, acdb_dev_id 14, sample_rate 48000, snd_device_be_idx 43 11-16 16:37:14.608 518 5011 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0) 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 14, path = 0, app id = 0x11131, sample rate = 48000 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> send_asm_topology 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> send_adm_topology 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> send_audtable 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> send_audvoltable 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_VOL_STEP_TABLE_SIZE 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE, vol index 0 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_SIZE 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> send_audstrmtable 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> send_afe_topology 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 14, Topology Id 112fc 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> send_afe_cal 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE 11-16 16:37:14.608 518 5011 D : Failed to fetch the lookup information of the device 0000000E 11-16 16:37:14.608 518 5011 E ACDB-LOADER: Error: ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE Returned = -19 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE 11-16 16:37:14.608 518 5011 D : Failed to fetch the lookup information of the device 0000000E 11-16 16:37:14.608 518 5011 E ACDB-LOADER: Error: ACDB AFE returned = -19 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 14 path = 0 11-16 16:37:14.608 518 5011 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY 11-16 16:37:14.608 518 5011 D audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback 11-16 16:37:14.608 518 5011 D audio_route: Apply path: low-latency-playback 11-16 16:37:14.609 518 5011 D audio_hw_primary: select_devices: done 11-16 16:37:14.617 26695 26695 D StatusBar: No peeking: unimportant notification: 0|com.rindventures.pidge|9942585|null|10254 11-16 16:37:14.622 2037 2062 D CompatibilityInfo: mCompatibilityFlags - 0 11-16 16:37:14.622 2037 2062 D CompatibilityInfo: applicationDensity - 320 11-16 16:37:14.622 2037 2062 D CompatibilityInfo: applicationScale - 1.0 11-16 16:37:14.624 3151 3151 W PushService: 2019-11-16 16:37:14,623 - [WARN::PushService] - [Thread:2] TinyData TinyDataManager.upload item:null ts:1573902434623 11-16 16:37:14.676 518 5011 D msm8916_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map12 11-16 16:37:14.676 518 5011 D msm8916_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2 11-16 16:37:14.677 518 5011 D audio_hw_primary: start_output_stream: exit 11-16 16:37:14.807 2037 2037 D NotificationService: updateLightsLocked | midtestflag=false 11-16 16:37:14.817 26695 26695 I StatusBar: onNotificationRemoved: 0|com.rindventures.pidge|9942585|null|10254 11-16 16:37:14.834 26695 26695 D StatusBar: removeNotification key=0|com.rindventures.pidge|9942585|null|10254 old=StatusBarNotification(pkg=com.rindventures.pidge user=UserHandle{0} id=9942585 tag=null key=0|com.rindventures.pidge|9942585|null|10254: Notification(channel=com.rindventures.pidgeTSLocationManager pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x6a color=0x00000000 vis=PRIVATE)) 11-16 16:37:14.835 26695 26695 D StatusBar: update app badge num: com.rindventures.pidge/,num=1,isAllowed=true,userId=0 11-16 16:37:14.836 2037 2500 W ActivityManager: Sending non-protected broadcast android.intent.action.APPLICATION_MESSAGE_UPDATE from system 26695:com.android.systemui/1000 pkg com.android.systemui. Callers= 11-16 16:37:14.839 3131 3131 I Launcher.ApplicationsMessage: onReceive true 11-16 16:37:14.839 3131 3131 I Launcher.ApplicationsMessage: update com.rindventures.pidge/ to 1 11-16 16:37:15.081 854 5744 D AudioTrack: stop() called with 35280 frames delivered 11-16 16:37:15.081 854 5741 D NuPlayerDriver: notifyListener_l(0xec18b880), (211, 0, 0, 20), loop setting(0, 0) 11-16 16:37:15.553 854 5741 D NuPlayerDriver: notifyListener_l(0xec18b880), (2, 0, 0, -1), loop setting(0, 0) 11-16 16:37:15.553 854 5741 D NuPlayerDriver: notifyListener_l(0xec18b880), (211, 0, 0, 20), loop setting(0, 0) 11-16 16:37:15.560 5632 5632 V MediaPlayer: resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false 11-16 16:37:15.560 5632 5632 V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null 11-16 16:37:15.561 4684 4737 I PowerCheckerService: uid:10254change to inactive 11-16 16:37:15.561 854 15008 D NuPlayerDriver: reset(0xec18b880) at state 6 11-16 16:37:15.561 4684 4733 I AppActiveChecker: uid:10254change to inactive 11-16 16:37:15.569 854 15008 D NuPlayerDriver: notifyListener_l(0xec18b880), (8, 0, 0, -1), loop setting(0, 0) 11-16 16:37:15.570 854 5741 D NuPlayerDriver: notifyListener_l(0xec18b880), (211, 0, 0, 20), loop setting(0, 0) 11-16 16:37:15.585 854 5741 D NuPlayerDriver: notifyResetComplete(0xec18b880) 11-16 16:37:15.586 854 15008 W AMessage: failed to post message as target looper for handler 0 is gone. 11-16 16:37:15.588 5632 5632 W MediaPlayer: mediaplayer went away with unhandled events

rmamtaventures commented 4 years ago

@christocracy , Did you checked the above log. Any update?

christocracy commented 4 years ago

@rmamtaventures Everything is normal in your logs. See http://dontkillmyapp.com.

Try this: start a music player (eg: Play Music) and start a song playing. Terminate the music player.

rmamtaventures commented 4 years ago

Music continue in my device. I'm using onHeartbeat and url also added in config but location not updates.

this is my config:- BackgroundGeolocation.ready( { reset: false, debug: true, desiredAccuracy: BackgroundGeolocation.DESIRED_ACCURACY_HIGH, distanceFilter: 0, locationUpdateInterval: locationUpdateIntervalTime, fastestLocationUpdateInterval: fastestLocationUpdateIntervalTime, allowIdenticalLocations: true, stopTimeout: 5, heartbeatInterval: 1, disableStopDetection: false, debug: true, // <-- enable this hear sounds for background-geolocation life-cycle. logLevel: BackgroundGeolocation.LOG_LEVEL_VERBOSE, stopOnTerminate: false, // <-- Allow the background-service to continue tracking when user closes the app. startOnBoot: true, // <-- Auto start tracking when device is powered-up. url: API_BASE_URL + 'rider/location-bg', batchSync: false, // <-- [Default: false] Set true to sync locations to server in a single HTTP request. autoSync: true, // <-- [Default: true] Set true to sync each location to server as it arrives. headers: { authorization: 'Bearer ' + token, platform: constant.DEVICE.PLATFORM, deviceId: constant.DEVICE.DEVICE_ID, buildNumber: constant.DEVICE.BUILD_NUMBER } // params: { // authorization: 'Bearer ' + token // } }, state => { console.log( '- BackgroundGeolocation is configured and ready: ', state.enabled

    );

    if (!state.enabled) {
      BackgroundGeolocation.start(function () {
        console.log('- Start success');
      });
    }
  }

On Mon, Nov 18, 2019 at 6:34 PM Chris Scott notifications@github.com wrote:

@rmamtaventures https://github.com/rmamtaventures Everything is normal in your logs. See http://dontkillmyapp.com.

Try this: start a music player (eg: Play Music) and start a song playing. Terminate the music player.

  • Do the music stop or continue playing?

β€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/transistorsoft/react-native-background-geolocation/issues/599?email_source=notifications&email_token=ANE65VP3Q7G5OO5LNFEVPHTQUKHF7A5CNFSM4F76TX32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEKLSDA#issuecomment-555006220, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANE65VPKTBQ3QCBA66ZHUDDQUKHF7ANCNFSM4F76TX3Q .

christocracy commented 4 years ago

What is your device manufacturer / model and OS version?

rmamtaventures commented 4 years ago

Manufacturer: - oppo Device Name:- realme 3 Pro Model:- RMX1851 android Version:- 9

On Tue, Nov 19, 2019 at 1:55 PM Chris Scott notifications@github.com wrote:

What is your device manufacturer / model and OS version?

β€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/transistorsoft/react-native-background-geolocation/issues/599?email_source=notifications&email_token=ANE65VOWNC27URY2HMHPRE3QUOPI3A5CNFSM4F76TX32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEENJCUY#issuecomment-555389267, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANE65VNRLHKA7EVUC6N4KWDQUOPI3ANCNFSM4F76TX3Q .

christocracy commented 4 years ago

https://dontkillmyapp.com/oppo

rmamtaventures commented 4 years ago

Follow all the steps in given link. It's work when app is in recent app list. it's not working on app kill.

christocracy commented 4 years ago

Try a different device. It works fine on my 11 test devices:

rmamtaventures commented 4 years ago

checked it on Samsung m30s but not working on app kill.

christocracy commented 4 years ago

Install my demo app from play store on your devices.

rmamtaventures commented 4 years ago

Your demo app working on Samsung.

rmamtaventures commented 4 years ago

Means, Something missing in my config.

rmamtaventures commented 4 years ago

this is my config:- setBgGeolocation = async () => { BackgroundGeolocation.onLocation(this.onLocation, this.onError); BackgroundGeolocation.onMotionChange(this.onMotionChange); BackgroundGeolocation.onActivityChange(this.onActivityChange); BackgroundGeolocation.onProviderChange(this.onProviderChange); BackgroundGeolocation.onHeartbeat(this.onHeartbeat); const token = await AsyncStorage.getItem('access_token'); let activeOrderID = await AsyncStorage.getItem('active_order_id'); let locationUpdateIntervalTime; let fastestLocationUpdateIntervalTime; if (activeOrderID) { locationUpdateIntervalTime = 3000; fastestLocationUpdateIntervalTime = 2500; } else { locationUpdateIntervalTime = 12000; fastestLocationUpdateIntervalTime = 10000; } BackgroundGeolocation.ready( { reset: false, debug: true, desiredAccuracy: BackgroundGeolocation.DESIRED_ACCURACY_HIGH, distanceFilter: 0, locationUpdateInterval: locationUpdateIntervalTime, fastestLocationUpdateInterval: fastestLocationUpdateIntervalTime, allowIdenticalLocations: true, stopTimeout: 5, heartbeatInterval: 60, disableStopDetection: false, debug: true, // <-- enable this hear sounds for background-geolocation life-cycle. logLevel: BackgroundGeolocation.LOG_LEVEL_VERBOSE, stopOnTerminate: false, // <-- Allow the background-service to continue tracking when user closes the app. startOnBoot: true, // <-- Auto start tracking when device is powered-up. url: API_BASE_URL + 'rider/location-bg', batchSync: false, // <-- [Default: false] Set true to sync locations to server in a single HTTP request. autoSync: true, // <-- [Default: true] Set true to sync each location to server as it arrives. headers: { authorization: 'Bearer ' + token, platform: constant.DEVICE.PLATFORM, deviceId: constant.DEVICE.DEVICE_ID, buildNumber: constant.DEVICE.BUILD_NUMBER } // params: { // authorization: 'Bearer ' + token // } }, state => { console.log( '- BackgroundGeolocation is configured and ready: ', state.enabled

    );

    if (!state.enabled) {
      BackgroundGeolocation.start(function () {
        console.log('- Start success');
      });
    }
  }

);

}

christocracy commented 4 years ago

Why reset: false? Do you know what that does?