OneSignal / OneSignal-Android-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native Android or Amazon app with OneSignal. https://onesignal.com
Other
605 stars 371 forks source link

Xiaomi - Notification Open - Not foregrounding app #1494

Closed jkasten2 closed 2 years ago

jkasten2 commented 2 years ago

Description

On some Xiaomi devices tapping on a notification does not bring the app to the foreground. OneSignal needs additional details from those who can reproduce the issue.

Details Needed

Go to the OneSignal/NotificationActivityBackstackExample Github repo and follow the readme instructions and report the issue there.

Current status

Summary

OneSignal maintainers have reproduce the issue on a Xamarin Redmi 6A device.

The Xamarin specific bug only happens when the “Display pop-up windows while running in the background” (older MIUI versions this is called “Start in background”) permission is "Deny", however this is default on the Redmi 6A and an number of other Xamarin devices. The issue is present on OneSignal-Android-SDK 4.5.0 Release. The issue happens no matter if the app is just backgrounded, not running, or swiped away.

OneSignal Maintainers

Can reproduce devices

Xamarin Redmi 6A

Xiaomi devices:

Other devices:

Community Reports

Could reproduce on. Using the OneSignal SDK 4.6.3:

jkasten2 commented 2 years ago

Can NOT reproduce issue on the following:

  1. OneSignal-Android-SDK version: 4.6.3
  2. Android version: 9
    • P PKQ1.190616.001
  3. Device Model & Name: Redmi Note 8 (M1908C3JI)
  4. MIUI version: MIUI Global 10.3.2 | Stable 10.3.2.0(PCOMIXM)
    • Hosted on Browserstack, possibly modify settings
  5. Verify version with Xiaomi: "official international version"
  6. Step-by-Step to reproduce the issue (no issue, attempted the following cases): A. 1. Send notification 2. Swipe way app. 3. Open notification. 4. Observer app opens as expected. B. 1. Send notification 2. Background app. 3. Open notification. 4. Observer app opens as expected. C. 1. Send notification 2. Press back to close app. 3. Open notification. 4. Observer app opens as expected.
  7. Does your OSNotificationOpenedHandler fire, even if the app does not open?
    • App opens as expected and open callback fires.
  8. Provide a logcat with verbose logging.
    Click to expand!
11-30 00:46:04.125 W/esignal.sdktes(18067): Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (light greylist, reflection)
11-30 00:46:04.127 W/esignal.sdktes(18067): Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (light greylist, reflection)
11-30 00:46:04.155 D/OneSignal(18067): OneSignal startLocationShared: true
11-30 00:46:04.155 D/DEBUG   (18067): Privacy consent required set: true
11-30 00:46:04.173 D/OneSignal(18067): onActivityResumed: com.onesignal.sdktest.activity.SplashActivity@d89c619
11-30 00:46:04.173 D/OneSignal(18067): curActivity is NOW: com.onesignal.sdktest.activity.SplashActivity:com.onesignal.sdktest.activity.SplashActivity@d89c619
11-30 00:46:04.174 D/OneSignal(18067): ActivityLifecycleHandler handleFocus, with runnable: null nextResumeIsFirstActivity: true
11-30 00:46:04.174 D/OneSignal(18067): ActivityLifecycleHandler reset background state, call app focus
11-30 00:46:04.174 D/OneSignal(18067): Application on focus
11-30 00:46:04.177 D/OneSignal(18067): GMSLocationController onFocusChange!
11-30 00:46:04.178 D/OneSignal(18067): Application foregrounded focus time: 67542223
11-30 00:46:04.179 D/OneSignal(18067): isPastOnSessionTime currentTimeMillis: 1638233164178 lastSessionTime: 1638233058336 difference: 105842
11-30 00:46:04.179 D/OneSignal(18067): Starting new session with appEntryState: APP_OPEN
11-30 00:46:04.177 D/OneSignal(18067): GMSLocationController onFocusChange!
11-30 00:46:04.178 D/OneSignal(18067): Application foregrounded focus time: 67542223
11-30 00:46:04.179 D/OneSignal(18067): isPastOnSessionTime currentTimeMillis: 1638233164178 lastSessionTime: 1638233058336 difference: 105842
11-30 00:46:04.179 D/OneSignal(18067): Starting new session with appEntryState: APP_OPEN
11-30 00:46:04.189 D/OneSignal(18067): OneSignal cleanOutcomes for session
11-30 00:46:04.190 D/OneSignal(18067): OneSignal save unattributedUniqueOutcomeEvents: []
11-30 00:46:04.191 D/OneSignal(18067): OneSignal SessionManager restartSessionIfNeeded with entryAction: APP_OPEN
11-30 00:46:04.191 D/OneSignal(18067):  channelTrackers: [OSChannelTracker{tag=notification_id, influenceType=INDIRECT, indirectIds=["03884fb8-258c-4136-8d53-c7e072f596ce","233758d6-eb9a-48ed-9047-6d19920fa997","1c33a1cc-609a-4776-bfc0-c0d1b549b593"], directId=null}, OSChannelTracker{tag=iam_id, influenceType=UNATTRIBUTED, indirectIds=null, directId=null}]
11-30 00:46:04.193 D/OneSignal(18067): OneSignal ChannelTracker getLastReceivedIds lastChannelObjectReceived: [{"notification_id":"03884fb8-258c-4136-8d53-c7e072f596ce","time":1638232814950},{"notification_id":"233758d6-eb9a-48ed-9047-6d19920fa997","time":1638232995964},{"notification_id":"1c33a1cc-609a-4776-bfc0-c0d1b549b593","time":1638233032969},{"notification_id":"be54f593-8ba4-44f1-9b22-2a412d5f107b","time":1638233111683}]
11-30 00:46:04.193 D/OneSignal(18067): OneSignal SessionManager restartSessionIfNeeded lastIds: ["03884fb8-258c-4136-8d53-c7e072f596ce","233758d6-eb9a-48ed-9047-6d19920fa997","1c33a1cc-609a-4776-bfc0-c0d1b549b593","be54f593-8ba4-44f1-9b22-2a412d5f107b"]
11-30 00:46:04.194 D/OneSignal(18067): OSChannelTracker changed: notification_id
11-30 00:46:04.194 D/OneSignal(18067): from:
11-30 00:46:04.194 D/OneSignal(18067): influenceType: INDIRECT, directNotificationId: null, indirectNotificationIds: ["03884fb8-258c-4136-8d53-c7e072f596ce","233758d6-eb9a-48ed-9047-6d19920fa997","1c33a1cc-609a-4776-bfc0-c0d1b549b593"]
11-30 00:46:04.194 D/OneSignal(18067): to:
11-30 00:46:04.194 D/OneSignal(18067): influenceType: INDIRECT, directNotificationId: null, indirectNotificationIds: ["03884fb8-258c-4136-8d53-c7e072f596ce","233758d6-eb9a-48ed-9047-6d19920fa997","1c33a1cc-609a-4776-bfc0-c0d1b549b593","be54f593-8ba4-44f1-9b22-2a412d5f107b"]
11-30 00:46:04.196 D/OneSignal(18067): Trackers changed to: [OSChannelTracker{tag=notification_id, influenceType=INDIRECT, indirectIds=["03884fb8-258c-4136-8d53-c7e072f596ce","233758d6-eb9a-48ed-9047-6d19920fa997","1c33a1cc-609a-4776-bfc0-c0d1b549b593","be54f593-8ba4-44f1-9b22-2a412d5f107b"], directId=null}, OSChannelTracker{tag=iam_id, influenceType=UNATTRIBUTED, indirectIds=null, directId=null}]
11-30 00:46:04.196 D/OneSignal(18067): OneSignal ChannelTracker getLastReceivedIds lastChannelObjectReceived: []
11-30 00:46:04.197 D/OneSignal(18067): OneSignal SessionManager restartSessionIfNeeded lastIds: []
11-30 00:46:04.199 D/OneSignal(18067): OneSignal SessionManager sendSessionEndingWithInfluences with influences: [SessionInfluence{influenceChannel=notification, influenceType=INDIRECT, ids=["03884fb8-258c-4136-8d53-c7e072f596ce","233758d6-eb9a-48ed-9047-6d19920fa997","1c33a1cc-609a-4776-bfc0-c0d1b549b593"]}]
11-30 00:46:04.200 D/OneSignal(18067): Last session time set to: 1638233164199
11-30 00:46:04.201 D/OneSignal(18067): initWithCachedInAppMessages with already in memory messages: [OSInAppMessage{messageId='a1e6057d-4da2-4fdc-936d-7759c6c85270', variants={all={default=ee4bb582-12ae-4c94-994f-2852d56774d6}}, triggers=[], clickedClickIds=[], redisplayStats=OSInAppMessageDisplayStats{lastDisplayTime=-1, displayQuantity=0, displayLimit=2147483647, displayDelay=0}, displayDuration=0.0, displayedInSession=false, triggerChanged=false, actionTaken=false, isPreview=false, endTime=null, hasLiquid=false}, OSInAppMessage{messageId='b614fd84-3c16-41c6-b700-cd6ef71878ad', variants={all={default=8f58234a-2693-4fb9-8e56-ad254f68075b}}, triggers=[], clickedClickIds=[], redisplayStats=OSInAppMessageDisplayStats{lastDisplayTime=-1, displayQuantity=0, displayLimit=2147483647, displayDelay=0}, displayDuration=0.0, displayedInSession=false, triggerChanged=false, actionTaken=false, isPreview=false, endTime=null, hasLiquid=false}]
11-30 00:46:04.202 D/OneSignal(18067): OneSignal cleanOutcomes for session
11-30 00:46:04.203 D/OneSignal(18067): OneSignal save unattributedUniqueOutcomeEvents: []
11-30 00:46:04.206 D/OneSignal(18067): LocationController sendAndClearPromptHandlers from non prompt flow
11-30 00:46:04.208 D/OneSignal(18067): FocusTimeProcessorAttributed sendTime with: END_SESSION
11-30 00:46:04.209 D/OneSignal(18067): registerUser:registerForPushFired:true, locationFired: true, remoteParams: com.onesignal.OneSignalRemoteParams$2@a0d2c1e, appId: 77e32082-ea27-42e3-a898-c72e141824ef
11-30 00:46:04.209 D/OneSignal(18067): FocusTimeProcessorAttributed:getUnsentActiveTime: 45
11-30 00:46:04.209 D/OneSignal(18067): FocusTimeProcessorAttributed:getUnsentActiveTime: 45
11-30 00:46:04.210 D/OneSignal(18067): FocusTimeProcessorAttributed:sendOnFocus with totalTimeActive: 45
11-30 00:46:04.214 D/OneSignal(18067): LocationController scheduleUpdate not possible, location permission not enabled
11-30 00:46:04.215 D/OneSignal(18067): OSSyncService cancel background sync
11-30 00:46:04.216 I/OneSignal(18067): FirebaseMessaging.getToken not found, attempting to use FirebaseInstanceId.getToken
11-30 00:46:04.216 D/OneSignal(18067): OneSignal SessionManager addSessionData with influences: [SessionInfluence{influenceChannel=notification, influenceType=INDIRECT, ids=["03884fb8-258c-4136-8d53-c7e072f596ce","233758d6-eb9a-48ed-9047-6d19920fa997","1c33a1cc-609a-4776-bfc0-c0d1b549b593"]}, SessionInfluence{influenceChannel=iam, influenceType=UNATTRIBUTED, ids=null}]
11-30 00:46:04.217 D/OneSignal(18067): OneSignal SessionManager addSessionIds on jsonObject: {"app_id":"77e32082-ea27-42e3-a898-c72e141824ef","type":1,"state":"ping","active_time":45,"device_type":1,"net_type":0,"direct":false,"notification_ids":["03884fb8-258c-4136-8d53-c7e072f596ce","233758d6-eb9a-48ed-9047-6d19920fa997","1c33a1cc-609a-4776-bfc0-c0d1b549b593"]}
11-30 00:46:04.216 I/OneSignal(18067): FirebaseMessaging.getToken not found, attempting to use FirebaseInstanceId.getToken
11-30 00:46:04.216 D/OneSignal(18067): OneSignal SessionManager addSessionData with influences: [SessionInfluence{influenceChannel=notification, influenceType=INDIRECT, ids=["03884fb8-258c-4136-8d53-c7e072f596ce","233758d6-eb9a-48ed-9047-6d19920fa997","1c33a1cc-609a-4776-bfc0-c0d1b549b593"]}, SessionInfluence{influenceChannel=iam, influenceType=UNATTRIBUTED, ids=null}]
11-30 00:46:04.217 D/OneSignal(18067): OneSignal SessionManager addSessionIds on jsonObject: {"app_id":"77e32082-ea27-42e3-a898-c72e141824ef","type":1,"state":"ping","active_time":45,"device_type":1,"net_type":0,"direct":false,"notification_ids":["03884fb8-258c-4136-8d53-c7e072f596ce","233758d6-eb9a-48ed-9047-6d19920fa997","1c33a1cc-609a-4776-bfc0-c0d1b549b593"]}
11-30 00:46:04.223 D/OneSignal(18067): OneSignalRestClient: Making request to: https://api.onesignal.com/players/74b1f20f-dd63-4189-b4b9-7be9e19094e1/on_focus
11-30 00:46:04.225 D/OneSignal(18067): OneSignalRestClient: POST SEND JSON: {"app_id":"77e32082-ea27-42e3-a898-c72e141824ef","type":1,"state":"ping","active_time":45,"device_type":1,"net_type":0,"direct":false,"notification_ids":["03884fb8-258c-4136-8d53-c7e072f596ce","233758d6-eb9a-48ed-9047-6d19920fa997","1c33a1cc-609a-4776-bfc0-c0d1b549b593"]}
11-30 00:46:04.230 D/OneSignal(18067): registerUserTask calling readyToUpdate
11-30 00:46:04.240 I/OneSignal(18067): Device registered, push token = d9_Ed5wf_vw:APA91bGYrsv546hcHnyueNmflnAgeJweGjlI347B73GvE9ghU2F6kZndVyurtduUisiPdJ7y4uIPUmvz23_M_pLctSx-CKqfZG7U176pGv-97L6RMvR3qhRzYOq9LeHJ7Frh_yMH-h9v
11-30 00:46:04.240 D/OneSignal(18067): registerForPushToken completed with id: d9_Ed5wf_vw:APA91bGYrsv546hcHnyueNmflnAgeJweGjlI347B73GvE9ghU2F6kZndVyurtduUisiPdJ7y4uIPUmvz23_M_pLctSx-CKqfZG7U176pGv-97L6RMvR3qhRzYOq9LeHJ7Frh_yMH-h9v status: 1
11-30 00:46:04.240 D/OneSignal(18067): registerUser:registerForPushFired:true, locationFired: true, remoteParams: com.onesignal.OneSignalRemoteParams$2@a0d2c1e, appId: 77e32082-ea27-42e3-a898-c72e141824ef
11-30 00:46:04.261 W/ActivityThread(18067): handleWindowVisibility: no activity for token android.os.BinderProxy@9fb7ec1
11-30 00:46:04.269 D/OneSignal(18067): registerUserTask calling readyToUpdate
11-30 00:46:04.271 V/OneSignal(18067): initWithContext called with: com.onesignal.sdktest.application.MainApplication@6e91c6f
11-30 00:46:04.271 V/OneSignal(18067): Starting OneSignal initialization!
11-30 00:46:04.272 V/OneSignal(18067): Found class: com.onesignal.sdktest.notification.NotificationServiceExtension, attempting to call constructor
11-30 00:46:04.273 D/OneSignal(18067): OneSignal SDK initialization already completed.
11-30 00:46:04.285 D/OneSignal(18067): processIntent from context: com.onesignal.NotificationOpenedReceiver@c9f12f2 and intent: Intent { flg=0x24800000 cmp=com.onesignal.sdktest/com.onesignal.NotificationOpenedReceiver (has extras) }
11-30 00:46:04.285 D/OneSignal(18067): processIntent intent extras: Bundle[{androidNotificationId=1692380555, onesignalData={"google.delivered_priority":"normal","google.sent_time":1638233110138,"google.ttl":259200,"google.original_priority":"normal","custom":"{\"a\":{},\"i\":\"be54f593-8ba4-44f1-9b22-2a412d5f107b\"}","pri":"5","vis":"1","from":"249481192614","alert":"test","title":"test","google.message_id":"0:1638233110165717%246c533ff9fd7ecd","google.c.sender.id":"249481192614","androidNotificationId":1692380555}}]
11-30 00:46:04.289 D/OneSignal(18067): Running destroyTimeout with runnable: com.onesignal.OSNotificationOpenedResult$1@acfd43
11-30 00:46:04.289 D/OneSignal(18067): Running startTimeout with timeout: 5000 and runnable: com.onesignal.OSNotificationOpenedResult$1@acfd43
11-30 00:46:04.290 V/OneSignal(18067): OSNotificationOpenedResult result: OSNotificationOpenedResult{notification=OSNotification{notificationExtender=null, groupedNotifications=[], androidNotificationId=1692380555, notificationId='be54f593-8ba4-44f1-9b22-2a412d5f107b', templateName='', templateId='', title='test', body='test', additionalData={}, smallIcon='null', largeIcon='null', bigPicture='null', smallIconAccentColor='null', launchURL='null', sound='null', ledColor='null', lockScreenVisibility=1, groupKey='null', groupMessage='null', actionButtons=null, fromProjectNumber='249481192614', backgroundImageLayout=null, collapseId='null', priority=5, rawPayload='{"google.delivered_priority":"normal","google.sent_time":1638233110138,"google.ttl":259200,"google.original_priority":"normal","custom":"{\"a\":{},\"i\":\"be54f593-8ba4-44f1-9b22-2a412d5f107b\"}","pri":"5","vis":"1","from":"249481192614","alert":"test","title":"test","google.message_id":"0:1638233110165717%246c533ff9fd7ecd","google.c.sender.id":"249481192614","androidNotificationId":1692380555}'}, action=com.onesignal.OSNotificationAction@3a46fc0, isComplete=false}
11-30 00:46:04.295 D/OneSignal(18067): OneSignalRestClient: Making request to: https://api.onesignal.com/notifications/be54f593-8ba4-44f1-9b22-2a412d5f107b
11-30 00:46:04.297 D/OneSignal(18067): OneSignalRestClient: PUT SEND JSON: {"app_id":"77e32082-ea27-42e3-a898-c72e141824ef","player_id":"74b1f20f-dd63-4189-b4b9-7be9e19094e1","opened":true,"device_type":1}
11-30 00:46:04.377 W/esignal.sdktes(18067): Accessing hidden field Landroid/view/
11-30 00:46:04.377 W/esignal.sdktes(18067): Accessing hidden field Landroid/view/WindowInsets;->CONSUMED:Landroid/view/WindowInsets; (light greylist, reflection)
11-30 00:46:04.379 W/esignal.sdktes(18067): Accessing hidden method Landroid/view/View;->getViewRootImpl()Landroid/view/ViewRootImpl; (light greylist, reflection)
11-30 00:46:04.379 W/esignal.sdktes(18067): Accessing hidden field Landroid/view/View$AttachInfo;->mVisibleInsets:Landroid/graphics/Rect; (light greylist, reflection)
11-30 00:46:04.380 W/esignal.sdktes(18067): Accessing hidden field Landroid/view/ViewRootImpl;->mAttachInfo:Landroid/view/View$AttachInfo; (light greylist, reflection)
11-30 00:46:04.417 I/Adreno  (18067): QUALCOMM build                   : 9b25276, I927234e026
11-30 00:46:04.417 I/Adreno  (18067): Build Date                       : 06/25/19
11-30 00:46:04.417 I/Adreno  (18067): OpenGL ES Shader Compiler Version: EV031.26.03.01
11-30 00:46:04.417 I/Adreno  (18067): Local Branch                     : 
11-30 00:46:04.417 I/Adreno  (18067): Remote Branch                    : quic/gfx-adreno.lnx.1.0.r81-rel
11-30 00:46:04.417 I/Adreno  (18067): Remote Branch                    : NONE
11-30 00:46:04.417 I/Adreno  (18067): Reconstruct Branch               : NOTHING
11-30 00:46:04.417 I/Adreno  (18067): Build Config                     : S P 6.0.9 AArch64
11-30 00:46:04.417 I/Adreno  (18067): QUALCOMM build                   : 9b25276, I927234e026
11-30 00:46:04.417 I/Adreno  (18067): Build Date                       : 06/25/19
11-30 00:46:04.417 I/Adreno  (18067): OpenGL ES Shader Compiler Version: EV031.26.03.01
11-30 00:46:04.417 I/Adreno  (18067): Local Branch                     : 
11-30 00:46:04.417 I/Adreno  (18067): Remote Branch                    : quic/gfx-adreno.lnx.1.0.r81-rel
11-30 00:46:04.417 I/Adreno  (18067): Remote Branch                    : NONE
11-30 00:46:04.417 I/Adreno  (18067): Reconstruct Branch               : NOTHING
11-30 00:46:04.417 I/Adreno  (18067): Build Config                     : S P 6.0.9 AArch64
11-30 00:46:04.421 I/Adreno  (18067): PFP: 0x016ee183, ME: 0x00000000
11-30 00:46:04.434 I/ConfigStore(18067): android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 00:46:04.434 I/ConfigStore(18067): android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
11-30 00:46:04.439 I/ConfigStore(18067): android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
11-30 00:46:04.440 I/OpenGLRenderer(18067): Initialized EGL, version 1.4
11-30 00:46:04.440 D/OpenGLRenderer(18067): Swap behavior 2
11-30 00:46:04.442 I/OneSignal(18067): Restoring notifications
11-30 00:46:04.447 I/OneSignal(18067): Querying DB for notifications to restore: created_time > 1637628364 AND dismissed = 0 AND opened = 0 AND is_summary = 0 AND expire_time > 1638233164 AND android_notification_id NOT IN (-292768602)
11-30 00:46:04.439 I/ConfigStore(18067): android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
11-30 00:46:04.440 I/OpenGLRenderer(18067): Initialized EGL, version 1.4
11-30 00:46:04.440 D/OpenGLRenderer(18067): Swap behavior 2
11-30 00:46:04.442 I/OneSignal(18067): Restoring notifications
11-30 00:46:04.447 I/OneSignal(18067): Querying DB for notifications to restore: created_time > 1637628364 AND dismissed = 0 AND opened = 0 AND is_summary = 0 AND expire_time > 1638233164 AND android_notification_id NOT IN (-292768602)
11-30 00:46:04.473 I/WM-WorkerWrapper(18067): Worker result SUCCESS for Work [ id=f40c56d1-6559-4071-acfb-3ea75c419804, tags={ com.onesignal.OSNotificationRestoreWorkManager$NotificationRestoreWorker } ]
11-30 00:46:04.587 V/OneSignal(18067): OneSignalRestClient: After con.getResponseCode to: https://api.onesignal.com/players/74b1f20f-dd63-4189-b4b9-7be9e19094e1/on_focus
11-30 00:46:04.587 D/OneSignal(18067): OneSignalRestClient: Successfully finished request to: https://api.onesignal.com/players/74b1f20f-dd63-4189-b4b9-7be9e19094e1/on_focus
11-30 00:46:04.587 V/OneSignal(18067): OneSignalRestClient: After con.getResponseCode to: https://api.onesignal.com/players/74b1f20f-dd63-4189-b4b9-7be9e19094e1/on_focus
11-30 00:46:04.587 D/OneSignal(18067): OneSignalRestClient: Successfully finished request to: https://api.onesignal.com/players/74b1f20f-dd63-4189-b4b9-7be9e19094e1/on_focus
11-30 00:46:04.592 D/OneSignal(18067): OneSignalRestClient: POST RECEIVED JSON: {"id":"74b1f20f-dd63-4189-b4b9-7be9e19094e1","success":true}
11-30 00:46:04.927 D/OneSignal(18067): onActivityDestroyed: com.onesignal.NotificationOpenedReceiver@c9f12f2
11-30 00:46:04.928 D/OneSignal(18067): curActivity is NOW: com.onesignal.sdktest.activity.SplashActivity:com.onesignal.sdktest.activity.SplashActivity@d89c619
11-30 00:46:04.927 D/OneSignal(18067): onActivityDestroyed: com.onesignal.NotificationOpenedReceiver@c9f12f2
11-30 00:46:04.928 D/OneSignal(18067): curActivity is NOW: com.onesignal.sdktest.activity.SplashActivity:com.onesignal.sdktest.activity.SplashActivity@d89c619
11-30 00:46:05.372 I/Timeline(18067): Timeline: Activity_launch_request time:67543416
11-30 00:46:05.397 D/OneSignal(18067): onActivityPaused: com.onesignal.sdktest.activity.SplashActivity@d89c619
11-30 00:46:05.397 D/OneSignal(18067): ActivityLifecycleHandler Handling lost focus
11-30 00:46:05.397 D/OneSignal(18067): Application stopped focus time: 67542223 timeElapsed: 1
11-30 00:46:05.399 D/OneSignal(18067): FocusTimeProcessorAttributed:saveUnsentActiveData with lastFocusTimeInfluences: [SessionInfluence{influenceChannel=iam, influenceType=UNATTRIBUTED, ids=null}, SessionInfluence{influenceChannel=notification, influenceType=INDIRECT, ids=["03884fb8-258c-4136-8d53-c7e072f596ce","233758d6-eb9a-48ed-9047-6d19920fa997","1c33a1cc-609a-4776-bfc0-c0d1b549b593","be54f593-8ba4-44f1-9b22-2a412d5f107b"]}]
11-30 00:46:05.399 D/OneSignal(18067): FocusTimeProcessorAttributed:getUnsentActiveTime: 0
11-30 00:46:05.400 D/OneSignal(18067): FocusTimeProcessorAttributed:saveUnsentActiveTime: 1
11-30 00:46:05.401 V/OneSignal(18067): OSFocusDelaySync scheduleSyncTask:SYNC_AFTER_BG_DELAY_MS: 2000
11-30 00:46:05.401 V/OneSignal(18067): OSBackgroundSync scheduleSyncServiceAsJob:atTime: 2000
11-30 00:46:05.404 I/OneSignal(18067): OSBackgroundSync scheduleSyncServiceAsJob:result: 1
11-30 00:46:05.404 D/OneSignal(18067): curActivity is NOW: null
11-30 00:46:05.397 D/OneSignal(18067): onActivityPaused: com.onesignal.sdktest.activity.SplashActivity@d89c619
11-30 00:46:05.397 D/OneSignal(18067): ActivityLifecycleHandler Handling lost focus
11-30 00:46:05.397 D/OneSignal(18067): Application stopped focus time: 67542223 timeElapsed: 1
11-30 00:46:05.399 D/OneSignal(18067): FocusTimeProcessorAttributed:saveUnsentActiveData with lastFocusTimeInfluences: [SessionInfluence{influenceChannel=iam, influenceType=UNATTRIBUTED, ids=null}, SessionInfluence{influenceChannel=notification, influenceType=INDIRECT, ids=["03884fb8-258c-4136-8d53-c7e072f596ce","233758d6-eb9a-48ed-9047-6d19920fa997","1c33a1cc-609a-4776-bfc0-c0d1b549b593","be54f593-8ba4-44f1-9b22-2a412d5f107b"]}]
11-30 00:46:05.399 D/OneSignal(18067): FocusTimeProcessorAttributed:getUnsentActiveTime: 0
11-30 00:46:05.400 D/OneSignal(18067): FocusTimeProcessorAttributed:saveUnsentActiveTime: 1
11-30 00:46:05.401 V/OneSignal(18067): OSFocusDelaySync scheduleSyncTask:SYNC_AFTER_BG_DELAY_MS: 2000
11-30 00:46:05.401 V/OneSignal(18067): OSBackgroundSync scheduleSyncServiceAsJob:atTime: 2000
11-30 00:46:05.404 I/OneSignal(18067): OSBackgroundSync scheduleSyncServiceAsJob:result: 1
11-30 00:46:05.404 D/OneSignal(18067): curActivity is NOW: null
11-30 00:46:05.436 W/ActivityThread(18067): handleWindowVisibility: no activity for token android.os.BinderProxy@e81e19e
11-30 00:46:05.769 I/esignal.sdktes(18067): Compiler allocated 4MB to compile void android.widget.TextView.<init>(android.content.Context, android.util.AttributeSet, int, int)
11-30 00:46:05.800 V/OneSignal(18067): OneSignalRestClient: After con.getResponseCode to: https://api.onesignal.com/notifications/be54f593-8ba4-44f1-9b22-2a412d5f107b
11-30 00:46:05.801 D/OneSignal(18067): OneSignalRestClient: Successfully finished request to: https://api.onesignal.com/notifications/be54f593-8ba4-44f1-9b22-2a412d5f107b
11-30 00:46:05.800 V/OneSignal(18067): OneSignalRestClient: After con.getResponseCode to: https://api.onesignal.com/notifications/be54f593-8ba4-44f1-9b22-2a412d5f107b
11-30 00:46:05.804 D/OneSignal(18067): OneSignalRestClient: PUT RECEIVED JSON: {"success":true}
11-30 00:46:05.841 D/OneSignal(18067): OneSignalRestClient: Making request to: https://api.onesignal.com/players/74b1f20f-dd63-4189-b4b9-7be9e19094e1?app_id=77e32082-ea27-42e3-a898-c72e141824ef
11-30 00:46:05.842 D/OneSignal(18067): OneSignalRestClient: Adding header if-none-match: W/"6d03fa1bd1b93d2ed52c2b962b01aa4d"
11-30 00:46:05.860 D/OneSignal(18067): onActivityResumed: com.onesignal.sdktest.activity.MainActivity@86fc99b
11-30 00:46:05.860 D/OneSignal(18067): curActivity is NOW: com.onesignal.sdktest.activity.MainActivity:com.onesignal.sdktest.activity.MainActivity@86fc99b
11-30 00:46:05.860 D/OneSignal(18067): ActivityLifecycleHandler handleFocus, with runnable: null nextResumeIsFirstActivity: false
11-30 00:46:05.860 D/OneSignal(18067): ActivityLifecycleHandler cancel background lost focus sync task
11-30 00:46:05.860 D/OneSignal(18067): OSFocusDelaySync cancel background sync
11-30 00:46:05.980 W/esignal.sdktes(18067): Accessing hidden method Landroid/os/Trace;->asyncTraceBegin(JLjava/lang/String;I)V (light greylist, reflection)
11-30 00:46:05.980 W/esignal.sdktes(18067): Accessing hidden method Landroid/os/Trace;->asyncTraceEnd(JLjava/lang/String;I)V (light greylist, reflection)
11-30 00:46:05.981 W/esignal.sdktes(18067): Accessing hidden method Landroid/os/Trace;->traceCounter(JLjava/lang/String;I)V (light greylist, reflection)
11-30 00:46:05.998 W/esignal.sdktes(18067): Accessing hidden method Landroid/graphics/FontFamily;-><init>()V (light greylist, reflection)
11-30 00:46:05.999 W/esignal.sdktes(18067): Accessing hidden method Landroid/graphics/FontFamily;->addFontFromAssetManager(Landroid/content/res/Asset
11-30 00:46:05.999 W/esignal.sdktes(18067): Accessing hidden method Landroid/graphics/FontFamily;->addFontFromBuffer(Ljava/nio/ByteBuffer;I[Landroid/graphics/fonts/FontVariationAxis;II)Z (light greylist, reflection)
11-30 00:46:05.999 W/esignal.sdktes(18067): Accessing hidden method Landroid/graphics/FontFamily;->freeze()Z (light greylist, reflection)
11-30 00:46:05.999 W/esignal.sdktes(18067): Accessing hidden method Landroid/graphics/FontFamily;->abortCreation()V (light greylist, reflection)
11-30 00:46:05.999 W/esignal.sdktes(18067): Accessing hidden method Landroid/graphics/Typeface;->createFromFamiliesWithDefault([Landroid/graphics/FontFamily;Ljava/lang/String;II)Landroid/graphics/Typeface; (light greylist, reflection)
11-30 00:46:06.002 W/Glide   (18067): Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored
11-30 00:46:05.999 W/esignal.sdktes(18067): Accessing hidden method Landroid/graphics/Typeface;->createFromFamiliesWithDefault([Landroid/graphics/FontFamily;Ljava/lang/String;II)Landroid/graphics/Typeface; (light greylist, reflection)
11-30 00:46:06.002 W/Glide   (18067): Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored
11-30 00:46:06.028 W/esignal.sdktes(18067): Accessing hidden field Landroid/view/View;->mAccessibilityDelegate:Landroid/view/View$AccessibilityDelegate; (light greylist, reflection)
11-30 00:46:06.228 V/OneSignal(18067): OneSignalRestClient: After con.getResponseCode to: https://api.onesignal.com/players/74b1f20f-dd63-4189-b4b9-7be9e19094e1?app_id=77e32082-ea27-42e3-a898-c72e141824ef
11-30 00:46:06.228 D/OneSignal(18067): OneSignalRestClient: Successfully finished request to: https://api.onesignal.com/players/74b1f20f-dd63-4189-b4b9-7be9e19094e1?app_id=77e32082-ea27-42e3-a898-c72e141824ef
11-30 00:46:06.352 D/OneSignal(18067): OneSignalRestClient: GET RECEIVED JSON: {"id":"74b1f20f-dd63-4189-b4b9-7be9e19094e1","identifier":"d9_Ed5wf_vw:APA91bGYrsv546hcHnyueNmflnAgeJweGjlI347B73GvE9ghU2F6kZndVyurtduUisiPdJ7y4uIPUmvz23_M_pLctSx-CKqfZG7U176pGv-97L6RMvR3qhRzYOq9LeHJ7Frh_yMH-h9v","session_count":3,"language":"en","timezone":0,"game_version":"1","device_os":"9","device_type":1,"device_model":"Redmi Note 8","ad_id":null,"tags":{},"last_active":1638233164,"playtime":247,"amount_spent":0.0,"created_at":1638232607,"invalid_identifier":false,"badge_count":0,"sdk":"040603","test_type":null,"ip":"34.204.63.12","external_user_id":null}
11-30 00:46:06.352 D/OneSignal(18067): OneSignalRestClient: Response has etag of W/"4fbf0b023aded77e60c5353d0a79f376" so caching the response.
11-30 00:46:06.352 D/OneSignal(18067): OneSignalRestClient: GET RECEIVED JSON: {"id":"74b1f20f-dd63-4189-b4b9-7be9e19094e1","identifier":"d9_Ed5wf_vw:APA91bGYrsv546hcHnyueNmflnAgeJweGjlI347B73GvE9ghU2F6kZndVyurtduUisiPdJ7y4uIPUmvz23_M_pLctSx-CKqfZG7U176pGv-97L6RMvR3qhRzYOq9LeHJ7Frh_yMH-h9v","session_count":3,"language":"en","timezone":0,"game_version":"1","device_os":"9","device_type":1,"device_model":"Redmi Note 8","ad_id":null,"tags":{},"last_active":1638233164,"playtime":247,"amount_spent":0.0,"created_at":1638232607,"invalid_identifier":false,"badge_count":0,"sdk":"040603","test_type":null,"ip":"34.204.63.12","external_user_id":null}
11-30 00:46:06.352 D/OneSignal(18067): OneSignalRestClient: Response has etag of W/"4fbf0b023aded77e60c5353d0a79f376" so caching the response.
11-30 00:46:06.583 D/OneSignal(18067): onActivityStopped: com.onesignal.sdktest.activity.SplashActivity@d89c619
11-30 00:46:06.583 D/OneSignal(18067): curActivity is NOW: com.onesignal.sdktest.activity.MainActivity:com.onesignal.sdktest.activity.MainActivity@86fc99b
11-30 00:46:06.583 D/OneSignal(18067): onActivityStopped: com.onesignal.sdktest.activity.SplashActivity@d89c619
11-30 00:46:06.583 D/OneSignal(18067): curActivity is NOW: com.onesignal.sdktest.activity.MainActivity:com.onesignal.sdktest.activity.MainActivity@86fc99b
11-30 00:46:06.586 D/OneSignal(18067): onActivityDestroyed: com.onesignal.sdktest.activity.SplashActivity@d89c619
11-30 00:46:06.586 D/OneSignal(18067): curActivity is NOW: com.onesignal.sdktest.activity.MainActivity:com.onesignal.sdktest.activity.MainActivity@86fc99b

Screenshot from Settings > About phone of the Redmi Note 8 (M1908C3JI) device: image

jkasten2 commented 2 years ago

Can NOT reproduce issue on the following

  1. OneSignal-Android-SDK version: 4.6.3
  2. Android version: 9
    • P PKQ1.180904.001
  3. Device Model & Name: Redmi Note 7 (M1901F7I)
  4. MIUI version: MIUI Global 10.3.10 | Stable 10.3.10.0(PFGMIXM)
    • Hosted on Browserstack, possibly modify settings
  5. Verify version with Xiaomi: "official international version"
  6. Step-by-Step to reproduce the issue (no issue, attempted the following cases): A. 1. Send notification 2. Swipe way app. 3. Open notification. 4. Observer app opens as expected. B. 1. Send notification 2. Background app. 3. Open notification. 4. Observer app opens as expected. C. 1. Send notification 2. Press back to close app. 3. Open notification. 4. Observer app opens as expected.
  7. Does your OSNotificationOpenedHandler fire, even if the app does not open?
    • App opens as expected and open callback fires.
  8. Provide a logcat with verbose logging.
    • (device has only a patch version difference of MIUI that the Note 8 I tested above, omitting as it won't be useful)

image

jkasten2 commented 2 years ago

Can NOT reproduce issue on the following

Redmi Note 9 (on Browserstack )

  1. OneSignal-Android-SDK version: 4.6.3
  2. Android version: 10
  3. Device Model & Name: Redmi Note 9 (M2003J15SC )
  4. MIUI version: Unknown (Browserstack limits access to settings)
    • Hosted on Browserstack, possibly modify settings
  5. Verify version with Xiaomi: Unknown (Browserstack limits access to settings)
  6. Step-by-Step to reproduce the issue (no issue, attempted the following cases): A. 1. Send notification 2. Swipe way app. 3. Open notification. 4. Observer app opens as expected. B. 1. Send notification 2. Background app. 3. Open notification. 4. Observer app opens as expected. C. 1. Send notification 2. Press back to close app. 3. Open notification. 4. Observer app opens as expected.
  7. Does your OSNotificationOpenedHandler fire, even if the app does not open?
    • App opens as expected and open callback fires.
  8. Provide a logcat with verbose logging.
    • Can't get MIUI version so omitting
justanapp commented 2 years ago

Can reproduce on Xiaomi Mi 10 t Pro (Android 11) and Xiaomi Redmi Note 8T (Android 10). Workaround: Activate "Show Popup Window when you work in background". Then the app will be opened when clickin on the push notification. Problem: Most end-users dont know about this problem - would be awesome if we can get a solution within the SDK.

  1. OneSignal SDK 4.6.3
  2. Android Version 9 PKQ1.190616.001
  3. Redmi Note 8T Moonshadow Grey 3GB RAM 32GB ROM
  4. MIUI Global 11.0.7 | Stable 11.0.7.0 (PCXEUXM)
  5. Global Version
  6. Send notification. Click on notification. nothing happens. (App wont open)
  7. does not fire
  8. Logcat Verbose:
    Click to expand!
2021-12-03 11:38:53.036 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger expire 22 lines
2021-12-03 11:38:53.036 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:38:53.885 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: unbindService is called for service : com.google.android.gms/.chimera.PersistentDirectBootAwareApiService and for client com.google.android.apps.maps
2021-12-03 11:38:53.885 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: size of service connections for service: com.google.android.gms/.chimera.PersistentDirectBootAwareApiServiceafter removal is 3
2021-12-03 11:38:53.885 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: size of client connections for client: com.google.android.apps.mapsafter removal is 0
2021-12-03 11:38:54.033 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:38:56.819 1392-1539/? D/Boost: hostingType=broadcast, hostingName=com.gemeinde24.app/com.onesignal.FCMBroadcastReceiver, callerPackage=com.google.android.gms, isSystem=true, isBoostNeeded=false.
2021-12-03 11:38:56.821 1392-1539/? I/ActivityManager: Start proc 13093:com.gemeinde24.app/u0a330 for broadcast com.gemeinde24.app/com.onesignal.FCMBroadcastReceiver caller=com.google.android.gms
2021-12-03 11:38:56.035 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 16 lines
2021-12-03 11:38:56.035 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:38:56.824 13093-13093/? E/.gemeinde24.ap: Not starting debugger since process cannot load the jdwp agent.
2021-12-03 11:38:56.856 1392-3662/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-12-03 11:38:56.856 1392-3662/? D/CompatibilityInfo: applicationDensity - 440
2021-12-03 11:38:56.856 1392-3662/? D/CompatibilityInfo: applicationScale - 1.0
2021-12-03 11:38:56.862 1392-3662/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-12-03 11:38:56.862 1392-3662/? D/CompatibilityInfo: applicationDensity - 440
2021-12-03 11:38:56.862 1392-3662/? D/CompatibilityInfo: applicationScale - 1.0
2021-12-03 11:38:56.868 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : com.google.android.gms/.chimera.PersistentDirectBootAwareApiService and for client com.google.android.gms.persistent
2021-12-03 11:38:56.868 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : com.google.android.gms/.chimera.PersistentDirectBootAwareApiServiceare :3
2021-12-03 11:38:56.868 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for client : com.google.android.gms.persistentare :4
2021-12-03 11:38:56.871 2600-2806/? I/ActivityThread: com.google.android.gsf.gservices acquiringCount 2
2021-12-03 11:38:56.880 2600-10558/? I/ActivityThread: com.google.android.gsf.gservices acquiringCount 2
2021-12-03 11:38:56.914 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:38:56.914 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:38:56.998 13093-13093/? I/Perf: Connecting to perf service.
2021-12-03 11:38:57.013 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:38:57.014 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 4 lines
2021-12-03 11:38:57.015 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:38:57.030 13093-13093/? W/FirebaseApp: Default FirebaseApp failed to initialize because no default options were found. This usually means that com.google.gms:google-services was not applied to your gradle project.
2021-12-03 11:38:57.030 13093-13093/? I/FirebaseInitProvider: FirebaseApp initialization unsuccessful
2021-12-03 11:38:57.045 13093-13093/? D/WM-WrkMgrInitializer: Initializing WorkManager with default configuration.
2021-12-03 11:38:57.051 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: unbindService is called for service : com.google.android.gms/.chimera.PersistentDirectBootAwareApiService and for client com.google.android.gms
2021-12-03 11:38:57.051 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: size of service connections for service: com.google.android.gms/.chimera.PersistentDirectBootAwareApiServiceafter removal is 2
2021-12-03 11:38:57.051 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: size of client connections for client: com.google.android.gmsafter removal is 1
2021-12-03 11:38:57.120 1392-3662/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-12-03 11:38:57.120 1392-3662/? D/CompatibilityInfo: applicationDensity - 440
2021-12-03 11:38:57.120 1392-3662/? D/CompatibilityInfo: applicationScale - 1.0
2021-12-03 11:38:57.133 13093-13117/? D/NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
2021-12-03 11:38:57.134 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : com.gemeinde24.app/com.google.firebase.messaging.FirebaseMessagingService and for client com.gemeinde24.app
2021-12-03 11:38:57.134 1392-3662/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-12-03 11:38:57.134 1392-3662/? D/CompatibilityInfo: applicationDensity - 440
2021-12-03 11:38:57.134 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : com.gemeinde24.app/com.google.firebase.messaging.FirebaseMessagingServiceare :1
2021-12-03 11:38:57.134 1392-3662/? D/CompatibilityInfo: applicationScale - 1.0
2021-12-03 11:38:57.134 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for client : com.gemeinde24.appare :1
2021-12-03 11:38:57.135 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: startService() is called for servicecom.gemeinde24.app/com.google.firebase.messaging.FirebaseMessagingService
2021-12-03 11:38:57.139 13093-13117/? I/DpmTcmClient: RegisterTcmMonitor from: $Proxy0
2021-12-03 11:38:57.149 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : com.google.android.gms/.gcm.PushMessagingRegistrarProxy and for client com.gemeinde24.app
2021-12-03 11:38:57.149 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : com.google.android.gms/.gcm.PushMessagingRegistrarProxyare :1
2021-12-03 11:38:57.149 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for client : com.gemeinde24.appare :2
2021-12-03 11:38:57.151 1392-3662/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-12-03 11:38:57.151 1392-3662/? D/CompatibilityInfo: applicationDensity - 440
2021-12-03 11:38:57.151 1392-3662/? D/CompatibilityInfo: applicationScale - 1.0
2021-12-03 11:38:57.153 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: startService() is called for servicecom.google.android.gms/.gcm.PushMessagingRegistrarProxy
2021-12-03 11:38:57.170 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: unbindService is called for service : com.google.android.gms/.gcm.PushMessagingRegistrarProxy and for client com.gemeinde24.app
2021-12-03 11:38:57.170 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: size of service connections for service: com.google.android.gms/.gcm.PushMessagingRegistrarProxyafter removal is 0
2021-12-03 11:38:57.170 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: size of client connections for client: com.gemeinde24.appafter removal is 1
2021-12-03 11:38:57.174 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: destroyService is called for service : com.google.android.gms/.gcm.PushMessagingRegistrarProxy
2021-12-03 11:38:57.216 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : com.gemeinde24.app/androidx.work.impl.background.systemjob.SystemJobService and for client system
2021-12-03 11:38:57.216 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : com.gemeinde24.app/androidx.work.impl.background.systemjob.SystemJobServiceare :1
2021-12-03 11:38:57.216 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for client : systemare :23
2021-12-03 11:38:57.220 1392-3662/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-12-03 11:38:57.220 1392-3662/? D/CompatibilityInfo: applicationDensity - 440
2021-12-03 11:38:57.220 1392-3662/? D/CompatibilityInfo: applicationScale - 1.0
2021-12-03 11:38:57.226 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: startService() is called for servicecom.gemeinde24.app/androidx.work.impl.background.systemjob.SystemJobService
2021-12-03 11:38:57.238 13093-13127/? D/OneSignalApp: Notification displayed with id: 50b9ef70-847f-441d-bc54-b6288ac2cba1
2021-12-03 11:38:57.276 13093-13127/? D/OneSignalApp: Colors: ff5fb8d9 ff282828, ff282828
2021-12-03 11:38:57.325 13093-13114/? I/WM-WorkerWrapper: Worker result SUCCESS for Work [ id=19d39f6b-59ab-4bcd-b317-b65bbc61733f, tags={ com.onesignal.OSNotificationWorkManager$NotificationWorker } ]
2021-12-03 11:38:57.336 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: unbindService is called for service : com.gemeinde24.app/androidx.work.impl.background.systemjob.SystemJobService and for client system
2021-12-03 11:38:57.336 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: size of service connections for service: com.gemeinde24.app/androidx.work.impl.background.systemjob.SystemJobServiceafter removal is 0
2021-12-03 11:38:57.336 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: size of client connections for client: systemafter removal is 22
2021-12-03 11:38:57.337 647-2017/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: destroyService is called for service : com.gemeinde24.app/androidx.work.impl.background.systemjob.SystemJobService
2021-12-03 11:38:57.413 2053-2053/? I/StatusBar: onNotificationPosted key:0|com.gemeinde24.app|-1091294675|null|10330 isUpdate:false
2021-12-03 11:38:57.417 2053-2053/? I/StatusBar: handleNotification key:0|com.gemeinde24.app|-1091294675|null|10330 isUpdate:false
2021-12-03 11:38:57.418 2053-2053/? D/StatusBar: addNotification key=0|com.gemeinde24.app|-1091294675|null|10330
2021-12-03 11:38:57.426 4503-4503/? V/onNotificationPostedCallBack: flags=16
2021-12-03 11:38:57.446 2053-2053/? D/StatusBar: No peeking: unimportant notification: 0|com.gemeinde24.app|-1091294675|null|10330
2021-12-03 11:38:57.446 2053-2053/? I/StatusBar: addNotification isHeadsUped:false
2021-12-03 11:38:57.446 2053-2053/? I/StatusBar: addNotification key=0|com.gemeinde24.app|-1091294675|null|10330
2021-12-03 11:38:57.462 2053-13134/? E/ResourceLoader: getXmlRoot local inputStream is null
2021-12-03 11:38:57.462 2053-13134/? E/ScreenElementRoot: load error, manifest root is null
2021-12-03 11:38:57.466 2053-13134/? D/IconCustomizer: Content Ratio = -1.0
2021-12-03 11:38:57.469 2053-13134/? D/IconCustomizer: Generate customized icon for com.gemeinde24.app.png
2021-12-03 11:38:57.486 13093-13135/? W/OneSignal: LocationController startGetLocation not possible, no location dependency found
2021-12-03 11:38:57.623 2053-2053/? D/StatusBar: No peeking: unimportant notification: 0|com.gemeinde24.app|-1091294675|null|10330
2021-12-03 11:38:57.627 2053-2053/? E/MiuiFaceFactory: getCurrentAuthType sCurrentAuthType = 1
2021-12-03 11:38:57.627 2053-2053/? E/MiuiFaceFactory: getFaceManager sCurrentAuthType = 1
2021-12-03 11:38:57.628 2053-2053/? E/MiuiFaceFactory: getCurrentAuthType sCurrentAuthType = 1
2021-12-03 11:38:57.628 2053-2053/? E/MiuiFaceFactory: getFaceManager sCurrentAuthType = 1
2021-12-03 11:38:57.628 2053-2053/? E/MiuiFaceFactory: getCurrentAuthType sCurrentAuthType = 1
2021-12-03 11:38:57.628 2053-2053/? E/MiuiFaceFactory: getFaceManager sCurrentAuthType = 1
2021-12-03 11:38:57.628 2053-2053/? E/MiuiFaceFactory: getCurrentAuthType sCurrentAuthType = 1
2021-12-03 11:38:57.628 2053-2053/? E/MiuiFaceFactory: getFaceManager sCurrentAuthType = 1
2021-12-03 11:38:57.630 1392-1525/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-12-03 11:38:57.630 1392-1525/? D/CompatibilityInfo: applicationDensity - 440
2021-12-03 11:38:57.630 1392-1525/? D/CompatibilityInfo: applicationScale - 1.0
2021-12-03 11:38:57.641 2053-2053/? D/StatusBar: update app badge num: com.gemeinde24.app/,num=1,isAllowed=true,userId=0
2021-12-03 11:38:57.642 1392-3816/? W/ActivityManager: Sending non-protected broadcast android.intent.action.APPLICATION_MESSAGE_UPDATE from system 2053:com.android.systemui/1000 pkg com.android.systemui. Callers=
2021-12-03 11:38:57.643 2466-2466/? I/Launcher.ApplicationsMessage: onReceive true
2021-12-03 11:38:57.644 2466-2466/? I/Launcher.ApplicationsMessage: update com.gemeinde24.app/ to 1
2021-12-03 11:38:57.653 1392-3662/? I/QuietUtils: type:5, flags:0, cpkg:android
2021-12-03 11:38:57.666 1392-3662/? D/zhoumingliang: isinvrtest==false
2021-12-03 11:38:57.675 2018-2699/? D/Avrcp_ext: AudioManager Player: ID:23 -- type:android.media.SoundPool -- u/pid:1000/2053 -- state:idle -- attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x0 tags= bundle=null
2021-12-03 11:38:57.675 2018-2699/? D/Avrcp_ext: AudioManager Player: ID:39 -- type:android.media.SoundPool -- u/pid:1027/3449 -- state:idle -- attr:AudioAttributes: usage=USAGE_NOTIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x0 tags= bundle=null
2021-12-03 11:38:57.675 2018-2699/? D/Avrcp_ext: AudioManager Player: ID:15 -- type:android.media.SoundPool -- u/pid:1000/1392 -- state:idle -- attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x0 tags= bundle=null
2021-12-03 11:38:57.675 2018-2699/? D/Avrcp_ext: AudioManager Player: ID:111 -- type:android.media.MediaPlayer -- u/pid:1000/2053 -- state:idle -- attr:AudioAttributes: usage=USAGE_NOTIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x0 tags= bundle=null
2021-12-03 11:38:57.675 2018-2699/? D/Avrcp_ext: AudioManager isPlaying: false, mA2dpState: 11, isMusiActive: false
2021-12-03 11:38:57.679 2466-2466/? D/homeTest: compute scroll mLastScrollXInDraw:0
2021-12-03 11:38:57.679 2466-2466/? D/ScreenView: dispatchDraw:0
2021-12-03 11:38:57.689 1392-3662/? I/AudioService: setDefaultTimeZoneStatus: mInternationalLocation=true
2021-12-03 11:38:57.689 1392-3662/? D/AudioService: getIndexForType() type=content://settings/system/notification_sound
2021-12-03 11:38:57.689 1392-3662/? I/chatty: uid=1000(system) Binder:1392_11 identical 1 line
2021-12-03 11:38:57.689 1392-3662/? D/AudioService: getIndexForType() type=content://settings/system/notification_sound
2021-12-03 11:38:57.689 1392-3662/? I/AudioService: querySoundSourcesNumber:result=3 RowIndex=0 ColumnIndex=0 mTimeZone=Day
2021-12-03 11:38:57.689 1392-3662/? I/AudioService: createActualUriForNatureSound: FilePath=file:///system/media/audio/ui/WaterDropNotificationDay3.ogg
2021-12-03 11:38:57.689 2053-13150/? D/MediaPlayer: setDataSource() actualUri=file:///system/media/audio/ui/WaterDropNotificationDay3.ogg
2021-12-03 11:38:57.698 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:38:57.698 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:38:57.713 2053-13150/? W/MediaPlayer: Couldn't open content://0@settings/system/notification_sound_cache: java.io.FileNotFoundException: open failed: ENOENT (No such file or directory)
2021-12-03 11:38:57.724 816-2222/? D/NuPlayerDriver: NuPlayerDriver(0xe7c13580) created, clientPid(2053)
2021-12-03 11:38:57.750 816-2222/? I/ExtendedNuUtils: printFileName fd(9) -> /system/media/audio/ui/WaterDropNotificationDay3.ogg
2021-12-03 11:38:57.756 816-13153/? D/GenericSource: FileSource remote
2021-12-03 11:38:57.767 812-812/? I/MMParserExtractor: Created(0x7bb78fe540)
2021-12-03 11:38:57.788 816-13153/? W/BpMediaSource: ignoring potentially modified MetaData from start
2021-12-03 11:38:57.788 816-13153/? W/BpMediaSource: input:
2021-12-03 11:38:57.788 816-13153/? I/MetaDataBase: extf: (int32_t) 2
2021-12-03 11:38:57.788 816-13153/? W/BpMediaSource: output:
2021-12-03 11:38:57.788 816-13153/? I/MetaDataBase: extf: (int32_t) 2
2021-12-03 11:38:57.788 816-13152/? D/NuPlayerDriver: notifyListener_l(0xe7c13580), (1, 0, 0, -1), loop setting(0, 0)
2021-12-03 11:38:57.804 1392-3662/? I/MediaFocusControl: requestAudioFocus() from uid/pid 1000/2053 clientId=android.media.AudioManager@6e698e0 callingPack=com.android.systemui req=3 flags=0x0 sdk=28
2021-12-03 11:38:58.034 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:38:58.036 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 4 lines
2021-12-03 11:38:58.036 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:38:58.257 632-632/? E/VibratorService: zjl vibrator on 350ms
2021-12-03 11:38:58.309 2053-13150/? I/RingtonePlayer: player.start mNotificationRampTimeMs:500
2021-12-03 11:38:58.311 816-2222/? D/NuPlayerDriver: start(0xe7c13580), state is 4, eos is 0
2021-12-03 11:38:58.311 816-13152/? I/GenericSource: start
2021-12-03 11:38:58.313 2018-2699/? D/Avrcp_ext: AudioManager Player: ID:23 -- type:android.media.SoundPool -- u/pid:1000/2053 -- state:idle -- attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x0 tags= bundle=null
2021-12-03 11:38:58.313 2018-2699/? D/Avrcp_ext: AudioManager Player: ID:39 -- type:android.media.SoundPool -- u/pid:1027/3449 -- state:idle -- attr:AudioAttributes: usage=USAGE_NOTIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x0 tags= bundle=null
2021-12-03 11:38:58.313 2018-2699/? D/Avrcp_ext: AudioManager Player: ID:15 -- type:android.media.SoundPool -- u/pid:1000/1392 -- state:idle -- attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x0 tags= bundle=null
2021-12-03 11:38:58.313 2018-2699/? D/Avrcp_ext: AudioManager Player: ID:111 -- type:android.media.MediaPlayer -- u/pid:1000/2053 -- state:started -- attr:AudioAttributes: usage=USAGE_NOTIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x0 tags= bundle=null
2021-12-03 11:38:58.314 1392-1392/? D/MediaSessionStack: Search one active MediaSession due to mMediaButtonSession is null or inactive
2021-12-03 11:38:58.314 1392-1392/? D/MediaSessionStack: Pick the one at tail as mediaButtonSession
2021-12-03 11:38:58.315 1392-1392/? V/MediaRouter: onRestoreRoute() : route=RouteInfo{ name=Telefon, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO  groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
2021-12-03 11:38:58.317 2018-2699/? D/Avrcp_ext: AudioManager isPlaying: true, mA2dpState: 11, isMusiActive: false
2021-12-03 11:38:58.318 1392-1392/? V/MediaRouter: Selecting route: RouteInfo{ name=Telefon, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO  groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
2021-12-03 11:38:58.336 816-13152/? W/Utils: track of type 'audio/vorbis' does not publish channel mask, channel count 2
2021-12-03 11:38:58.338 2018-2699/? V/Avrcp_ext: updateCurrentMediaState: mMediaController: null
2021-12-03 11:38:58.339 2018-2699/? V/Avrcp_ext: isMusicActive: false getBluetoothPlayState: 2
2021-12-03 11:38:58.339 2018-2699/? V/Avrcp_ext: updateCurrentMediaState: isPlaying = false
2021-12-03 11:38:58.339 2018-2699/? V/Avrcp_ext: updateCurrentMediaState: mMediaController or getPlaybackState() null
2021-12-03 11:38:58.339 2018-2699/? V/Avrcp_ext: Media update: id -1➡-1? [MediaAttributes: none] : [MediaAttributes: none]
2021-12-03 11:38:58.340 2018-2699/? V/Avrcp_ext: newPlayStatus:2mReportedPlayStatus:-1
2021-12-03 11:38:58.340 2018-2699/? V/Avrcp_ext: updatePlaybackState, state: PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6843014, actions=0, custom actions=[], active item id=-1, error=null} device: null
2021-12-03 11:38:58.340 2018-2699/? V/Avrcp_ext: Device: no name: 
2021-12-03 11:38:58.340 2018-2699/? V/Avrcp_ext: Device: no name: 
2021-12-03 11:38:58.340 2018-2699/? V/Avrcp_ext: updatePlayerStateAndPosition, old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=258749, actions=0, custom actions=[], active item id=-1, error=null}, state=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6843014, actions=0, custom actions=[], active item id=-1, error=null}
2021-12-03 11:38:58.341 2018-2699/? V/Avrcp_ext: old state = PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=258749, actions=0, custom actions=[], active item id=-1, error=null}, new state= PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6843014, actions=0, custom actions=[], active item id=-1, error=null}
2021-12-03 11:38:58.352 816-13152/? W/Utils: track of type 'audio/vorbis' does not publish channel mask, channel count 2
2021-12-03 11:38:58.352 2018-2699/? D/HeadsetService: getHeadsetService(): returning com.android.bluetooth.hfp.HeadsetService@c5970e3
2021-12-03 11:38:58.353 2018-2699/? D/HeadsetService:  isAudioOn: The number of audio connected devices 0
2021-12-03 11:38:58.353 2018-2699/? D/HeadsetService: isScoOrCallActive(): Call Active:falseCall is Ringing:falseSCO is Active:false
2021-12-03 11:38:58.354 2018-2699/? D/HeadsetService:  isAudioOn: The number of audio connected devices 0
2021-12-03 11:38:58.354 2018-2699/? I/Avrcp_ext: updatePlayStatusForDevice: device: null
2021-12-03 11:38:58.354 2018-2699/? V/Avrcp_ext: updatePlaybackState (1): old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=258749, actions=0, custom actions=[], active item id=-1, error=null}(2), new=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6843014, actions=0, custom actions=[], active item id=-1, error=null}(2)
2021-12-03 11:38:58.354 2018-2699/? I/Avrcp_ext: Exit updatePlayStatusForDevice
2021-12-03 11:38:58.355 609-3381/? D/audio_hw_primary: adev_get_parameters:is_hw_dec_session_available
2021-12-03 11:38:58.355 609-3381/? D/audio_hw_spkr_prot: audio_extn_fbsp_get_parameters: Speaker protection disabled
2021-12-03 11:38:58.355 609-3381/? D/soundtrigger: audio_extn_sound_trigger_get_parameters input string<is_hw_dec_session_available=>
2021-12-03 11:38:58.355 609-3381/? D/soundtrigger: extract_sm_handle input string <is_hw_dec_session_available=> param string <is_hw_dec_session_available=>
2021-12-03 11:38:58.355 2018-2699/? D/HeadsetService:  isAudioOn: The number of audio connected devices 0
2021-12-03 11:38:58.355 609-3381/? D/audio_hw_extn: audio_extn_get_parameters: returns 
2021-12-03 11:38:58.355 2018-2699/? D/HeadsetService: isScoOrCallActive(): Call Active:falseCall is Ringing:falseSCO is Active:false
2021-12-03 11:38:58.355 609-3381/? D/audio_hw_primary: adev_get_parameters: exit: returns - 
2021-12-03 11:38:58.355 2018-2699/? D/HeadsetService:  isAudioOn: The number of audio connected devices 0
2021-12-03 11:38:58.355 678-3333/? I/hash_map_utils: key: 'is_hw_dec_session_available' value: 'audio/vorbis'
2021-12-03 11:38:58.355 2018-2699/? I/Avrcp_ext: updatePlayStatusForDevice: device: null
2021-12-03 11:38:58.356 2018-2699/? V/Avrcp_ext: updatePlaybackState (1): old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=258749, actions=0, custom actions=[], active item id=-1, error=null}(2), new=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6843014, actions=0, custom actions=[], active item id=-1, error=null}(2)
2021-12-03 11:38:58.356 2018-2699/? I/Avrcp_ext: Exit updatePlayStatusForDevice
2021-12-03 11:38:58.356 2018-2699/? D/Avrcp_ext: Enter sendPlayPosNotificationRsp
2021-12-03 11:38:58.356 2018-2699/? D/Avrcp_ext: sendPlayPosNotificationRsp: Not registered or requesting.
2021-12-03 11:38:58.356 2018-2699/? D/Avrcp_ext: Enter sendPlayPosNotificationRsp
2021-12-03 11:38:58.356 2018-2699/? D/Avrcp_ext: sendPlayPosNotificationRsp: Not registered or requesting.
2021-12-03 11:38:58.356 2018-2699/? V/Avrcp_ext: Exit updatePlayerStateAndPosition
2021-12-03 11:38:58.386 816-13157/? E/ACodec: No packages for calling UID
2021-12-03 11:38:58.389 816-13158/? I/OMXClient: IOmx service obtained
2021-12-03 11:38:58.428 826-4911/? I/OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in omx@1.0-service process
2021-12-03 11:38:58.489 826-4911/? E/OMXNodeInstance: setConfig(0xe9528200:google.vorbis.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001)
2021-12-03 11:38:58.489 816-13158/? I/ACodec: codec does not support config priority (err -2147483648)
2021-12-03 11:38:58.494 826-4902/? E/OMXNodeInstance: setConfig(0xe9528200:google.vorbis.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001)
2021-12-03 11:38:58.495 816-13158/? I/ACodec: codec does not support config priority (err -2147483648)
2021-12-03 11:38:58.495 826-2398/? E/OMXNodeInstance: getConfig(0xe9528200:google.vorbis.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: Undefined(0x80001001)
2021-12-03 11:38:58.496 826-995/? E/OMXNodeInstance: getConfig(0xe9528200:google.vorbis.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: Undefined(0x80001001)
2021-12-03 11:38:58.496 816-13158/? W/ExtendedACodec: Failed to get extension for extradata parameter
2021-12-03 11:38:58.497 816-13158/? I/MediaCodec: MediaCodec will operate in async mode
2021-12-03 11:38:58.514 610-610/? W/AshmemAllocator: ashmem_create_region(65307) returning hidl_memory(0x72fdc2c100, 65307)
2021-12-03 11:38:58.519 610-610/? I/chatty: uid=1000(system) allocator@1.0-s identical 2 lines
2021-12-03 11:38:58.520 610-610/? W/AshmemAllocator: ashmem_create_region(65307) returning hidl_memory(0x72fdc2c100, 65307)
2021-12-03 11:38:58.523 610-610/? W/AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x72fdc2c100, 32768)
2021-12-03 11:38:58.525 610-610/? I/chatty: uid=1000(system) allocator@1.0-s identical 2 lines
2021-12-03 11:38:58.525 610-610/? W/AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x72fdc2c100, 32768)
2021-12-03 11:38:58.539 826-2398/? E/OMXNodeInstance: getConfig(0xe9528200:google.vorbis.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: Undefined(0x80001001)
2021-12-03 11:38:58.546 610-610/? W/AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x72fdc2c100, 32768)
2021-12-03 11:38:58.548 610-610/? I/chatty: uid=1000(system) allocator@1.0-s identical 2 lines
2021-12-03 11:38:58.548 610-610/? W/AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x72fdc2c100, 32768)
2021-12-03 11:38:58.554 816-13157/? I/ExtendedNuUtils: Both src and dst missing for bit-width
2021-12-03 11:38:58.555 816-13157/? I/ExtendedNuUtils: Overriding durationUs: with 64 bit src value 521000
2021-12-03 11:38:58.555 816-13157/? I/ExtendedNuUtils: Both src and dst missing for channel-mask
2021-12-03 11:38:58.556 678-3333/? V/APM_AudioPolicyManager: getOutputsForDevice() device 0002
2021-12-03 11:38:58.556 678-3333/? V/APM_AudioPolicyManager: output 0 isDuplicated=0 device=61247ff
2021-12-03 11:38:58.557 678-3333/? V/APM_AudioPolicyManager: getOutputsForDevice() found output 13
2021-12-03 11:38:58.557 678-3333/? V/APM_AudioPolicyManager: output 1 isDuplicated=0 device=60247ff
2021-12-03 11:38:58.557 678-3333/? V/APM_AudioPolicyManager: getOutputsForDevice() found output 29
2021-12-03 11:38:58.557 678-3333/? V/APM_AudioPolicyManager: output 2 isDuplicated=0 device=10000
2021-12-03 11:38:58.557 678-3333/? V/APM_AudioPolicyManager: output 3 isDuplicated=0 device=10000
2021-12-03 11:38:58.557 678-3333/? V/APM_AudioPolicyManager: selectOutput() commonFlags for output 13, 0000
2021-12-03 11:38:58.557 678-3333/? V/APM_AudioPolicyManager: selectOutput() commonFlags for output 29, 0000
2021-12-03 11:38:58.557 678-3333/? V/APM_AudioPolicyManager: getOutput() stream 5 selected device 00000002, output 13
2021-12-03 11:38:58.558 678-2577/? V/APM_AudioPolicyManager: getOutputsForDevice() device 0002
2021-12-03 11:38:58.558 678-2577/? V/APM_AudioPolicyManager: output 0 isDuplicated=0 device=61247ff
2021-12-03 11:38:58.558 678-2577/? V/APM_AudioPolicyManager: getOutputsForDevice() found output 13
2021-12-03 11:38:58.558 678-2577/? V/APM_AudioPolicyManager: output 1 isDuplicated=0 device=60247ff
2021-12-03 11:38:58.558 678-2577/? V/APM_AudioPolicyManager: getOutputsForDevice() found output 29
2021-12-03 11:38:58.558 678-2577/? V/APM_AudioPolicyManager: output 2 isDuplicated=0 device=10000
2021-12-03 11:38:58.558 678-2577/? V/APM_AudioPolicyManager: output 3 isDuplicated=0 device=10000
2021-12-03 11:38:58.558 678-2577/? V/APM_AudioPolicyManager: selectOutput() commonFlags for output 13, 0000
2021-12-03 11:38:58.558 678-2577/? V/APM_AudioPolicyManager: selectOutput() commonFlags for output 29, 0000
2021-12-03 11:38:58.558 678-2577/? V/APM_AudioPolicyManager: getOutput() stream 5 selected device 00000002, output 13
2021-12-03 11:38:58.559 816-13156/? D/AudioTrack: set(): streamType 5, sampleRate 48000, format 0x1, channelMask 0x3, frameCount 24000, flags #2, notificationFrames 0, sessionId 105, transferType 0, uid 1000, pid 2053
2021-12-03 11:38:58.559 816-13156/? E/AudioTrack: open /proc/2053/cmdline error
2021-12-03 11:38:58.561 678-2577/? V/APM_AudioPolicyManager: getOutputForAttr() usage=5, content=4, tag= flags=00000000 session 105 selectedDeviceId 0
2021-12-03 11:38:58.562 678-2577/? V/APM_AudioPolicyManager: getOutputForAttr() device 0x2, sampling rate 48000, format 0x1, channel mask 0x3, flags 0x2
2021-12-03 11:38:58.562 678-2577/? V/APM_AudioPolicyManager: getOutputsForDevice() device 0002
2021-12-03 11:38:58.562 678-2577/? V/APM_AudioPolicyManager: output 0 isDuplicated=0 device=61247ff
2021-12-03 11:38:58.562 678-2577/? V/APM_AudioPolicyManager: getOutputsForDevice() found output 13
2021-12-03 11:38:58.562 678-2577/? V/APM_AudioPolicyManager: output 1 isDuplicated=0 device=60247ff
2021-12-03 11:38:58.562 678-2577/? V/APM_AudioPolicyManager: getOutputsForDevice() found output 29
2021-12-03 11:38:58.562 678-2577/? V/APM_AudioPolicyManager: output 2 isDuplicated=0 device=10000
2021-12-03 11:38:58.562 678-2577/? V/APM_AudioPolicyManager: output 3 isDuplicated=0 device=10000
2021-12-03 11:38:58.562 678-2577/? V/APM_AudioPolicyManager: selectOutput() commonFlags for output 13, 0001
2021-12-03 11:38:58.562 678-2577/? V/APM_AudioPolicyManager:   getOutputForAttr() returns output 13 selectedDeviceId 3
2021-12-03 11:38:58.564 678-2577/? D/AudioFlinger: Client defaulted notificationFrames to 12000 for frameCount 24000
2021-12-03 11:38:58.584 609-3381/? D/compress_voip: voice_extn_compress_voip_out_get_parameters: enter
2021-12-03 11:38:58.589 609-3381/? D/audio_hw_primary: adev_get_parameters:status_earpiece_clean
2021-12-03 11:38:58.590 609-3381/? D/audio_hw_spkr_prot: audio_extn_fbsp_get_parameters: Speaker protection disabled
2021-12-03 11:38:58.590 609-3381/? D/soundtrigger: audio_extn_sound_trigger_get_parameters input string<status_earpiece_clean=>
2021-12-03 11:38:58.590 609-3381/? D/soundtrigger: extract_sm_handle input string <status_earpiece_clean=> param string <status_earpiece_clean=>
2021-12-03 11:38:58.590 609-3381/? D/audio_hw_extn: audio_extn_get_parameters: returns 
2021-12-03 11:38:58.590 609-3381/? D/audio_hw_primary: adev_get_parameters: exit: returns - status_earpiece_clean=false
2021-12-03 11:38:58.590 678-3333/? I/hash_map_utils: key: 'status_earpiece_clean' value: ''
2021-12-03 11:38:58.594 609-1640/? D/audio_hw_primary: adev_get_parameters:status_earpiece_clean
2021-12-03 11:38:58.594 609-1640/? D/audio_hw_spkr_prot: audio_extn_fbsp_get_parameters: Speaker protection disabled
2021-12-03 11:38:58.594 609-1640/? D/soundtrigger: audio_extn_sound_trigger_get_parameters input string<status_earpiece_clean=>
2021-12-03 11:38:58.594 609-1640/? D/soundtrigger: extract_sm_handle input string <status_earpiece_clean=> param string <status_earpiece_clean=>
2021-12-03 11:38:58.594 609-1640/? D/audio_hw_extn: audio_extn_get_parameters: returns 
2021-12-03 11:38:58.594 609-1640/? D/audio_hw_primary: adev_get_parameters: exit: returns - status_earpiece_clean=false
2021-12-03 11:38:58.595 678-678/? I/hash_map_utils: key: 'status_earpiece_clean' value: ''
2021-12-03 11:38:58.618 610-610/? W/AshmemAllocator: ashmem_create_region(7680) returning hidl_memory(0x72fdc2c100, 7680)
2021-12-03 11:38:58.622 610-610/? W/AshmemAllocator: ashmem_create_region(7680) returning hidl_memory(0x72fdc2c100, 7680)
2021-12-03 11:38:58.627 678-1647/? V/APM_AudioPolicyManager: startOutput() output 13, stream 5, session 105
2021-12-03 11:38:58.627 678-1647/? V/APM_AudioPolicyManager: getNewOutputDevice() selected device 2
2021-12-03 11:38:58.627 678-1647/? V/APM_AudioPolicyManager: setOutputDevice() device 0002 delayMs 0
2021-12-03 11:38:58.627 678-1647/? V/APM_AudioPolicyManager: setOutputDevice() prevDevice 0x0002
2021-12-03 11:38:58.627 678-1647/? V/APM_AudioPolicyManager: setOutputDevice() setting same device 0x0002 or null device
2021-12-03 11:38:58.628 678-678/? E/AudioFlinger: open /proc/816/cmdline error
2021-12-03 11:38:58.628 678-678/? I/AudioFlinger: setAppName(), name=[], active=[1]
2021-12-03 11:38:58.628 609-1640/? V/EffectMiSound: MiSound_command() start, cmdCode=23
2021-12-03 11:38:58.628 609-1640/? V/EffectMiSound: MiSound_Command EFFECT_CMD_SET_APP_NAME: stream=5, name=+
2021-12-03 11:38:58.629 816-13152/? D/NuPlayerDriver: notifyListener_l(0xe7c13580), (6, 0, 0, -1), loop setting(0, 0)
2021-12-03 11:38:58.632 609-3382/? D/audio_hw_primary: start_output_stream: enter: stream(0xf49ef000)usecase(1: low-latency-playback) devices(0x2)
2021-12-03 11:38:58.633 641-674/? E/ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
2021-12-03 11:38:58.633 609-3382/? D/audio_hw_primary: select_devices for use case (low-latency-playback)
2021-12-03 11:38:58.634 609-3382/? D/audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
2021-12-03 11:38:58.634 609-3382/? I/msm8974_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 24, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
2021-12-03 11:38:58.634 609-3382/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
2021-12-03 11:38:58.634 609-3382/? I/msm8974_platform: platform_check_and_set_codec_backend_cfg: new_snd_devices[0] is 2
2021-12-03 11:38:58.634 609-3382/? I/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: bitwidth 24, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
2021-12-03 11:38:58.634 609-3382/? D/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: reset bitwidth to 24 (based on supported value for this platform)
2021-12-03 11:38:58.634 609-3382/? D/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: playback on codec device not supporting native playback set default Sample Rate(48k)
2021-12-03 11:38:58.634 609-3382/? I/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 24 and sample rate: 48000
2021-12-03 11:38:58.634 609-3382/? D/audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
2021-12-03 11:38:58.634 609-3382/? E/msm8974_platform: platform_check_backends_match: Invalid snd_device = 
2021-12-03 11:38:58.634 609-3382/? D/audio_hw_primary: check_usecases_codec_backend:becf: (63) check_usecases curr device: speaker, usecase device: backends match 0
2021-12-03 11:38:58.634 609-3382/? D/audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
2021-12-03 11:38:58.634 609-3382/? D/hardware_info: hw_info_append_hw_type : device_name = speaker
2021-12-03 11:38:58.634 609-3382/? D/audio_hw_spkr_dsm: audio_extn_spkr_dsm_start_processing: Entry
2021-12-03 11:38:58.634 609-3382/? D/audio_hw_spkr_dsm: audio_extn_spkr_dsm_start_processing: start
2021-12-03 11:38:58.634 609-3382/? D/msm8974_platform: platform_split_snd_device: snd_device(140) num devices(1) new_snd_devices(0)
2021-12-03 11:38:58.634 609-3382/? D/msm8974_platform: Resetting app type for Tx path to default
2021-12-03 11:38:58.634 609-3382/? D/ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 102, path = 1, app id = 0x11132, sample rate = 48000
2021-12-03 11:38:58.634 609-3382/? D/ACDB-LOADER: ACDB -> send_asm_topology
2021-12-03 11:38:58.634 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
2021-12-03 11:38:58.638 609-3382/? D/ACDB-LOADER: ACDB -> send_adm_topology
2021-12-03 11:38:58.638 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
2021-12-03 11:38:58.638 609-3382/? D/ACDB-LOADER: ACDB -> send_audtable
2021-12-03 11:38:58.638 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL cal_type[11] acdb_id[102] app_type[69938]
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> send_audvoltable
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
2021-12-03 11:38:58.639 609-3382/? E/ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 0
2021-12-03 11:38:58.639 609-3382/? E/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> send_audstrmtable
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> send_afe_topology
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 102, Topology Id 10001060
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> send_afe_cal
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[17] acdb_id[102]
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 102 path = 1
2021-12-03 11:38:58.639 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
2021-12-03 11:38:58.639 609-3382/? D/audio_hw_spkr_dsm: audio_extn_spkr_dsm_start_processing: pcm start for TX to 37
2021-12-03 11:38:58.675 609-3382/? E/audio_hw_spkr_dsm: audio_extn_spkr_dsm_start_processing: Exit
2021-12-03 11:38:58.675 609-3382/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2021-12-03 11:38:58.675 609-3382/? D/audio_hw_primary: enable_snd_device: snd_device(2: speaker)
2021-12-03 11:38:58.675 609-3382/? I/soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 1, with Raise=0
2021-12-03 11:38:58.675 609-3382/? D/audio_route: Apply path: speaker
2021-12-03 11:38:58.675 609-3382/? E/audio_route: Path: speaker, length: 1
2021-12-03 11:38:58.675 609-3382/? E/audio_route:   id=0: ctl=PRIM_MI2S_RX Channels
2021-12-03 11:38:58.675 609-3382/? E/audio_route:     id=0 value=0
2021-12-03 11:38:58.678 609-3382/? I/audio_hw_utils: audio_extn_utils_update_stream_output_app_type_cfg Allowing 24-bit playback on speaker ONLY at default sampling rate
2021-12-03 11:38:58.678 609-3382/? D/soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0
2021-12-03 11:38:58.678 609-3382/? D/audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker
2021-12-03 11:38:58.678 609-3382/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2021-12-03 11:38:58.678 609-3382/? D/audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
2021-12-03 11:38:58.678 609-3382/? I/audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69937, acdb_dev_id 10011, sample_rate 48000, snd_device_be_idx 43
2021-12-03 11:38:58.680 609-3382/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
2021-12-03 11:38:58.680 609-3382/? D/audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 10011, path = 0, app id = 0x11131, sample rate = 48000
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> send_asm_topology
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> send_adm_topology
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> send_audtable
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL cal_type[11] acdb_id[10011] app_type[69937]
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> send_audvoltable
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
2021-12-03 11:38:58.680 609-3382/? E/ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 0
2021-12-03 11:38:58.680 609-3382/? E/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> send_audstrmtable
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> send_afe_topology
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 10011, Topology Id 10001061
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> send_afe_cal
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[16] acdb_id[10011]
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 10011 path = 0
2021-12-03 11:38:58.680 609-3382/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
2021-12-03 11:38:58.680 609-3382/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2021-12-03 11:38:58.680 609-3382/? I/msm8974_platform: platform_get_custom_mtmx_params: no matching param with id 0 ip_ch 2 op_ch 2 uc_id 1 snd_dev 2
2021-12-03 11:38:58.680 609-3382/? D/audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
2021-12-03 11:38:58.680 609-3382/? D/audio_route: Apply path: low-latency-playback
2021-12-03 11:38:58.680 609-3382/? E/audio_route: Path: low-latency-playback, length: 1
2021-12-03 11:38:58.680 609-3382/? E/audio_route:   id=0: ctl=PRI_MI2S_RX Audio Mixer MultiMedia5
2021-12-03 11:38:58.680 609-3382/? E/audio_route:     id=0 value=1
2021-12-03 11:38:58.681 609-3382/? E/audio_route:     id=1 value=1
2021-12-03 11:38:58.682 609-3382/? D/audio_hw_primary: select_devices: done
2021-12-03 11:38:58.685 609-3382/? D/msm8974_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map13
2021-12-03 11:38:58.685 609-3382/? D/msm8974_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2
2021-12-03 11:38:58.686 816-13157/? I/NuPlayerDecoder: [audio] saw output EOS
2021-12-03 11:38:58.755 609-3382/? D/audio_hw_primary: start_output_stream: exit
2021-12-03 11:38:58.755 609-3382/? D/audio_hw_primary: check_and_set_karaok_parameters: is karaok rx device 0, is karaok tx device 0
2021-12-03 11:38:58.755 609-3382/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2021-12-03 11:38:58.755 609-3382/? I/msm8974_platform: platform_get_custom_mtmx_params: no matching param with id 0 ip_ch 2 op_ch 2 uc_id 1 snd_dev 2
2021-12-03 11:38:58.862 632-632/? E/VibratorService: zjl vibrator on 350ms
2021-12-03 11:38:58.870 2018-2699/? V/Avrcp_ext: AvrcpMessageHandler: received message=29
2021-12-03 11:38:58.871 2018-2699/? V/Avrcp_ext: updateCurrentMediaState: mMediaController: null
2021-12-03 11:38:58.872 2018-2699/? V/Avrcp_ext: isMusicActive: false getBluetoothPlayState: 2
2021-12-03 11:38:58.872 2018-2699/? V/Avrcp_ext: updateCurrentMediaState: isPlaying = false
2021-12-03 11:38:58.872 2018-2699/? V/Avrcp_ext: updateCurrentMediaState: mMediaController or getPlaybackState() null
2021-12-03 11:38:58.872 2018-2699/? V/Avrcp_ext: Media update: id -1➡-1? [MediaAttributes: none] : [MediaAttributes: none]
2021-12-03 11:38:58.872 2018-2699/? V/Avrcp_ext: newPlayStatus:2mReportedPlayStatus:-1
2021-12-03 11:38:58.872 2018-2699/? V/Avrcp_ext: updatePlaybackState, state: PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6843546, actions=0, custom actions=[], active item id=-1, error=null} device: null
2021-12-03 11:38:58.872 2018-2699/? V/Avrcp_ext: Device: no name: 
2021-12-03 11:38:58.872 2018-2699/? V/Avrcp_ext: Device: no name: 
2021-12-03 11:38:58.873 2018-2699/? V/Avrcp_ext: updatePlayerStateAndPosition, old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6843014, actions=0, custom actions=[], active item id=-1, error=null}, state=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6843546, actions=0, custom actions=[], active item id=-1, error=null}
2021-12-03 11:38:58.873 2018-2699/? V/Avrcp_ext: old state = PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6843014, actions=0, custom actions=[], active item id=-1, error=null}, new state= PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6843546, actions=0, custom actions=[], active item id=-1, error=null}
2021-12-03 11:38:58.873 2018-2699/? D/HeadsetService: getHeadsetService(): returning com.android.bluetooth.hfp.HeadsetService@c5970e3
2021-12-03 11:38:58.874 2018-2699/? D/HeadsetService:  isAudioOn: The number of audio connected devices 0
2021-12-03 11:38:58.874 2018-2699/? D/HeadsetService: isScoOrCallActive(): Call Active:falseCall is Ringing:falseSCO is Active:false
2021-12-03 11:38:58.875 2018-2699/? D/HeadsetService:  isAudioOn: The number of audio connected devices 0
2021-12-03 11:38:58.875 2018-2699/? I/Avrcp_ext: updatePlayStatusForDevice: device: null
2021-12-03 11:38:58.875 2018-2699/? V/Avrcp_ext: updatePlaybackState (1): old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6843014, actions=0, custom actions=[], active item id=-1, error=null}(2), new=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6843546, actions=0, custom actions=[], active item id=-1, error=null}(2)
2021-12-03 11:38:58.875 2018-2699/? I/Avrcp_ext: Exit updatePlayStatusForDevice
2021-12-03 11:38:58.877 2018-2699/? D/HeadsetService:  isAudioOn: The number of audio connected devices 0
2021-12-03 11:38:58.877 2018-2699/? D/HeadsetService: isScoOrCallActive(): Call Active:falseCall is Ringing:falseSCO is Active:false
2021-12-03 11:38:58.878 2018-2699/? D/HeadsetService:  isAudioOn: The number of audio connected devices 0
2021-12-03 11:38:58.878 2018-2699/? I/Avrcp_ext: updatePlayStatusForDevice: device: null
2021-12-03 11:38:58.879 2018-2699/? V/Avrcp_ext: updatePlaybackState (1): old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6843014, actions=0, custom actions=[], active item id=-1, error=null}(2), new=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6843546, actions=0, custom actions=[], active item id=-1, error=null}(2)
2021-12-03 11:38:58.879 2018-2699/? I/Avrcp_ext: Exit updatePlayStatusForDevice
2021-12-03 11:38:58.879 2018-2699/? D/Avrcp_ext: Enter sendPlayPosNotificationRsp
2021-12-03 11:38:58.879 2018-2699/? D/Avrcp_ext: sendPlayPosNotificationRsp: Not registered or requesting.
2021-12-03 11:38:58.879 2018-2699/? D/Avrcp_ext: Enter sendPlayPosNotificationRsp
2021-12-03 11:38:58.879 2018-2699/? D/Avrcp_ext: sendPlayPosNotificationRsp: Not registered or requesting.
2021-12-03 11:38:58.879 2018-2699/? V/Avrcp_ext: Exit updatePlayerStateAndPosition
2021-12-03 11:38:58.879 2018-2699/? V/Avrcp_ext: Exit handleMessage
2021-12-03 11:38:58.937 816-13156/? D/AudioTrack: stop() called with 25044 frames delivered
2021-12-03 11:38:58.937 816-13152/? D/NuPlayerDriver: notifyListener_l(0xe7c13580), (211, 0, 0, 20), loop setting(0, 0)
2021-12-03 11:38:58.938 678-678/? E/AudioFlinger: open /proc/816/cmdline error
2021-12-03 11:38:58.938 678-678/? I/AudioFlinger: setAppName(), name=[], active=[0]
2021-12-03 11:38:58.938 609-1640/? V/EffectMiSound: MiSound_command() start, cmdCode=23
2021-12-03 11:38:58.938 609-1640/? V/EffectMiSound: MiSound_Command EFFECT_CMD_SET_APP_NAME: stream=5, name=-
2021-12-03 11:38:58.951 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:38:59.051 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 6 lines
2021-12-03 11:38:59.052 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:38:59.348 816-13152/? D/NuPlayerDriver: notifyListener_l(0xe7c13580), (2, 0, 0, -1), loop setting(0, 0)
2021-12-03 11:38:59.350 816-13152/? D/NuPlayerDriver: notifyListener_l(0xe7c13580), (211, 0, 0, 20), loop setting(0, 0)
2021-12-03 11:38:59.352 1392-3816/? I/MediaFocusControl: abandonAudioFocus() from uid/pid 1000/2053 clientId=android.media.AudioManager@6e698e0
2021-12-03 11:38:59.354 2018-2699/? D/Avrcp_ext: AudioManager Player: ID:23 -- type:android.media.SoundPool -- u/pid:1000/2053 -- state:idle -- attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x0 tags= bundle=null
2021-12-03 11:38:59.354 2018-2699/? D/Avrcp_ext: AudioManager Player: ID:39 -- type:android.media.SoundPool -- u/pid:1027/3449 -- state:idle -- attr:AudioAttributes: usage=USAGE_NOTIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x0 tags= bundle=null
2021-12-03 11:38:59.354 2018-2699/? D/Avrcp_ext: AudioManager Player: ID:15 -- type:android.media.SoundPool -- u/pid:1000/1392 -- state:idle -- attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x0 tags= bundle=null
2021-12-03 11:38:59.354 2018-2699/? D/Avrcp_ext: AudioManager Player: ID:111 -- type:android.media.MediaPlayer -- u/pid:1000/2053 -- state:stopped -- attr:AudioAttributes: usage=USAGE_NOTIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x0 tags= bundle=null
2021-12-03 11:38:59.358 2018-2699/? D/Avrcp_ext: AudioManager isPlaying: false, mA2dpState: 11, isMusiActive: false
2021-12-03 11:38:59.358 2018-2699/? V/Avrcp_ext: updateCurrentMediaState: mMediaController: null
2021-12-03 11:38:59.359 2018-2699/? V/Avrcp_ext: isMusicActive: false getBluetoothPlayState: 2
2021-12-03 11:38:59.359 2018-2699/? V/Avrcp_ext: updateCurrentMediaState: isPlaying = false
2021-12-03 11:38:59.359 2018-2699/? V/Avrcp_ext: updateCurrentMediaState: mMediaController or getPlaybackState() null
2021-12-03 11:38:59.359 2018-2699/? V/Avrcp_ext: Media update: id -1➡-1? [MediaAttributes: none] : [MediaAttributes: none]
2021-12-03 11:38:59.359 2018-2699/? V/Avrcp_ext: newPlayStatus:2mReportedPlayStatus:-1
2021-12-03 11:38:59.359 2018-2699/? V/Avrcp_ext: updatePlaybackState, state: PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6844034, actions=0, custom actions=[], active item id=-1, error=null} device: null
2021-12-03 11:38:59.359 2018-2699/? V/Avrcp_ext: Device: no name: 
2021-12-03 11:38:59.359 2018-2699/? V/Avrcp_ext: Device: no name: 
2021-12-03 11:38:59.359 2018-2699/? V/Avrcp_ext: updatePlayerStateAndPosition, old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6843546, actions=0, custom actions=[], active item id=-1, error=null}, state=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6844034, actions=0, custom actions=[], active item id=-1, error=null}
2021-12-03 11:38:59.359 2018-2699/? V/Avrcp_ext: old state = PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6843546, actions=0, custom actions=[], active item id=-1, error=null}, new state= PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6844034, actions=0, custom actions=[], active item id=-1, error=null}
2021-12-03 11:38:59.359 2018-2699/? D/HeadsetService: getHeadsetService(): returning com.android.bluetooth.hfp.HeadsetService@c5970e3
2021-12-03 11:38:59.361 2018-2699/? D/HeadsetService:  isAudioOn: The number of audio connected devices 0
2021-12-03 11:38:59.361 2018-2699/? D/HeadsetService: isScoOrCallActive(): Call Active:falseCall is Ringing:falseSCO is Active:false
2021-12-03 11:38:59.362 2018-2699/? D/HeadsetService:  isAudioOn: The number of audio connected devices 0
2021-12-03 11:38:59.362 2018-2699/? I/Avrcp_ext: updatePlayStatusForDevice: device: null
2021-12-03 11:38:59.362 2018-2699/? V/Avrcp_ext: updatePlaybackState (1): old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6843546, actions=0, custom actions=[], active item id=-1, error=null}(2), new=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6844034, actions=0, custom actions=[], active item id=-1, error=null}(2)
2021-12-03 11:38:59.363 2018-2699/? I/Avrcp_ext: Exit updatePlayStatusForDevice
2021-12-03 11:38:59.364 2018-2699/? D/HeadsetService:  isAudioOn: The number of audio connected devices 0
2021-12-03 11:38:59.364 2018-2699/? D/HeadsetService: isScoOrCallActive(): Call Active:falseCall is Ringing:falseSCO is Active:false
2021-12-03 11:38:59.365 2018-2699/? D/HeadsetService:  isAudioOn: The number of audio connected devices 0
2021-12-03 11:38:59.365 2018-2699/? I/Avrcp_ext: updatePlayStatusForDevice: device: null
2021-12-03 11:38:59.365 2018-2699/? V/Avrcp_ext: updatePlaybackState (1): old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6843546, actions=0, custom actions=[], active item id=-1, error=null}(2), new=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6844034, actions=0, custom actions=[], active item id=-1, error=null}(2)
2021-12-03 11:38:59.365 2018-2699/? I/Avrcp_ext: Exit updatePlayStatusForDevice
2021-12-03 11:38:59.365 2018-2699/? D/Avrcp_ext: Enter sendPlayPosNotificationRsp
2021-12-03 11:38:59.365 2018-2699/? D/Avrcp_ext: sendPlayPosNotificationRsp: Not registered or requesting.
2021-12-03 11:38:59.365 2018-2699/? D/Avrcp_ext: Enter sendPlayPosNotificationRsp
2021-12-03 11:38:59.365 2018-2699/? D/Avrcp_ext: sendPlayPosNotificationRsp: Not registered or requesting.
2021-12-03 11:38:59.365 2018-2699/? V/Avrcp_ext: Exit updatePlayerStateAndPosition
2021-12-03 11:38:59.391 678-1647/? V/APM_AudioPolicyManager: stopOutput() output 13, stream 5, session 105
2021-12-03 11:38:59.391 678-1647/? V/APM_AudioPolicyManager: getNewOutputDevice() selected device 0
2021-12-03 11:38:59.391 678-1647/? V/APM_AudioPolicyManager: setOutputDevice() device 0000 delayMs 96
2021-12-03 11:38:59.392 678-1647/? V/APM_AudioPolicyManager: setOutputDevice() prevDevice 0x0002
2021-12-03 11:38:59.392 678-1647/? V/APM_AudioPolicyManager: setOutputDevice() setting same device 0x0000 or null device
2021-12-03 11:38:59.867 2018-2699/? V/Avrcp_ext: AvrcpMessageHandler: received message=29
2021-12-03 11:38:59.867 2018-2699/? V/Avrcp_ext: updateCurrentMediaState: mMediaController: null
2021-12-03 11:38:59.868 2018-2699/? V/Avrcp_ext: isMusicActive: false getBluetoothPlayState: 2
2021-12-03 11:38:59.868 2018-2699/? V/Avrcp_ext: updateCurrentMediaState: isPlaying = false
2021-12-03 11:38:59.868 2018-2699/? V/Avrcp_ext: updateCurrentMediaState: mMediaController or getPlaybackState() null
2021-12-03 11:38:59.868 2018-2699/? V/Avrcp_ext: Media update: id -1➡-1? [MediaAttributes: none] : [MediaAttributes: none]
2021-12-03 11:38:59.868 2018-2699/? V/Avrcp_ext: newPlayStatus:2mReportedPlayStatus:-1
2021-12-03 11:38:59.869 2018-2699/? V/Avrcp_ext: updatePlaybackState, state: PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6844543, actions=0, custom actions=[], active item id=-1, error=null} device: null
2021-12-03 11:38:59.869 2018-2699/? V/Avrcp_ext: Device: no name: 
2021-12-03 11:38:59.869 2018-2699/? V/Avrcp_ext: Device: no name: 
2021-12-03 11:38:59.869 2018-2699/? V/Avrcp_ext: updatePlayerStateAndPosition, old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6844034, actions=0, custom actions=[], active item id=-1, error=null}, state=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6844543, actions=0, custom actions=[], active item id=-1, error=null}
2021-12-03 11:38:59.869 2018-2699/? V/Avrcp_ext: old state = PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6844034, actions=0, custom actions=[], active item id=-1, error=null}, new state= PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6844543, actions=0, custom actions=[], active item id=-1, error=null}
2021-12-03 11:38:59.869 2018-2699/? D/HeadsetService: getHeadsetService(): returning com.android.bluetooth.hfp.HeadsetService@c5970e3
2021-12-03 11:38:59.871 2018-2699/? D/HeadsetService:  isAudioOn: The number of audio connected devices 0
2021-12-03 11:38:59.871 2018-2699/? D/HeadsetService: isScoOrCallActive(): Call Active:falseCall is Ringing:falseSCO is Active:false
2021-12-03 11:38:59.872 2018-2699/? D/HeadsetService:  isAudioOn: The number of audio connected devices 0
2021-12-03 11:38:59.872 2018-2699/? I/Avrcp_ext: updatePlayStatusForDevice: device: null
2021-12-03 11:38:59.873 2018-2699/? V/Avrcp_ext: updatePlaybackState (1): old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6844034, actions=0, custom actions=[], active item id=-1, error=null}(2), new=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6844543, actions=0, custom actions=[], active item id=-1, error=null}(2)
2021-12-03 11:38:59.873 2018-2699/? I/Avrcp_ext: Exit updatePlayStatusForDevice
2021-12-03 11:38:59.875 2018-2699/? D/HeadsetService:  isAudioOn: The number of audio connected devices 0
2021-12-03 11:38:59.875 2018-2699/? D/HeadsetService: isScoOrCallActive(): Call Active:falseCall is Ringing:falseSCO is Active:false
2021-12-03 11:38:59.876 2018-2699/? D/HeadsetService:  isAudioOn: The number of audio connected devices 0
2021-12-03 11:38:59.876 2018-2699/? I/Avrcp_ext: updatePlayStatusForDevice: device: null
2021-12-03 11:38:59.876 2018-2699/? V/Avrcp_ext: updatePlaybackState (1): old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6844034, actions=0, custom actions=[], active item id=-1, error=null}(2), new=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=6844543, actions=0, custom actions=[], active item id=-1, error=null}(2)
2021-12-03 11:38:59.876 2018-2699/? I/Avrcp_ext: Exit updatePlayStatusForDevice
2021-12-03 11:38:59.876 2018-2699/? D/Avrcp_ext: Enter sendPlayPosNotificationRsp
2021-12-03 11:38:59.876 2018-2699/? D/Avrcp_ext: sendPlayPosNotificationRsp: Not registered or requesting.
2021-12-03 11:38:59.876 2018-2699/? D/Avrcp_ext: Enter sendPlayPosNotificationRsp
2021-12-03 11:38:59.876 2018-2699/? D/Avrcp_ext: sendPlayPosNotificationRsp: Not registered or requesting.
2021-12-03 11:38:59.876 2018-2699/? V/Avrcp_ext: Exit updatePlayerStateAndPosition
2021-12-03 11:38:59.876 2018-2699/? V/Avrcp_ext: Exit handleMessage
2021-12-03 11:39:00.007 2053-2053/? D/KeyguardUpdateMonitor: handleTimeUpdate
2021-12-03 11:39:00.033 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:00.154 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 10 lines
2021-12-03 11:39:00.154 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:00.330 2053-2053/? I/KeyguardIndication: updateIndication: mVisible false mDozing false mTransientIndication null mPowerPluggedIn true mUpArrowIndication Zum Entsperren nach oben wischen
2021-12-03 11:39:00.331 2053-2053/? D/PanelView: onTouchEvent action=0 x=227,0 y=20,0
2021-12-03 11:39:00.364 1392-3662/? D/systemui_boost: notification panel visible=true
2021-12-03 11:39:00.364 1392-3662/? D/systemui_boost: ui thread tid=2053
2021-12-03 11:39:00.364 1392-3662/? D/systemui_boost: render thread tid=2240
2021-12-03 11:39:00.364 1392-3662/? D/systemui_boost: ui thread old priority=-10
2021-12-03 11:39:00.364 1392-3662/? D/systemui_boost: render thread old priority=-10
2021-12-03 11:39:00.364 1392-3662/? D/systemui_boost: thread tid=2053, priority is set to -10
2021-12-03 11:39:00.364 1392-3662/? D/systemui_boost: thread tid=2240, priority is set to -10
2021-12-03 11:39:00.364 1392-3662/? D/systemui_boost: ui thread and render thread are boosted
2021-12-03 11:39:00.365 2053-2053/? D/StatusBar: disable<e i a s b h r C s > disable2<q i n g r >
2021-12-03 11:39:00.365 2053-2053/? D/StatusBarClock:  isNormalMode= true clock visible=false
2021-12-03 11:39:00.379 1392-3816/? W/ActivityManager: For security reasons, the system cannot issue a Uri permission grant to content://com.miui.networkassistant.fileprovider/res/tmp.png [user 0]; use startActivityAsCaller() instead
2021-12-03 11:39:00.387 2053-2272/? D/BrightnessController: BrightnessObserver: startObserving.
2021-12-03 11:39:00.390 2053-2272/? D/BrightnessController: UpdateSliderRunnable: value: 478
2021-12-03 11:39:00.403 2053-2053/? W/HeadsUpManager: removeHeadsUpNotification() no heads up notification on show
2021-12-03 11:39:00.404 2053-2053/? E/MiuiFaceFactory: getCurrentAuthType sCurrentAuthType = 1
2021-12-03 11:39:00.404 2053-2053/? E/MiuiFaceFactory: getFaceManager sCurrentAuthType = 1
2021-12-03 11:39:00.404 2053-2053/? E/MiuiFaceFactory: getCurrentAuthType sCurrentAuthType = 1
2021-12-03 11:39:00.404 2053-2053/? E/MiuiFaceFactory: getFaceManager sCurrentAuthType = 1
2021-12-03 11:39:00.404 2053-2053/? E/MiuiFaceFactory: getCurrentAuthType sCurrentAuthType = 1
2021-12-03 11:39:00.404 2053-2053/? E/MiuiFaceFactory: getFaceManager sCurrentAuthType = 1
2021-12-03 11:39:00.404 2053-2053/? E/MiuiFaceFactory: getCurrentAuthType sCurrentAuthType = 1
2021-12-03 11:39:00.404 2053-2053/? E/MiuiFaceFactory: getFaceManager sCurrentAuthType = 1
2021-12-03 11:39:00.409 1392-3816/? D/zhoumingliang: isinvrtest==false
2021-12-03 11:39:00.412 816-2222/? D/NuPlayerDriver: stop(0xe7c13580)
2021-12-03 11:39:00.412 816-2222/? D/NuPlayerDriver: notifyListener_l(0xe7c13580), (8, 0, 0, -1), loop setting(0, 0)
2021-12-03 11:39:00.413 2053-2074/? W/MessageQueue: Handler (android.media.MediaPlayer$EventHandler) {31bfed3} sending message to a Handler on a dead thread
    java.lang.IllegalStateException: Handler (android.media.MediaPlayer$EventHandler) {31bfed3} sending message to a Handler on a dead thread
        at android.os.MessageQueue.enqueueMessage(MessageQueue.java:549)
        at android.os.Handler.enqueueMessage(Handler.java:745)
        at android.os.Handler.sendMessageAtTime(Handler.java:697)
        at android.os.Handler.sendMessageDelayed(Handler.java:667)
        at android.os.Handler.sendMessage(Handler.java:604)
        at android.media.MediaPlayer.postEventFromNative(MediaPlayer.java:3761)
2021-12-03 11:39:00.414 2053-13166/? V/MediaPlayer: resetDrmState:  mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
2021-12-03 11:39:00.414 2053-13166/? V/MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
2021-12-03 11:39:00.414 816-2222/? D/NuPlayerDriver: reset(0xe7c13580) at state 8
2021-12-03 11:39:00.414 2018-2699/? D/Avrcp_ext: AudioManager Player: ID:23 -- type:android.media.SoundPool -- u/pid:1000/2053 -- state:idle -- attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x0 tags= bundle=null
2021-12-03 11:39:00.414 2018-2699/? D/Avrcp_ext: AudioManager Player: ID:39 -- type:android.media.SoundPool -- u/pid:1027/3449 -- state:idle -- attr:AudioAttributes: usage=USAGE_NOTIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x0 tags= bundle=null
2021-12-03 11:39:00.414 2018-2699/? D/Avrcp_ext: AudioManager Player: ID:15 -- type:android.media.SoundPool -- u/pid:1000/1392 -- state:idle -- attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x0 tags= bundle=null
2021-12-03 11:39:00.414 2018-2699/? D/Avrcp_ext: AudioManager isPlaying: false, mA2dpState: 11, isMusiActive: false
2021-12-03 11:39:00.416 641-674/? E/ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
2021-12-03 11:39:00.418 816-13152/? D/NuPlayerDriver: notifyListener_l(0xe7c13580), (211, 0, 0, 20), loop setting(0, 0)
2021-12-03 11:39:00.445 678-1647/? V/APM_AudioPolicyManager: releaseOutput() 13
2021-12-03 11:39:00.447 816-13152/? D/NuPlayerDriver: notifyResetComplete(0xe7c13580)
2021-12-03 11:39:00.447 816-2222/? W/AMessage: failed to post message as target looper for handler 0 is gone.
2021-12-03 11:39:00.449 2053-13166/? I/RingtonePlayer: stopSound finished.
2021-12-03 11:39:00.456 2466-2466/? D/Launcher.Lifecycle: onWindowFocusChanged:false,UserHandle{0},436066e,true
2021-12-03 11:39:00.470 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:00.502 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 13 lines
2021-12-03 11:39:00.532 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:00.533 2053-2053/? D/PanelView: onTouchEvent action=1 x=299,0 y=639,0
2021-12-03 11:39:00.533 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:00.536 641-641/? E/ANDR-PERF-MPCTL: No valid timer value for perflock request
2021-12-03 11:39:00.537 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:00.616 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 32 lines
2021-12-03 11:39:00.617 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:00.620 2053-2053/? V/StackScroller: on pop animation requested
2021-12-03 11:39:00.631 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:00.649 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 6 lines
2021-12-03 11:39:00.649 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:00.650 2053-2053/? V/StackScroller: on pop animation requested
2021-12-03 11:39:00.664 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:00.816 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 38 lines
2021-12-03 11:39:00.816 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:00.819 2053-2053/? V/StackScroller: on pop animation requested
2021-12-03 11:39:00.832 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:00.917 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 22 lines
2021-12-03 11:39:00.917 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:00.923 2053-2216/? E/adTracker: Value DevicePolicyManager of type java.lang.String cannot be converted to JSONObject
2021-12-03 11:39:00.932 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:00.966 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 10 lines
2021-12-03 11:39:00.966 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:00.972 2053-2053/? D/BluetoothController: fireStateChange
2021-12-03 11:39:00.981 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.166 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 48 lines
2021-12-03 11:39:01.166 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.772 2053-2053/? D/miui_anim: handleViewTouch for com.android.systemui.statusbar.AlphaOptimizedImageView{b3242c3 V.ED..... ......I. 0,0-0,0}
2021-12-03 11:39:01.773 2053-2053/? D/miui_anim: handleViewTouch for com.android.systemui.statusbar.AlphaOptimizedImageView{90e576c V.ED..... ......I. 0,0-0,0}
2021-12-03 11:39:01.794 2053-2053/? D/miui_anim: to end
2021-12-03 11:39:01.811 1392-3818/? D/PerfShielderService: com.android.systemui|StatusBar|785|1177960538872|87|5|41
2021-12-03 11:39:01.797 2053-2053/? D/miui_anim: to end
2021-12-03 11:39:01.811 1392-1525/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-12-03 11:39:01.811 1392-1525/? D/CompatibilityInfo: applicationDensity - 440
2021-12-03 11:39:01.811 1392-1525/? D/CompatibilityInfo: applicationScale - 1.0
2021-12-03 11:39:01.812 2053-2053/? I/StatusBar: NotificationClicker onClick notification key=0|com.gemeinde24.app|-1091294675|null|10330 afterKeyguardGone:false
2021-12-03 11:39:01.816 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.816 1392-3662/? D/systemui_boost: notification panel visible=false
2021-12-03 11:39:01.816 1392-3662/? D/systemui_boost: ui thread tid=2053
2021-12-03 11:39:01.816 1392-3662/? D/systemui_boost: render thread tid=2240
2021-12-03 11:39:01.816 1392-3662/? D/systemui_boost: thread tid=2053, priority is set to -10
2021-12-03 11:39:01.816 1392-3662/? D/systemui_boost: thread tid=2240, priority is set to -10
2021-12-03 11:39:01.816 1392-3662/? D/systemui_boost: ui thread and render thread are reset
2021-12-03 11:39:01.816 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.817 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 1 line
2021-12-03 11:39:01.817 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.819 2053-2216/? D/FreeformWindow: isLaunchMultiWindow:false gameKey:0isScreenProjectionPrivace:1screenProjectionState:0
2021-12-03 11:39:01.821 1392-3816/? I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.gemeinde24.app/.Main} from uid 10330
2021-12-03 11:39:01.822 1392-3816/? D/com.android.server.am.ExtraActivityManagerService: MIUILOG- Permission Denied Activity : Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.gemeinde24.app/.Main } pkg : com.gemeinde24.app uid : 10330 tuid : 10058
2021-12-03 11:39:01.822 1392-3816/? I/ActivityManager: START u0 {flg=0x24000000 cmp=com.gemeinde24.app/com.onesignal.NotificationOpenedReceiver (has extras)} from uid 10330
2021-12-03 11:39:01.822 2466-2466/? D/Launcher.Lifecycle: onWindowFocusChanged:true,UserHandle{0},436066e,false
2021-12-03 11:39:01.823 2466-2466/? D/Launcher_UnlockAnimationStateMachine: onWindowFocus:IDLE
2021-12-03 11:39:01.823 3427-5181/? W/MiuiPerfServiceClient: interceptAndQueuing:2053|com.android.systemui|785|87|unknown|null|StatusBar|1177960538872|Slow issue draw commands|41
2021-12-03 11:39:01.832 1392-3816/? W/ActivityManager: startActivity called from non-Activity context; forcing Intent.FLAG_ACTIVITY_NEW_TASK for: Intent { flg=0x24800000 cmp=com.gemeinde24.app/com.onesignal.NotificationOpenedReceiver (has extras) }
2021-12-03 11:39:01.832 641-674/? E/ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
2021-12-03 11:39:01.834 1392-3816/? E/ANDR-PERF-JNI: com_qualcomm_qtiperformance_native_perf_io_prefetch_start
2021-12-03 11:39:01.847 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.848 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 2 lines
2021-12-03 11:39:01.848 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.860 640-640/? E/ANDR-IOP: IOP HAL: Received pkg_name = com.gemeinde24.app pid = -1
2021-12-03 11:39:01.860 1392-3816/? W/BoostFramework: Slow Operation: BoostFramework perfIOPrefetchStart took 26ms
2021-12-03 11:39:01.865 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.865 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 2 lines
2021-12-03 11:39:01.866 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.874 640-673/? E/ANDR-IOP: io prefetch is disabled
2021-12-03 11:39:01.881 1392-3816/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-12-03 11:39:01.881 1392-3816/? D/CompatibilityInfo: applicationDensity - 440
2021-12-03 11:39:01.881 1392-3816/? D/CompatibilityInfo: applicationScale - 1.0
2021-12-03 11:39:01.882 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.882 1392-3816/? D/ActivityTrigger: ActivityTrigger activityPauseTrigger 
2021-12-03 11:39:01.883 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.883 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 1 line
2021-12-03 11:39:01.883 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.884 2466-2466/? D/Launcher.Lifecycle: onPause:UserHandle{0},436066e,true
2021-12-03 11:39:01.884 2466-2466/? D/Launcher_UnlockAnimationStateMachine: setState:PAUSE_WAIT
2021-12-03 11:39:01.884 2466-2466/? D/ScreenElementRoot: pause
2021-12-03 11:39:01.887 1392-3662/? W/ActivityManager: For security reasons, the system cannot issue a Uri permission grant to content://com.miui.networkassistant.fileprovider/res/tmp.png [user 0]; use startActivityAsCaller() instead
2021-12-03 11:39:01.887 2053-2216/? I/StatusBar: click notification, sending intent, key=0|com.gemeinde24.app|-1091294675|null|10330
2021-12-03 11:39:01.888 678-3333/? V/APM_AudioPolicyManager: AudioPolicyManager:setRecordSilenced(uid:10330, silenced:0)
2021-12-03 11:39:01.889 2466-2466/? I/NotifierManager: onUnregister: miui.maml.NotifierManager$MultiBroadcastNotifier@7771b0c
2021-12-03 11:39:01.889 2466-2829/? I/RenderThread: RenderThread paused, waiting for signal
2021-12-03 11:39:01.891 1392-1392/? D/zhoumingliang: isinvrtest==false
2021-12-03 11:39:01.893 1392-3617/? E/ActivityManager: applyOptionsLocked: Unknown animationType=0
2021-12-03 11:39:01.893 1392-3617/? I/ActivityManager: The Process com.gemeinde24.app Already Exists in BG. So sending its PID: 13093
2021-12-03 11:39:01.894 13093-13093/? W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@39f44cf
2021-12-03 11:39:01.898 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.899 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 1 line
2021-12-03 11:39:01.899 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.899 1392-3617/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-12-03 11:39:01.899 1392-3617/? D/CompatibilityInfo: applicationDensity - 440
2021-12-03 11:39:01.899 1392-3617/? D/CompatibilityInfo: applicationScale - 1.0
2021-12-03 11:39:01.900 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.901 1392-3617/? W/ActivityManager: Request to remove task ignored for non-existent task 3490
2021-12-03 11:39:01.904 1392-3617/? I/Timeline: Timeline: App_transition_ready time:1178713
2021-12-03 11:39:01.908 4503-4528/? I/ProcessMonitor: onForegroundInfoChanged: ForegroundInfo{mForegroundPackageName='com.gemeinde24.app', mForegroundUid=10330, mForegroundPid=13093, mLastForegroundPackageName='com.miui.home', mLastForegroundUid=10058, mLastForegroundPid=2466, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0}
2021-12-03 11:39:01.908 4503-4528/? I/GameBoosterService: onForegroundInfoChanged: Cur=com.gemeinde24.app    last=com.miui.home
2021-12-03 11:39:01.913 4503-4528/? D/GameBoosterService: onGameStatusChange foreground:ForegroundInfo{mForegroundPackageName='com.gemeinde24.app', mForegroundUid=10330, mForegroundPid=13093, mLastForegroundPackageName='com.miui.home', mLastForegroundUid=10058, mLastForegroundPid=2466, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0}
2021-12-03 11:39:01.913 4503-4528/? I/GameBoosterService: onForegroundInfoChanged: Exit
2021-12-03 11:39:01.914 4503-4528/? I/VideoBoxUtils: isSupportVideoBox: false
2021-12-03 11:39:01.914 4503-4528/? I/VideoToolBoxService: onForegroundInfoChanged: Exit Vtb
2021-12-03 11:39:01.914 2053-2053/? I/StatusBar: onNotificationRemoved: 0|com.gemeinde24.app|-1091294675|null|10330
2021-12-03 11:39:01.915 2466-2525/? D/Launcher: disableStatusBarClock:false
2021-12-03 11:39:01.915 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.916 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 2 lines
2021-12-03 11:39:01.917 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.917 2053-2053/? D/StatusBar: removeNotification key=0|com.gemeinde24.app|-1091294675|null|10330 old=StatusBarNotification(pkg=com.gemeinde24.app user=UserHandle{0} id=-1091294675 tag=null key=0|com.gemeinde24.app|-1091294675|null|10330: Notification(channel=fcm_fallback_notification_channel pri=0 contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x10 color=0xff5fb8d9 vis=PUBLIC))
2021-12-03 11:39:01.918 2053-2053/? D/StatusBar: update app badge num: com.gemeinde24.app/,num=0,isAllowed=true,userId=0
2021-12-03 11:39:01.919 1392-3813/? W/ActivityManager: Sending non-protected broadcast android.intent.action.APPLICATION_MESSAGE_UPDATE from system 2053:com.android.systemui/1000 pkg com.android.systemui. Callers=
2021-12-03 11:39:01.920 2053-2053/? D/StatusBar: disable<e i a s b h r c!s > disable2<q i n g r >
2021-12-03 11:39:01.920 2053-2053/? D/StatusBarClock:  isNormalMode= true clock visible=false
2021-12-03 11:39:01.923 2466-2466/? D/Launcher.Lifecycle: onWindowFocusChanged:false,UserHandle{0},436066e,true
2021-12-03 11:39:01.924 1392-1525/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-12-03 11:39:01.924 1392-1525/? D/CompatibilityInfo: applicationDensity - 440
2021-12-03 11:39:01.924 1392-1525/? D/CompatibilityInfo: applicationScale - 1.0
2021-12-03 11:39:01.932 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.935 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 4 lines
2021-12-03 11:39:01.935 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.936 641-641/? E/ANDR-PERF-MPCTL: No valid timer value for perflock request
2021-12-03 11:39:01.939 2466-2466/? D/Launcher_WallpaperUtils: changeStatusBarMode:false
2021-12-03 11:39:01.940 2466-2466/? I/Launcher.ApplicationsMessage: onReceive true
2021-12-03 11:39:01.940 2466-2466/? I/Launcher.ApplicationsMessage: update com.gemeinde24.app/ to null
2021-12-03 11:39:01.945 1392-3816/? D/ActivityTrigger: ActivityTrigger activityPauseTrigger 
2021-12-03 11:39:01.949 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.949 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.950 2466-2466/? D/Launcher.Lifecycle: onWindowFocusChanged:true,UserHandle{0},436066e,false
2021-12-03 11:39:01.950 2466-2466/? D/Launcher_UnlockAnimationStateMachine: onWindowFocus:PAUSE_WAIT
2021-12-03 11:39:01.951 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.952 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 2 lines
2021-12-03 11:39:01.952 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.953 2466-2483/? D/Launcher: get showing item successnull
2021-12-03 11:39:01.963 2053-2053/? V/StackScroller: on dismiss animation requested
2021-12-03 11:39:01.964 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.965 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 2 lines
2021-12-03 11:39:01.965 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.968 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : com.google.android.gms/.ads.identifier.service.AdvertisingIdService and for client com.google.android.gms
2021-12-03 11:39:01.968 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : com.google.android.gms/.ads.identifier.service.AdvertisingIdServiceare :1
2021-12-03 11:39:01.968 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for client : com.google.android.gmsare :2
2021-12-03 11:39:01.968 1392-1905/? V/UiModeManager: switch night mode to 1
2021-12-03 11:39:01.973 1392-3816/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-12-03 11:39:01.973 1392-3816/? D/CompatibilityInfo: applicationDensity - 440
2021-12-03 11:39:01.973 1392-3816/? D/CompatibilityInfo: applicationScale - 1.0
2021-12-03 11:39:01.973 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: startService() is called for servicecom.google.android.gms/.ads.identifier.service.AdvertisingIdService
2021-12-03 11:39:01.981 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.982 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 2 lines
2021-12-03 11:39:01.982 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.982 4503-7931/? I/ProcessMonitor: onForegroundInfoChanged: ForegroundInfo{mForegroundPackageName='com.miui.home', mForegroundUid=10058, mForegroundPid=2466, mLastForegroundPackageName='com.gemeinde24.app', mLastForegroundUid=10330, mLastForegroundPid=13093, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0}
2021-12-03 11:39:01.982 4503-7931/? I/GameBoosterService: onForegroundInfoChanged: Cur=com.miui.home     last=com.gemeinde24.app
2021-12-03 11:39:01.983 4503-7931/? D/GameBoosterService: onGameStatusChange foreground:ForegroundInfo{mForegroundPackageName='com.miui.home', mForegroundUid=10058, mForegroundPid=2466, mLastForegroundPackageName='com.gemeinde24.app', mLastForegroundUid=10330, mLastForegroundPid=13093, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0}
2021-12-03 11:39:01.983 4503-7931/? I/GameBoosterService: onForegroundInfoChanged: Exit
2021-12-03 11:39:01.983 4503-7931/? I/VideoBoxUtils: isSupportVideoBox: false
2021-12-03 11:39:01.984 4503-7931/? I/VideoToolBoxService: onForegroundInfoChanged: Exit Vtb
2021-12-03 11:39:01.985 1392-3813/? I/Timeline: Timeline: App_transition_ready time:1178794
2021-12-03 11:39:01.985 1392-3813/? I/Timeline: Timeline: App_transition_stopped time:1178795
2021-12-03 11:39:01.989 2466-2466/? D/Launcher.Lifecycle: onResume:UserHandle{0},436066e,true
2021-12-03 11:39:01.989 2466-2525/? D/Launcher: disableStatusBarClock:true
2021-12-03 11:39:01.990 2466-2466/? D/Launcher.RecommendController: folder display but only request when folder open
2021-12-03 11:39:01.990 2466-2466/? D/Launcher.RecommendController: folder display but only request when folder open
2021-12-03 11:39:01.990 2466-2829/? I/RenderThread: RenderThread resumed
2021-12-03 11:39:01.990 2466-2829/? D/ScreenElementRoot: resume
2021-12-03 11:39:01.990 2466-2466/? D/Launcher_UnlockAnimationStateMachine: setState:IDLE
2021-12-03 11:39:01.990 2466-2466/? D/lixiang: update indicator show = false
2021-12-03 11:39:01.992 1392-1905/? V/UiModeManager: switch night mode to 1
2021-12-03 11:39:01.997 2053-2053/? D/EventBus: [2053, u0] send(AppTransitionFinishedEvent)
2021-12-03 11:39:01.997 2053-2053/? D/EventBus: [2053, u0]  -> ForcedResizableInfoActivityController [0xe225686, P1] onBusEvent(AppTransitionFinishedEvent)
2021-12-03 11:39:01.997 2053-2053/? D/EventBus: [2053, u0] onBusEvent(AppTransitionFinishedEvent) duration: 22 microseconds, avg: 11465
2021-12-03 11:39:01.998 2053-2053/? D/EventBus: [2053, u0] send(AppTransitionFinishedEvent)
2021-12-03 11:39:01.998 2053-2053/? D/EventBus: [2053, u0]  -> ForcedResizableInfoActivityController [0xe225686, P1] onBusEvent(AppTransitionFinishedEvent)
2021-12-03 11:39:01.998 2053-2053/? D/EventBus: [2053, u0] onBusEvent(AppTransitionFinishedEvent) duration: 11 microseconds, avg: 11257
2021-12-03 11:39:01.998 2053-2053/? D/EventBus: [2053, u0] send(AppTransitionFinishedEvent)
2021-12-03 11:39:01.998 2053-2053/? D/EventBus: [2053, u0]  -> ForcedResizableInfoActivityController [0xe225686, P1] onBusEvent(AppTransitionFinishedEvent)
2021-12-03 11:39:01.998 2053-2053/? D/EventBus: [2053, u0] onBusEvent(AppTransitionFinishedEvent) duration: 12 microseconds, avg: 11056
2021-12-03 11:39:01.998 2053-2053/? D/StatusBar: disable<e i a s b h r C!s > disable2<q i n g r >
2021-12-03 11:39:01.998 2053-2053/? D/StatusBarClock:  isNormalMode= true clock visible=false
2021-12-03 11:39:01.998 2053-2053/? D/EventBus: [2053, u0] send(AppTransitionFinishedEvent)
2021-12-03 11:39:01.998 2053-2053/? D/EventBus: [2053, u0]  -> ForcedResizableInfoActivityController [0xe225686, P1] onBusEvent(AppTransitionFinishedEvent)
2021-12-03 11:39:01.998 2053-2053/? D/EventBus: [2053, u0] onBusEvent(AppTransitionFinishedEvent) duration: 10 microseconds, avg: 10863
2021-12-03 11:39:01.998 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:01.999 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 2 lines
2021-12-03 11:39:01.999 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:02.001 2466-2829/? I/NotifierManager: onRegister: miui.maml.NotifierManager$MultiBroadcastNotifier@7771b0c
2021-12-03 11:39:02.007 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: unbindService is called for service : com.google.android.gms/.ads.identifier.service.AdvertisingIdService and for client com.google.android.gms
2021-12-03 11:39:02.007 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: size of service connections for service: com.google.android.gms/.ads.identifier.service.AdvertisingIdServiceafter removal is 0
2021-12-03 11:39:02.007 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: size of client connections for client: com.google.android.gmsafter removal is 1
2021-12-03 11:39:02.007 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: destroyService is called for service : com.google.android.gms/.ads.identifier.service.AdvertisingIdService
2021-12-03 11:39:02.010 12980-12992/? W/Wth2:WeatherProvider: getActualWeatherData localDataTime empty
2021-12-03 11:39:02.016 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:02.018 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 4 lines
2021-12-03 11:39:02.018 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:02.023 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : com.google.android.gms/.chimera.PersistentInternalBoundBrokerService and for client com.google.android.gms
2021-12-03 11:39:02.024 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : com.google.android.gms/.chimera.PersistentInternalBoundBrokerServiceare :1
2021-12-03 11:39:02.024 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for client : com.google.android.gmsare :2
2021-12-03 11:39:02.024 1392-3816/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-12-03 11:39:02.024 1392-3816/? D/CompatibilityInfo: applicationDensity - 440
2021-12-03 11:39:02.024 1392-3816/? D/CompatibilityInfo: applicationScale - 1.0
2021-12-03 11:39:02.025 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: startService() is called for servicecom.google.android.gms/.chimera.PersistentInternalBoundBrokerService
2021-12-03 11:39:02.026 2600-2600/? D/BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
2021-12-03 11:39:02.026 2600-2600/? D/BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
2021-12-03 11:39:02.030 2053-2053/? V/StackScroller: on dismiss animation requested
2021-12-03 11:39:02.031 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:02.034 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 4 lines
2021-12-03 11:39:02.034 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:02.042 2600-11674/? W/NetworkScheduler: Error inserting period=4553000 preferred_charging_state=1 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService required_network_type=0 runtime=1638527942041 required_idleness_state=0 source=16 service_kind=0 target_package=com.google.android.gms persistence_level=1 source_version=214218000 last_runtime=0 user_id=0 job_id=-1 requires_charging=0 tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG flex_time=2276000 task_type=0 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}}, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067 SQLITE_CONSTRAINT_UNIQUE) [CONTEXT service_id=218 ]
2021-12-03 11:39:02.046 2053-2053/? V/StackScroller: on dismiss animation requested
2021-12-03 11:39:02.048 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:02.202 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 60 lines
2021-12-03 11:39:02.202 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:02.215 2466-2466/? D/homeTest: compute scroll mLastScrollXInDraw:0
2021-12-03 11:39:02.215 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:02.215 2466-2466/? D/ScreenView: dispatchDraw:0
2021-12-03 11:39:02.216 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:02.248 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 15 lines
2021-12-03 11:39:02.248 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:02.250 2466-2466/? E/Launcher: changeViewByFsGestureState,  view=FitSystemWindowView,  alpha=1.0,  scale=1.0
2021-12-03 11:39:02.250 2466-2466/? E/Launcher: changeViewByFsGestureState,  view=ShortcutMenuLayer,  alpha=1.0,  scale=1.0
2021-12-03 11:39:02.251 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:02.300 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 28 lines
2021-12-03 11:39:02.300 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:02.309 609-1640/? D/audio_hw_primary: out_standby: enter: stream (0xf49ef000) usecase(1: low-latency-playback)
2021-12-03 11:39:02.314 2053-2053/? E/MiuiFaceFactory: getCurrentAuthType sCurrentAuthType = 1
2021-12-03 11:39:02.314 2053-2053/? E/MiuiFaceFactory: getFaceManager sCurrentAuthType = 1
2021-12-03 11:39:02.314 2053-2053/? E/MiuiFaceFactory: getCurrentAuthType sCurrentAuthType = 1
2021-12-03 11:39:02.314 2053-2053/? E/MiuiFaceFactory: getFaceManager sCurrentAuthType = 1
2021-12-03 11:39:02.314 2053-2053/? E/MiuiFaceFactory: getCurrentAuthType sCurrentAuthType = 1
2021-12-03 11:39:02.314 2053-2053/? E/MiuiFaceFactory: getFaceManager sCurrentAuthType = 1
2021-12-03 11:39:02.315 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:02.317 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 6 lines
2021-12-03 11:39:02.317 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:02.329 2053-2053/? D/StatusBar: disable<e i a s b h r C s > disable2<q i n g r >
2021-12-03 11:39:02.329 2053-2053/? D/StatusBarClock:  isNormalMode= true clock visible=false
2021-12-03 11:39:02.330 2053-2272/? D/BrightnessController: BrightnessObserver: stopObserving.
2021-12-03 11:39:02.333 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:02.348 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 2 lines
2021-12-03 11:39:02.348 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:02.353 609-1640/? D/audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
2021-12-03 11:39:02.355 609-1640/? D/soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 2, with Raise=0
2021-12-03 11:39:02.355 609-1640/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2021-12-03 11:39:02.355 609-1640/? I/msm8974_platform: platform_get_custom_mtmx_params: no matching param with id 0 ip_ch 2 op_ch 2 uc_id 1 snd_dev 2
2021-12-03 11:39:02.355 609-1640/? D/hardware_info: hw_info_append_hw_type : device_name = speaker
2021-12-03 11:39:02.355 609-1640/? D/audio_hw_primary: disable_snd_device: snd_device(2: speaker)
2021-12-03 11:39:02.355 609-1640/? D/msm8974_platform: platform_set_parameters: Set speaker clean status: off
2021-12-03 11:39:02.355 609-1640/? E/audio_hw_spkr_dsm: audio_extn_spkr_dsm_stop_processing: Entry
2021-12-03 11:39:02.362 609-1640/? E/audio_hw_spkr_dsm: audio_extn_spkr_dsm_stop_processing: Exit
2021-12-03 11:39:02.362 609-1640/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2021-12-03 11:39:02.364 609-1640/? I/soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0
2021-12-03 11:39:02.364 609-1640/? D/audio_hw_primary: out_standby: exit
2021-12-03 11:39:02.364 609-3381/? V/EffectMiSound: MiSound_command() start, cmdCode=22
2021-12-03 11:39:02.364 609-3381/? V/EffectMiSound: MiSound_Command EFFECT_CMD_SET_AUDIO_STANDBY, current mode = 0
2021-12-03 11:39:02.366 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:03.165 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 20 lines
2021-12-03 11:39:03.165 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:03.710 6852-6852/? I/PowerKeeperBackgroundService: onStartCommand()
2021-12-03 11:39:03.710 6852-6852/? I/PowerKeeperService: onAlarm
2021-12-03 11:39:03.713 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : com.google.android.apps.maps/com.google.android.apps.gmm.offline.update.OfflineAutoUpdateJobService and for client system
2021-12-03 11:39:03.714 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : com.google.android.apps.maps/com.google.android.apps.gmm.offline.update.OfflineAutoUpdateJobServiceare :1
2021-12-03 11:39:03.714 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for client : systemare :23
2021-12-03 11:39:03.718 1392-1977/? D/CompatibilityInfo: mCompatibilityFlags - 0
2021-12-03 11:39:03.718 1392-1977/? D/CompatibilityInfo: applicationDensity - 440
2021-12-03 11:39:03.718 1392-1977/? D/CompatibilityInfo: applicationScale - 1.0
2021-12-03 11:39:03.719 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: startService() is called for servicecom.google.android.apps.maps/com.google.android.apps.gmm.offline.update.OfflineAutoUpdateJobService
2021-12-03 11:39:03.723 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : com.google.android.gms/.chimera.PersistentDirectBootAwareApiService and for client com.google.android.apps.maps
2021-12-03 11:39:03.723 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : com.google.android.gms/.chimera.PersistentDirectBootAwareApiServiceare :3
2021-12-03 11:39:03.723 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for client : com.google.android.apps.mapsare :1
2021-12-03 11:39:03.727 12577-12691/? I/ActivityThread: com.google.android.gms.auth.accounts acquiringCount 2
2021-12-03 11:39:03.728 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : com.google.android.gms/.chimera.PersistentApiService and for client com.google.android.apps.maps
2021-12-03 11:39:03.728 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : com.google.android.gms/.chimera.PersistentApiServiceare :5
2021-12-03 11:39:03.728 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for client : com.google.android.apps.mapsare :2
2021-12-03 11:39:03.738 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: unbindService is called for service : com.google.android.apps.maps/com.google.android.apps.gmm.offline.update.OfflineAutoUpdateJobService and for client system
2021-12-03 11:39:03.738 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: size of service connections for service: com.google.android.apps.maps/com.google.android.apps.gmm.offline.update.OfflineAutoUpdateJobServiceafter removal is 0
2021-12-03 11:39:03.738 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: size of client connections for client: systemafter removal is 22
2021-12-03 11:39:03.739 647-2016/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: destroyService is called for service : com.google.android.apps.maps/com.google.android.apps.gmm.offline.update.OfflineAutoUpdateJobService
2021-12-03 11:39:03.969 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:04.170 680-680/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 13 lines
2021-12-03 11:39:05.019 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-03 11:39:05.019 13093-13106/? I/.gemeinde24.ap: ProcessProfilingInfo new_methods=30 is saved saved_to_disk=1 resolve_classes_delay=8000
2021-12-03 11:39:05.019 680-680/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0

jkasten2 commented 2 years ago

@justanapp Thanks for letting us know about these device models, but could you provide more information from the "Details Needed" section above? Some of the important ones are the full "MIUI version" field from the device and if it is a Global version that is verified on Xiaomi's site, but the more details you can provide from above the better. These are important as the issue is related to the Android ROM on the devices.

Thanks for the workaround note, the idea is to hunt down the differences to reproduce the issue, then attempt to find a solution that doesn't require that.

justanapp commented 2 years ago
  1. OneSignal SDK 4.6.3
  2. 11 RKQ1.200826.002
  3. Xiaomi Mi 10T Pro
  4. MIUI Global 12.5.9 Stabil 12.5.9.0 (RJDEUXM)
  5. no validatation possible
  6. Send push notification. Click on the notification. Nothing happens.
  7. Does not fire
  8. Verbose Log:
Click to expand! ```java 2021-12-03 11:56:32.970 1726-2234/? W/SchedBoost: has reset SchedAffinity ui thread: 28355 2021-12-03 11:56:32.970 1726-2234/? D/SchedBoost: thread tid=28391, priority is set to -10 2021-12-03 11:56:32.970 1726-2234/? W/SchedBoost: has reset SchedAffinity render thread: 28391 2021-12-03 11:56:32.970 1726-2234/? W/SchedBoost: SchedBoost end: proc: 28355/28391 5041 aff:[0, 1, 2, 3, 4, 5, 6, 7] 2021-12-03 11:56:32.970 28145-28145/? W/adbd: timeout expired while flushing socket, closing 2021-12-03 11:56:33.329 1726-2185/? D/WifiScoreReportInjector: Fast switch not enabled 2021-12-03 11:56:33.524 4831-4831/? I/BatteryInfoReceiver: ACTION_BATTERY_CHANGED 2021-12-03 11:56:33.525 2540-2540/? D/BatteryController: onReceive: Intent = Intent { act=android.intent.action.BATTERY_CHANGED flg=0x60000010 (has extras) } action = android.intent.action.BATTERY_CHANGED 2021-12-03 11:56:33.525 2540-2540/? D/KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED 2021-12-03 11:56:33.525 6050-6351/? D/PowerKeeper.FrozenApp: onBatteryChanged plug=true mBatteryPlugged=2 2021-12-03 11:56:33.525 6050-6389/? D/PowerCheckerService: onBatteryChanged, mBatteryLevel = 52, status = 2, level = 52, plug = 2, scale = 100 2021-12-03 11:56:33.526 28145-28145/? W/adbd: timeout expired while flushing socket, closing 2021-12-03 11:56:33.527 2843-2843/? D/DeviceStatisticsService: chargerType=2 batteryLevel=52 totalBatteryCapacity=4651300 2021-12-03 11:56:33.527 2843-2843/? D/DeviceInfoHidlClient: getPowerInfoSupportStatus()=1 2021-12-03 11:56:33.527 2843-2843/? D/DeviceInfoHidlClient: isRadioOn()=true 2021-12-03 11:56:33.527 2843-2843/? I/DeviceInfoHidlClient: isPowerInfoNeverSent=false batteryLevel=52 batteryLevelIndex=2 chargingMode=2 totalCapacity=4651300 powerSaveMode=false 2021-12-03 11:56:33.736 983-6692/? I/WifiHAL: event received NL80211_CMD_VENDOR, vendor_id = 0x1374, subcmd = 0xd 2021-12-03 11:56:33.737 1468-1468/? I/cnss-daemon: nl80211 response handler invoked 2021-12-03 11:56:33.737 1468-1468/? I/cnss-daemon: nl80211_response_handler: cmd 103, vendorID 4980, subcmd 13 received 2021-12-03 11:56:34.738 28145-28145/? W/adbd: timeout expired while flushing socket, closing 2021-12-03 11:56:35.744 983-6692/? I/WifiHAL: event received NL80211_CMD_VENDOR, vendor_id = 0x1374, subcmd = 0xd 2021-12-03 11:56:35.744 1468-1468/? I/cnss-daemon: nl80211 response handler invoked 2021-12-03 11:56:35.744 1468-1468/? I/cnss-daemon: nl80211_response_handler: cmd 103, vendorID 4980, subcmd 13 received 2021-12-03 11:56:36.318 26245-26245/? I/MemoryOptimizationService: kill process com.android.settings intent:Intent { act=miui.intent.action.MEMORY_OPTIMIZATION pkg=com.android.htmlviewer (has extras) } 2021-12-03 11:56:36.320 1726-5417/? I/ActivityManager: Killing 27676:com.android.settings:remote/1000 (adj 905): kill background from process:com.android.htmlviewer 2021-12-03 11:56:36.320 1726-5417/? I/Process: PerfMonitor : current process sending signal quiet. PID: 27676 SIG: 9 2021-12-03 11:56:36.321 1726-1800/? I/Process: PerfMonitor : current process killing process group. PID: 27676 2021-12-03 11:56:36.321 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:36.321 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:36.321 993-993/? I/ANDR-PERF-LM: WQ: push() 59: LMTriggerQ push() size=0 2021-12-03 11:56:36.321 993-993/? I/ANDR-PERF-LM: WQ: push() 61: LMTriggerQ push() done size=1 2021-12-03 11:56:36.321 993-1186/? I/ANDR-PERF-LM: WQ: pop() 42: LMTriggerQ pop() done size=0 2021-12-03 11:56:36.321 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 373: Waiting on trigger Queue 2021-12-03 11:56:36.321 993-1186/? I/ANDR-PERF-LM: WQ: pop() 31: LMTriggerQ pop() size=0 2021-12-03 11:56:36.323 1726-5417/? I/ActivityManager: Killing 27357:com.android.settings/1000 (adj 701): kill background from process:com.android.htmlviewer 2021-12-03 11:56:36.323 5650-5961/? I/com.xiaomi.xms: oneway function results will be dropped but finished with status UNKNOWN_TRANSACTION and parcel size 0 2021-12-03 11:56:36.324 1726-5417/? I/Process: PerfMonitor : current process sending signal quiet. PID: 27357 SIG: 9 2021-12-03 11:56:36.324 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:36.324 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:36.324 993-993/? I/ANDR-PERF-LM: WQ: push() 59: LMTriggerQ push() size=0 2021-12-03 11:56:36.324 993-993/? I/ANDR-PERF-LM: WQ: push() 61: LMTriggerQ push() done size=1 2021-12-03 11:56:36.325 993-1186/? I/ANDR-PERF-LM: WQ: pop() 42: LMTriggerQ pop() done size=0 2021-12-03 11:56:36.325 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 373: Waiting on trigger Queue 2021-12-03 11:56:36.325 993-1186/? I/ANDR-PERF-LM: WQ: pop() 31: LMTriggerQ pop() size=0 2021-12-03 11:56:36.326 5650-5961/? I/com.xiaomi.xms: oneway function results will be dropped but finished with status UNKNOWN_TRANSACTION and parcel size 0 2021-12-03 11:56:36.345 1726-2185/? D/WifiScoreReportInjector: Fast switch not enabled 2021-12-03 11:56:36.362 826-826/? I/Zygote: Process 27676 exited due to signal 9 (Killed) 2021-12-03 11:56:36.362 1726-1800/? I/libprocessgroup: Successfully killed process cgroup uid 1000 pid 27676 in 41ms 2021-12-03 11:56:36.362 1726-1800/? I/Process: PerfMonitor : current process killing process group. PID: 27357 2021-12-03 11:56:36.371 1726-2738/? I/WindowManager: WIN DEATH: Window{9ac0e87 mode=0 rootTaskId=294 u0 com.android.settings/com.android.settings.SubSettings} 2021-12-03 11:56:36.371 1726-2738/? W/InputDispatcher: Attempted to unregister already unregistered input channel '9ac0e87 com.android.settings/com.android.settings.SubSettings (server)' 2021-12-03 11:56:36.372 826-826/? I/Zygote: Process 27357 exited due to signal 9 (Killed) 2021-12-03 11:56:36.373 1726-1800/? I/libprocessgroup: Successfully killed process cgroup uid 1000 pid 27357 in 10ms 2021-12-03 11:56:36.373 1726-5417/? I/WindowManager: WIN DEATH: Window{3569aaf mode=0 rootTaskId=294 u0 com.android.settings/com.android.settings.MiuiSettings} 2021-12-03 11:56:36.373 1726-5417/? W/InputDispatcher: Attempted to unregister already unregistered input channel '3569aaf com.android.settings/com.android.settings.MiuiSettings (server)' 2021-12-03 11:56:36.374 1726-1768/? W/ActivityManager: setHasOverlayUi called on unknown pid: 27357 2021-12-03 11:56:36.375 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:36.375 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:36.375 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:36.375 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:36.375 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:36.386 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:36.386 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:36.386 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:36.386 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:36.386 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:36.546 3092-12627/? W/ChimeraUtils: Module com.google.android.gms.gcm has empty metadata display_name_string_id 2021-12-03 11:56:36.561 826-826/? D/Zygote: Forked child process 28594 2021-12-03 11:56:36.562 28594-28594/? W/Zygote: Unable to open libbeluga.so: dlopen failed: library "libbeluga.so" not found. 2021-12-03 11:56:36.562 1726-1778/? I/ActivityManager: Start proc 28594:com.gemeinde24.app/u0a422 for broadcast {com.gemeinde24.app/com.onesignal.FCMBroadcastReceiver} caller=com.google.android.gms 2021-12-03 11:56:36.567 28594-28594/? E/.gemeinde24.ap: Not starting debugger since process cannot load the jdwp agent. 2021-12-03 11:56:36.573 1726-5431/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:36.573 1726-5431/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:36.573 1726-5431/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:36.574 1726-5431/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:36.574 1726-5431/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:36.574 1726-5431/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:36.575 1726-2183/? I/MiuiNetworkPolicy: updateUidState uid = 10422, uidState = 11 2021-12-03 11:56:36.591 1726-2183/? I/MiuiNetworkPolicy: updateUidState uid = 10305, uidState = 19 2021-12-03 11:56:36.594 28594-28594/? I/Perf: Connecting to perf service. 2021-12-03 11:56:36.598 1726-5431/? I/UiModeManager: systemserver package:com.gemeinde24.app null 2021-12-03 11:56:36.598 28594-28594/? I/ForceDarkHelper: packageName:com.gemeinde24.app getForceDarkConfigInfo null forceDarkAppConfigJsonString:null 2021-12-03 11:56:36.598 28594-28594/? I/ForceDarkHelper: ForceDarkConfigInfo: null 2021-12-03 11:56:36.599 28594-28594/? I/MiuiForceDarkConfig: MiuiForceDarkConfig setConfig density:2.750000, mainRule:17, secondaryRule:0, tertiaryRule:0 2021-12-03 11:56:36.599 28594-28594/? D/NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false 2021-12-03 11:56:36.600 28594-28594/? D/NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false 2021-12-03 11:56:36.605 28594-28594/? W/FirebaseApp: Default FirebaseApp failed to initialize because no default options were found. This usually means that com.google.gms:google-services was not applied to your gradle project. 2021-12-03 11:56:36.605 28594-28594/? I/FirebaseInitProvider: FirebaseApp initialization unsuccessful 2021-12-03 11:56:36.610 28594-28594/? D/WM-WrkMgrInitializer: Initializing WorkManager with default configuration. 2021-12-03 11:56:36.614 28594-28594/? I/TetheringManager: registerTetheringEventCallback:com.gemeinde24.app 2021-12-03 11:56:36.618 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:36.618 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:36.618 993-993/? D/ANDR-PERF-LM: Feature: lookup() 101: Feature Name = AppClassifier, total featuers = 3, featureFound = 1 2021-12-03 11:56:36.618 993-993/? D/ANDR-PERF-LM: Feature: getData() 112: data.data = 1 2021-12-03 11:56:36.618 993-993/? I/ANDR-PERF-LM: FeedbackAPI: getFeedback() 60: app:com.gemeinde24.app feature:AppClassifier feedback = 1 2021-12-03 11:56:36.624 1726-5431/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:36.625 1726-5431/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:36.625 1726-5431/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:36.626 28594-28619/? W/SQLiteLog: (28) double-quoted string literal: "notification" 2021-12-03 11:56:36.626 1726-1744/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:36.626 1726-1744/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:36.626 1726-1744/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:36.627 1726-2183/? I/MiuiNetworkPolicy: updateUidState uid = 10422, uidState = 10 2021-12-03 11:56:36.627 28594-28594/? E/libc: Access denied finding property "ro.vendor.df.effect.conflict" 2021-12-03 11:56:36.627 28594-28594/? E/libc: Access denied finding property "ro.vendor.knock.type" 2021-12-03 11:56:36.624 28594-28594/? W/.gemeinde24.app: type=1400 audit(0.0:335058): avc: denied { read } for name="u:object_r:vendor_displayfeature_prop:s0" dev="tmpfs" ino=19406 scontext=u:r:untrusted_app:s0:c166,c257,c512,c768 tcontext=u:object_r:vendor_displayfeature_prop:s0 tclass=file permissive=0 app=com.gemeinde24.app 2021-12-03 11:56:36.635 1726-1744/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:36.635 1726-1744/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:36.635 1726-1744/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:36.642 1726-5421/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:36.642 1726-5421/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:36.642 1726-5421/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:36.643 1726-2183/? I/MiuiNetworkPolicy: updateUidState uid = 10422, uidState = 8 2021-12-03 11:56:36.648 28594-28632/? D/OneSignalApp: Notification displayed with id: 48137b31-87ba-41b5-a322-d16ffcfcbf38 2021-12-03 11:56:36.661 28594-28632/? D/OneSignalApp: Colors: ff5fb8d9 ff282828, ff282828 2021-12-03 11:56:36.677 28594-28627/? I/WM-WorkerWrapper: Worker result SUCCESS for Work [ id=4e9a4fb7-b0a5-4057-92be-32227333f29d, tags={ com.onesignal.OSNotificationWorkManager$NotificationWorker } ] 2021-12-03 11:56:36.681 1726-2183/? I/MiuiNetworkPolicy: updateUidState uid = 10422, uidState = 10 2021-12-03 11:56:36.682 1726-2183/? I/MiuiNetworkPolicy: updateUidState uid = 10422, uidState = 19 2021-12-03 11:56:36.853 826-826/? D/Zygote: Forked child process 28639 2021-12-03 11:56:36.853 28639-28639/? W/Zygote: Unable to open libbeluga.so: dlopen failed: library "libbeluga.so" not found. 2021-12-03 11:56:36.854 1726-1778/? I/ActivityManager: Start proc 28639:com.android.settings/1000 for broadcast {com.android.settings/miui.settings.commonlib.ApplicationReceiverStub} caller=com.android.htmlviewer 2021-12-03 11:56:36.861 28639-28639/? E/ndroid.setting: Not starting debugger since process cannot load the jdwp agent. 2021-12-03 11:56:36.868 1726-1744/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:36.868 1726-1744/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:36.868 1726-1744/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:36.869 1726-1744/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:36.869 1726-1744/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:36.869 1726-1744/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:36.870 1726-1726/? W/NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 2021-12-03 11:56:36.872 4831-4831/? V/onNotificationPostedCallBack: flags=16 2021-12-03 11:56:36.875 2540-2540/? D/NotificationFilterController: filter group summary suppressed key=0|com.ringapp|91895873|ring_notifications_group_summary|10305 2021-12-03 11:56:36.878 2540-2540/? D/InterruptionStateProvider: No bubble up: not allowed to bubble: 0|com.gemeinde24.app|-74199719|null|10422 2021-12-03 11:56:36.878 2540-2540/? D/InterruptionStateProvider: No heads up: unimportant notification: 0|com.gemeinde24.app|-74199719|null|10422 2021-12-03 11:56:36.878 28594-28658/? W/OneSignal: LocationController startGetLocation not possible, no location dependency found 2021-12-03 11:56:36.880 2540-7535/? W/AsyncLayoutInflater: Failed to inflate resource in the background! Retrying on the UI thread android.view.InflateException: Binary XML file line #3 in com.android.systemui:layout/status_bar_notification_row: Animators may only be run on Looper threads Caused by: android.util.AndroidRuntimeException: Animators may only be run on Looper threads at android.animation.AnimatorSet.start(AnimatorSet.java:705) at android.animation.AnimatorSet.start(AnimatorSet.java:684) at android.animation.StateListAnimator.start(StateListAnimator.java:188) at android.animation.StateListAnimator.setState(StateListAnimator.java:181) at android.view.View.drawableStateChanged(View.java:23655) at android.widget.TextView.drawableStateChanged(TextView.java:5856) at android.view.View.originalRefreshDrawableState(View.java:23728) at android.view.View$14.refreshDrawableState(View.java:31056) at com.miui.internal.variable.v21.Android_View_View_class.callOriginalRefreshDrawableState(Android_View_View_class.java:61) at com.miui.internal.variable.v16.Android_View_View_class_common.handleRefreshDrawableState(Android_View_View_class_common.java:90) at com.miui.internal.variable.v21.Android_View_View_class.access$000(Android_View_View_class.java:22) at com.miui.internal.variable.v21.Android_View_View_class$1.refreshDrawableState(Android_View_View_class.java:88) at android.view.View.refreshDrawableState(View.java:23719) at com.miui.internal.util.TaggingDrawableHelper.tagView(TaggingDrawableHelper.java:203) at com.miui.internal.util.TaggingDrawableHelper.tagChildSequenceState(TaggingDrawableHelper.java:59) at com.miui.internal.variable.v16.Android_View_ViewGroup_class.handleOnChildVisibilityChanged(Android_View_ViewGroup_class.java:144) at com.miui.internal.variable.v21.Android_View_ViewGroup_class.access$300(Android_View_ViewGroup_class.java:23) at com.miui.internal.variable.v21.Android_View_ViewGroup_class$1.onChildVisibilityChanged(Android_View_ViewGroup_class.java:186) at android.view.ViewGroup.onChildVisibilityChanged(ViewGroup.java:1592) at android.view.View.setFlags(View.java:16405) at android.view.View.setVisibility(View.java:11900) at com.android.systemui.statusbar.notification.row.ActivatableNotificationView.updateBackground(ActivatableNotificationView.java:598) at com.android.systemui.statusbar.notification.row.MiuiExpandableNotificationRow.updateBackground(MiuiExpandableNotificationRow.kt:62) at com.android.systemui.statusbar.notification.row.ActivatableNotificationView.onFinishInflate(ActivatableNotificationView.java:205) at com.android.systemui.statusbar.notification.row.ExpandableNotificationRow.onFinishInflate(ExpandableNotificationRow.java:1750) at com.android.systemui.statusbar.notification.row.MiuiExpandableNotificationRow.onFinishInflate(MiuiExpandableNotificationRow.kt:52) at android.view.LayoutInflater.rInflate(LayoutInflater.java:1138) at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1086) at android.view.LayoutInflater.inflate(LayoutInflater.java:684) at android.view.LayoutInflater.inflate(LayoutInflater.java:536) at androidx.asynclayoutinflater.view.AsyncLayoutInflater$InflateThread.runInner(AsyncLayoutInflater.java:189) at androidx.asynclayoutinflater.view.AsyncLayoutInflater$InflateThread.run(AsyncLayoutInflater.java:203) 2021-12-03 11:56:36.884 2540-2540/? E/ResourceLoader: getXmlRoot local inputStream is null 2021-12-03 11:56:36.884 2540-2540/? E/ScreenElementRoot: load error, manifest root is null 2021-12-03 11:56:36.900 2540-2540/? D/NotificationFilterController: filter group summary suppressed key=0|com.ringapp|91895873|ring_notifications_group_summary|10305 2021-12-03 11:56:36.900 2540-2540/? D/NotificationFilterController: filter group summary suppressed key=0|com.ringapp|91895873|ring_notifications_group_summary|10305 2021-12-03 11:56:36.903 2540-2540/? D/NotifBadge: update app badge num: com.gemeinde24.app/,num=0,isAllowed=false,userId=0 2021-12-03 11:56:36.903 1031-19621/? D/APM::AudioPolicyEngine: XXX -4: getDeviceForStrategyInt() STRATEGY_SONIFICATION_RESPECTFUL :Use STRATEGY_SONIFICATION to getDevice 2021-12-03 11:56:36.903 1726-5421/? W/ActivityManager: Sending non-protected broadcast android.intent.action.APPLICATION_MESSAGE_UPDATE from system 2540:com.android.systemui/1000 pkg com.android.systemui. Callers= 2021-12-03 11:56:36.904 2914-3074/? I/Launcher.ApplicationsMessage: onReceive false 2021-12-03 11:56:36.904 2914-3074/? I/Launcher.ApplicationsMessage: update com.gemeinde24.app/ to null 2021-12-03 11:56:36.920 990-1782/? E/SDM: DRMCrtc::Perform: CRTC 127: Set mode 1080x2400x90x160917vid 2021-12-03 11:56:36.920 990-1782/? E/SDM: DRMCrtc::Perform: CRTC 127: Set mode 1080x2400x90x160917vid 2021-12-03 11:56:36.923 990-1782/? I/SDM: StrategyImpl::SetIdleTimeoutMs: Idle timeout: active = 1100, inactive = 520 2021-12-03 11:56:36.934 28639-28639/? I/Perf: Connecting to perf service. 2021-12-03 11:56:36.943 1726-5891/? I/UiModeManager: systemserver package:com.android.settings null 2021-12-03 11:56:36.944 28639-28639/? I/ForceDarkHelper: packageName:com.android.settings getForceDarkConfigInfo null forceDarkAppConfigJsonString:null 2021-12-03 11:56:36.944 28639-28639/? I/ForceDarkHelper: ForceDarkConfigInfo: null 2021-12-03 11:56:36.946 28639-28639/? I/MiuiForceDarkConfig: MiuiForceDarkConfig setConfig density:2.750000, mainRule:17, secondaryRule:0, tertiaryRule:0 2021-12-03 11:56:36.948 28639-28639/? D/NetworkSecurityConfig: No Network Security Config specified, using platform default 2021-12-03 11:56:36.948 28639-28639/? D/NetworkSecurityConfig: No Network Security Config specified, using platform default 2021-12-03 11:56:36.955 28639-28639/? E/ndroid.setting: Invalid ID 0x00000000. 2021-12-03 11:56:36.960 28639-28639/? D/miuisdk: current sdk level is 24 2021-12-03 11:56:36.960 28639-28639/? I/miuisdk: initialize without hook 2021-12-03 11:56:36.975 28639-28639/? W/Linkify.v16: reflect applyLink failed: miui.reflect.NoSuchMethodException: Couldn't find method android/text/util/Linkify.applyLink(Ljava/lang/String;IILandroid/text/Spannable;)V at com.miui.internal.os.Native.getMethod(Native Method) at miui.reflect.Method.of(Method.java:35) at com.miui.internal.variable.v16.Android_Text_Util_Linkify_class.(Android_Text_Util_Linkify_class.java:70) at java.lang.Class.classForName(Native Method) at java.lang.Class.forName(Class.java:454) at java.lang.Class.forName(Class.java:379) at com.miui.internal.variable.AbsClassFactory.create(AbsClassFactory.java:24) at com.miui.internal.variable.Android_Text_Util_Linkify_class$Factory.(Android_Text_Util_Linkify_class.java:40) at com.miui.internal.variable.Android_Text_Util_Linkify_class$Factory.(Android_Text_Util_Linkify_class.java:26) at com.miui.internal.variable.Android_Text_Util_Linkify_class$Factory$1.createInstance(Android_Text_Util_Linkify_class.java:32) at com.miui.internal.variable.Android_Text_Util_Linkify_class$Factory$1.createInstance(Android_Text_Util_Linkify_class.java:29) at miui.util.SoftReferenceSingleton.get(SoftReferenceSingleton.java:25) at com.miui.internal.variable.Android_Text_Util_Linkify_class$Factory.getInstance(Android_Text_Util_Linkify_class.java:44) at com.miui.internal.initialization.OverrideHelper.doInitialize(OverrideHelper.java:37) at miui.core.SdkManager.initialize(SdkManager.java:99) at java.lang.reflect.Method.invoke(Native Method) at miui.external.Application.initializeSdk(Application.java:85) at miui.external.Application.(Application.java:55) at com.android.settings.Application.(Application.java:5) at java.lang.Class.newInstance(Native Method) at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76) at androidx.core.app.CoreComponentFactory.instantiateApplication(CoreComponentFactory.java:52) at android.app.Instrumentation.newApplication(Instrumentation.java:1159) at android.app.LoadedApk.makeApplication(LoadedApk.java:1240) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6962) at android.app.ActivityThread.access$1500(ActivityThread.java:257) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1982) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:236) at android.app.ActivityThread.main(ActivityThread.java:8056) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:656) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:967) 2021-12-03 11:56:37.013 28639-28639/? W/ComponentDiscovery: Class com.google.firebase.dynamicloading.DynamicLoadingRegistrar is not an found. 2021-12-03 11:56:37.016 28639-28639/? I/FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT] 2021-12-03 11:56:37.021 28639-28639/? I/FirebaseInitProvider: FirebaseApp initialization successful 2021-12-03 11:56:37.029 28639-28670/? W/ndroid.setting: Unsupported class loader 2021-12-03 11:56:37.028 28639-28639/? W/ScionFrontendAp: type=1400 audit(0.0:335059): avc: denied { execute } for path="/data/user_de/0/com.google.android.gms/app_chimera/m/000000c3/oat/arm64/DynamiteLoader.odex" dev="dm-10" ino=450763 scontext=u:r:system_app:s0 tcontext=u:object_r:privapp_data_file:s0:c512,c768 tclass=file permissive=0 2021-12-03 11:56:37.034 28639-28670/? W/ndroid.setting: Unsupported class loader 2021-12-03 11:56:37.035 1726-5891/? E/system_server: Invalid class loader spec: =UnsupportedClassLoaderContext= 2021-12-03 11:56:37.035 1726-5891/? E/PackageDexUsage: Unsupported context? 2021-12-03 11:56:37.043 28639-28670/? I/DynamiteModule: Considering local module com.google.android.gms.measurement.dynamite:46 and remote module com.google.android.gms.measurement.dynamite:54 2021-12-03 11:56:37.043 28639-28670/? I/DynamiteModule: Selected remote version of com.google.android.gms.measurement.dynamite, version >= 54 2021-12-03 11:56:37.043 28639-28670/? V/DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils 2021-12-03 11:56:37.049 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:37.049 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:37.049 993-993/? D/ANDR-PERF-LM: Feature: lookup() 101: Feature Name = AppClassifier, total featuers = 3, featureFound = 1 2021-12-03 11:56:37.049 993-993/? D/ANDR-PERF-LM: Feature: getData() 112: data.data = 1 2021-12-03 11:56:37.049 993-993/? I/ANDR-PERF-LM: FeedbackAPI: getFeedback() 60: app:com.android.settings feature:AppClassifier feedback = 1 2021-12-03 11:56:37.050 28639-28639/? I/MemoryOptimizationService: ApplicationReceiverStub start 2021-12-03 11:56:37.075 28639-28674/? I/TetheringManager: registerTetheringEventCallback:com.android.settings 2021-12-03 11:56:37.075 28639-28674/? D/Settings:international:cloud:Utils: network changed type:1 2021-12-03 11:56:37.077 28639-28674/? E/MiuiUtils: Cannot find package: com.android.quicksearchbox android.content.pm.PackageManager$NameNotFoundException: com.android.quicksearchbox at android.app.ApplicationPackageManager.getPackageInfoAsUser(ApplicationPackageManager.java:207) at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:179) at com.android.settings.MiuiUtils.getAppLongVersionCode(MiuiUtils.java:1447) at com.android.settings.personal.FullScreenDisplayController.quickSearchBoxTooOld(FullScreenDisplayController.java:63) at com.android.settings.personal.FullScreenDisplayController.isRemoveEntryFromSettings(FullScreenDisplayController.java:68) at com.android.settings.personal.FullScreenDisplayController.initInfinityDisplaySettings(FullScreenDisplayController.java:47) at com.android.settings.SettingsApplication$InitTask.doInBackground(SettingsApplication.java:205) at com.android.settings.SettingsApplication$InitTask.doInBackground(SettingsApplication.java:187) at android.os.AsyncTask$3.call(AsyncTask.java:394) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:923) 2021-12-03 11:56:37.077 28639-28681/? D/Settings:international:cloud:Utils: network changed type:1 2021-12-03 11:56:37.098 28639-28674/? D/RecommendHelper: Load end, total time13ms 2021-12-03 11:56:37.215 951-2084/? E/CamX: [ERROR][NCS ] camxncsservice.cpp:594 EnqueueJob() Can not enqueue jobs when thread is stopped 2021-12-03 11:56:37.217 28639-28687/? I/FA: App measurement initialized, version: 45018 2021-12-03 11:56:37.217 28639-28687/? I/FA: To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 2021-12-03 11:56:37.217 28639-28687/? I/FA: To enable faster debug mode event logging run: adb shell setprop debug.firebase.analytics.app com.android.settings 2021-12-03 11:56:37.218 1008-1008/? I/DisplayFeatureHal: read panel temperature:28244 2021-12-03 11:56:37.218 1008-1008/? D/DisplayFeatureHal: HandleHBM enter 2021-12-03 11:56:37.218 1008-1008/? D/DisplayFeatureHal: HandleHBM exit ret=-1 enable:0 2021-12-03 11:56:37.218 1008-1008/? D/DisplayFeatureHal: dataCallback Lux value=< 121.4175>, 2021-12-03 11:56:37.240 28639-28687/? W/FA: Failed to retrieve Firebase Instance Id 2021-12-03 11:56:37.258 28639-28687/? W/FA: Failed to retrieve Firebase Instance Id 2021-12-03 11:56:37.261 980-980/? I/sensors-hal: flush:209, android.sensor.accelerometer/66 2021-12-03 11:56:37.262 28639-28687/? W/FA: Failed to retrieve Firebase Instance Id 2021-12-03 11:56:37.263 980-980/? I/sensors-hal: flush:215, android.sensor.accelerometer/66 completed 2021-12-03 11:56:37.263 980-980/? I/sensors-hal: batch:180, android.sensor.gyroscope/44, period=200000000, max_latency=0 2021-12-03 11:56:37.263 980-980/? I/sensors-hal: batch:189, android.sensor.gyroscope/44, period=200000000, max_latency=0 request completed 2021-12-03 11:56:37.264 980-980/? I/sensors-hal: activate:147, android.sensor.gyroscope/44 en=1 2021-12-03 11:56:37.264 980-980/? I/sensors-hal: get_qmi_debug_flag:241, support_qmi_debug : false 2021-12-03 11:56:37.268 1726-5891/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:37.268 1726-5891/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:37.268 1726-5891/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:37.268 980-980/? I/sensors-hal: get_qmi_debug_flag:241, support_qmi_debug : false 2021-12-03 11:56:37.274 980-980/? I/sensors-hal: get_qmi_debug_flag:241, support_qmi_debug : false 2021-12-03 11:56:37.277 980-980/? I/sensors-hal: activate:158, android.sensor.gyroscope/44 en=1 completed 2021-12-03 11:56:37.313 980-980/? I/sensors-hal: batch:180, android.sensor.accelerometer/66, period=200000000, max_latency=0 2021-12-03 11:56:37.313 980-980/? I/sensors-hal: batch:189, android.sensor.accelerometer/66, period=200000000, max_latency=0 request completed 2021-12-03 11:56:37.383 28639-28681/? E/RequestUtils: parseContent exception org.json.JSONException: No value for sample_ratio at org.json.JSONObject.get(JSONObject.java:400) at org.json.JSONObject.getInt(JSONObject.java:489) at com.android.settings.cloud.RequestUtils.parseContent(RequestUtils.java:96) at com.android.settings.cloud.RequestThread.run(RequestThread.java:41) 2021-12-03 11:56:37.383 28639-28681/? E/Settings::RequestThread: request error, operation: 100 , thread: Thread[Thread-2,5,main] 2021-12-03 11:56:37.383 28639-28681/? I/RequestUtils: RequestUtils setValidRatioAnalytics: true 2021-12-03 11:56:37.384 28639-28681/? I/RequestUtils: RequestUtils isValidRatioAnalytics: true 2021-12-03 11:56:37.405 1001-1001/? D/vendor.qti.vibrator: QTI Vibrator off 2021-12-03 11:56:37.405 1019-1019/? E/VibratorService.mi: VibratorFeature::off 2021-12-03 11:56:37.405 1019-1019/? E/VibratorService.mi: VibratorFeature::play timeoutMs 0, mCurrAppId -1, mCurrEffectId -1 2021-12-03 11:56:37.405 1019-1019/? D/DynamicEffectDevice: FFDevice pause 2021-12-03 11:56:37.405 1001-1001/? D/vendor.qti.vibrator: QTI Vibrator reporting capabilities: 7 2021-12-03 11:56:37.407 1001-1001/? D/vendor.qti.vibrator: Vibrator on for timeoutMs: 350 2021-12-03 11:56:37.407 1001-1001/? D/vendor.qti.vibrator: Vibrator set amplitude: 1.000000 2021-12-03 11:56:37.520 951-2084/? E/CamX: [ERROR][NCS ] camxncsservice.cpp:594 EnqueueJob() Can not enqueue jobs when thread is stopped 2021-12-03 11:56:37.522 1008-1008/? I/DisplayFeatureHal: read panel temperature:28268 2021-12-03 11:56:37.522 1008-1008/? D/DisplayFeatureHal: HandleHBM enter 2021-12-03 11:56:37.522 1008-1008/? D/DisplayFeatureHal: HandleHBM exit ret=-1 enable:0 2021-12-03 11:56:37.522 1008-1008/? D/DisplayFeatureHal: dataCallback Lux value=< 137.3200>, 2021-12-03 11:56:37.616 980-980/? I/sensors-hal: activate:147, android.sensor.gyroscope/44 en=0 2021-12-03 11:56:37.618 980-980/? I/sensors-hal: activate:158, android.sensor.gyroscope/44 en=0 completed 2021-12-03 11:56:37.647 1726-1846/? I/AppsFilter: interaction: PackageSetting{f6cccaf com.gpa.fairtravel/10421} -> PackageSetting{cf0ac00 com.gemeinde24.app/10422} BLOCKED 2021-12-03 11:56:37.657 2540-2540/? W/MiuiFullScreenGestureProxy: packageMonitor onPackageModified packageName=com.gemeinde24.app 2021-12-03 11:56:37.657 2540-2540/? W/MiuiFullScreenGestureProxy: packageMonitor onPackageModified packageName=com.gemeinde24.app 2021-12-03 11:56:37.657 4910-4910/? D/AggregateListener: notifyAction action:android.intent.action.PACKAGE_CHANGED 2021-12-03 11:56:37.658 2899-2899/? E/PhoneInterfaceManager: [PhoneIntfMgr] getCarrierPackageNamesForIntentAndPhone: No UICC 2021-12-03 11:56:37.658 2899-2899/? D/CarrierSvcBindHelper: No carrier app for: 0 2021-12-03 11:56:37.659 2540-2540/? D/LockScreenMagazineController: received broadcast android.intent.action.PACKAGE_CHANGED 2021-12-03 11:56:37.659 6549-6549/? D/Avrcp_ext: AvrcpServiceBroadcastReceiver-> Action: android.intent.action.PACKAGE_CHANGED 2021-12-03 11:56:37.659 6549-6549/? D/Avrcp_ext: AvrcpServiceBroadcastReceiver-> packageName: com.gemeinde24.app 2021-12-03 11:56:37.659 6549-8204/? V/Avrcp_ext: AvrcpMessageHandler: received message=39 2021-12-03 11:56:37.659 6549-8204/? D/Avrcp_ext: packageName: com.gemeinde24.app removed: false 2021-12-03 11:56:37.661 6549-8204/? D/Avrcp_ext: isBrowsableListUpdated: browsable list size mismatch, true 2021-12-03 11:56:37.661 6549-8204/? D/Avrcp_ext: buildBrowsablePlayerList 2021-12-03 11:56:37.661 2540-2540/? D/ControlsListingControllerImpl: ServiceConfig reloaded 2021-12-03 11:56:37.662 1726-5810/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:37.662 1726-5810/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:37.662 1726-5810/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:37.663 6549-8204/? V/Avrcp_ext: getMediaPlayerInfo: Found com.miui.player 2021-12-03 11:56:37.663 6549-8204/? V/Avrcp_ext: isBrowseSupported for com.miui.player: false 2021-12-03 11:56:37.663 2899-2899/? D/CarrierSvcBindHelper: No carrier app for: 1 2021-12-03 11:56:37.663 2899-2899/? D/ImsResolver: maybeAddedImsService, packageName: com.gemeinde24.app 2021-12-03 11:56:37.663 6549-8204/? D/Avrcp_ext: Adding media player info for com.miui.player with id 1 2021-12-03 11:56:37.664 6549-8204/? D/Avrcp_ext: update #1:MediaPlayerInfo com.miui.player (as 'Musik') Type = 1, SubType = 0, Status = 0 Feature Bits [40 41 42 44 45 47 48 58] Controller: null 2021-12-03 11:56:37.664 6549-8204/? D/Avrcp_ext: Added MediaPlayerController/MediaPlayerPackage 2021-12-03 11:56:37.664 6549-8204/? V/Avrcp_ext: getMediaPlayerInfo: Found com.google.android.googlequicksearchbox 2021-12-03 11:56:37.664 6549-8204/? V/Avrcp_ext: isBrowseSupported for com.google.android.googlequicksearchbox: false 2021-12-03 11:56:37.664 6549-8204/? D/Avrcp_ext: Adding media player info for com.google.android.googlequicksearchbox with id 2 2021-12-03 11:56:37.664 6549-8204/? D/Avrcp_ext: update #2:MediaPlayerInfo com.google.android.googlequicksearchbox (as 'Google') Type = 1, SubType = 0, Status = 0 Feature Bits [40 41 42 44 45 47 48 58] Controller: null 2021-12-03 11:56:37.664 6549-8204/? D/Avrcp_ext: Added MediaPlayerController/MediaPlayerPackage 2021-12-03 11:56:37.664 6549-8204/? V/Avrcp_ext: getMediaPlayerInfo: Found com.google.android.youtube 2021-12-03 11:56:37.664 6549-8204/? V/Avrcp_ext: isBrowseSupported for com.google.android.youtube: false 2021-12-03 11:56:37.665 6549-8204/? D/Avrcp_ext: Adding media player info for com.google.android.youtube with id 3 2021-12-03 11:56:37.665 6549-8204/? D/Avrcp_ext: update #3:MediaPlayerInfo com.google.android.youtube (as 'YouTube') Type = 1, SubType = 0, Status = 0 Feature Bits [40 41 42 44 45 47 48 58] Controller: null 2021-12-03 11:56:37.665 6549-8204/? V/Avrcp_ext: updateNewIds: Addressed:3 to 3, Browse:0 to 0 2021-12-03 11:56:37.665 6549-8204/? D/Avrcp_ext: updateCurrentController: null to null 2021-12-03 11:56:37.665 6549-8204/? V/Avrcp_ext: updateNewIds: Addressed:3 to 3, Browse:0 to 0 2021-12-03 11:56:37.665 22025-22254/? D/AccountTypeManager: Registering external account type=com.google.android.apps.tachyon, packageName=com.google.android.apps.tachyon 2021-12-03 11:56:37.665 6549-8204/? V/Avrcp_ext: updateCurrentMediaState: mMediaController: null 2021-12-03 11:56:37.665 6549-8204/? V/Avrcp_ext: isMusicActive: false getBluetoothPlayState: 2 2021-12-03 11:56:37.665 6549-8204/? V/Avrcp_ext: updateCurrentMediaState: isPlaying = false 2021-12-03 11:56:37.665 6549-8204/? V/Avrcp_ext: Media update: id -1➡-1? [MediaAttributes: none] : [MediaAttributes: none] 2021-12-03 11:56:37.665 6549-8204/? D/Avrcp_ext: isPackageNameValid: browsedPackage = com.google.android.youtubeisValid = true 2021-12-03 11:56:37.665 6549-8204/? V/Avrcp_ext: isBrowseSupported for com.google.android.youtube: false 2021-12-03 11:56:37.665 6549-8204/? V/Avrcp_ext: newPlayStatus:2mReportedPlayStatus:2 2021-12-03 11:56:37.665 6549-8204/? V/Avrcp_ext: updatePlaybackState, state: PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809222, actions=0, custom actions=[], active item id=-1, error=null} device: null 2021-12-03 11:56:37.665 6549-8204/? V/Avrcp_ext: Device: no name: 2021-12-03 11:56:37.665 6549-8204/? I/chatty: uid=1002(bluetooth) BluetoothAvrcpH identical 3 lines 2021-12-03 11:56:37.665 6549-8204/? V/Avrcp_ext: Device: no name: 2021-12-03 11:56:37.665 6549-8204/? V/Avrcp_ext: updatePlayerStateAndPosition, old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35462466, actions=0, custom actions=[], active item id=-1, error=null}, state=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809222, actions=0, custom actions=[], active item id=-1, error=null} 2021-12-03 11:56:37.665 6549-8204/? V/Avrcp_ext: old state = PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35462466, actions=0, custom actions=[], active item id=-1, error=null}, new state= PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809222, actions=0, custom actions=[], active item id=-1, error=null} 2021-12-03 11:56:37.665 6549-8204/? D/HeadsetService: getHeadsetService(): returning com.android.bluetooth.hfp.HeadsetService@8ef9c2e 2021-12-03 11:56:37.666 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.666 6549-8204/? D/HeadsetService: isScoOrCallActive(): Call Active:falseCall is Ringing:falseSCO is Active:false 2021-12-03 11:56:37.667 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.667 6549-8204/? I/Avrcp_ext: updatePlayStatusForDevice: device: null 2021-12-03 11:56:37.667 6549-8204/? V/Avrcp_ext: updatePlaybackState (1): old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35462466, actions=0, custom actions=[], active item id=-1, error=null}(2), new=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809222, actions=0, custom actions=[], active item id=-1, error=null}(2) 2021-12-03 11:56:37.667 6549-8204/? I/Avrcp_ext: Exit updatePlayStatusForDevice 2021-12-03 11:56:37.667 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.667 6549-8204/? D/HeadsetService: isScoOrCallActive(): Call Active:falseCall is Ringing:falseSCO is Active:false 2021-12-03 11:56:37.667 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.667 6549-8204/? I/Avrcp_ext: updatePlayStatusForDevice: device: null 2021-12-03 11:56:37.667 6549-8204/? V/Avrcp_ext: updatePlaybackState (1): old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35462466, actions=0, custom actions=[], active item id=-1, error=null}(2), new=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809222, actions=0, custom actions=[], active item id=-1, error=null}(2) 2021-12-03 11:56:37.667 6549-8204/? I/Avrcp_ext: Exit updatePlayStatusForDevice 2021-12-03 11:56:37.667 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.667 6549-8204/? D/HeadsetService: isScoOrCallActive(): Call Active:falseCall is Ringing:falseSCO is Active:false 2021-12-03 11:56:37.667 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.667 6549-8204/? I/Avrcp_ext: updatePlayStatusForDevice: device: null 2021-12-03 11:56:37.667 6549-8204/? V/Avrcp_ext: updatePlaybackState (1): old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35462466, actions=0, custom actions=[], active item id=-1, error=null}(2), new=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809222, actions=0, custom actions=[], active item id=-1, error=null}(2) 2021-12-03 11:56:37.667 6549-8204/? I/Avrcp_ext: Exit updatePlayStatusForDevice 2021-12-03 11:56:37.668 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.668 6549-8204/? D/HeadsetService: isScoOrCallActive(): Call Active:falseCall is Ringing:falseSCO is Active:false 2021-12-03 11:56:37.668 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.668 6549-8204/? I/Avrcp_ext: updatePlayStatusForDevice: device: null 2021-12-03 11:56:37.668 6549-8204/? V/Avrcp_ext: updatePlaybackState (1): old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35462466, actions=0, custom actions=[], active item id=-1, error=null}(2), new=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809222, actions=0, custom actions=[], active item id=-1, error=null}(2) 2021-12-03 11:56:37.668 6549-8204/? I/Avrcp_ext: Exit updatePlayStatusForDevice 2021-12-03 11:56:37.669 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.669 6549-8204/? D/HeadsetService: isScoOrCallActive(): Call Active:falseCall is Ringing:falseSCO is Active:false 2021-12-03 11:56:37.669 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.669 6549-8204/? I/Avrcp_ext: updatePlayStatusForDevice: device: null 2021-12-03 11:56:37.669 6549-8204/? V/Avrcp_ext: updatePlaybackState (1): old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35462466, actions=0, custom actions=[], active item id=-1, error=null}(2), new=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809222, actions=0, custom actions=[], active item id=-1, error=null}(2) 2021-12-03 11:56:37.669 6549-8204/? I/Avrcp_ext: Exit updatePlayStatusForDevice 2021-12-03 11:56:37.669 6549-8204/? D/Avrcp_ext: Enter sendPlayPosNotificationRsp 2021-12-03 11:56:37.669 6549-8204/? D/Avrcp_ext: sendPlayPosNotificationRsp: Not registered or requesting. 2021-12-03 11:56:37.669 6549-8204/? D/Avrcp_ext: Enter sendPlayPosNotificationRsp 2021-12-03 11:56:37.669 6549-8204/? D/Avrcp_ext: sendPlayPosNotificationRsp: Not registered or requesting. 2021-12-03 11:56:37.669 6549-8204/? D/Avrcp_ext: Enter sendPlayPosNotificationRsp 2021-12-03 11:56:37.669 6549-8204/? D/Avrcp_ext: sendPlayPosNotificationRsp: Not registered or requesting. 2021-12-03 11:56:37.669 6549-8204/? D/Avrcp_ext: Enter sendPlayPosNotificationRsp 2021-12-03 11:56:37.669 6549-8204/? D/Avrcp_ext: sendPlayPosNotificationRsp: Not registered or requesting. 2021-12-03 11:56:37.669 6549-8204/? D/Avrcp_ext: Enter sendPlayPosNotificationRsp 2021-12-03 11:56:37.669 6549-8204/? D/Avrcp_ext: sendPlayPosNotificationRsp: Not registered or requesting. 2021-12-03 11:56:37.669 6549-8204/? V/Avrcp_ext: Exit updatePlayerStateAndPosition 2021-12-03 11:56:37.669 6549-8204/? D/Avrcp_ext: Added MediaPlayerController/MediaPlayerPackage 2021-12-03 11:56:37.669 6549-8204/? V/Avrcp_ext: getMediaPlayerInfo: Found com.amazon.avod.thirdpartyclient 2021-12-03 11:56:37.669 6549-8204/? V/Avrcp_ext: isBrowseSupported for com.amazon.avod.thirdpartyclient: false 2021-12-03 11:56:37.669 4308-4308/? D/RegisteredServicesCache: Reading service state data always from file 2021-12-03 11:56:37.670 6549-8204/? D/Avrcp_ext: Adding media player info for com.amazon.avod.thirdpartyclient with id 4 2021-12-03 11:56:37.670 6549-8204/? D/Avrcp_ext: update #4:MediaPlayerInfo com.amazon.avod.thirdpartyclient (as 'Prime Video') Type = 1, SubType = 0, Status = 0 Feature Bits [40 41 42 44 45 47 48 58] Controller: null 2021-12-03 11:56:37.670 6549-8204/? D/Avrcp_ext: Added MediaPlayerController/MediaPlayerPackage 2021-12-03 11:56:37.670 6549-8204/? V/Avrcp_ext: getMediaPlayerInfo: Found com.amazon.mp3 2021-12-03 11:56:37.670 6549-8204/? V/Avrcp_ext: isBrowseSupported for com.amazon.mp3: false 2021-12-03 11:56:37.672 6549-8204/? D/Avrcp_ext: Adding media player info for com.amazon.mp3 with id 5 2021-12-03 11:56:37.672 6549-8204/? D/Avrcp_ext: update #5:MediaPlayerInfo com.amazon.mp3 (as 'Amazon Music') Type = 1, SubType = 0, Status = 0 Feature Bits [40 41 42 44 45 47 48 58] Controller: null 2021-12-03 11:56:37.672 6549-8204/? D/Avrcp_ext: Added MediaPlayerController/MediaPlayerPackage 2021-12-03 11:56:37.672 6549-8204/? V/Avrcp_ext: getMediaPlayerInfo: Found com.google.android.apps.youtube.music 2021-12-03 11:56:37.672 6549-8204/? V/Avrcp_ext: isBrowseSupported for com.google.android.apps.youtube.music: false 2021-12-03 11:56:37.672 1726-1744/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:37.672 1726-1744/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:37.672 1726-1744/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:37.672 6549-8204/? D/Avrcp_ext: Adding media player info for com.google.android.apps.youtube.music with id 6 2021-12-03 11:56:37.672 6549-8204/? D/Avrcp_ext: update #6:MediaPlayerInfo com.google.android.apps.youtube.music (as 'YouTube Music') Type = 1, SubType = 0, Status = 0 Feature Bits [40 41 42 44 45 47 48 58] Controller: null 2021-12-03 11:56:37.672 6549-8204/? D/Avrcp_ext: Added MediaPlayerController/MediaPlayerPackage 2021-12-03 11:56:37.672 6549-8204/? V/Avrcp_ext: getMediaPlayerInfo: Found com.shazam.android 2021-12-03 11:56:37.672 6549-8204/? V/Avrcp_ext: isBrowseSupported for com.shazam.android: false 2021-12-03 11:56:37.673 22025-22254/? D/AccountTypeManager: Registering external account type=com.facebook.messenger, packageName=com.facebook.orca 2021-12-03 11:56:37.673 6549-8204/? D/Avrcp_ext: Adding media player info for com.shazam.android with id 7 2021-12-03 11:56:37.673 6549-8204/? D/Avrcp_ext: update #7:MediaPlayerInfo com.shazam.android (as 'Shazam') Type = 1, SubType = 0, Status = 0 Feature Bits [40 41 42 44 45 47 48 58] Controller: null 2021-12-03 11:56:37.673 6549-8204/? D/Avrcp_ext: Added MediaPlayerController/MediaPlayerPackage 2021-12-03 11:56:37.673 6549-8204/? V/Avrcp_ext: getMediaPlayerInfo: Found tunein.player 2021-12-03 11:56:37.673 6549-8204/? V/Avrcp_ext: isBrowseSupported for tunein.player: false 2021-12-03 11:56:37.674 6549-8204/? D/Avrcp_ext: Adding media player info for tunein.player with id 8 2021-12-03 11:56:37.674 6549-8204/? D/Avrcp_ext: update #8:MediaPlayerInfo tunein.player (as 'TuneIn Radio') Type = 1, SubType = 0, Status = 0 Feature Bits [40 41 42 44 45 47 48 58] Controller: null 2021-12-03 11:56:37.674 6549-8204/? D/Avrcp_ext: Added MediaPlayerController/MediaPlayerPackage 2021-12-03 11:56:37.674 6549-8204/? V/Avrcp_ext: updateCurrentMediaState: mMediaController: null 2021-12-03 11:56:37.678 6549-8204/? V/Avrcp_ext: isMusicActive: false getBluetoothPlayState: 2 2021-12-03 11:56:37.678 6549-8204/? V/Avrcp_ext: updateCurrentMediaState: isPlaying = false 2021-12-03 11:56:37.678 6549-8204/? V/Avrcp_ext: Media update: id -1➡-1? [MediaAttributes: none] : [MediaAttributes: none] 2021-12-03 11:56:37.678 6549-8204/? D/Avrcp_ext: isPackageNameValid: browsedPackage = com.google.android.youtubeisValid = true 2021-12-03 11:56:37.678 6549-8204/? V/Avrcp_ext: isBrowseSupported for com.google.android.youtube: false 2021-12-03 11:56:37.678 6549-8204/? V/Avrcp_ext: newPlayStatus:2mReportedPlayStatus:2 2021-12-03 11:56:37.678 6549-8204/? V/Avrcp_ext: updatePlaybackState, state: PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809234, actions=0, custom actions=[], active item id=-1, error=null} device: null 2021-12-03 11:56:37.678 6549-8204/? V/Avrcp_ext: Device: no name: 2021-12-03 11:56:37.678 6549-8204/? I/chatty: uid=1002(bluetooth) BluetoothAvrcpH identical 3 lines 2021-12-03 11:56:37.678 6549-8204/? V/Avrcp_ext: Device: no name: 2021-12-03 11:56:37.678 6549-8204/? V/Avrcp_ext: updatePlayerStateAndPosition, old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809222, actions=0, custom actions=[], active item id=-1, error=null}, state=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809234, actions=0, custom actions=[], active item id=-1, error=null} 2021-12-03 11:56:37.678 6549-8204/? V/Avrcp_ext: old state = PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809222, actions=0, custom actions=[], active item id=-1, error=null}, new state= PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809234, actions=0, custom actions=[], active item id=-1, error=null} 2021-12-03 11:56:37.678 6549-8204/? D/HeadsetService: getHeadsetService(): returning com.android.bluetooth.hfp.HeadsetService@8ef9c2e 2021-12-03 11:56:37.678 4308-4308/? D/RegisteredServicesCache: ServiceStateFileVersion=1.0 2021-12-03 11:56:37.678 4308-4308/? E/RegisteredServicesCache: Next Tag=services 2021-12-03 11:56:37.678 4308-4308/? D/RegisteredServicesCache: curr component com.google.android.gms/com.google.android.gms.nearby.mediums.nearfieldcommunication.NfcAdvertisingService 2021-12-03 11:56:37.678 4308-4308/? D/RegisteredServicesCache: curr uid 10196 2021-12-03 11:56:37.678 4308-4308/? D/RegisteredServicesCache: curr state 2 2021-12-03 11:56:37.678 4308-4308/? E/RegisteredServicesCache: installedServices no uidString 2021-12-03 11:56:37.678 4308-4308/? D/RegisteredServicesCache: curr component com.google.android.gms/com.google.android.gms.pay.hce.service.PayHceService 2021-12-03 11:56:37.678 4308-4308/? D/RegisteredServicesCache: curr uid 10196 2021-12-03 11:56:37.678 4308-4308/? D/RegisteredServicesCache: curr state 2 2021-12-03 11:56:37.678 4308-4308/? E/RegisteredServicesCache: installedServices contains uidString : 10196 2021-12-03 11:56:37.678 4308-4308/? E/RegisteredServicesCache: 1invalidateCache:WriteServiceStateToFile 2021-12-03 11:56:37.678 4308-4308/? E/RegisteredServicesCache: Writing service state Data Always 2021-12-03 11:56:37.679 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.679 6549-8204/? D/HeadsetService: isScoOrCallActive(): Call Active:falseCall is Ringing:falseSCO is Active:false 2021-12-03 11:56:37.679 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.679 6549-8204/? I/Avrcp_ext: updatePlayStatusForDevice: device: null 2021-12-03 11:56:37.680 6549-8204/? V/Avrcp_ext: updatePlaybackState (1): old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809222, actions=0, custom actions=[], active item id=-1, error=null}(2), new=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809234, actions=0, custom actions=[], active item id=-1, error=null}(2) 2021-12-03 11:56:37.680 6549-8204/? I/Avrcp_ext: Exit updatePlayStatusForDevice 2021-12-03 11:56:37.680 1031-19621/? D/AF::TrackHandle: OpPlayAudio: track:108 usage:3 not muted 2021-12-03 11:56:37.680 4308-4308/? E/RegisteredServicesCache: component namecom.google.android.gms/com.google.android.gms.nearby.mediums.nearfieldcommunication.NfcAdvertisingService 2021-12-03 11:56:37.680 4308-4308/? E/RegisteredServicesCache: component namecom.google.android.gms/com.google.android.gms.pay.hce.service.PayHceService 2021-12-03 11:56:37.681 3092-28702/? I/Fitness: OnPackageChangedOperation got intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.gemeinde24.app flg=0x45000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } [CONTEXT service_id=17 ] 2021-12-03 11:56:37.681 22025-22254/? D/AccountTypeManager: Registering external account type=com.skype.raider, packageName=com.skype.raider 2021-12-03 11:56:37.681 1031-19621/? D/AF::TrackHandle: OpPlayAudio: track:108 usage:3 not muted 2021-12-03 11:56:37.682 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.682 6549-8204/? D/HeadsetService: isScoOrCallActive(): Call Active:falseCall is Ringing:falseSCO is Active:false 2021-12-03 11:56:37.682 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.682 6549-8204/? I/Avrcp_ext: updatePlayStatusForDevice: device: null 2021-12-03 11:56:37.682 6549-8204/? V/Avrcp_ext: updatePlaybackState (1): old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809222, actions=0, custom actions=[], active item id=-1, error=null}(2), new=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809234, actions=0, custom actions=[], active item id=-1, error=null}(2) 2021-12-03 11:56:37.682 6549-8204/? I/Avrcp_ext: Exit updatePlayStatusForDevice 2021-12-03 11:56:37.682 1726-5810/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:37.682 1726-5810/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:37.682 1726-5810/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:37.682 4308-4308/? D/NfcService: defaultMifareCLTRoute : 315 2021-12-03 11:56:37.682 4308-4308/? I/chatty: uid=1027(nfc) com.android.nfc identical 8 lines 2021-12-03 11:56:37.682 4308-4308/? D/NfcService: defaultMifareCLTRoute : 315 2021-12-03 11:56:37.682 4308-4308/? D/AidRoutingManager: configureRouting(false): Enter 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:NativeNfcManager.cpp(2163)] nfcManager_getDefaultAidRoute: num 1 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:SecureElement.cpp(1498)] SecureElement::getEseHandleFromGenericId: enter; ESE-ID = 0x01 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:SecureElement.cpp(1525)] SecureElement::getEseHandleFromGenericId: enter; ESE-Handle = 0x4C0 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:NativeNfcManager.cpp(2166)] nfcManager_getDefaultAidRoute: defaultRouteHandle c0 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:SecureElement.cpp(1608)] SecureElement::getEeHandleList: 0 = 0x4C0 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:SecureElement.cpp(1619)] SecureElement::getEeHandleList: Handle 0 = 0xC0 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:SecureElement.cpp(1608)] SecureElement::getEeHandleList: 1 = 0x410 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:SecureElement.cpp(1619)] SecureElement::getEeHandleList: Handle 1 = 0x10 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:NativeNfcManager.cpp(2173)] nfcManager_getDefaultAidRoute: Default AID Route handle found 0x c0 2021-12-03 11:56:37.683 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.683 6549-8204/? D/HeadsetService: isScoOrCallActive(): Call Active:falseCall is Ringing:falseSCO is Active:false 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:NativeNfcManager.cpp(2186)] nfcManager_getDefaultAidRoute route = 1 2021-12-03 11:56:37.683 4308-4308/? D/NfcService: defaultAidRoute : 315 2021-12-03 11:56:37.683 4308-4308/? D/NfcService: GetDefaultRouteLoc :2 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:NativeNfcManager.cpp(2163)] nfcManager_getDefaultAidRoute: num 1 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:SecureElement.cpp(1498)] SecureElement::getEseHandleFromGenericId: enter; ESE-ID = 0x01 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:SecureElement.cpp(1525)] SecureElement::getEseHandleFromGenericId: enter; ESE-Handle = 0x4C0 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:NativeNfcManager.cpp(2166)] nfcManager_getDefaultAidRoute: defaultRouteHandle c0 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:SecureElement.cpp(1608)] SecureElement::getEeHandleList: 0 = 0x4C0 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:SecureElement.cpp(1619)] SecureElement::getEeHandleList: Handle 0 = 0xC0 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:SecureElement.cpp(1608)] SecureElement::getEeHandleList: 1 = 0x410 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:SecureElement.cpp(1619)] SecureElement::getEeHandleList: Handle 1 = 0x10 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:NativeNfcManager.cpp(2173)] nfcManager_getDefaultAidRoute: Default AID Route handle found 0x c0 2021-12-03 11:56:37.683 4308-4308/? I/libnfc_nci: [INFO:NativeNfcManager.cpp(2186)] nfcManager_getDefaultAidRoute route = 1 2021-12-03 11:56:37.683 4308-4308/? D/NfcService: defaultAidRoute : 315 2021-12-03 11:56:37.683 4308-4308/? D/NfcService: GetDefaultRouteLoc :2 2021-12-03 11:56:37.683 4308-4308/? E/AidRoutingManager: Size of routing table970 2021-12-03 11:56:37.683 4308-4308/? D/AidRoutingManager: configureRouting: seList: add 0 2021-12-03 11:56:37.684 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.684 6549-8204/? I/Avrcp_ext: updatePlayStatusForDevice: device: null 2021-12-03 11:56:37.684 6549-8204/? V/Avrcp_ext: updatePlaybackState (1): old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809222, actions=0, custom actions=[], active item id=-1, error=null}(2), new=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809234, actions=0, custom actions=[], active item id=-1, error=null}(2) 2021-12-03 11:56:37.684 6549-8204/? I/Avrcp_ext: Exit updatePlayStatusForDevice 2021-12-03 11:56:37.684 4308-4308/? D/RegisteredNfcFServicesCache: Service unchanged, not updating 2021-12-03 11:56:37.684 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.684 6549-8204/? D/HeadsetService: isScoOrCallActive(): Call Active:falseCall is Ringing:falseSCO is Active:false 2021-12-03 11:56:37.685 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.685 6549-8204/? I/Avrcp_ext: updatePlayStatusForDevice: device: null 2021-12-03 11:56:37.685 6549-8204/? V/Avrcp_ext: updatePlaybackState (1): old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809222, actions=0, custom actions=[], active item id=-1, error=null}(2), new=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809234, actions=0, custom actions=[], active item id=-1, error=null}(2) 2021-12-03 11:56:37.685 6549-8204/? I/Avrcp_ext: Exit updatePlayStatusForDevice 2021-12-03 11:56:37.685 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.685 6549-8204/? D/HeadsetService: isScoOrCallActive(): Call Active:falseCall is Ringing:falseSCO is Active:false 2021-12-03 11:56:37.686 6549-8204/? D/HeadsetService: isAudioOn: The number of audio connected devices 0 2021-12-03 11:56:37.686 6549-8204/? I/Avrcp_ext: updatePlayStatusForDevice: device: null 2021-12-03 11:56:37.686 6549-8204/? V/Avrcp_ext: updatePlaybackState (1): old=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809222, actions=0, custom actions=[], active item id=-1, error=null}(2), new=PlaybackState {state=2, position=-1, buffered position=0, speed=0.0, updated=35809234, actions=0, custom actions=[], active item id=-1, error=null}(2) 2021-12-03 11:56:37.686 6549-8204/? I/Avrcp_ext: Exit updatePlayStatusForDevice 2021-12-03 11:56:37.686 6549-8204/? D/Avrcp_ext: Enter sendPlayPosNotificationRsp 2021-12-03 11:56:37.686 6549-8204/? D/Avrcp_ext: sendPlayPosNotificationRsp: Not registered or requesting. 2021-12-03 11:56:37.686 6549-8204/? D/Avrcp_ext: Enter sendPlayPosNotificationRsp 2021-12-03 11:56:37.686 6549-8204/? D/Avrcp_ext: sendPlayPosNotificationRsp: Not registered or requesting. 2021-12-03 11:56:37.686 6549-8204/? D/Avrcp_ext: Enter sendPlayPosNotificationRsp 2021-12-03 11:56:37.686 6549-8204/? D/Avrcp_ext: sendPlayPosNotificationRsp: Not registered or requesting. 2021-12-03 11:56:37.686 6549-8204/? D/Avrcp_ext: Enter sendPlayPosNotificationRsp 2021-12-03 11:56:37.686 6549-8204/? D/Avrcp_ext: sendPlayPosNotificationRsp: Not registered or requesting. 2021-12-03 11:56:37.686 6549-8204/? D/Avrcp_ext: Enter sendPlayPosNotificationRsp 2021-12-03 11:56:37.686 6549-8204/? D/Avrcp_ext: sendPlayPosNotificationRsp: Not registered or requesting. 2021-12-03 11:56:37.686 6549-8204/? V/Avrcp_ext: Exit updatePlayerStateAndPosition 2021-12-03 11:56:37.686 6549-8204/? D/Avrcp_ext: Exit handlePackageModified 2021-12-03 11:56:37.686 6549-8204/? V/Avrcp_ext: Exit handleMessage 2021-12-03 11:56:37.689 22025-22254/? D/AccountTypeManager: Registering external account type=com.microsoft.teams, packageName=com.microsoft.teams 2021-12-03 11:56:37.692 1726-2161/? I/InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | 2021-12-03 11:56:37.703 1031-19621/? D/AF::TrackHandle: OpPlayAudio: track:108 usage:3 not muted 2021-12-03 11:56:37.703 1726-1744/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:37.703 1726-1744/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:37.703 1726-1744/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:37.704 3092-28708/? I/Fitness: FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_CHANGED [CONTEXT service_id=17 ] 2021-12-03 11:56:37.705 1726-1743/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:37.705 1726-1743/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:37.705 1726-1743/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:37.708 1031-19621/? D/AF::TrackHandle: OpPlayAudio: track:108 usage:3 not muted 2021-12-03 11:56:37.709 1726-2984/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:37.709 1726-2984/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:37.709 1726-2984/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:37.710 22025-22254/? D/AccountTypeManager: Registering external account type=com.whatsapp, packageName=com.whatsapp 2021-12-03 11:56:37.712 1031-19621/? D/AF::TrackHandle: OpPlayAudio: track:108 usage:3 not muted 2021-12-03 11:56:37.715 22025-22254/? D/AccountTypeManager: Registering external account type=com.xiaomi, packageName=com.xiaomi.account 2021-12-03 11:56:37.716 22025-22254/? D/AccountTypeManager: Registering 1 extension packages 2021-12-03 11:56:37.717 3980-4084/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36 2021-12-03 11:56:37.719 22025-22254/? E/DialerExternalAccountType: com.android.contacts.common.model.account.ExternalAccountType.inflate:275 Unsupported attribute readOnly 2021-12-03 11:56:37.719 22025-22254/? D/AccountTypeManager: Registering extension package account type=com.google, dataSet=plus, packageName=com.google.android.gms 2021-12-03 11:56:37.722 1726-5907/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:37.722 1726-5907/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:37.722 1726-5907/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:37.726 3092-10329/? W/ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id 2021-12-03 11:56:37.730 22025-22254/? I/AccountTypeManager: Loaded meta-data for 9 account types, 8 accounts in 68ms(wall) 41ms(cpu) 2021-12-03 11:56:37.730 3092-10329/? W/ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id 2021-12-03 11:56:37.731 3092-10329/? W/ChimeraUtils: Module com.google.android.gms.nearby_en has empty metadata display_name_string_id 2021-12-03 11:56:37.731 3980-25569/? I/GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1 2021-12-03 11:56:37.732 1726-5810/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:37.732 1726-5810/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:37.732 1726-5810/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:37.753 983-6692/? I/WifiHAL: event received NL80211_CMD_VENDOR, vendor_id = 0x1374, subcmd = 0xd 2021-12-03 11:56:37.753 1468-1468/? I/cnss-daemon: nl80211 response handler invoked 2021-12-03 11:56:37.753 1468-1468/? I/cnss-daemon: nl80211_response_handler: cmd 103, vendorID 4980, subcmd 13 received 2021-12-03 11:56:37.756 3980-22096/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30 2021-12-03 11:56:37.760 3980-25569/? I/Icing: Usage reports ok 2, Failed Usage reports 0, indexed 0, rejected 0 2021-12-03 11:56:37.775 3980-25569/? I/GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1 2021-12-03 11:56:37.779 3980-25569/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 2021-12-03 11:56:37.781 3980-25569/? I/Icing: Indexing com.google.android.gms-apps from com.google.android.gms 2021-12-03 11:56:37.785 3980-25569/? I/Icing: Indexing done com.google.android.gms-apps 2021-12-03 11:56:37.849 1726-1737/? W/System: A resource failed to call release. 2021-12-03 11:56:37.849 1726-1737/? I/chatty: uid=1000(system) FinalizerDaemon identical 2 lines 2021-12-03 11:56:37.849 1726-1737/? W/System: A resource failed to call release. 2021-12-03 11:56:37.849 1726-1737/? W/System: A resource failed to call close. 2021-12-03 11:56:37.849 1726-1737/? W/System: A resource failed to call release. 2021-12-03 11:56:37.849 1726-1737/? I/chatty: uid=1000(system) FinalizerDaemon identical 1 line 2021-12-03 11:56:37.849 1726-1737/? W/System: A resource failed to call release. 2021-12-03 11:56:37.853 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:37.853 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:37.853 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:37.853 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:37.853 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:37.853 1726-1726/? I/Telecom: DefaultDialerCache: Refreshing default dialer for user 0: now com.google.android.dialer: DDC.oR@Blc 2021-12-03 11:56:37.854 2914-2914/? D/Launcher.Model: LauncherAppsCallback onPackageChanged|com.gemeinde24.app|UserHandle{0} 2021-12-03 11:56:37.854 2914-3118/? D/Launcher.Model: Got broadcast:Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.gemeinde24.app (has extras) } 2021-12-03 11:56:37.856 2914-3118/? D/ReflectUtils: getFieldValue java.lang.IllegalAccessException: Class java.lang.Class cannot access private field android.content.pm.ActivityInfo android.content.pm.LauncherActivityInfo.mActivityInfo of class java.lang.Class at java.lang.reflect.Field.get(Native Method) at com.miui.launcher.utils.ReflectUtils.getFieldValue(ReflectUtils.java:134) at com.miui.home.library.compat.LauncherActivityInfoCompat.getActivityInfo(LauncherActivityInfoCompat.java:13) at com.miui.home.library.compat.LauncherActivityInfoCompat.getIconResource(LauncherActivityInfoCompat.java:18) at com.miui.home.launcher.IconProvider.getActivityIcon(IconProvider.java:55) at com.miui.home.launcher.IconCache.addIconToMemCache(IconCache.java:132) at com.miui.home.launcher.IconCache.updateIconsForPkg(IconCache.java:113) at com.miui.home.launcher.LauncherModel.onReceiveBackground(LauncherModel.java:959) at com.miui.home.launcher.LauncherModel$LauncherAppsCallback$1.run(LauncherModel.java:319) at com.miui.home.launcher.LauncherModel$8.run(LauncherModel.java:877) at android.os.Handler.handleCallback(Handler.java:938) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:236) at android.os.HandlerThread.run(HandlerThread.java:67) 2021-12-03 11:56:37.856 2914-3118/? D/ReflectUtils: getFieldValue java.lang.IllegalAccessException: Class java.lang.Class cannot access private field android.content.pm.ActivityInfo android.content.pm.LauncherActivityInfo.mActivityInfo of class java.lang.Class at java.lang.reflect.Field.get(Native Method) at com.miui.launcher.utils.ReflectUtils.getFieldValue(ReflectUtils.java:134) at com.miui.home.library.compat.LauncherActivityInfoCompat.getActivityInfo(LauncherActivityInfoCompat.java:13) at com.miui.home.library.compat.LauncherActivityInfoCompat.getIconResource(LauncherActivityInfoCompat.java:18) at com.miui.home.launcher.IconProvider.getActivityIcon(IconProvider.java:60) at com.miui.home.launcher.IconCache.addIconToMemCache(IconCache.java:132) at com.miui.home.launcher.IconCache.updateIconsForPkg(IconCache.java:113) at com.miui.home.launcher.LauncherModel.onReceiveBackground(LauncherModel.java:959) at com.miui.home.launcher.LauncherModel$LauncherAppsCallback$1.run(LauncherModel.java:319) at com.miui.home.launcher.LauncherModel$8.run(LauncherModel.java:877) at android.os.Handler.handleCallback(Handler.java:938) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:236) at android.os.HandlerThread.run(HandlerThread.java:67) 2021-12-03 11:56:37.860 2914-3118/? D/Launcher.AllAppsList: updatePackage, packageName=com.gemeinde24.app, loadMissing=false, user=UserHandle{0}, matchedSize=1 2021-12-03 11:56:37.860 2914-3118/? D/Launcher.AllAppsList: updatePackage, find appInfo=AppInfo, id=-1, itemType=0, user=UserHandle{0}, mIconType=0, pkgName=com.gemeinde24.app, className=com.gemeinde24.app.Main, screenId=-1, container=-1, cellX=-1, cellY=-1, spanX=1, spanY=1, isLandscapePos=false from ComponentInfo{com.gemeinde24.app/com.gemeinde24.app.Main} 2021-12-03 11:56:37.861 2914-3118/? D/ReflectUtils: getFieldValue java.lang.IllegalAccessException: Class java.lang.Class cannot access private field android.content.pm.ActivityInfo android.content.pm.LauncherActivityInfo.mActivityInfo of class java.lang.Class at java.lang.reflect.Field.get(Native Method) at com.miui.launcher.utils.ReflectUtils.getFieldValue(ReflectUtils.java:134) at com.miui.home.library.compat.LauncherActivityInfoCompat.getActivityInfo(LauncherActivityInfoCompat.java:13) at com.miui.home.library.compat.LauncherActivityInfoCompat.getIconResource(LauncherActivityInfoCompat.java:18) at com.miui.home.launcher.IconProvider.getActivityIcon(IconProvider.java:55) at com.miui.home.launcher.IconCache.cacheLocked(IconCache.java:207) at com.miui.home.launcher.IconCache.getIcon(IconCache.java:169) at com.miui.home.launcher.IconCache.getIcon(IconCache.java:143) at com.miui.home.launcher.AllAppsList.updatePackage(AllAppsList.java:492) at com.miui.home.launcher.AllAppsList.updatePackage(AllAppsList.java:440) at com.miui.home.launcher.AllAppsList.updatePackage(AllAppsList.java:436) at com.miui.home.launcher.LauncherModel.onReceiveBackground(LauncherModel.java:960) at com.miui.home.launcher.LauncherModel$LauncherAppsCallback$1.run(LauncherModel.java:319) at com.miui.home.launcher.LauncherModel$8.run(LauncherModel.java:877) at android.os.Handler.handleCallback(Handler.java:938) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:236) at android.os.HandlerThread.run(HandlerThread.java:67) 2021-12-03 11:56:37.861 2914-3118/? D/ReflectUtils: getFieldValue java.lang.IllegalAccessException: Class java.lang.Class cannot access private field android.content.pm.ActivityInfo android.content.pm.LauncherActivityInfo.mActivityInfo of class java.lang.Class at java.lang.reflect.Field.get(Native Method) at com.miui.launcher.utils.ReflectUtils.getFieldValue(ReflectUtils.java:134) at com.miui.home.library.compat.LauncherActivityInfoCompat.getActivityInfo(LauncherActivityInfoCompat.java:13) at com.miui.home.library.compat.LauncherActivityInfoCompat.getIconResource(LauncherActivityInfoCompat.java:18) at com.miui.home.launcher.IconProvider.getActivityIcon(IconProvider.java:60) at com.miui.home.launcher.IconCache.cacheLocked(IconCache.java:207) at com.miui.home.launcher.IconCache.getIcon(IconCache.java:169) at com.miui.home.launcher.IconCache.getIcon(IconCache.java:143) at com.miui.home.launcher.AllAppsList.updatePackage(AllAppsList.java:492) at com.miui.home.launcher.AllAppsList.updatePackage(AllAppsList.java:440) at com.miui.home.launcher.AllAppsList.updatePackage(AllAppsList.java:436) at com.miui.home.launcher.LauncherModel.onReceiveBackground(LauncherModel.java:960) at com.miui.home.launcher.LauncherModel$LauncherAppsCallback$1.run(LauncherModel.java:319) at com.miui.home.launcher.LauncherModel$8.run(LauncherModel.java:877) at android.os.Handler.handleCallback(Handler.java:938) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:236) at android.os.HandlerThread.run(HandlerThread.java:67) 2021-12-03 11:56:37.863 2914-3118/? D/Launcher.Model: onReceiveBackground, mAllAppsList=add=[], remove=[], modified=[(0, AppInfo, id=-1, itemType=0, user=UserHandle{0}, mIconType=0, pkgName=com.gemeinde24.app, className=com.gemeinde24.app.Main, screenId=-1, container=-1, cellX=-1, cellY=-1, spanX=1, spanY=1, isLandscapePos=false)] 2021-12-03 11:56:37.864 2914-3119/? D/ReflectUtils: getFieldValue java.lang.IllegalAccessException: Class java.lang.Class cannot access private field android.content.pm.ActivityInfo android.content.pm.LauncherActivityInfo.mActivityInfo of class java.lang.Class at java.lang.reflect.Field.get(Native Method) at com.miui.launcher.utils.ReflectUtils.getFieldValue(ReflectUtils.java:134) at com.miui.home.library.compat.LauncherActivityInfoCompat.getActivityInfo(LauncherActivityInfoCompat.java:13) at com.miui.home.library.compat.LauncherActivityInfoCompat.getIconResource(LauncherActivityInfoCompat.java:18) at com.miui.home.launcher.IconProvider.getActivityIcon(IconProvider.java:55) at com.miui.home.launcher.IconCache.cacheLocked(IconCache.java:207) at com.miui.home.launcher.IconCache.getIcon(IconCache.java:169) at com.miui.home.launcher.IconCache.getIcon(IconCache.java:158) at com.miui.home.launcher.ShortcutInfo.getIconDrawable(ShortcutInfo.java:401) at com.miui.home.launcher.ShortcutInfo$1.apply(ShortcutInfo.java:365) at com.miui.home.launcher.ShortcutInfo$1.apply(ShortcutInfo.java:362) at com.miui.home.library.utils.AsyncTaskExecutorHelper$3.doInBackground(AsyncTaskExecutorHelper.java:131) at com.miui.home.library.utils.AsyncTaskExecutorHelper$3.doInBackground(AsyncTaskExecutorHelper.java:126) at android.os.AsyncTask$3.call(AsyncTask.java:394) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:923) 2021-12-03 11:56:37.864 2914-3119/? D/ReflectUtils: getFieldValue java.lang.IllegalAccessException: Class java.lang.Class cannot access private field android.content.pm.ActivityInfo android.content.pm.LauncherActivityInfo.mActivityInfo of class java.lang.Class at java.lang.reflect.Field.get(Native Method) at com.miui.launcher.utils.ReflectUtils.getFieldValue(ReflectUtils.java:134) at com.miui.home.library.compat.LauncherActivityInfoCompat.getActivityInfo(LauncherActivityInfoCompat.java:13) at com.miui.home.library.compat.LauncherActivityInfoCompat.getIconResource(LauncherActivityInfoCompat.java:18) at com.miui.home.launcher.IconProvider.getActivityIcon(IconProvider.java:60) at com.miui.home.launcher.IconCache.cacheLocked(IconCache.java:207) at com.miui.home.launcher.IconCache.getIcon(IconCache.java:169) at com.miui.home.launcher.IconCache.getIcon(IconCache.java:158) at com.miui.home.launcher.ShortcutInfo.getIconDrawable(ShortcutInfo.java:401) at com.miui.home.launcher.ShortcutInfo$1.apply(ShortcutInfo.java:365) at com.miui.home.launcher.ShortcutInfo$1.apply(ShortcutInfo.java:362) at com.miui.home.library.utils.AsyncTaskExecutorHelper$3.doInBackground(AsyncTaskExecutorHelper.java:131) at com.miui.home.library.utils.AsyncTaskExecutorHelper$3.doInBackground(AsyncTaskExecutorHelper.java:126) at android.os.AsyncTask$3.call(AsyncTask.java:394) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:923) 2021-12-03 11:56:37.868 1726-1765/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:37.868 1726-1765/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:37.868 1726-1765/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:37.869 1726-2183/? I/MiuiNetworkPolicy: updateUidState uid = 10100, uidState = 6 2021-12-03 11:56:37.870 23745-23770/? I/PermissionControllerServiceImpl: Updating user sensitive for uid 10422 2021-12-03 11:56:38.008 1001-1001/? D/vendor.qti.vibrator: Vibrator on for timeoutMs: 350 2021-12-03 11:56:38.008 1001-1001/? D/vendor.qti.vibrator: Vibrator set amplitude: 1.000000 2021-12-03 11:56:38.110 1726-5907/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:38.110 1726-5907/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:38.110 1726-5907/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:38.165 1726-5810/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:38.165 1726-5810/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:38.165 1726-5810/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:38.199 1726-2984/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:38.199 1726-2984/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:38.199 1726-2984/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:38.244 1726-2984/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:38.244 1726-2984/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:38.244 1726-2984/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:38.251 4831-5783/? I/TrafficManageService: mina mTrafficStatsReceiver onReceive 2021-12-03 11:56:38.278 1726-5810/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:38.278 1726-5810/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:38.278 1726-5810/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:38.284 1726-5907/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:38.284 1726-5907/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:38.284 1726-5907/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:38.359 1001-1001/? D/vendor.qti.vibrator: QTI Vibrator off 2021-12-03 11:56:38.359 1019-1019/? E/VibratorService.mi: VibratorFeature::off 2021-12-03 11:56:38.359 1019-1019/? E/VibratorService.mi: VibratorFeature::play timeoutMs 0, mCurrAppId -1, mCurrEffectId -1 2021-12-03 11:56:38.359 1019-1019/? D/DynamicEffectDevice: FFDevice pause 2021-12-03 11:56:38.436 951-2084/? E/CamX: [ERROR][NCS ] camxncsservice.cpp:594 EnqueueJob() Can not enqueue jobs when thread is stopped 2021-12-03 11:56:38.438 1008-1008/? I/DisplayFeatureHal: read panel temperature:28235 2021-12-03 11:56:38.438 1008-1008/? D/DisplayFeatureHal: HandleHBM enter 2021-12-03 11:56:38.438 1008-1008/? D/DisplayFeatureHal: HandleHBM exit ret=-1 enable:0 2021-12-03 11:56:38.438 1008-1008/? D/DisplayFeatureHal: dataCallback Lux value=< 122.0412>, 2021-12-03 11:56:38.813 1726-2160/? D/MIUIInput: [MotionEvent] publisher action=0x0, 7169714, channel 'd07daa3 StatusBar (server)' 2021-12-03 11:56:38.814 2540-2540/? D/PanelView: cancelFlingSpring 2021-12-03 11:56:38.814 1726-2234/? W/SchedBoost: SchedBoost begin: proc: 2914/3132, mode: 2 aff:[4, 5, 6] 2021-12-03 11:56:38.814 2540-2540/? D/PanelView: cancelFlingSpring 2021-12-03 11:56:38.815 1726-1768/? E/PointerController: [doFadingAnimationLocked:632] 2021-12-03 11:56:38.815 1726-1768/? E/PointerController: [updatePointerLocked:811] mLocked.pointerIconChanged = 0 2021-12-03 11:56:38.815 1726-1768/? E/PointerController: [updatePointerLocked:812] mLocked.presentationChanged = 0 2021-12-03 11:56:38.815 1726-1768/? E/PointerController: [updatePointerLocked:813] mLocked.presentation = 0 2021-12-03 11:56:38.815 1726-1768/? E/PointerController: [updatePointerLocked:814] mLocked.requestedPointerType = 1000 2021-12-03 11:56:38.841 1726-2234/? W/SchedBoost: SchedBoost continue: proc: 2914/3132 2021-12-03 11:56:38.841 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:38.841 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:38.841 993-993/? D/ANDR-PERF-LM: Feature: lookup() 101: Feature Name = AppClassifier, total featuers = 3, featureFound = 1 2021-12-03 11:56:38.841 993-993/? D/ANDR-PERF-LM: Feature: getData() 112: data.data = 0 2021-12-03 11:56:38.841 993-993/? I/ANDR-PERF-LM: FeedbackAPI: getFeedback() 60: app:com.miui.home feature:AppClassifier feedback = 0 2021-12-03 11:56:38.842 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:38.842 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:38.842 993-993/? I/ANDR-PERF-LM: WQ: push() 59: LMTriggerQ push() size=0 2021-12-03 11:56:38.842 993-993/? I/ANDR-PERF-LM: WQ: push() 61: LMTriggerQ push() done size=1 2021-12-03 11:56:38.842 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:38.842 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:38.842 993-993/? D/ANDR-PERF-LM: Feature: lookup() 101: Feature Name = AppClassifier, total featuers = 3, featureFound = 1 2021-12-03 11:56:38.842 993-1186/? I/ANDR-PERF-LM: WQ: pop() 42: LMTriggerQ pop() done size=0 2021-12-03 11:56:38.842 993-993/? D/ANDR-PERF-LM: Feature: getData() 112: data.data = 0 2021-12-03 11:56:38.842 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 373: Waiting on trigger Queue 2021-12-03 11:56:38.842 993-993/? I/ANDR-PERF-LM: FeedbackAPI: getFeedback() 60: app:com.miui.home feature:AppClassifier feedback = 0 2021-12-03 11:56:38.842 993-1186/? I/ANDR-PERF-LM: WQ: pop() 31: LMTriggerQ pop() size=0 2021-12-03 11:56:38.860 2540-2540/? D/PanelView: cancelFlingSpring 2021-12-03 11:56:38.861 1726-5891/? W/ActivityManager: Sending non-protected broadcast com.android.systemui.fsgesture from system 2540:com.android.systemui/1000 pkg com.android.systemui. Callers= 2021-12-03 11:56:38.861 1726-5891/? W/ActivityManager: Sending non-protected broadcast com.android.systemui.fsgesture from system 2540:com.android.systemui/1000 pkg com.android.systemui. Callers= 2021-12-03 11:56:38.862 2914-2914/? W/RecentsImpl: updateFsgWindowVisibilityState isEnter=true typeFrom=typefrom_status_bar_expansion isOpen=true mIsInAnotherPro=false mIsStatusBarExpansion=false 2021-12-03 11:56:38.862 2540-2540/? D/StatusBar: disable disable2 2021-12-03 11:56:38.862 2914-3125/? D/RecentsImpl: hideNavStubView 2021-12-03 11:56:38.862 2914-3122/? D/RecentsImpl: showBackStubWindow mHasNavigationBar=true mDisabledByDriveMode=false 2021-12-03 11:56:38.862 1726-5907/? D/systemui_boost: notification panel visible=true 2021-12-03 11:56:38.863 2914-3122/? W/GestureStubView: adaptRotation currentRotation=0 mRotation=0 2021-12-03 11:56:38.863 1726-5907/? D/systemui_boost: ui thread tid=2540 2021-12-03 11:56:38.863 1726-5907/? D/systemui_boost: render thread tid=3192 2021-12-03 11:56:38.863 1726-5907/? D/systemui_boost: ui thread old priority=-10 2021-12-03 11:56:38.863 1726-5907/? D/systemui_boost: render thread old priority=-10 2021-12-03 11:56:38.863 1726-5907/? D/systemui_boost: thread tid=2540, priority is set to -10 2021-12-03 11:56:38.863 1726-5907/? D/systemui_boost: thread tid=3192, priority is set to -10 2021-12-03 11:56:38.863 1726-5907/? D/systemui_boost: ui thread and render thread are boosted 2021-12-03 11:56:38.863 2540-2540/? D/QS: setListening true 2021-12-03 11:56:38.863 2540-2540/? V/PanelView: updateDismissView true 2021-12-03 11:56:38.865 2914-3122/? D/GestureStubView: resetRenderProperty: showGestureStub 2021-12-03 11:56:38.865 2914-3122/? D/GestureStubView: showGestureStub 2021-12-03 11:56:38.865 2914-3122/? W/GestureStubView: adaptRotation currentRotation=0 mRotation=0 2021-12-03 11:56:38.865 2914-3122/? D/GestureStubView: resetRenderProperty: showGestureStub 2021-12-03 11:56:38.865 2914-3122/? D/GestureStubView: showGestureStub 2021-12-03 11:56:38.866 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:38.867 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:38.867 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:38.867 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:38.867 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:38.873 2540-2540/? D/BlurLayerHolder: register android.view.ViewRootImpl@886c38d 2021-12-03 11:56:38.877 2914-3122/? D/GestureStubView: gatherTransparentRegion: need render w:54 h:1440 2021-12-03 11:56:38.877 2914-3125/? D/NavStubView: gatherTransparentRegion: need render w:1080 h:35 2021-12-03 11:56:38.877 2914-3125/? W/NavStubView: onComputeInternalInsets bounds=Rect(0, 0 - 1080, 35) mHideGestureLine=true mIsShowNavBar=true 2021-12-03 11:56:38.878 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:38.878 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:38.878 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:38.878 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:38.878 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:38.878 1726-5907/? D/MIUIInput: [FoucsChange]: Display 0 FocusedWindow From Window{3c73eda mode=0 rootTaskId=1 u0 com.miui.home/com.miui.home.launcher.Launcher}(1,0) to null(0,0) 2021-12-03 11:56:38.880 2914-3122/? D/GestureStubView: gatherTransparentRegion: need render w:54 h:1440 2021-12-03 11:56:38.881 2914-2914/? D/Launcher.Lifecycle: onWindowFocusChanged:false,UserHandle{0},c715f78,true 2021-12-03 11:56:38.889 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:38.889 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:38.889 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:38.889 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:38.889 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:38.889 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:38.890 1726-5907/? D/MIUIInput: [FoucsChange]: Display 0 FocusedWindow From null(0,0) to Window{5b6bf46 mode=0 rootTaskId=1 u0 NotificationShade}(1,1) 2021-12-03 11:56:38.896 2540-9129/? D/NdkImageReader: acquireImageLocked: Producer buffer usage: 333, doesn't cover all usage bits AImageReader configured: 100003 2021-12-03 11:56:38.899 1039-1039/? E/Layer: setupBlurSurface setupBlurSurface NotificationShade#0 2021-12-03 11:56:38.900 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:38.900 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:38.900 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:38.900 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:38.900 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:38.900 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:38.911 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:38.911 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:38.911 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:38.911 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:38.911 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:38.911 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:38.922 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:38.922 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:38.922 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:38.922 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:38.922 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:38.922 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:38.933 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:38.933 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:38.933 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:38.933 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:38.933 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:38.933 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:38.944 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:38.944 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:38.944 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:38.944 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:38.944 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:38.944 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:38.956 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:38.956 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:38.956 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:38.956 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:38.956 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:38.956 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:38.967 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:38.967 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:38.967 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:38.967 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:38.967 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:38.967 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:38.978 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:38.978 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:38.978 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:38.978 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:38.978 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:38.978 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:38.987 1726-2160/? D/MIUIInput: [MotionEvent] publisher action=0x1, 7169888, channel 'd07daa3 StatusBar (server)' 2021-12-03 11:56:38.987 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:38.987 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:38.987 993-993/? D/ANDR-PERF-LM: Feature: lookup() 101: Feature Name = AppClassifier, total featuers = 3, featureFound = 1 2021-12-03 11:56:38.987 993-993/? D/ANDR-PERF-LM: Feature: getData() 112: data.data = 0 2021-12-03 11:56:38.987 993-993/? I/ANDR-PERF-LM: FeedbackAPI: getFeedback() 60: app:com.miui.home feature:AppClassifier feedback = 0 2021-12-03 11:56:38.988 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:38.988 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:38.988 993-993/? I/ANDR-PERF-LM: WQ: push() 59: LMTriggerQ push() size=0 2021-12-03 11:56:38.988 993-993/? I/ANDR-PERF-LM: WQ: push() 61: LMTriggerQ push() done size=1 2021-12-03 11:56:38.988 993-1186/? I/ANDR-PERF-LM: WQ: pop() 42: LMTriggerQ pop() done size=0 2021-12-03 11:56:38.988 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 373: Waiting on trigger Queue 2021-12-03 11:56:38.988 993-1186/? I/ANDR-PERF-LM: WQ: pop() 31: LMTriggerQ pop() size=0 2021-12-03 11:56:38.988 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:38.988 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:38.988 993-993/? D/ANDR-PERF-LM: Feature: lookup() 101: Feature Name = AppClassifier, total featuers = 3, featureFound = 1 2021-12-03 11:56:38.988 993-993/? D/ANDR-PERF-LM: Feature: getData() 112: data.data = 0 2021-12-03 11:56:38.988 993-993/? I/ANDR-PERF-LM: FeedbackAPI: getFeedback() 60: app:com.miui.home feature:AppClassifier feedback = 0 2021-12-03 11:56:38.988 2540-2540/? D/PanelView: flingSpring mSpringLength=316.62402, expand=true, vel=813.72974 2021-12-03 11:56:38.989 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:38.989 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:38.989 993-993/? I/ANDR-PERF-LM: WQ: push() 59: LMTriggerQ push() size=0 2021-12-03 11:56:38.989 993-993/? I/ANDR-PERF-LM: WQ: push() 61: LMTriggerQ push() done size=1 2021-12-03 11:56:38.989 993-1186/? I/ANDR-PERF-LM: WQ: pop() 42: LMTriggerQ pop() done size=0 2021-12-03 11:56:38.989 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 373: Waiting on trigger Queue 2021-12-03 11:56:38.989 993-1186/? I/ANDR-PERF-LM: WQ: pop() 31: LMTriggerQ pop() size=0 2021-12-03 11:56:38.989 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:38.989 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:38.989 993-993/? D/ANDR-PERF-LM: Feature: lookup() 101: Feature Name = AppClassifier, total featuers = 3, featureFound = 1 2021-12-03 11:56:38.989 993-993/? D/ANDR-PERF-LM: Feature: getData() 112: data.data = 0 2021-12-03 11:56:38.989 993-993/? I/ANDR-PERF-LM: FeedbackAPI: getFeedback() 60: app:com.miui.home feature:AppClassifier feedback = 0 2021-12-03 11:56:38.989 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:38.989 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:38.989 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:38.989 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:38.989 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:38.989 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:39.000 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:39.000 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:39.000 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:39.000 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:39.000 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:39.000 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:39.011 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:39.011 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:39.011 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:39.011 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:39.011 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:39.011 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:39.023 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:39.023 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:39.023 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:39.023 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:39.023 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:39.023 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:39.034 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:39.034 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:39.034 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:39.034 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:39.034 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:39.034 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:39.360 1726-2185/? D/WifiScoreReportInjector: Fast switch not enabled 2021-12-03 11:56:39.760 983-6692/? I/WifiHAL: event received NL80211_CMD_VENDOR, vendor_id = 0x1374, subcmd = 0xd 2021-12-03 11:56:39.760 1468-1468/? I/cnss-daemon: nl80211 response handler invoked 2021-12-03 11:56:39.761 1468-1468/? I/cnss-daemon: nl80211_response_handler: cmd 103, vendorID 4980, subcmd 13 received 2021-12-03 11:56:39.895 1008-1690/? E/DisplayFeatureHal: get frame stat: 90 2021-12-03 11:56:39.895 1008-1689/? I/DisplayFeatureHal: fps(90) current_fps(90) limited_fps(90 90 0 0 0 0 90 244) 2021-12-03 11:56:40.215 1726-2160/? D/MIUIInput: [MotionEvent] publisher action=0x0, 7171116, channel '5b6bf46 NotificationShade (server)' 2021-12-03 11:56:40.215 2540-2540/? D/PanelView: cancelFlingSpring 2021-12-03 11:56:40.219 1726-1768/? E/PointerController: [doFadingAnimationLocked:632] 2021-12-03 11:56:40.219 1726-1768/? E/PointerController: [updatePointerLocked:811] mLocked.pointerIconChanged = 0 2021-12-03 11:56:40.219 1726-1768/? E/PointerController: [updatePointerLocked:812] mLocked.presentationChanged = 0 2021-12-03 11:56:40.219 1726-1768/? E/PointerController: [updatePointerLocked:813] mLocked.presentation = 0 2021-12-03 11:56:40.219 1726-1768/? E/PointerController: [updatePointerLocked:814] mLocked.requestedPointerType = 1000 2021-12-03 11:56:40.256 1726-2160/? D/MIUIInput: [MotionEvent] publisher action=0x1, 7171158, channel '5b6bf46 NotificationShade (server)' 2021-12-03 11:56:40.261 2540-2707/? D/MiuiMultiWindowUtils: getCurrentFreeFormWindowMode=-1 2021-12-03 11:56:40.262 1726-5907/? D/MiuiMultiWindowAdapter: MiuiMultiWindowAdapter::getFreeformBlackList::sSmallWindowBlackList = [com.miui.securitycenter, com.miui.weather2, com.miui.miservice, com.android.calendar, com.xiaomi.calendar, com.android.contacts, com.miui.mishare.connectivity, com.android.settings, com.android.printspooler, com.miui.backup, com.miui.huanji, com.miui.calculator, com.android.deskclock, com.android.thememanager, com.mfashiongallery.emag, com.miui.virtualsim, com.miui.smarttravel, com.mi.health, com.android.camera, com.lbe.security.miui, com.miui.cleanmaster, com.miui.newhome, com.miui.voiceassist, com.android.phone, com.miui.yellowpage, com.android.updater, com.miui.tsmclient, com.miui.securitycore, com.xiaomi.account, com.xiaomi.shop, com.xiaomi.smarthome, com.mipay.wallet, com.xiaomi.youpin, com.xiaomi.hm.health, com.miui.bugreport, com.xiaomi.mibrain.speech, com.xiaomi.mimoji, com.xiaomi.scanner, com.duokan.phone.remotecontroller, com.miui.hybrid, com.android.incallui, com.miui.video, com.miui.videoplayer, com.miui.player, com.miui.fm, com.miui.packageinstaller, com.mi.android.globallauncher, com.mi.android.globallauncher-poco, com.google.android.dialer, com.google.android.apps.magazines, com.miui.compass, com.miui.greenguard, com.kiteguard, com.google.android.apps.prodcasts, com.google.ar.lens, com.xiangkan.android, com.android.bankabc, com.sohu.inputmethod.sogou, com.tencent.mtt, com.shyz.toutiao, com.netease.mc.mi, com.outfit7.talkingtomgoldrun.mi, com.doudz.mi, com.wepie.snake.new.mi, cn.jj, com.standddz002.mi, com.miHoYo.bh3.mi, com.qqgame.hlddz, com.happyelements.AndroidAnimal, com.minitech.miniworld.TMobile.mi, com.mfp.jelly.xiaomi, com.lilithgames.afk.mi, com.tencent.peng, com.teenpatti.hd.gold, blockpuzzle.jewelgames.jewelslegend, com.playgendary.tanks, com.chillingo.robberybobfree.android.row, com.episodeinteractive.android.catalog, com.playrix.township, com.ansangha.drdriving, com.google.android.youtube, com.gbits.atm.mi, com.tencent.tetris, com.sukhavati.gotoplaying.bubble.BubbleShooter.mint, com.block.puzzle.game.hippo.mi, com.youzu.bs.mi, com.appsomniacs.da2, com.miHoYo.Yuanshen, com.baidu.BaiduMap, com.google.android.googlequicksearchbox] 2021-12-03 11:56:40.262 2540-2707/? D/MiuiMultiWindowUtils: isLaunchMultiWindow:false gameKey:0isScreenProjectionPrivace:1screenProjectionState:0 noCheck:false currentMode:-1 2021-12-03 11:56:40.262 2540-2707/? I/MiuiMultiWindowUtils: startNotificationIntent: false 2021-12-03 11:56:38.988 1726-2234/? I/chatty: uid=1000(system) SchedBoostServi identical 1 line 2021-12-03 11:56:40.216 1726-2234/? W/SchedBoost: SchedBoost continue: proc: 2914/3132 2021-12-03 11:56:40.263 1726-5907/? I/ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.gemeinde24.app/.Main} from uid 10422 2021-12-03 11:56:40.264 1726-5907/? D/MiuiMultiWindowAdapter: MiuiMultiWindowAdapter::getFreeformBlackList::sSmallWindowBlackList = [com.miui.securitycenter, com.miui.weather2, com.miui.miservice, com.android.calendar, com.xiaomi.calendar, com.android.contacts, com.miui.mishare.connectivity, com.android.settings, com.android.printspooler, com.miui.backup, com.miui.huanji, com.miui.calculator, com.android.deskclock, com.android.thememanager, com.mfashiongallery.emag, com.miui.virtualsim, com.miui.smarttravel, com.mi.health, com.android.camera, com.lbe.security.miui, com.miui.cleanmaster, com.miui.newhome, com.miui.voiceassist, com.android.phone, com.miui.yellowpage, com.android.updater, com.miui.tsmclient, com.miui.securitycore, com.xiaomi.account, com.xiaomi.shop, com.xiaomi.smarthome, com.mipay.wallet, com.xiaomi.youpin, com.xiaomi.hm.health, com.miui.bugreport, com.xiaomi.mibrain.speech, com.xiaomi.mimoji, com.xiaomi.scanner, com.duokan.phone.remotecontroller, com.miui.hybrid, com.android.incallui, com.miui.video, com.miui.videoplayer, com.miui.player, com.miui.fm, com.miui.packageinstaller, com.mi.android.globallauncher, com.mi.android.globallauncher-poco, com.google.android.dialer, com.google.android.apps.magazines, com.miui.compass, com.miui.greenguard, com.kiteguard, com.google.android.apps.prodcasts, com.google.ar.lens, com.xiangkan.android, com.android.bankabc, com.sohu.inputmethod.sogou, com.tencent.mtt, com.shyz.toutiao, com.netease.mc.mi, com.outfit7.talkingtomgoldrun.mi, com.doudz.mi, com.wepie.snake.new.mi, cn.jj, com.standddz002.mi, com.miHoYo.bh3.mi, com.qqgame.hlddz, com.happyelements.AndroidAnimal, com.minitech.miniworld.TMobile.mi, com.mfp.jelly.xiaomi, com.lilithgames.afk.mi, com.tencent.peng, com.teenpatti.hd.gold, blockpuzzle.jewelgames.jewelslegend, com.playgendary.tanks, com.chillingo.robberybobfree.android.row, com.episodeinteractive.android.catalog, com.playrix.township, com.ansangha.drdriving, com.google.android.youtube, com.gbits.atm.mi, com.tencent.tetris, com.sukhavati.gotoplaying.bubble.BubbleShooter.mint, com.block.puzzle.game.hippo.mi, com.youzu.bs.mi, com.appsomniacs.da2, com.miHoYo.Yuanshen, com.baidu.BaiduMap, com.google.android.googlequicksearchbox] 2021-12-03 11:56:40.264 1726-5907/? I/ActivityTaskManager: START u0 {flg=0x34000000 cmp=com.gemeinde24.app/com.onesignal.NotificationOpenedReceiver (has extras)} from uid 10422 2021-12-03 11:56:40.264 1726-5907/? D/MiuiMultiWindowAdapter: MiuiMultiWindowAdapter::getFreeformBlackList::sSmallWindowBlackList = [com.miui.securitycenter, com.miui.weather2, com.miui.miservice, com.android.calendar, com.xiaomi.calendar, com.android.contacts, com.miui.mishare.connectivity, com.android.settings, com.android.printspooler, com.miui.backup, com.miui.huanji, com.miui.calculator, com.android.deskclock, com.android.thememanager, com.mfashiongallery.emag, com.miui.virtualsim, com.miui.smarttravel, com.mi.health, com.android.camera, com.lbe.security.miui, com.miui.cleanmaster, com.miui.newhome, com.miui.voiceassist, com.android.phone, com.miui.yellowpage, com.android.updater, com.miui.tsmclient, com.miui.securitycore, com.xiaomi.account, com.xiaomi.shop, com.xiaomi.smarthome, com.mipay.wallet, com.xiaomi.youpin, com.xiaomi.hm.health, com.miui.bugreport, com.xiaomi.mibrain.speech, com.xiaomi.mimoji, com.xiaomi.scanner, com.duokan.phone.remotecontroller, com.miui.hybrid, com.android.incallui, com.miui.video, com.miui.videoplayer, com.miui.player, com.miui.fm, com.miui.packageinstaller, com.mi.android.globallauncher, com.mi.android.globallauncher-poco, com.google.android.dialer, com.google.android.apps.magazines, com.miui.compass, com.miui.greenguard, com.kiteguard, com.google.android.apps.prodcasts, com.google.ar.lens, com.xiangkan.android, com.android.bankabc, com.sohu.inputmethod.sogou, com.tencent.mtt, com.shyz.toutiao, com.netease.mc.mi, com.outfit7.talkingtomgoldrun.mi, com.doudz.mi, com.wepie.snake.new.mi, cn.jj, com.standddz002.mi, com.miHoYo.bh3.mi, com.qqgame.hlddz, com.happyelements.AndroidAnimal, com.minitech.miniworld.TMobile.mi, com.mfp.jelly.xiaomi, com.lilithgames.afk.mi, com.tencent.peng, com.teenpatti.hd.gold, blockpuzzle.jewelgames.jewelslegend, com.playgendary.tanks, com.chillingo.robberybobfree.android.row, com.episodeinteractive.android.catalog, com.playrix.township, com.ansangha.drdriving, com.google.android.youtube, com.gbits.atm.mi, com.tencent.tetris, com.sukhavati.gotoplaying.bubble.BubbleShooter.mint, com.block.puzzle.game.hippo.mi, com.youzu.bs.mi, com.appsomniacs.da2, com.miHoYo.Yuanshen, com.baidu.BaiduMap, com.google.android.googlequicksearchbox] 2021-12-03 11:56:40.265 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:40.265 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:40.265 993-993/? I/ANDR-PERF-LM: WQ: push() 59: LMTriggerQ push() size=0 2021-12-03 11:56:40.265 993-993/? I/ANDR-PERF-LM: WQ: push() 61: LMTriggerQ push() done size=1 2021-12-03 11:56:40.265 993-1186/? I/ANDR-PERF-LM: WQ: pop() 42: LMTriggerQ pop() done size=0 2021-12-03 11:56:40.265 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 381: Calling runAsync for AdaptLaunch 2021-12-03 11:56:40.265 993-1186/? D/ANDR-PERF-LM: Feature: lookup() 101: Feature Name = AppClassifier, total featuers = 3, featureFound = 1 2021-12-03 11:56:40.265 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:40.265 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:40.265 993-993/? I/ANDR-PERF-LM: WQ: push() 59: LMTriggerQ push() size=0 2021-12-03 11:56:40.265 993-993/? I/ANDR-PERF-LM: WQ: push() 61: LMTriggerQ push() done size=1 2021-12-03 11:56:40.265 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:40.265 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:40.265 993-993/? D/ANDR-PERF-LM: Feature: lookup() 101: Feature Name = AppClassifier, total featuers = 3, featureFound = 1 2021-12-03 11:56:40.265 993-1186/? D/ANDR-PERF-LM: Feature: getData() 112: data.data = 1 2021-12-03 11:56:40.265 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 391: runAsync for AdaptLaunch returned 2021-12-03 11:56:40.265 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 373: Waiting on trigger Queue 2021-12-03 11:56:40.265 993-1186/? I/ANDR-PERF-LM: WQ: pop() 31: LMTriggerQ pop() size=1 2021-12-03 11:56:40.265 993-1186/? I/ANDR-PERF-LM: WQ: pop() 42: LMTriggerQ pop() done size=0 2021-12-03 11:56:40.265 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 381: Calling runAsync for AdaptLaunch 2021-12-03 11:56:40.265 993-1186/? I/ANDR-PERF-LM: MetaMeter: isValidAsync() 194: AsyncInfo: hintID = 4225 hintType: 2 isPrimary = 0 2021-12-03 11:56:40.265 993-993/? D/ANDR-PERF-LM: Feature: getData() 112: data.data = 1 2021-12-03 11:56:40.265 993-1186/? I/ANDR-PERF-LM: MetaMeter: isValidAsync() 203: Invalid (hintID,hintType,appName,duration,appPID,appThreadTID) = (4225, 2,com.gemeinde24.app,-1,1726,5907) 2021-12-03 11:56:40.265 993-993/? I/ANDR-PERF-LM: FeedbackAPI: getFeedback() 60: app:com.gemeinde24.app feature:AppClassifier feedback = 1 2021-12-03 11:56:40.265 993-1186/? E/ANDR-PERF-LM: MetaMeter: handleAsync() 164: AdaptLaunch Invalid Async 2021-12-03 11:56:40.266 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 391: runAsync for AdaptLaunch returned 2021-12-03 11:56:40.266 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 373: Waiting on trigger Queue 2021-12-03 11:56:40.266 993-1186/? I/ANDR-PERF-LM: WQ: pop() 31: LMTriggerQ pop() size=0 2021-12-03 11:56:40.266 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:40.266 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:40.266 993-993/? I/ANDR-PERF-LM: WQ: push() 59: LMTriggerQ push() size=0 2021-12-03 11:56:40.266 993-993/? I/ANDR-PERF-LM: WQ: push() 61: LMTriggerQ push() done size=1 2021-12-03 11:56:40.266 1726-5907/? E/ANDR-PERF-JNI: com_qualcomm_qtiperformance_native_perf_io_prefetch_start 2021-12-03 11:56:40.266 993-1186/? I/ANDR-PERF-LM: WQ: pop() 42: LMTriggerQ pop() done size=0 2021-12-03 11:56:40.266 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 381: Calling runAsync for AdaptLaunch 2021-12-03 11:56:40.266 993-1186/? I/ANDR-PERF-LM: MetaMeter: isValidAsync() 194: AsyncInfo: hintID = 4225 hintType: 3 isPrimary = 0 2021-12-03 11:56:40.266 993-1186/? I/ANDR-PERF-LM: MetaMeter: isValidAsync() 203: Invalid (hintID,hintType,appName,duration,appPID,appThreadTID) = (4225, 3,com.gemeinde24.app,-1,1726,5907) 2021-12-03 11:56:40.266 993-1186/? E/ANDR-PERF-LM: MetaMeter: handleAsync() 164: AdaptLaunch Invalid Async 2021-12-03 11:56:40.266 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 391: runAsync for AdaptLaunch returned 2021-12-03 11:56:40.266 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 373: Waiting on trigger Queue 2021-12-03 11:56:40.266 993-1186/? I/ANDR-PERF-LM: WQ: pop() 31: LMTriggerQ pop() size=0 2021-12-03 11:56:40.268 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:40.268 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:40.268 993-993/? I/ANDR-PERF-LM: WQ: push() 59: LMTriggerQ push() size=0 2021-12-03 11:56:40.268 993-993/? I/ANDR-PERF-LM: WQ: push() 61: LMTriggerQ push() done size=1 2021-12-03 11:56:40.268 993-1186/? I/ANDR-PERF-LM: WQ: pop() 42: LMTriggerQ pop() done size=0 2021-12-03 11:56:40.268 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 381: Calling runAsync for AdaptLaunch 2021-12-03 11:56:40.268 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 391: runAsync for AdaptLaunch returned 2021-12-03 11:56:40.268 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 373: Waiting on trigger Queue 2021-12-03 11:56:40.268 993-1186/? I/ANDR-PERF-LM: WQ: pop() 31: LMTriggerQ pop() size=0 2021-12-03 11:56:40.268 992-1159/? E/ANDR-IOP: io prefetch is disabled 2021-12-03 11:56:40.269 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:40.269 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:40.269 993-993/? I/ANDR-PERF-LM: WQ: push() 59: LMTriggerQ push() size=0 2021-12-03 11:56:40.269 993-993/? I/ANDR-PERF-LM: WQ: push() 61: LMTriggerQ push() done size=1 2021-12-03 11:56:40.269 993-1186/? I/ANDR-PERF-LM: WQ: pop() 42: LMTriggerQ pop() done size=0 2021-12-03 11:56:40.269 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 381: Calling runAsync for AdaptLaunch 2021-12-03 11:56:40.269 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 391: runAsync for AdaptLaunch returned 2021-12-03 11:56:40.269 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 373: Waiting on trigger Queue 2021-12-03 11:56:40.269 993-1186/? I/ANDR-PERF-LM: WQ: pop() 31: LMTriggerQ pop() size=0 2021-12-03 11:56:40.270 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.270 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.270 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.270 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.270 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.270 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.270 1726-5907/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:40.270 1726-5907/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:40.270 1726-5907/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:40.271 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:40.271 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:40.271 993-993/? I/ANDR-PERF-LM: WQ: push() 59: LMTriggerQ push() size=0 2021-12-03 11:56:40.271 993-993/? I/ANDR-PERF-LM: WQ: push() 61: LMTriggerQ push() done size=1 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: WQ: pop() 42: LMTriggerQ pop() done size=0 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 381: Calling runAsync for GameOptimization 2021-12-03 11:56:40.271 993-1186/? D/ANDR-PERF-LM: Feature: lookup() 101: Feature Name = AppClassifier, total featuers = 3, featureFound = 1 2021-12-03 11:56:40.271 993-1186/? D/ANDR-PERF-LM: Feature: getData() 112: data.data = 1 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 391: runAsync for GameOptimization returned 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 381: Calling runAsync for AdaptLaunch 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: MetaMeter: isValidAsync() 194: AsyncInfo: hintID = 4098 hintType: -1 isPrimary = 0 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: MetaMeter: isValidAsync() 196: (hintID,hintType,Primary) = (4098, -1, 1) 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: MetaMeter: handleAsync() 173: AdaptLaunch MetaMeter handleAsync start() Entry 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: MetaMeter: isPrimaryASync() 185: (hintID,hintType,Primary) = (4098, -1, 1) 2021-12-03 11:56:40.271 993-1186/? D/ANDR-PERF-LM: MetaMeter: handlePrimaryAsync() 102: AdaptLaunch MeterMgr-0 oldState = 0, newState = 1, asyncId = 4098 2021-12-03 11:56:40.271 993-1186/? D/ANDR-PERF-LM: MetaMeter: handlePrimaryAsync() 109: AdaptLaunch starting meters 0 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: MetaMeter: startMeters() 221: AsyncInfo:(hintID,hintType,Primary,MeterHelper,started)=(4098,-1,1,0xb4000078b10670e0,0) 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: Meter: asyncTriggerUpdate() 63: (hintID,hintType,meterName) = (4098, -1,VmRss) 2021-12-03 11:56:40.271 993-1186/? D/ANDR-PERF-LM: ThreadHelper: wakeUp() 103: (Meter,Helper,Name,pending)=(0xb4000078b102c700,0xb4000078b1067180,AdaptLaunch VmRss,1) 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: MetaMeter: handleAsync() 189: AdaptLaunch MetaMeter handleAsync End() Exit 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: MetaMeter: isValidAsync() 194: AsyncInfo: hintID = 4098 hintType: -1 isPrimary = 0 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: MetaMeter: isValidAsync() 196: (hintID,hintType,Primary) = (4098, -1, 1) 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: MetaMeter: handleAsync() 173: AdaptLaunch MetaMeter handleAsync start() Entry 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: MetaMeter: isPrimaryASync() 185: (hintID,hintType,Primary) = (4098, -1, 1) 2021-12-03 11:56:40.271 993-1186/? D/ANDR-PERF-LM: MetaMeter: handlePrimaryAsync() 102: AdaptLaunch MeterMgr-1 oldState = 0, newState = 1, asyncId = 4098 2021-12-03 11:56:40.271 993-1186/? D/ANDR-PERF-LM: MetaMeter: handlePrimaryAsync() 109: AdaptLaunch starting meters 1 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: MetaMeter: startMeters() 221: AsyncInfo:(hintID,hintType,Primary,MeterHelper,started)=(4098,-1,1,0xb4000078b1067220,0) 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: Meter: asyncTriggerUpdate() 63: (hintID,hintType,meterName) = (4098, -1,VmRss) 2021-12-03 11:56:40.271 993-1186/? D/ANDR-PERF-LM: ThreadHelper: wakeUp() 103: (Meter,Helper,Name,pending)=(0xb4000078b102c8c0,0xb4000078b10672c0,AdaptLaunch VmRss,1) 2021-12-03 11:56:40.271 993-1186/? D/ANDR-PERF-LM: MetaMeter: restoreMeterMgr() 66: AdaptLaunch Setting Stop Notification. (index,state)=(0,1) 2021-12-03 11:56:40.271 993-1186/? D/ANDR-PERF-LM: MetaMeter: restoreMeterMgr() 68: AdaptLaunch Setting Stop Notification (index,state)=(0,2) 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: Meter: asyncTriggerUpdate() 55: stop notification on VmRss 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: MetaMeter: handleAsync() 189: AdaptLaunch MetaMeter handleAsync End() Exit 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 391: runAsync for AdaptLaunch returned 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 373: Waiting on trigger Queue 2021-12-03 11:56:40.271 993-3783/? D/ANDR-PERF-LM: ThreadHelper: thread_callback() 149: Starting:(Meter,Helper,Name,pending)=(0xb4000078b102c8c0,0xb4000078b10672c0,AdaptLaunch VmRss,0) 2021-12-03 11:56:40.271 993-1186/? I/ANDR-PERF-LM: WQ: pop() 31: LMTriggerQ pop() size=0 2021-12-03 11:56:40.271 993-3782/? D/ANDR-PERF-LM: ThreadHelper: thread_callback() 149: Starting:(Meter,Helper,Name,pending)=(0xb4000078b102c700,0xb4000078b1067180,AdaptLaunch VmRss,0) 2021-12-03 11:56:40.271 1726-5907/? D/ActivityTrigger: ActivityTrigger activityPauseTrigger 2021-12-03 11:56:40.271 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:40.271 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:40.271 993-993/? I/ANDR-PERF-LM: WQ: push() 59: LMTriggerQ push() size=0 2021-12-03 11:56:40.271 993-993/? I/ANDR-PERF-LM: WQ: push() 61: LMTriggerQ push() done size=1 2021-12-03 11:56:40.272 993-1186/? I/ANDR-PERF-LM: WQ: pop() 42: LMTriggerQ pop() done size=0 2021-12-03 11:56:40.272 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 381: Calling runAsync for GameOptimization 2021-12-03 11:56:40.272 993-1186/? D/ANDR-PERF-LM: Feature: lookup() 101: Feature Name = AppClassifier, total featuers = 3, featureFound = 1 2021-12-03 11:56:40.272 993-1186/? D/ANDR-PERF-LM: Feature: getData() 112: data.data = 0 2021-12-03 11:56:40.272 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 391: runAsync for GameOptimization returned 2021-12-03 11:56:40.272 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 381: Calling runAsync for AdaptLaunch 2021-12-03 11:56:40.272 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 391: runAsync for AdaptLaunch returned 2021-12-03 11:56:40.272 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 373: Waiting on trigger Queue 2021-12-03 11:56:40.272 993-1186/? I/ANDR-PERF-LM: WQ: pop() 31: LMTriggerQ pop() size=0 2021-12-03 11:56:40.274 2914-2914/? D/Launcher.Lifecycle: onPause:UserHandle{0},c715f78,false 2021-12-03 11:56:40.274 2914-2914/? D/Launcher_UnlockAnimationStateMachine: setState:PAUSE_WAIT 2021-12-03 11:56:40.274 2540-2540/? V/ShadeControllerImpl: NotificationShadeWindow: com.android.systemui.statusbar.phone.NotificationShadeWindowView{2def1e4 V.E...... ........ 0,0-1080,2400} canPanelBeCollapsed(): true 2021-12-03 11:56:40.276 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:40.276 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:40.276 993-993/? I/ANDR-PERF-LM: WQ: push() 59: LMTriggerQ push() size=0 2021-12-03 11:56:40.276 993-993/? I/ANDR-PERF-LM: WQ: push() 61: LMTriggerQ push() done size=1 2021-12-03 11:56:40.276 993-1186/? I/ANDR-PERF-LM: WQ: pop() 42: LMTriggerQ pop() done size=0 2021-12-03 11:56:40.276 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 381: Calling runAsync for GameOptimization 2021-12-03 11:56:40.276 993-1186/? D/ANDR-PERF-LM: Feature: lookup() 101: Feature Name = AppClassifier, total featuers = 3, featureFound = 1 2021-12-03 11:56:40.276 993-1186/? D/ANDR-PERF-LM: Feature: getData() 112: data.data = 1 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 391: runAsync for GameOptimization returned 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 381: Calling runAsync for AdaptLaunch 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: MetaMeter: isValidAsync() 194: AsyncInfo: hintID = 4098 hintType: -1 isPrimary = 0 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: MetaMeter: isValidAsync() 196: (hintID,hintType,Primary) = (4098, -1, 1) 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: MetaMeter: handleAsync() 173: AdaptLaunch MetaMeter handleAsync start() Entry 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: MetaMeter: isPrimaryASync() 185: (hintID,hintType,Primary) = (4098, -1, 1) 2021-12-03 11:56:40.277 993-1186/? W/ANDR-PERF-LM: MetaMeter: handlePrimaryAsync() 116: AdaptLaunch MetaMeter. No MeterMgr Available to handle this Primary Async. !!!! 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: MetaMeter: handleAsync() 189: AdaptLaunch MetaMeter handleAsync End() Exit 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: MetaMeter: isValidAsync() 194: AsyncInfo: hintID = 4098 hintType: -1 isPrimary = 0 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: MetaMeter: isValidAsync() 196: (hintID,hintType,Primary) = (4098, -1, 1) 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: MetaMeter: handleAsync() 173: AdaptLaunch MetaMeter handleAsync start() Entry 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: MetaMeter: isPrimaryASync() 185: (hintID,hintType,Primary) = (4098, -1, 1) 2021-12-03 11:56:40.277 993-1186/? W/ANDR-PERF-LM: MetaMeter: handlePrimaryAsync() 116: AdaptLaunch MetaMeter. No MeterMgr Available to handle this Primary Async. !!!! 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: MetaMeter: handleAsync() 189: AdaptLaunch MetaMeter handleAsync End() Exit 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 391: runAsync for AdaptLaunch returned 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 373: Waiting on trigger Queue 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: WQ: pop() 31: LMTriggerQ pop() size=0 2021-12-03 11:56:40.277 1726-5891/? I/ActivityTaskManager: The Process com.gemeinde24.app Already Exists in BG. So sending its PID: 28594 2021-12-03 11:56:40.277 2540-2540/? V/PanelView: updateDismissView false 2021-12-03 11:56:40.277 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:40.277 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:40.277 993-993/? I/ANDR-PERF-LM: WQ: push() 59: LMTriggerQ push() size=0 2021-12-03 11:56:40.277 993-993/? I/ANDR-PERF-LM: WQ: push() 61: LMTriggerQ push() done size=1 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: WQ: pop() 42: LMTriggerQ pop() done size=0 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 381: Calling runAsync for AdaptLaunch 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: MetaMeter: isValidAsync() 194: AsyncInfo: hintID = 4225 hintType: 102 isPrimary = 0 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: MetaMeter: isValidAsync() 203: Invalid (hintID,hintType,appName,duration,appPID,appThreadTID) = (4225, 102,com.gemeinde24.app,28594,1726,5891) 2021-12-03 11:56:40.277 993-1186/? E/ANDR-PERF-LM: MetaMeter: handleAsync() 164: AdaptLaunch Invalid Async 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 391: runAsync for AdaptLaunch returned 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 373: Waiting on trigger Queue 2021-12-03 11:56:40.277 993-1186/? I/ANDR-PERF-LM: WQ: pop() 31: LMTriggerQ pop() size=0 2021-12-03 11:56:40.278 1726-5891/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:40.278 1726-5891/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:40.278 1726-5891/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:40.279 4831-28212/? I/ProcessMonitor: onForegroundInfoChanged: ForegroundInfo{mForegroundPackageName='com.gemeinde24.app', mForegroundUid=10422, mForegroundPid=28594, mLastForegroundPackageName='com.miui.home', mLastForegroundUid=10096, mLastForegroundPid=2914, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0} 2021-12-03 11:56:40.279 4831-28212/? I/GameBoosterService: onForegroundInfoChanged: Cur=com.gemeinde24.app last=com.miui.home 2021-12-03 11:56:40.279 6050-8343/? D/PerfEngineController: ForegroundInfo{mForegroundPackageName='com.gemeinde24.app', mForegroundUid=10422, mForegroundPid=28594, mLastForegroundPackageName='com.miui.home', mLastForegroundUid=10096, mLastForegroundPid=2914, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0} 2021-12-03 11:56:40.279 6080-6111/? I/GST: forePkg: com.gemeinde24.app, preForePkg: com.miui.home 2021-12-03 11:56:40.279 1726-5810/? D/systemui_boost: notification panel visible=false 2021-12-03 11:56:40.279 1726-5810/? D/systemui_boost: ui thread tid=2540 2021-12-03 11:56:40.279 1726-5810/? D/systemui_boost: render thread tid=3192 2021-12-03 11:56:40.279 1726-5810/? D/systemui_boost: thread tid=2540, priority is set to -10 2021-12-03 11:56:40.279 1726-5810/? D/systemui_boost: thread tid=3192, priority is set to -10 2021-12-03 11:56:40.279 1726-5810/? D/systemui_boost: ui thread and render thread are reset 2021-12-03 11:56:40.280 9966-9988/? D/AutoInstallService: onForegroundInfoChanged: com.gemeinde24.app 2021-12-03 11:56:40.280 1726-5891/? I/Timeline: Timeline: App_transition_ready time:7171182 2021-12-03 11:56:40.281 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.281 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.281 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.281 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.281 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.281 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.281 2914-3074/? D/StatusBarController: handleMessage: flag 800000 disable false 2021-12-03 11:56:40.281 2914-2914/? D/Launcher_WallpaperUtils: changeStatusBarMode:false 2021-12-03 11:56:40.283 4831-28212/? D/GameBoosterService: onGameStatusChange foreground:ForegroundInfo{mForegroundPackageName='com.gemeinde24.app', mForegroundUid=10422, mForegroundPid=28594, mLastForegroundPackageName='com.miui.home', mLastForegroundUid=10096, mLastForegroundPid=2914, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0} 2021-12-03 11:56:40.283 4831-28212/? I/GameBoosterService: onForegroundInfoChanged: Exit 2021-12-03 11:56:40.283 4831-28212/? I/VideoBoxUtils: isSupportVideoBox: true 2021-12-03 11:56:40.283 4831-28212/? I/VideoToolBoxService: onForegroundInfoChanged: Exit Vtb 2021-12-03 11:56:40.283 1726-5837/? I/Timeline: Timeline: App_transition_ready time:7171185 2021-12-03 11:56:40.292 1726-2183/? I/MiuiNetworkPolicy: updateUidState uid = 10422, uidState = 2 2021-12-03 11:56:40.292 4965-5375/? W/SearchServiceCore: Abort, client detached. 2021-12-03 11:56:40.292 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.292 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.292 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.292 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.292 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.292 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.292 4965-5375/? I/A: cleanUpControllerScope(nowcards-15-2193267-8069) 2021-12-03 11:56:40.293 2540-2540/? D/NotificationFilterController: filter group summary suppressed key=0|com.ringapp|91895873|ring_notifications_group_summary|10305 2021-12-03 11:56:40.293 1039-1837/? W/DisplayIdentification: Invalid EDID: falling back to serial number due to missing display name. 2021-12-03 11:56:40.293 1039-1837/? W/DisplayIdentification: Invalid EDID: falling back to ASCII text due to missing serial number. 2021-12-03 11:56:40.294 2540-2540/? D/NotifBadge: update app badge num: com.gemeinde24.app/,num=0,isAllowed=false,userId=0 2021-12-03 11:56:40.294 1726-5837/? W/ActivityManager: Sending non-protected broadcast android.intent.action.APPLICATION_MESSAGE_UPDATE from system 2540:com.android.systemui/1000 pkg com.android.systemui. Callers= 2021-12-03 11:56:40.295 2914-3074/? I/Launcher.ApplicationsMessage: onReceive false 2021-12-03 11:56:40.295 2914-3074/? I/Launcher.ApplicationsMessage: update com.gemeinde24.app/ to null 2021-12-03 11:56:40.295 4965-25539/? I/PBSessionCacheImpl: Deleted sessionId[21837939421555976] from persistence. 2021-12-03 11:56:40.300 1726-5421/? I/Timeline: Timeline: App_transition_ready time:7171201 2021-12-03 11:56:40.303 1726-5421/? D/MIUIInput: [FoucsChange]: Display 0 FocusedWindow From Window{5b6bf46 mode=0 rootTaskId=1 u0 NotificationShade}(1,0) to null(0,0) 2021-12-03 11:56:40.303 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.303 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.303 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.303 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.303 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.303 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.308 1726-5421/? D/ActivityTrigger: ActivityTrigger activityPauseTrigger 2021-12-03 11:56:40.308 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:40.308 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:40.308 993-993/? I/ANDR-PERF-LM: WQ: push() 59: LMTriggerQ push() size=0 2021-12-03 11:56:40.308 993-993/? I/ANDR-PERF-LM: WQ: push() 61: LMTriggerQ push() done size=1 2021-12-03 11:56:40.308 993-1186/? I/ANDR-PERF-LM: WQ: pop() 42: LMTriggerQ pop() done size=0 2021-12-03 11:56:40.308 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 381: Calling runAsync for GameOptimization 2021-12-03 11:56:40.308 993-1186/? D/ANDR-PERF-LM: Feature: lookup() 101: Feature Name = AppClassifier, total featuers = 3, featureFound = 1 2021-12-03 11:56:40.308 993-1186/? D/ANDR-PERF-LM: Feature: getData() 112: data.data = 1 2021-12-03 11:56:40.308 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 391: runAsync for GameOptimization returned 2021-12-03 11:56:40.308 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 381: Calling runAsync for AdaptLaunch 2021-12-03 11:56:40.308 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 391: runAsync for AdaptLaunch returned 2021-12-03 11:56:40.308 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 373: Waiting on trigger Queue 2021-12-03 11:56:40.308 993-1186/? I/ANDR-PERF-LM: WQ: pop() 31: LMTriggerQ pop() size=0 2021-12-03 11:56:40.314 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.314 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.314 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.314 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.314 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.314 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.315 28594-28594/? D/DecorView[]: getWindowModeFromSystem windowmode is 1 2021-12-03 11:56:40.315 28594-28594/? D/DecorView: createDecorCaptionView windowingMode:1 mWindowMode 1 isFullscreen: true 2021-12-03 11:56:40.316 2914-2914/? D/RecentsImpl: mActivityStateObserver com.onesignal.NotificationOpenedReceiver 2021-12-03 11:56:40.317 2914-2914/? W/RecentsImpl: onResumed className=com.onesignal.NotificationOpenedReceiver mIsInAnotherPro=false 2021-12-03 11:56:40.317 2914-3125/? D/RecentsImpl: showNavStubView 2021-12-03 11:56:40.317 2914-3122/? W/RecentsImpl: disableBackStubWindow disableTouch=false 2021-12-03 11:56:40.317 2914-3122/? D/RecentsImpl: showBackStubWindow mHasNavigationBar=true mDisabledByDriveMode=false 2021-12-03 11:56:40.317 2914-3122/? W/GestureStubView: adaptRotation currentRotation=0 mRotation=0 2021-12-03 11:56:40.317 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:40.317 2914-3122/? D/GestureStubView: resetRenderProperty: showGestureStub 2021-12-03 11:56:40.317 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:40.317 2914-3122/? D/GestureStubView: showGestureStub 2021-12-03 11:56:40.317 993-993/? I/ANDR-PERF-LM: WQ: push() 59: LMTriggerQ push() size=0 2021-12-03 11:56:40.317 993-993/? I/ANDR-PERF-LM: WQ: push() 61: LMTriggerQ push() done size=1 2021-12-03 11:56:40.317 2914-3122/? W/GestureStubView: adaptRotation currentRotation=0 mRotation=0 2021-12-03 11:56:40.317 993-1186/? I/ANDR-PERF-LM: WQ: pop() 42: LMTriggerQ pop() done size=0 2021-12-03 11:56:40.317 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 381: Calling runAsync for GameOptimization 2021-12-03 11:56:40.317 993-1186/? D/ANDR-PERF-LM: Feature: lookup() 101: Feature Name = AppClassifier, total featuers = 3, featureFound = 1 2021-12-03 11:56:40.317 2914-3122/? D/GestureStubView: resetRenderProperty: showGestureStub 2021-12-03 11:56:40.317 2914-3122/? D/GestureStubView: showGestureStub 2021-12-03 11:56:40.317 993-1186/? D/ANDR-PERF-LM: Feature: getData() 112: data.data = 0 2021-12-03 11:56:40.317 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 391: runAsync for GameOptimization returned 2021-12-03 11:56:40.317 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 381: Calling runAsync for AdaptLaunch 2021-12-03 11:56:40.317 993-1186/? I/ANDR-PERF-LM: MetaMeter: isValidAsync() 194: AsyncInfo: hintID = 4098 hintType: -1 isPrimary = 0 2021-12-03 11:56:40.317 993-1186/? I/ANDR-PERF-LM: MetaMeter: isValidAsync() 196: (hintID,hintType,Primary) = (4098, -1, 1) 2021-12-03 11:56:40.317 993-1186/? I/ANDR-PERF-LM: MetaMeter: handleAsync() 173: AdaptLaunch MetaMeter handleAsync start() Entry 2021-12-03 11:56:40.317 993-1186/? I/ANDR-PERF-LM: MetaMeter: isPrimaryASync() 185: (hintID,hintType,Primary) = (4098, -1, 1) 2021-12-03 11:56:40.317 993-1186/? W/ANDR-PERF-LM: MetaMeter: handlePrimaryAsync() 116: AdaptLaunch MetaMeter. No MeterMgr Available to handle this Primary Async. !!!! 2021-12-03 11:56:40.317 993-1186/? I/ANDR-PERF-LM: MetaMeter: handleAsync() 189: AdaptLaunch MetaMeter handleAsync End() Exit 2021-12-03 11:56:40.317 993-1186/? I/ANDR-PERF-LM: MetaMeter: isValidAsync() 194: AsyncInfo: hintID = 4098 hintType: -1 isPrimary = 0 2021-12-03 11:56:40.317 993-1186/? I/ANDR-PERF-LM: MetaMeter: isValidAsync() 196: (hintID,hintType,Primary) = (4098, -1, 1) 2021-12-03 11:56:40.317 993-1186/? I/ANDR-PERF-LM: MetaMeter: handleAsync() 173: AdaptLaunch MetaMeter handleAsync start() Entry 2021-12-03 11:56:40.317 993-1186/? I/ANDR-PERF-LM: MetaMeter: isPrimaryASync() 185: (hintID,hintType,Primary) = (4098, -1, 1) 2021-12-03 11:56:40.317 993-1186/? W/ANDR-PERF-LM: MetaMeter: handlePrimaryAsync() 116: AdaptLaunch MetaMeter. No MeterMgr Available to handle this Primary Async. !!!! 2021-12-03 11:56:40.317 993-1186/? I/ANDR-PERF-LM: MetaMeter: handleAsync() 189: AdaptLaunch MetaMeter handleAsync End() Exit 2021-12-03 11:56:40.317 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 391: runAsync for AdaptLaunch returned 2021-12-03 11:56:40.317 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 373: Waiting on trigger Queue 2021-12-03 11:56:40.317 993-1186/? I/ANDR-PERF-LM: WQ: pop() 31: LMTriggerQ pop() size=0 2021-12-03 11:56:40.319 6080-6111/? I/GST: forePkg: com.miui.home, preForePkg: com.gemeinde24.app 2021-12-03 11:56:40.319 6050-19627/? D/PerfEngineController: ForegroundInfo{mForegroundPackageName='com.miui.home', mForegroundUid=10096, mForegroundPid=2914, mLastForegroundPackageName='com.gemeinde24.app', mLastForegroundUid=10422, mLastForegroundPid=28594, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0} 2021-12-03 11:56:40.319 9966-9988/? D/AutoInstallService: onForegroundInfoChanged: com.miui.home 2021-12-03 11:56:40.319 4831-28212/? I/ProcessMonitor: onForegroundInfoChanged: ForegroundInfo{mForegroundPackageName='com.miui.home', mForegroundUid=10096, mForegroundPid=2914, mLastForegroundPackageName='com.gemeinde24.app', mLastForegroundUid=10422, mLastForegroundPid=28594, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0} 2021-12-03 11:56:40.319 4831-28212/? I/GameBoosterService: onForegroundInfoChanged: Cur=com.miui.home last=com.gemeinde24.app 2021-12-03 11:56:40.320 2914-2914/? D/Launcher.Lifecycle: onResume:UserHandle{0},c715f78,false 2021-12-03 11:56:40.321 2914-2914/? D/Launcher.RecommendController: folder display but only request when folder open 2021-12-03 11:56:40.321 2914-3347/? I/RenderThread: RenderThread resumed 2021-12-03 11:56:40.321 2914-3347/? I/RenderThread: All controllers paused. 2021-12-03 11:56:40.321 2914-3347/? I/RenderThread: RenderThread paused, waiting for signal 2021-12-03 11:56:40.321 2914-2914/? D/Launcher_UnlockAnimationStateMachine: setState:IDLE 2021-12-03 11:56:40.321 2914-3074/? D/StatusBarController: handleMessage: flag 800000 disable false 2021-12-03 11:56:40.322 1726-5421/? I/Timeline: Timeline: App_transition_ready time:7171223 2021-12-03 11:56:40.322 1726-5421/? I/Timeline: Timeline: App_transition_stopped time:7171223 2021-12-03 11:56:40.323 4831-28212/? D/GameBoosterService: onGameStatusChange foreground:ForegroundInfo{mForegroundPackageName='com.miui.home', mForegroundUid=10096, mForegroundPid=2914, mLastForegroundPackageName='com.gemeinde24.app', mLastForegroundUid=10422, mLastForegroundPid=28594, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0} 2021-12-03 11:56:40.323 2914-2914/? D/Launcher_WallpaperUtils: changeStatusBarMode:false 2021-12-03 11:56:40.323 4831-28212/? I/GameBoosterService: onForegroundInfoChanged: Exit 2021-12-03 11:56:40.323 4831-28212/? I/VideoBoxUtils: isSupportVideoBox: true 2021-12-03 11:56:40.323 4831-28212/? I/VideoToolBoxService: onForegroundInfoChanged: Exit Vtb 2021-12-03 11:56:40.326 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.326 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.326 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.326 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.326 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.326 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.328 2914-3125/? D/NavStubView: gatherTransparentRegion: need render w:1080 h:35 2021-12-03 11:56:40.329 2540-2879/? D/MiuiPhoneStatusBarPolicy: updateManagedProfile: secondSpace = false 2021-12-03 11:56:40.329 2914-3122/? D/GestureStubView: gatherTransparentRegion: need render w:54 h:1440 2021-12-03 11:56:40.330 2914-3125/? W/NavStubView: onComputeInternalInsets bounds=Rect(0, 0 - 1080, 35) mHideGestureLine=true mIsShowNavBar=true 2021-12-03 11:56:40.332 2914-2914/? D/RecentsImpl: mActivityStateObserver com.miui.home.launcher.Launcher 2021-12-03 11:56:40.332 2914-2914/? W/RecentsImpl: onResumed className=com.miui.home.launcher.Launcher mIsInAnotherPro=false 2021-12-03 11:56:40.332 2914-2914/? W/RecentsImpl: updateFsgWindowVisibilityState isEnter=false typeFrom=typefrom_home isOpen=true mIsInAnotherPro=false mIsStatusBarExpansion=true 2021-12-03 11:56:40.333 2914-3122/? D/GestureStubView: gatherTransparentRegion: need render w:54 h:1440 2021-12-03 11:56:40.337 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.337 1726-2984/? D/MIUIInput: [FoucsChange]: Display 0 FocusedWindow From null(0,0) to Window{3c73eda mode=0 rootTaskId=1 u0 com.miui.home/com.miui.home.launcher.Launcher}(1,1) 2021-12-03 11:56:40.337 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.337 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.337 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.337 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.337 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.337 2914-2914/? D/Launcher.Lifecycle: onWindowFocusChanged:true,UserHandle{0},c715f78,false 2021-12-03 11:56:40.337 2914-2914/? D/Launcher_UnlockAnimationStateMachine: onWindowFocus:IDLE 2021-12-03 11:56:40.342 5019-5019/? I/GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3293 2021-12-03 11:56:40.342 5019-5019/? I/GoogleInputMethodService: GoogleInputMethodService.onStartInput():1981 2021-12-03 11:56:40.343 5019-5019/? I/DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():79 Notify device unlocked. 2021-12-03 11:56:40.343 1726-5431/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-12-03 11:56:40.344 1726-5431/? D/CompatibilityInfo: applicationDensity - 440 2021-12-03 11:56:40.344 1726-5431/? D/CompatibilityInfo: applicationScale - 1.0 2021-12-03 11:56:40.348 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.348 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.348 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.348 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.348 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.348 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.349 2540-2540/? D/NotifBadge: recevie broadbcast ACTION_APPLICATION_MESSAGE_QUERY, requestFirstTime=false 2021-12-03 11:56:40.350 1726-2183/? I/MiuiNetworkPolicy: updateUidState uid = 10422, uidState = 19 2021-12-03 11:56:40.350 2914-2914/? E/RotationHelper: setCurrentTransitionRequest: request=0 2021-12-03 11:56:40.359 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.359 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.359 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.359 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.359 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.359 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.363 4965-5375/? W/A: Queue length for executor EventBus is now 11. Perhaps some tasks are too long, or the pool is too small. 2021-12-03 11:56:40.369 4965-5375/? I/A: registerScope: nowcards-15-2193267-8069 2021-12-03 11:56:40.370 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.370 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.370 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.370 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.370 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.370 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.381 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.381 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.381 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.381 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.381 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.381 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.392 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.392 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.392 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.392 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.392 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.392 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.399 993-993/? I/ANDR-PERF-LM: LMPerfGlue: perfmodule_submit_request() 132: perfmodule_submit_request() 2021-12-03 11:56:40.399 993-993/? I/ANDR-PERF-LM: Core: getInstance() 84: LM getInstance 2021-12-03 11:56:40.399 993-993/? I/ANDR-PERF-LM: WQ: push() 59: LMTriggerQ push() size=0 2021-12-03 11:56:40.399 993-993/? I/ANDR-PERF-LM: WQ: push() 61: LMTriggerQ push() done size=1 2021-12-03 11:56:40.399 993-1186/? I/ANDR-PERF-LM: WQ: pop() 42: LMTriggerQ pop() done size=0 2021-12-03 11:56:40.399 993-1186/? I/ANDR-PERF-LM: Core: lmMain() 373: Waiting on trigger Queue 2021-12-03 11:56:40.399 993-1186/? I/ANDR-PERF-LM: WQ: pop() 31: LMTriggerQ pop() size=0 2021-12-03 11:56:40.404 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.404 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.404 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.404 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.404 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.404 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.415 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.415 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.415 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.415 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.415 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.415 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.426 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.426 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.426 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.426 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.426 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.426 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.437 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.437 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.437 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.437 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.437 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.437 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.448 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.448 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.448 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.448 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.448 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.448 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.459 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.459 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.459 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.459 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.459 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.459 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.470 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.470 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.470 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.470 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.470 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.470 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.468 993-993/? W//vendor/bin/hw/vendor.qti.hardware.perf@2.2-service: type=1400 audit(0.0:335062): avc: denied { search } for comm=41646170744C61756E636820566D name="1726" dev="proc" ino=46205 scontext=u:r:vendor_hal_perf_default:s0 tcontext=u:r:system_server:s0 tclass=dir permissive=0 2021-12-03 11:56:40.481 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.481 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.481 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.481 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.481 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.481 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.493 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.493 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.493 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.493 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.493 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.493 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.504 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.504 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.504 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.504 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.504 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.504 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.515 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.515 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.515 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.515 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.515 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.515 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.526 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.526 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.526 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.526 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.526 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.526 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.731 2540-2540/? D/QS: setListening false 2021-12-03 11:56:40.743 2540-2540/? D/BlurLayerHolder: unregister android.view.ViewRootImpl@886c38d 2021-12-03 11:56:40.743 1039-1837/? I/BpBinder: onLastStrongRef automatically unlinking death recipients: 2021-12-03 11:56:40.899 1726-5431/? W/ActivityManager: Sending non-protected broadcast com.android.systemui.fsgesture from system 2540:com.android.systemui/1000 pkg com.android.systemui. Callers= 2021-12-03 11:56:40.899 1726-5431/? W/ActivityManager: Sending non-protected broadcast com.android.systemui.fsgesture from system 2540:com.android.systemui/1000 pkg com.android.systemui. Callers= 2021-12-03 11:56:40.900 2914-2914/? W/RecentsImpl: updateFsgWindowVisibilityState isEnter=false typeFrom=typefrom_status_bar_expansion isOpen=true mIsInAnotherPro=false mIsStatusBarExpansion=true 2021-12-03 11:56:40.900 2914-2914/? W/RecentsImpl: getTopActivity from observer. cn=ComponentInfo{com.miui.home/com.miui.home.launcher.Launcher} 2021-12-03 11:56:40.900 2914-2914/? W/RecentsImpl: adaptToTopActivity cn=ComponentInfo{com.miui.home/com.miui.home.launcher.Launcher} 2021-12-03 11:56:40.900 2914-2914/? W/RecentsImpl: onResumed className=com.miui.home.launcher.Launcher mIsInAnotherPro=false 2021-12-03 11:56:40.900 2914-2914/? W/RecentsImpl: updateFsgWindowVisibilityState isEnter=false typeFrom=typefrom_home isOpen=true mIsInAnotherPro=false mIsStatusBarExpansion=false 2021-12-03 11:56:40.900 2914-2914/? W/RecentsImpl: getTopActivity from observer. cn=ComponentInfo{com.miui.home/com.miui.home.launcher.Launcher} 2021-12-03 11:56:40.900 2914-3125/? D/RecentsImpl: showNavStubView 2021-12-03 11:56:40.900 2914-3122/? D/RecentsImpl: hideBackStubWindow 2021-12-03 11:56:40.905 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.905 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.905 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.905 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[NotificationShade#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.905 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.905 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217733 miFodLayer 134217728 2021-12-03 11:56:40.907 2540-2540/? D/StatusBar: disable disable2 2021-12-03 11:56:40.916 2540-2540/? D/QS: setListening false 2021-12-03 11:56:40.916 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.916 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.916 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.916 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.916 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:40.927 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:40.927 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:40.927 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:40.927 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:40.927 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:41.201 2914-3122/? D/GestureStubView: hideGestureStub 2021-12-03 11:56:41.201 2914-3122/? D/GestureStubView: hideGestureStub 2021-12-03 11:56:41.212 2914-3122/? D/GestureStubView: gatherTransparentRegion: need render w:54 h:1440 2021-12-03 11:56:41.214 2914-3122/? D/GestureStubView: gatherTransparentRegion: need render w:54 h:1440 2021-12-03 11:56:41.216 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:41.216 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:41.216 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:41.216 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:41.216 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:41.227 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.miwallpaper.wallpaperservice.ImageWallpaper#0] set Z 134217728 miFodLayer 134217728 2021-12-03 11:56:41.227 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[com.miui.home/com.miui.home.launcher.Launcher#0] set Z 134217729 miFodLayer 134217728 2021-12-03 11:56:41.227 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[StatusBar#0] set Z 134217730 miFodLayer 134217728 2021-12-03 11:56:41.228 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#0] set Z 134217731 miFodLayer 134217728 2021-12-03 11:56:41.228 1039-1039/? D/CompositionEngine: writeOutputDependentGeometryStateToHWC layer[RoundCorner#1] set Z 134217732 miFodLayer 134217728 2021-12-03 11:56:41.294 993-3783/? E/ANDR-PERF-LM: VmRssMeter:: start() 400: Could not find pid, can not collect vmrss data 2021-12-03 11:56:41.294 993-3782/? E/ANDR-PERF-LM: VmRssMeter:: start() 400: Could not find pid, can not collect vmrss data 2021-12-03 11:56:41.294 993-3782/? D/ANDR-PERF-LM: MetaMeter: notifyReceiver() 141: AdaptLaunch : (Id : total,started,returned) = (0,1,1,1) 2021-12-03 11:56:41.294 993-3783/? D/ANDR-PERF-LM: MetaMeter: notifyReceiver() 141: AdaptLaunch : (Id : total,started,returned) = (1,1,1,1) 2021-12-03 11:56:41.294 993-3782/? I/ANDR-PERF-LM: Meter: asyncTriggerUpdate() 55: stop notification on VmRss 2021-12-03 11:56:41.294 993-3782/? D/ANDR-PERF-LM: MetaMeter: notifyReceiver() 148: AdaptLaunch : (Id : total,started,returned,state) = (0,1,0,0,0) 2021-12-03 11:56:41.294 993-3783/? E/ANDR-PERF-LM: AdaptiveLaunch: writeToDataBase() 63: Meter aborted or could not get meter data for this run 2021-12-03 11:56:41.294 993-3782/? D/ANDR-PERF-LM: ThreadHelper: thread_callback() 162: Returned from Start:(Meter,Helper,Name,pending)=(0xb4000078b102c700,0xb4000078b1067180,AdaptLaunch VmRss,0) 2021-12-03 11:56:41.294 993-3782/? D/ANDR-PERF-LM: ThreadHelper: thread_callback() 134: Waiting:(Meter,Helper,Name,pending)=(0xb4000078b102c700,0xb4000078b1067180,AdaptLaunch VmRss,0) 2021-12-03 11:56:41.294 993-3783/? I/ANDR-PERF-LM: Meter: asyncTriggerUpdate() 55: stop notification on VmRss 2021-12-03 11:56:41.294 993-3783/? D/ANDR-PERF-LM: MetaMeter: notifyReceiver() 162: AdaptLaunch : (Id : total,started,returned,state) = (1,1,0,0,0) 2021-12-03 11:56:41.294 993-3783/? D/ANDR-PERF-LM: ThreadHelper: thread_callback() 162: Returned from Start:(Meter,Helper,Name,pending)=(0xb4000078b102c8c0,0xb4000078b10672c0,AdaptLaunch VmRss,0) 2021-12-03 11:56:41.294 993-3783/? D/ANDR-PERF-LM: ThreadHelper: thread_callback() 134: Waiting:(Meter,Helper,Name,pending)=(0xb4000078b102c8c0,0xb4000078b10672c0,AdaptLaunch VmRss,0) 2021-12-03 11:56:41.630 28594-28612/? I/.gemeinde24.ap: Waiting for a blocking GC ProfileSaver 2021-12-03 11:56:41.642 28594-28612/? I/.gemeinde24.ap: WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 12.089ms 2021-12-03 11:56:41.647 28594-28606/? I/.gemeinde24.ap: WaitForGcToComplete blocked RunEmptyCheckpoint on ProfileSaver for 5.037ms 2021-12-03 11:56:41.712 4831-4831/? I/BatteryInfoReceiver: ACTION_BATTERY_CHANGED 2021-12-03 11:56:41.712 6050-6351/? D/PowerKeeper.FrozenApp: onBatteryChanged plug=true mBatteryPlugged=2 2021-12-03 11:56:41.713 6050-6389/? D/PowerCheckerService: onBatteryChanged, mBatteryLevel = 52, status = 2, level = 52, plug = 2, scale = 100 2021-12-03 11:56:41.713 2540-2540/? D/BatteryController: onReceive: Intent = Intent { act=android.intent.action.BATTERY_CHANGED flg=0x60000010 (has extras) } action = android.intent.action.BATTERY_CHANGED 2021-12-03 11:56:41.713 2540-2540/? D/KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED 2021-12-03 11:56:41.717 2843-2843/? D/DeviceStatisticsService: chargerType=2 batteryLevel=52 totalBatteryCapacity=4651900 2021-12-03 11:56:41.717 2843-2843/? D/DeviceInfoHidlClient: getPowerInfoSupportStatus()=1 2021-12-03 11:56:41.717 2843-2843/? D/DeviceInfoHidlClient: isRadioOn()=true 2021-12-03 11:56:41.717 2843-2843/? I/DeviceInfoHidlClient: isPowerInfoNeverSent=false batteryLevel=52 batteryLevelIndex=2 chargingMode=2 totalCapacity=4651900 powerSaveMode=false 2021-12-03 11:56:41.769 1468-1468/? I/cnss-daemon: nl80211 response handler invoked 2021-12-03 11:56:41.769 1468-1468/? I/cnss-daemon: nl80211_response_handler: cmd 103, vendorID 4980, subcmd 13 received 2021-12-03 11:56:41.769 983-6692/? I/WifiHAL: event received NL80211_CMD_VENDOR, vendor_id = 0x1374, subcmd = 0xd 2021-12-03 11:56:42.216 1726-2234/? D/SchedBoost: thread tid=2914, priority is set to -10 2021-12-03 11:56:42.216 1726-2234/? W/SchedBoost: has reset SchedAffinity ui thread: 2914 2021-12-03 11:56:42.216 1726-2234/? D/SchedBoost: thread tid=3132, priority is set to -10 2021-12-03 11:56:42.216 1726-2234/? W/SchedBoost: has reset SchedAffinity render thread: 3132 2021-12-03 11:56:42.216 1726-2234/? W/SchedBoost: SchedBoost end: proc: 2914/3132 3402 aff:[0, 1, 2, 3, 4, 5, 6, 7] 2021-12-03 11:56:42.376 1726-2185/? D/WifiScoreReportInjector: Fast switch not enabled 2021-12-03 11:56:42.387 990-1782/? E/SDM: DRMCrtc::Perform: CRTC 127: Set mode 1080x2400x50x160917vid 2021-12-03 11:56:42.389 990-1782/? E/SDM: DRMCrtc::Perform: CRTC 127: Set mode 1080x2400x50x160917vid 2021-12-03 11:56:42.390 990-1782/? I/SDM: StrategyImpl::SetIdleTimeoutMs: Idle timeout: active = 1100, inactive = 520 2021-12-03 11:56:42.406 951-2084/? E/CamX: [ERROR][NCS ] camxncsservice.cpp:594 EnqueueJob() Can not enqueue jobs when thread is stopped 2021-12-03 11:56:42.410 1008-1008/? I/DisplayFeatureHal: read panel temperature:28232 2021-12-03 11:56:42.410 1008-1008/? D/DisplayFeatureHal: HandleHBM enter 2021-12-03 11:56:42.410 1008-1008/? D/DisplayFeatureHal: HandleHBM exit ret=-1 enable:0 2021-12-03 11:56:42.410 1008-1008/? D/DisplayFeatureHal: dataCallback Lux value=< 136.6962>, 2021-12-03 11:56:43.322 951-2084/? E/CamX: [ERROR][NCS ] camxncsservice.cpp:594 EnqueueJob() Can not enqueue jobs when thread is stopped 2021-12-03 11:56:43.324 1008-1008/? I/DisplayFeatureHal: read panel temperature:28194 2021-12-03 11:56:43.324 1008-1008/? D/DisplayFeatureHal: HandleHBM enter 2021-12-03 11:56:43.324 1008-1008/? D/DisplayFeatureHal: HandleHBM exit ret=-1 enable:0 2021-12-03 11:56:43.324 1008-1008/? D/DisplayFeatureHal: dataCallback Lux value=< 114.8687>, 2021-12-03 11:56:43.424 951-2084/? E/CamX: [ERROR][NCS ] camxncsservice.cpp:594 EnqueueJob() Can not enqueue jobs when thread is stopped 2021-12-03 11:56:43.426 1008-1008/? I/DisplayFeatureHal: read panel temperature:28200 2021-12-03 11:56:43.426 1008-1008/? D/DisplayFeatureHal: HandleHBM enter 2021-12-03 11:56:43.426 1008-1008/? D/DisplayFeatureHal: HandleHBM exit ret=-1 enable:0 2021-12-03 11:56:43.426 1008-1008/? D/DisplayFeatureHal: dataCallback Lux value=< 91.1712>, 2021-12-03 11:56:43.501 990-1782/? E/SDM: DRMCrtc::Perform: CRTC 127: Set mode 1080x2400x50x160917vid 2021-12-03 11:56:43.501 990-1782/? E/SDM: DRMCrtc::Perform: CRTC 127: Set mode 1080x2400x50x160917vid 2021-12-03 11:56:43.526 951-2084/? E/CamX: [ERROR][NCS ] camxncsservice.cpp:594 EnqueueJob() Can not enqueue jobs when thread is stopped 2021-12-03 11:56:43.528 1008-1008/? I/DisplayFeatureHal: read panel temperature:28209 2021-12-03 11:56:43.528 1008-1008/? D/DisplayFeatureHal: HandleHBM enter 2021-12-03 11:56:43.528 1008-1008/? D/DisplayFeatureHal: HandleHBM exit ret=-1 enable:0 2021-12-03 11:56:43.528 1008-1008/? D/DisplayFeatureHal: dataCallback Lux value=< 60.6125>, 2021-12-03 11:56:43.627 951-2084/? E/CamX: [ERROR][NCS ] camxncsservice.cpp:594 EnqueueJob() Can not enqueue jobs when thread is stopped 2021-12-03 11:56:43.630 1008-1008/? I/DisplayFeatureHal: read panel temperature:28203 2021-12-03 11:56:43.630 1008-1008/? D/DisplayFeatureHal: HandleHBM enter 2021-12-03 11:56:43.630 1008-1008/? D/DisplayFeatureHal: HandleHBM exit ret=-1 enable:0 2021-12-03 11:56:43.630 1008-1008/? D/DisplayFeatureHal: dataCallback Lux value=< 44.7100>, ```
vivchik1337 commented 2 years ago

Hi there!

I use OneSignal v4.6.3. I sent push to my Xiaomi device(there is a screenshot with device specs). I received message, but when I click on it - nothing happened. I send you full log and video, how does it works. Also I added this code to my project, but seems it isn't running(I don't see my logs with tag "MY_ONESIGNAL_TAG")

 OneSignal.OSNotificationOpenedHandler {
            Log.d("MY_ONESIGNAL_TAG", "Received push notification: ${it.notification.title}, with body: ${it.notification.body}")
            Log.d("MY_ONESIGNAL_TAG", "Push JSON: ${it.toJSONObject()}")
        }

You can find device specs on screenshot below, logs in txt file and video, how it works now.

LOGS:

onesignal_xiaomi_issue_logs.txt

DEVICE:
VIDEO:
jkasten2 commented 2 years ago

@justanapp App thanks for the details and the logcats!

Android 9 - Redmi Note 8T (?) (MIUI Global 11.0.7)

This device seems to be running into the "Show Popup Window when you work in background" permission as you noted, as I found this line in your logcat: 2021-12-03 11:39:01.822 1392-3816/? D/com.android.server.am.ExtraActivityManagerService: MIUILOG- Permission Denied Activity : Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.gemeinde24.app/.Main } pkg : com.gemeinde24.app uid : 10330 tuid : 10058

Could you try the OneSignal-Android-SDK 4.4.2? It has a different notification open implementation which means it may not trigger the permission requirement.

Android 11 - Xiaomi Mi 10T Pro (?) (MIUI Global 12.5.9)

Logcat does NOT report "Permission Denied Activity" like the Redmi Note 8T. com.onesignal.NotificationOpenedReceiver goes to com.miui.home.launcher.Launcher without any reasoning.

2021-12-03 11:56:40.264 1726-5907/? I/ActivityTaskManager: START u0 {flg=0x34000000 cmp=com.gemeinde24.app/com.onesignal.NotificationOpenedReceiver (has extras)} from uid 10422
2021-12-03 11:56:40.264 1726-5907/? D/MiuiMultiWindowAdapter: MiuiMultiWindowAdapter::getFreeformBlackList::sSmallWindowBlackList = [... YOUR_APP_IS_NOT_IN_THIS_LIST ...]
...
2021-12-03 11:56:40.316 2914-2914/? D/RecentsImpl: mActivityStateObserver com.onesignal.NotificationOpenedReceiver
2021-12-03 11:56:40.317 2914-2914/? W/RecentsImpl: onResumed className=com.onesignal.NotificationOpenedReceiver   mIsInAnotherPro=false
...
2021-12-03 11:56:40.332 2914-2914/? D/RecentsImpl: mActivityStateObserver com.miui.home.launcher.Launcher
2021-12-03 11:56:40.332 2914-2914/? W/RecentsImpl: onResumed className=com.miui.home.launcher.Launcher   mIsInAnotherPro=false

Could you try the OneSignal-Android-SDK 4.4.2 for this device as well? Please report the logcat again for this device either way, so we can know what changed.

jkasten2 commented 2 years ago

@vivchik1337 Thanks for reporting the full device details with the screenshot. I looked over your logcat but it's missing entries we need to debug the issue, I don't see com.onesignal.NotificationOpenedReceiver in it.

Can you make sure you are not filtering the logcat at all by setting it to verbose? Please upload a new logcat

justanapp commented 2 years ago
  1. Logcat was set to verbose
  2. I can confirm that with 4.2.2 the app on these devices opened when clicking on push notification. (Have no logcat for this atm)
bhatakeed commented 2 years ago

Same issue with Redmi note 7 . On click notification app. Didn't open.

jkasten2 commented 2 years ago

@bhatakeed Could you provide as many details from the "Please provide the following details in your reply:" section noted above? I have tested on a Redmi Note 7 but wasn't able to reproduce the issue, those extra details will be very helpful to understanding the root difference.

bhatakeed commented 2 years ago

@jkasten2 Below is the full details.

Click to expand Logcat! ```java Launching lib\main.dart on Redmi Note 7 in debug mode... Running Gradle task 'assembleDebug'... √ Built build\app\outputs\flutter-apk\app-debug.apk. Installing build\app\outputs\flutter-apk\app.apk... W/FlutterEngine( 9911): Tried to automatically register plugins with FlutterEngine (io.flutter.embedding.engine.FlutterEngine@3526be7) but could not find and invoke the GeneratedPluginRegistrant. W/FlutterActivityAndFragmentDelegate( 9828): A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps. Debug service listening on ws://127.0.0.1:60220/y-YIsCBU1NA=/ws Syncing files to device Redmi Note 7... D/NetworkSecurityConfig( 9828): No Network Security Config specified, using platform default I/DpmTcmClient( 9828): RegisterTcmMonitor from: $Proxy0 W/OneSignal( 9828): OSSystemConditionObserver curActivity null W/OneSignal( 9828): In app message not showing due to system condition not correct W/OneSignal( 9828): OneSignal LED Color Settings: ARGB Hex value incorrect format (E.g: FF9900FF) I/FirebaseApp( 9828): Device unlocked: initializing all Firebase APIs for app ONESIGNAL_SDK_FCM_APP_NAME W/ConnectionTracker( 9828): Exception thrown while unbinding W/ConnectionTracker( 9828): java.lang.IllegalArgumentException: Service not registered: com.google.android.gms.measurement.internal.zzjn@4c3e91e W/ConnectionTracker( 9828): at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1761) W/ConnectionTracker( 9828): at android.app.ContextImpl.unbindService(ContextImpl.java:1786) W/ConnectionTracker( 9828): at android.content.ContextWrapper.unbindService(ContextWrapper.java:751) W/ConnectionTracker( 9828): at com.google.android.gms.common.stats.ConnectionTracker.zza(com.google.android.gms:play-services-basement@@17.3.0:55) W/ConnectionTracker( 9828): at com.google.android.gms.common.stats.ConnectionTracker.unbindService(com.google.android.gms:play-services-basement@@17.3.0:50) W/ConnectionTracker( 9828): at com.google.android.gms.measurement.internal.zzjo.zzs(com.google.android.gms:play-services-measurement-impl@@20.0.0:6) W/ConnectionTracker( 9828): at com.google.android.gms.measurement.internal.zziy.zzc(com.google.android.gms:play-services-measurement-impl@@20.0.0:5) W/ConnectionTracker( 9828): at com.google.android.gms.measurement.internal.zzal.run(com.google.android.gms:play-services-measurement-impl@@20.0.0:5) W/ConnectionTracker( 9828): at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) W/ConnectionTracker( 9828): at java.util.concurrent.FutureTask.run(FutureTask.java:266) W/ConnectionTracker( 9828): at com.google.android.gms.measurement.internal.zzfr.run(com.google.android.gms:play-services-measurement-impl@@20.0.0:6) I/.bhatakeed.ius( 9828): ProcessProfilingInfo new_methods=4705 is saved saved_to_disk=1 resolve_classes_delay=8000 D/OneSignal( 9828): UserStateSynchronizer internalSyncUserState from session call: false jsonBody: null V/OneSignal( 9828): initWithContext called with: android.app.ReceiverRestrictedContext@8600215 V/OneSignal( 9828): Starting OneSignal initialization! V/OneSignal( 9828): No class found, not setting up OSRemoteNotificationReceivedHandler D/OneSignal( 9828): OneSignal SDK initialization already completed. D/OneSignal( 9828): OSNotificationWorkManager enqueueing notification work with notificationId: 29d7c4b0-d496-44ce-9593-64bade5bf0a5 and jsonPayload: {"google.delivered_priority":"normal","google.sent_time":1638452205962,"google.ttl":259200,"google.original_priority":"normal","custom":"{\"i\":\"29d7c4b0-d496-44ce-9593-64bade5bf0a5\"}","pri":"8","vis":"1","chnl":"{\"dscr\":\"\",\"grp_nm\":\"imp\",\"grp_id\":\"OS_0fa053a3-d4f0-4687-b4e5-6f2c8463a18c\",\"id\":\"OS_4937ebed-e5c8-4c1f-805f-ba90345aefdd\",\"nm\":\"imp\"}","from":"925537414005","ledc":"FF000FF","alert":"test","sound":"imp","google.message_id":"0:1638452205993924%fd256e67f9fd7ecd","google.c.sender.id":"925537414005"} D/OneSignal( 9828): NotificationWorker running doWork with data: Data {json_payload : {"google.delivered_priority":"normal","google.sent_time":1638452205962,"google.ttl":259200,"google.original_priority":"normal","custom":"{\"i\":\"29d7c4b0-d496-44ce-9593-64bade5bf0a5\"}","pri":"8","vis":"1","chnl":"{\"dscr\":\"\",\"grp_nm\":\"imp\",\"grp_id\":\"OS_0fa053a3-d4f0-4687-b4e5-6f2c8463a18c\",\"id\":\"OS_4937ebed-e5c8-4c1f-805f-ba90345aefdd\",\"nm\":\"imp\"}","from":"925537414005","ledc":"FF000FF","alert":"test","sound":"imp","google.message_id":"0:1638452205993924%fd256e67f9fd7ecd","google.c.sender.id":"925537414005"}, android_notif_id : 0, is_restoring : false, timestamp : 1638452206, } D/OneSignal( 9828): Running destroyTimeout with runnable: com.onesignal.OSNotificationReceivedEvent$1@6197800 D/OneSignal( 9828): Running startTimeout with timeout: 25000 and runnable: com.onesignal.OSNotificationReceivedEvent$1@6197800 W/OneSignal( 9828): remoteNotificationReceivedHandler not setup, displaying normal OneSignal notification D/OneSignal( 9828): Running destroyTimeout with runnable: com.onesignal.OSNotificationReceivedEvent$1@6197800 D/OneSignal( 9828): Starting processJobForDisplay opened: false fromBackgroundLogic: true I/OneSignal( 9828): App is in background, show notification W/OneSignal( 9828): OneSignal LED Color Settings: ARGB Hex value incorrect format (E.g: FF9900FF) V/OneSignal( 9828): Creating notification channel with channel: V/OneSignal( 9828): NotificationChannel{mId='OS_4937ebed-e5c8-4c1f-805f-ba90345aefdd', mName=imp, mDescription=, mImportance=4, mBypassDnd=false, mLockscreenVisibility=1, mSound=android.resource://com.bhatakeed.iust/2131492867, mLights=true, mLightColor=-1, mVibration=null, mUserLockedFields=0, mFgServiceShown=false, mVibrationEnabled=true, mShowBadge=true, mDeleted=false, mGroup='OS_0fa053a3-d4f0-4687-b4e5-6f2c8463a18c', mAudioAttributes=null, mBlockableSystem=false, mAllowBubbles=true, mImportanceLockedByOEM=false, mImportanceLockedDefaultApp=false} D/OneSignal( 9828): Saving Notification job: OSNotificationGenerationJob{jsonPayload={"google.delivered_priority":"normal","google.sent_time":1638452205962,"google.ttl":259200,"google.original_priority":"normal","custom":"{\"i\":\"29d7c4b0-d496-44ce-9593-64bade5bf0a5\"}","pri":"8","vis":"1","chnl":"{\"dscr\":\"\",\"grp_nm\":\"imp\",\"grp_id\":\"OS_0fa053a3-d4f0-4687-b4e5-6f2c8463a18c\",\"id\":\"OS_4937ebed-e5c8-4c1f-805f-ba90345aefdd\",\"nm\":\"imp\"}","from":"925537414005","ledc":"FF000FF","alert":"test","sound":"imp","google.message_id":"0:1638452205993924%fd256e67f9fd7ecd","google.c.sender.id":"925537414005"}, isRestoring=false, shownTimeStamp=1638452206, overriddenBodyFromExtender=null, overriddenTitleFromExtender=null, overriddenSound=null, overriddenFlags=null, orgFlags=null, orgSound=null, notification=OSNotification{notificationExtender=null, groupedNotifications=null, androidNotificationId=-609894445, notificationId='29d7c4b0-d496-44ce-9593-64bade5bf0a5', templateName='', templateId='', title='null', body='test', additionalData=null, smallIcon='null', largeIcon='null', bigPicture='null', smallIconAccentColor='null', launchURL='null', sound='imp', ledColor='FF000FF', lockScreenVisibility=1, groupKey='null', groupMessage='null', actionButtons=null, fromProjectNumber='925537414005', backgroundImageLayout=null, collapseId='null', priority=8, rawPayload='{"google.delivered_priority":"normal","google.sent_time":1638452205962,"google.ttl":259200,"google.original_priority":"normal","custom":"{\"i\":\"29d7c4b0-d496-44ce-9593-64bade5bf0a5\"}","pri":"8","vis":"1","chnl":"{\"dscr\":\"\",\"grp_nm\":\"imp\",\"grp_id\":\"OS_0fa053a3-d4f0-4687-b4e5-6f2c8463a18c\",\"id\":\"OS_4937ebed-e5c8-4c1f-805f-ba90345aefdd\",\"nm\":\"imp\"}","from":"925537414005","ledc":"FF000FF","alert":"test","sound":"imp","google.message_id":"0:1638452205993924%fd256e67f9fd7ecd","google.c.sender.id":"925537414005"}'}} D/OneSignal( 9828): Notification saved values: full_data={"google.delivered_priority":"normal","google.sent_time":1638452205962,"google.ttl":259200,"google.original_priority":"normal","custom":"{\"i\":\"29d7c4b0-d496-44ce-9593-64bade5bf0a5\"}","pri":"8","vis":"1","chnl":"{\"dscr\":\"\",\"grp_nm\":\"imp\",\"grp_id\":\"OS_0fa053a3-d4f0-4687-b4e5-6f2c8463a18c\",\"id\":\"OS_4937ebed-e5c8-4c1f-805f-ba90345aefdd\",\"nm\":\"imp\"}","from":"925537414005","ledc":"FF000FF","alert":"test","sound":"imp","google.message_id":"0:1638452205993924%fd256e67f9fd7ecd","google.c.sender.id":"925537414005"} notification_id=29d7c4b0-d496-44ce-9593-64bade5bf0a5 android_notification_id=-609894445 opened=0 expire_time=1638711405 message=test D/OneSignal( 9828): sendReceiveReceipt disabled D/OneSignal( 9828): OneSignal SessionManager onNotificationReceived notificationId: 29d7c4b0-d496-44ce-9593-64bade5bf0a5 D/OneSignal( 9828): OneSignal OSChannelTracker for: notification_id saveLastId: 29d7c4b0-d496-44ce-9593-64bade5bf0a5 D/OneSignal( 9828): OneSignal OSChannelTracker for: notification_id saveLastId with lastChannelObjectsReceived: [{"notification_id":"3a0a5ea7-68b7-475b-bbf0-66415c8590c8","time":1638450063058}] D/OneSignal( 9828): OneSignal OSChannelTracker for: notification_id with channelObjectToSave: [{"notification_id":"3a0a5ea7-68b7-475b-bbf0-66415c8590c8","time":1638450063058},{"notification_id":"29d7c4b0-d496-44ce-9593-64bade5bf0a5","time":1638452207209}] D/OneSignal( 9828): Running destroyTimeout with runnable: com.onesignal.OSNotificationOpenedResult$1@9e142c D/OneSignal( 9828): Running startTimeout with timeout: 5000 and runnable: com.onesignal.OSNotificationOpenedResult$1@9e142c I/WM-WorkerWrapper( 9828): Worker result SUCCESS for Work [ id=46493bf6-9198-4e86-9096-16c43799b2bb, tags={ com.onesignal.OSNotificationWorkManager$NotificationWorker } ] W/ActivityThread( 9828): SCHED: com.bhatakeed.iust/.MainActivity [83, r=269ms, a=53ms, w=58527ms] I/FIAM.Display( 9828): Unbinding from activity: MainActivity I/FIAM.Headless( 9828): Removing display event component D/OneSignal( 9828): onActivityPaused: com.bhatakeed.iust.MainActivity@93cd865 D/OneSignal( 9828): curActivity is NOW: null D/OneSignal( 9828): onActivityStopped: com.bhatakeed.iust.MainActivity@93cd865 D/OneSignal( 9828): curActivity is NOW: null D/OneSignal( 9828): Running complete from OSNotificationOpenedResult timeout runnable! D/OneSignal( 9828): OSNotificationOpenedResult complete called with opened: false D/OneSignal( 9828): Running destroyTimeout with runnable: com.onesignal.OSNotificationOpenedResult$1@9e142c I/FIAM.Headless( 9828): went foreground I/FIAM.Display( 9828): Binding to activity: MainActivity I/FIAM.Headless( 9828): Setting display event component D/OneSignal( 9828): onActivityResumed: com.bhatakeed.iust.MainActivity@93cd865 D/OneSignal( 9828): curActivity is NOW: com.bhatakeed.iust.MainActivity:com.bhatakeed.iust.MainActivity@93cd865 D/OneSignal( 9828): ActivityLifecycleHandler handleFocus, with runnable: null nextResumeIsFirstActivity: true D/OneSignal( 9828): ActivityLifecycleHandler reset background state, call app focus D/OneSignal( 9828): Application on focus D/OneSignal( 9828): Application foregrounded focus time: 22723676 D/OneSignal( 9828): isPastOnSessionTime currentTimeMillis: 1638452214065 lastSessionTime: 1638450225269 difference: 1988796 D/OneSignal( 9828): Starting new session with appEntryState: APP_OPEN D/OneSignal( 9828): OneSignal cleanOutcomes for session D/OneSignal( 9828): OneSignal save unattributedUniqueOutcomeEvents: [] D/OneSignal( 9828): OneSignal SessionManager restartSessionIfNeeded with entryAction: APP_OPEN D/OneSignal( 9828): channelTrackers: [OSChannelTracker{tag=notification_id, influenceType=INDIRECT, indirectIds=["3a0a5ea7-68b7-475b-bbf0-66415c8590c8"], directId=null}, OSChannelTracker{tag=iam_id, influenceType=UNATTRIBUTED, indirectIds=null, directId=null}] D/OneSignal( 9828): OneSignal ChannelTracker getLastReceivedIds lastChannelObjectReceived: [{"notification_id":"3a0a5ea7-68b7-475b-bbf0-66415c8590c8","time":1638450063058},{"notification_id":"29d7c4b0-d496-44ce-9593-64bade5bf0a5","time":1638452207209}] D/OneSignal( 9828): OneSignal SessionManager restartSessionIfNeeded lastIds: ["3a0a5ea7-68b7-475b-bbf0-66415c8590c8","29d7c4b0-d496-44ce-9593-64bade5bf0a5"] D/OneSignal( 9828): OSChannelTrack ```
jkasten2 commented 2 years ago

@bhatakeed Thanks for the logcat but the lines we need were filtered or are cut off. Make sure you are not filter by your app and you are using verbose logging in logcat. It should contain an entry about com.onesignal.NotificationOpenedReceiver. See "Click to expand!" under point 8 on https://github.com/OneSignal/OneSignal-Android-SDK/issues/1494#issuecomment-982187262 for an example logcat.

Please also let us know the device model code, Android version, MIUI version. You can screenshot this from the device under settings.

bhatakeed commented 2 years ago

@jkasten2 Screenshot_2021-12-06-18-04-41-473_com android settings

jkasten2 commented 2 years ago

Can NOT reproduce issue on the following

Xiaomi Mi MIX 2 (on Sauce Labs)

  1. OneSignal-Android-SDK 4.6.3
  2. Android version 9
  3. Model: MI MIX 2 (MDE5)
  4. MIUI version: 12.0.1
    • Hosted on Sauce Labs, possibly modify settings
  5. Verify version with Xiaomi: "official international version"
  6. Step-by-Step to reproduce the issue
      1. Send notification. 2. Swipe way app. 3. Open notification. 4. Observered app opens correctly.
  7. Does your OSNotificationOpenedHandler fire, even if the app does not open? Yes
  8. Provide a logcat with verbose logging.
    Click to expand!
2021-12-07 16:57:00.711 INFO:   app_process : Waiting for a blocking GC Alloc
2021-12-07 16:57:00.732 INFO:   ThermalEngine : vs_get_temperature: read[0] xo_therm 42000 mC, weight[0] 2
2021-12-07 16:57:00.735 INFO:   ThermalEngine : vs_get_temperature: read[1] quiet_therm 32000 mC, weight[1] 1
2021-12-07 16:57:00.896 DEBUG:  SignalClusterView : updateMobileTypeImage  0
2021-12-07 16:57:00.896 INFO:   chatty : uid=1000(system) com.android.systemui identical 1 line
2021-12-07 16:57:00.898 DEBUG:  SignalClusterView : updateMobileTypeImage  0
2021-12-07 16:57:00.911 DEBUG:  BoundBrokerSvc : onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
2021-12-07 16:57:00.933 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:00.934 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 1 line
2021-12-07 16:57:00.935 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.070 INFO:   app_process : Background concurrent copying GC freed 1308547(46MB) AllocSpace objects, 3(96KB) LOS objects, 10% free, 209MB/233MB, paused 49us total 900.932ms
2021-12-07 16:57:01.070 INFO:   app_process : WaitForGcToComplete blocked Alloc on HeapTrim for 359.124ms
2021-12-07 16:57:01.070 INFO:   app_process : Starting a blocking GC Alloc
2021-12-07 16:57:01.071 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.299 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.301 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 1 line
2021-12-07 16:57:01.302 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.303 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.317 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.320 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 1 line
2021-12-07 16:57:01.320 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.322 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.334 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.337 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 1 line
2021-12-07 16:57:01.338 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.339 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.351 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.354 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 1 line
2021-12-07 16:57:01.354 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.356 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.368 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.370 INFO:   NotificationClickHandler : NotificationClicker onClick notification key=0|com.onesignal.sdktest|281995967|null|13664 afterKeyguardGone:false
2021-12-07 16:57:01.370 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.371 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.373 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.375 DEBUG:  FreeformWindow : isLaunchMultiWindow:false gameKey:0isScreenProjectionPrivace:1screenProjectionState:0
2021-12-07 16:57:01.376 DEBUG:  PanelView : flingToHeight vel=0.0 expand=false target=0.0 mExpandedHeight=1687.0
2021-12-07 16:57:01.377 ERROR:  ANDR-PERF-MPCTL : No valid timer value for perflock request
2021-12-07 16:57:01.379 INFO:   ActivityManager : START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.onesignal.sdktest/.activity.SplashActivity} from uid 13664
2021-12-07 16:57:01.380 DEBUG:  systemui_boost : notification panel visible=false
2021-12-07 16:57:01.380 DEBUG:  systemui_boost : ui thread tid=2064
2021-12-07 16:57:01.380 DEBUG:  systemui_boost : render thread tid=2202
2021-12-07 16:57:01.381 DEBUG:  systemui_boost : thread tid=2064, priority is set to -10
2021-12-07 16:57:01.381 DEBUG:  systemui_boost : thread tid=2202, priority is set to -10
2021-12-07 16:57:01.381 DEBUG:  systemui_boost : ui thread and render thread are reset
2021-12-07 16:57:01.387 DEBUG:  ActivityTrigger : ActivityTrigger activityPauseTrigger
2021-12-07 16:57:01.400 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.404 DEBUG:  Launcher.Lifecycle : onPause:UserHandle{0},dc59863,false
2021-12-07 16:57:01.404 DEBUG:  Launcher_UnlockAnimationStateMachine : setState:PAUSE_WAIT
2021-12-07 16:57:01.405 DEBUG:  CompatibilityInfo : mCompatibilityFlags - 0
2021-12-07 16:57:01.405 DEBUG:  CompatibilityInfo : applicationDensity - 440
2021-12-07 16:57:01.405 DEBUG:  CompatibilityInfo : applicationScale - 1.0
2021-12-07 16:57:01.406 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.408 INFO:   ActivityManager : START u0 {flg=0x24000000 cmp=com.onesignal.sdktest/com.onesignal.NotificationOpenedReceiver (has extras)} from uid 13664
2021-12-07 16:57:01.406 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 1 line
2021-12-07 16:57:01.407 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.409 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.411 DEBUG:  CompatibilityInfo : mCompatibilityFlags - 0
2021-12-07 16:57:01.412 DEBUG:  CompatibilityInfo : applicationDensity - 440
2021-12-07 16:57:01.412 DEBUG:  CompatibilityInfo : applicationScale - 1.0
2021-12-07 16:57:01.414 INFO:   NotificationClickHandler : click notification, sending intent, key=0|com.onesignal.sdktest|281995967|null|13664
2021-12-07 16:57:01.415 ERROR:  ActivityManager : applyOptionsLocked: Unknown animationType=0
2021-12-07 16:57:01.417 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.419 INFO:   set_top_app : success /proc/2221/task/2221/top_app:0
2021-12-07 16:57:01.419 INFO:   set_top_app : success /proc/2221/task/2514/top_app:0
2021-12-07 16:57:01.420 INFO:   set_top_app : success /proc/25956/task/25956/top_app:1
2021-12-07 16:57:01.421 INFO:   set_top_app : success /proc/25956/task/25996/top_app:2
2021-12-07 16:57:01.418 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
2021-12-07 16:57:01.418 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.421 DEBUG:  CompatibilityInfo : mCompatibilityFlags - 0
2021-12-07 16:57:01.421 DEBUG:  CompatibilityInfo : applicationDensity - 440
2021-12-07 16:57:01.421 DEBUG:  CompatibilityInfo : applicationScale - 1.0
2021-12-07 16:57:01.422 INFO:   GST : forePkg: com.onesignal.sdktest, preForePkg: com.miui.home
2021-12-07 16:57:01.422 INFO:   ProcessMonitor : onForegroundInfoChanged: ForegroundInfo{mForegroundPackageName='com.onesignal.sdktest', mForegroundUid=13664, mForegroundPid=25956, mLastForegroundPackageName='com.miui.home', mLastForegroundUid=10033, mLastForegroundPid=2221, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0}
2021-12-07 16:57:01.422 INFO:   GameBoosterService : onForegroundInfoChanged: Cur=com.onesignal.sdktest  last=com.miui.home
2021-12-07 16:57:01.423 DEBUG:  GameBoosterService : onGameStatusChange foreground:ForegroundInfo{mForegroundPackageName='com.onesignal.sdktest', mForegroundUid=13664, mForegroundPid=25956, mLastForegroundPackageName='com.miui.home', mLastForegroundUid=10033, mLastForegroundPid=2221, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0}
2021-12-07 16:57:01.423 INFO:   GameBoosterService : onForegroundInfoChanged: Exit
2021-12-07 16:57:01.423 INFO:   VideoBoxUtils : isSupportVideoBox: false
2021-12-07 16:57:01.423 INFO:   VideoToolBoxService : onForegroundInfoChanged: Exit Vtb
2021-12-07 16:57:01.423 INFO:   Timeline : Timeline: App_transition_ready time:1719056
2021-12-07 16:57:01.424 INFO:   Timeline : Timeline: App_transition_ready time:1719057
2021-12-07 16:57:01.425 INFO:   set_top_app : success /proc/2064/task/2064/top_app:0
2021-12-07 16:57:01.425 INFO:   set_top_app : success /proc/2064/task/2202/top_app:0
2021-12-07 16:57:01.426 DEBUG:  StatusBar : disable<e i a s b h r c s > disable2<q i n g r >
2021-12-07 16:57:01.426 WARN:   ActivityManager : For security reasons, the system cannot issue a Uri permission grant to content://com.miui.networkassistant.fileprovider/res/tmp.png [user 0]; use startActivityAsCaller() instead
2021-12-07 16:57:01.429 DEBUG:  StatusBarClock : isNormalMode= true clock visible=true
2021-12-07 16:57:01.430 DEBUG:  StatusBarClockController : show status bar clock
2021-12-07 16:57:01.432 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.436 INFO:   Timeline : Timeline: App_transition_ready time:1719069
2021-12-07 16:57:01.436 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.436 DEBUG:  Launcher_WallpaperUtils : changeStatusBarMode:false
2021-12-07 16:57:01.440 INFO:   CloudSettingsProvider : uriMatch : 2
2021-12-07 16:57:01.441 WARN:   ActivityThread : handleWindowVisibility: no activity for token android.os.BinderProxy@97b61b4
2021-12-07 16:57:01.441 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.441 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 1 line
2021-12-07 16:57:01.441 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.448 DEBUG:  BrightnessController : BrightnessObserver: stopObserving.
2021-12-07 16:57:01.449 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.450 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
2021-12-07 16:57:01.451 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.451 INFO:   CloudSettingsProvider : uriMatch : 2
2021-12-07 16:57:01.464 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.467 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.467 INFO:   Timeline : Timeline: App_transition_ready time:1719100
2021-12-07 16:57:01.468 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
2021-12-07 16:57:01.469 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.481 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.481 INFO:   Timeline : Timeline: App_transition_ready time:1719114
2021-12-07 16:57:01.483 INFO:   Timeline : Timeline: App_transition_ready time:1719115
2021-12-07 16:57:01.483 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.486 DEBUG:  Sauce : onCreate(Bundle)
2021-12-07 16:57:01.486 DEBUG:  RDC : Sauce features are already loaded
2021-12-07 16:57:01.487 VERBOSE:    OneSignal : initWithContext called with: com.onesignal.sdktest.application.MainApplication@780a924
2021-12-07 16:57:01.488 VERBOSE:    OneSignal : Starting OneSignal initialization!
2021-12-07 16:57:01.488 VERBOSE:    OneSignal : Found class: com.onesignal.sdktest.notification.NotificationServiceExtension, attempting to call constructor
2021-12-07 16:57:01.488 DEBUG:  OneSignal : OneSignal SDK initialization already completed.
2021-12-07 16:57:01.489 DEBUG:  SignalClusterView : updateMobileTypeImage  0
2021-12-07 16:57:01.493 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.494 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 1 line
2021-12-07 16:57:01.494 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.494 DEBUG:  StatusBar : onNotificationRemoved key=0|com.onesignal.sdktest|281995967|null|13664 reason=1
2021-12-07 16:57:01.495 DEBUG:  OneSignal : processIntent from context: com.onesignal.NotificationOpenedReceiver@1bf7ed9 and intent: Intent { flg=0x24800000 cmp=com.onesignal.sdktest/com.onesignal.NotificationOpenedReceiver (has extras) }
2021-12-07 16:57:01.495 DEBUG:  OneSignal : processIntent intent extras: Bundle[{androidNotificationId=281995967, onesignalData={"google.delivered_priority":"normal","google.sent_time":1638917795463,"google.ttl":259200,"google.original_priority":"normal","custom":"{\"a\":{},\"i\":\"040140fd-3b13-47e8-8d43-402a8d981368\"}","pri":"5","vis":"1","from":"249481192614","alert":"test","title":"test","google.message_id":"0:1638917795484185%246c533ff9fd7ecd","google.c.sender.id":"249481192614","androidNotificationId":281995967}}]
2021-12-07 16:57:01.498 DEBUG:  OneSignal : OneSignal SessionManager onDirectInfluenceFromNotificationOpen notificationId: 040140fd-3b13-47e8-8d43-402a8d981368
2021-12-07 16:57:01.498 DEBUG:  OneSignal : OneSignal SessionManager attemptSessionUpgrade with entryAction: NOTIFICATION_CLICK
2021-12-07 16:57:01.498 DEBUG:  StatusBar : removeNotification StatusBarNotification(pkg=com.onesignal.sdktest user=UserHandle{0} id=281995967 tag=null key=0|com.onesignal.sdktest|281995967|null|13664: Notification(channel=fcm_fallback_notification_channel pri=0 contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x10 color=0xffe9444e vis=PUBLIC))
2021-12-07 16:57:01.498 DEBUG:  StatusBar : pkgName=com.onesignal.sdktest appUid=13664 sdk=30 imp=3 sysApp=F priApp=F hasShown=T float=F keyguard=F peek=F fullscreen=F
2021-12-07 16:57:01.498 DEBUG:  StatusBar : showMiuiAction=F enableFloat=T enableKeyguard=T floatTime=5000 messageCount=1 persistent=F customHeight=F
2021-12-07 16:57:01.498 DEBUG:  StatusBar : update app badge num: com.onesignal.sdktest/,num=0,isAllowed=false,userId=0
2021-12-07 16:57:01.498 DEBUG:  OneSignal : OSChannelTracker changed: notification_id
2021-12-07 16:57:01.498 DEBUG:  OneSignal : from:
2021-12-07 16:57:01.498 DEBUG:  OneSignal : influenceType: DIRECT, directNotificationId: 8a9b4a97-d612-4ab9-81e1-46793f4a2307, indirectNotificationIds: null
2021-12-07 16:57:01.498 DEBUG:  OneSignal : to:
2021-12-07 16:57:01.498 DEBUG:  OneSignal : influenceType: DIRECT, directNotificationId: 040140fd-3b13-47e8-8d43-402a8d981368, indirectNotificationIds: null
2021-12-07 16:57:01.499 DEBUG:  OneSignal : Trackers changed to: [OSChannelTracker{tag=notification_id, influenceType=DIRECT, indirectIds=null, directId=040140fd-3b13-47e8-8d43-402a8d981368}, OSChannelTracker{tag=iam_id, influenceType=UNATTRIBUTED, indirectIds=null, directId=null}]
2021-12-07 16:57:01.499 WARN:   ActivityManager : Sending non-protected broadcast android.intent.action.APPLICATION_MESSAGE_UPDATE from system 2064:com.android.systemui/1000 pkg com.android.systemui. Callers=
2021-12-07 16:57:01.499 DEBUG:  OneSignal : OneSignal SessionManager attemptSessionUpgrade channel updated, search for ending direct influences on channels: [OSChannelTracker{tag=iam_id, influenceType=UNATTRIBUTED, indirectIds=null, directId=null}]
2021-12-07 16:57:01.499 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.499 DEBUG:  OneSignal : OneSignal SessionManager attemptSessionUpgrade try UNATTRIBUTED to INDIRECT upgrade
2021-12-07 16:57:01.499 DEBUG:  OneSignal : OneSignal ChannelTracker getLastReceivedIds lastChannelObjectReceived: []
2021-12-07 16:57:01.500 INFO:   Launcher.ApplicationsMessage : onReceive false
2021-12-07 16:57:01.500 DEBUG:  OneSignal : Trackers after update attempt: [OSChannelTracker{tag=notification_id, influenceType=DIRECT, indirectIds=null, directId=040140fd-3b13-47e8-8d43-402a8d981368}, OSChannelTracker{tag=iam_id, influenceType=UNATTRIBUTED, indirectIds=null, directId=null}]
2021-12-07 16:57:01.500 INFO:   Launcher.ApplicationsMessage : update com.onesignal.sdktest/ to null
2021-12-07 16:57:01.500 DEBUG:  OneSignal : OneSignal SessionManager sendSessionEndingWithInfluences with influences: [SessionInfluence{influenceChannel=notification, influenceType=DIRECT, ids=["8a9b4a97-d612-4ab9-81e1-46793f4a2307"]}]
2021-12-07 16:57:01.501 DEBUG:  OneSignal : Running destroyTimeout with runnable: com.onesignal.OSNotificationOpenedResult$1@c05509e
2021-12-07 16:57:01.501 DEBUG:  OneSignal : Running startTimeout with timeout: 5000 and runnable: com.onesignal.OSNotificationOpenedResult$1@c05509e
2021-12-07 16:57:01.501 VERBOSE:    OneSignal : OSNotificationOpenedResult result: OSNotificationOpenedResult{notification=OSNotification{notificationExtender=null, groupedNotifications=[], androidNotificationId=281995967, notificationId='040140fd-3b13-47e8-8d43-402a8d981368', templateName='', templateId='', title='test', body='test', additionalData={}, smallIcon='null', largeIcon='null', bigPicture='null', smallIconAccentColor='null', launchURL='null', sound='null', ledColor='null', lockScreenVisibility=1, groupKey='null', groupMessage='null', actionButtons=null, fromProjectNumber='249481192614', backgroundImageLayout=null, collapseId='null', priority=5, rawPayload='{"google.delivered_priority":"normal","google.sent_time":1638917795463,"google.ttl":259200,"google.original_priority":"normal","custom":"{\"a\":{},\"i\":\"040140fd-3b13-47e8-8d43-402a8d981368\"}","pri":"5","vis":"1","from":"249481192614","alert":"test","title":"test","google.message_id":"0:1638917795484185%246c533ff9fd7ecd","google.c.sender.id":"249481192614","androidNotificationId":281995967}'}, action=com.onesignal.OSNotificationAction@507a77f, isComplete=false}
2021-12-07 16:57:01.502 DEBUG:  ActivityTrigger : ActivityTrigger activityPauseTrigger
2021-12-07 16:57:01.503 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.505 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
2021-12-07 16:57:01.505 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.507 DEBUG:  OneSignal : OneSignal cleanOutcomes for session
2021-12-07 16:57:01.508 DEBUG:  OneSignal : OneSignal save unattributedUniqueOutcomeEvents: []
2021-12-07 16:57:01.508 DEBUG:  OneSignal : FocusTimeProcessorAttributed sendTime with: END_SESSION
2021-12-07 16:57:01.509 DEBUG:  OneSignal : FocusTimeProcessorAttributed:getUnsentActiveTime: 84
2021-12-07 16:57:01.509 DEBUG:  OneSignal : FocusTimeProcessorAttributed:getUnsentActiveTime: 84
2021-12-07 16:57:01.509 DEBUG:  OneSignal : FocusTimeProcessorAttributed:sendOnFocus with totalTimeActive: 84
2021-12-07 16:57:01.512 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.512 VERBOSE:    UiModeManager : switch night mode to 2
2021-12-07 16:57:01.514 DEBUG:  OneSignal : OneSignal SessionManager addSessionData with influences: [SessionInfluence{influenceChannel=iam, influenceType=UNATTRIBUTED, ids=null}, SessionInfluence{influenceChannel=notification, influenceType=DIRECT, ids=["8a9b4a97-d612-4ab9-81e1-46793f4a2307"]}]
2021-12-07 16:57:01.499 WARN:   Binder:2857_1 : type=1400 audit(0.0:4617): avc: denied { getattr } for path="/proc/25956/task/25956/comm" dev="proc" ino=317199 scontext=u:r:system_app:s0 tcontext=u:r:untrusted_app:s0:c80,c270,c512,c768 tclass=file permissive=0
2021-12-07 16:57:01.499 WARN:   Binder:2857_1 : type=1400 audit(0.0:4618): avc: denied { getattr } for path="/proc/25956/task/25961/comm" dev="proc" ino=317200 scontext=u:r:system_app:s0 tcontext=u:r:untrusted_app:s0:c80,c270,c512,c768 tclass=file permissive=0
2021-12-07 16:57:01.499 WARN:   Binder:2857_1 : type=1400 audit(0.0:4619): avc: denied { getattr } for path="/proc/25956/task/25962/comm" dev="proc" ino=317201 scontext=u:r:system_app:s0 tcontext=u:r:untrusted_app:s0:c80,c270,c512,c768 tclass=file permissive=0
2021-12-07 16:57:01.499 WARN:   Binder:2857_1 : type=1400 audit(0.0:4620): avc: denied { getattr } for path="/proc/25956/task/25963/comm" dev="proc" ino=317202 scontext=u:r:system_app:s0 tcontext=u:r:untrusted_app:s0:c80,c270,c512,c768 tclass=file permissive=0
2021-12-07 16:57:01.499 WARN:   Binder:2857_1 : type=1400 audit(0.0:4621): avc: denied { getattr } for path="/proc/25956/task/25964/comm" dev="proc" ino=317203 scontext=u:r:system_app:s0 tcontext=u:r:untrusted_app:s0:c80,c270,c512,c768 tclass=file permissive=0
2021-12-07 16:57:01.516 DEBUG:  OneSignal : OneSignalRestClient: Making request to: https://api.onesignal.com/notifications/040140fd-3b13-47e8-8d43-402a8d981368
2021-12-07 16:57:01.516 DEBUG:  OneSignal : OneSignal SessionManager addSessionIds on jsonObject: {"app_id":"77e32082-ea27-42e3-a898-c72e141824ef","type":1,"state":"ping","active_time":84,"device_type":1,"net_type":0,"direct":true,"notification_ids":["8a9b4a97-d612-4ab9-81e1-46793f4a2307"]}
2021-12-07 16:57:01.518 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.519 DEBUG:  OneSignal : OneSignalRestClient: PUT SEND JSON: {"app_id":"77e32082-ea27-42e3-a898-c72e141824ef","player_id":"2a15534f-bfd9-4083-8aff-9f2575271051","opened":true,"device_type":1}
2021-12-07 16:57:01.519 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.519 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 1 line
2021-12-07 16:57:01.520 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.527 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.527 DEBUG:  OneSignal : OneSignalRestClient: Making request to: https://api.onesignal.com/players/2a15534f-bfd9-4083-8aff-9f2575271051/on_focus
2021-12-07 16:57:01.529 DEBUG:  OneSignal : OneSignalRestClient: POST SEND JSON: {"app_id":"77e32082-ea27-42e3-a898-c72e141824ef","type":1,"state":"ping","active_time":84,"device_type":1,"net_type":0,"direct":true,"notification_ids":["8a9b4a97-d612-4ab9-81e1-46793f4a2307"]}
2021-12-07 16:57:01.534 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.535 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
2021-12-07 16:57:01.535 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.542 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.550 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.557 DEBUG:  EventBus : [2064, u0] send(AppTransitionFinishedEvent)
2021-12-07 16:57:01.557 DEBUG:  EventBus : [2064, u0]  -> ForcedResizableInfoActivityController [0x93fb2c5, P1] onBusEvent(AppTransitionFinishedEvent)
2021-12-07 16:57:01.557 DEBUG:  EventBus : [2064, u0] onBusEvent(AppTransitionFinishedEvent) duration: 15 microseconds, avg: 121
2021-12-07 16:57:01.559 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.560 INFO:   Timeline : Timeline: App_transition_ready time:1719193
2021-12-07 16:57:01.559 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 1 line
2021-12-07 16:57:01.559 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.564 DEBUG:  OneSignal : onActivityResumed: com.onesignal.sdktest.activity.MainActivity@8dbe807
2021-12-07 16:57:01.564 DEBUG:  OneSignal : curActivity is NOW: com.onesignal.sdktest.activity.MainActivity:com.onesignal.sdktest.activity.MainActivity@8dbe807
2021-12-07 16:57:01.564 DEBUG:  OneSignal : ActivityLifecycleHandler handleFocus, with runnable: AppFocusRunnable{backgrounded=true, completed=true} nextResumeIsFirstActivity: false
2021-12-07 16:57:01.564 DEBUG:  OneSignal : ActivityLifecycleHandler reset background state, call app focus
2021-12-07 16:57:01.564 DEBUG:  OneSignal : Application on focus
2021-12-07 16:57:01.566 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.566 DEBUG:  OneSignal : GMSLocationController onFocusChange!
2021-12-07 16:57:01.567 DEBUG:  OneSignal : GMSLocationController GoogleApiClient requestLocationUpdates!
2021-12-07 16:57:01.569 DEBUG:  EventBus : [2064, u0] send(AppTransitionFinishedEvent)
2021-12-07 16:57:01.569 DEBUG:  EventBus : [2064, u0]  -> ForcedResizableInfoActivityController [0x93fb2c5, P1] onBusEvent(AppTransitionFinishedEvent)
2021-12-07 16:57:01.569 INFO:   Timeline : Timeline: App_transition_stopped time:1719202
2021-12-07 16:57:01.569 DEBUG:  EventBus : [2064, u0] onBusEvent(AppTransitionFinishedEvent) duration: 12 microseconds, avg: 121
2021-12-07 16:57:01.569 DEBUG:  EventBus : [2064, u0] send(AppTransitionFinishedEvent)
2021-12-07 16:57:01.570 DEBUG:  EventBus : [2064, u0]  -> ForcedResizableInfoActivityController [0x93fb2c5, P1] onBusEvent(AppTransitionFinishedEvent)
2021-12-07 16:57:01.570 DEBUG:  EventBus : [2064, u0] onBusEvent(AppTransitionFinishedEvent) duration: 10 microseconds, avg: 121
2021-12-07 16:57:01.570 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.572 INFO:   Timeline : Timeline: Activity_windows_visible id: ActivityRecord{5c4076e u0 com.onesignal.sdktest/.activity.MainActivity t1113} time:1719205
2021-12-07 16:57:01.572 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
2021-12-07 16:57:01.572 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.575 DEBUG:  OneSignal : Application foregrounded focus time: 1719208
2021-12-07 16:57:01.575 DEBUG:  OneSignal : isPastOnSessionTime currentTimeMillis: 1638917821575 lastSessionTime: 1638917794336 difference: 27239
2021-12-07 16:57:01.575 DEBUG:  OneSignal : Continue on same session with appEntryState: NOTIFICATION_CLICK
2021-12-07 16:57:01.575 DEBUG:  OneSignal : OneSignal SessionManager attemptSessionUpgrade with entryAction: NOTIFICATION_CLICK
2021-12-07 16:57:01.576 DEBUG:  OneSignal : OneSignal SessionManager attemptSessionUpgrade try UNATTRIBUTED to INDIRECT upgrade
2021-12-07 16:57:01.576 DEBUG:  OneSignal : OneSignal ChannelTracker getLastReceivedIds lastChannelObjectReceived: []
2021-12-07 16:57:01.576 DEBUG:  OneSignal : Trackers after update attempt: [OSChannelTracker{tag=notification_id, influenceType=DIRECT, indirectIds=null, directId=040140fd-3b13-47e8-8d43-402a8d981368}, OSChannelTracker{tag=iam_id, influenceType=UNATTRIBUTED, indirectIds=null, directId=null}]
2021-12-07 16:57:01.576 DEBUG:  OneSignal : OneSignal SessionManager sendSessionEndingWithInfluences with influences: []
2021-12-07 16:57:01.576 DEBUG:  OneSignal : initWithCachedInAppMessages with already in memory messages: [OSInAppMessage{messageId='a1e6057d-4da2-4fdc-936d-7759c6c85270', variants={all={default=ee4bb582-12ae-4c94-994f-2852d56774d6}}, triggers=[], clickedClickIds=[], redisplayStats=OSInAppMessageDisplayStats{lastDisplayTime=-1, displayQuantity=0, displayLimit=2147483647, displayDelay=0}, displayDuration=0.0, displayedInSession=false, triggerChanged=false, actionTaken=false, isPreview=false, endTime=null, hasLiquid=false}, OSInAppMessage{messageId='b614fd84-3c16-41c6-b700-cd6ef71878ad', variants={all={default=8f58234a-2693-4fb9-8e56-ad254f68075b}}, triggers=[], clickedClickIds=[], redisplayStats=OSInAppMessageDisplayStats{lastDisplayTime=-1, displayQuantity=0, displayLimit=2147483647, displayDelay=0}, displayDuration=0.0, displayedInSession=false, triggerChanged=false, actionTaken=false, isPreview=false, endTime=null, hasLiquid=false}]
2021-12-07 16:57:01.578 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.579 DEBUG:  ActivityTrigger : ActivityTrigger activityStopTrigger
2021-12-07 16:57:01.580 DEBUG:  OneSignal : LocationController sendAndClearPromptHandlers from non prompt flow
2021-12-07 16:57:01.581 DEBUG:  OneSignal : LocationController startGetLocation with lastLocation: Location[fused 37.780127,-122.396771 hAcc=36 et=+25m48s870ms vAcc=??? sAcc=??? bAcc=???]
2021-12-07 16:57:01.583 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.584 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 1 line
2021-12-07 16:57:01.584 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.585 DEBUG:  OneSignal : LocationController fireCompleteForLocation with location: Location[fused 37.780127,-122.396771 hAcc=36 et=+25m48s870ms vAcc=??? sAcc=??? bAcc=???]
2021-12-07 16:57:01.585 DEBUG:  OneSignal : registerUser:registerForPushFired:true, locationFired: true, remoteParams: com.onesignal.OneSignalRemoteParams$2@4a841b3, appId: 77e32082-ea27-42e3-a898-c72e141824ef
2021-12-07 16:57:01.586 DEBUG:  OneSignal : LocationController scheduleUpdate lastTime: 0 minTime: 300000
2021-12-07 16:57:01.586 VERBOSE:    OneSignal : OSSyncService scheduleLocationUpdateTask:delayMs: 300000
2021-12-07 16:57:01.587 VERBOSE:    OneSignal : OSSyncService scheduleSyncTask already update scheduled nextScheduledSyncTimeMs: 1638917824355
2021-12-07 16:57:01.589 DEBUG:  OneSignal : LocationController scheduleUpdate lastTime: 3 minTime: 300000
2021-12-07 16:57:01.589 VERBOSE:    OneSignal : OSSyncService scheduleLocationUpdateTask:delayMs: 299997
2021-12-07 16:57:01.590 VERBOSE:    OneSignal : OSBackgroundSync scheduleSyncServiceAsJob:atTime: 299997
2021-12-07 16:57:01.590 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.594 DEBUG:  Launcher.Lifecycle : onStop:UserHandle{0},dc59863,false
2021-12-07 16:57:01.596 INFO:   OneSignal : OSBackgroundSync scheduleSyncServiceAsJob:result: 1
2021-12-07 16:57:01.602 VERBOSE:    UiModeManager : switch night mode to 2
2021-12-07 16:57:01.604 DEBUG:  OneSignal : onActivityDestroyed: com.onesignal.NotificationOpenedReceiver@1bf7ed9
2021-12-07 16:57:01.604 DEBUG:  OneSignal : curActivity is NOW: com.onesignal.sdktest.activity.MainActivity:com.onesignal.sdktest.activity.MainActivity@8dbe807
2021-12-07 16:57:01.610 DEBUG:  EventBus : [2064, u0] send(AppTransitionFinishedEvent)
2021-12-07 16:57:01.610 DEBUG:  EventBus : [2064, u0]  -> ForcedResizableInfoActivityController [0x93fb2c5, P1] onBusEvent(AppTransitionFinishedEvent)
2021-12-07 16:57:01.610 DEBUG:  EventBus : [2064, u0] onBusEvent(AppTransitionFinishedEvent) duration: 14 microseconds, avg: 121
2021-12-07 16:57:01.611 INFO:   OneSignal : FirebaseMessaging.getToken not found, attempting to use FirebaseInstanceId.getToken
2021-12-07 16:57:01.611 INFO:   GoogleInputMethodService : GoogleInputMethodService.onFinishInput():3293
2021-12-07 16:57:01.612 INFO:   GoogleInputMethodService : GoogleInputMethodService.onStartInput():1981
2021-12-07 16:57:01.612 INFO:   DeviceUnlockedTag : DeviceUnlockedTag.notifyDeviceLockStatusChanged():79 Notify device unlocked.
2021-12-07 16:57:01.612 DEBUG:  OneSignal : GMSLocationController onLocationChanged: Location[fused 37.780127,-122.396771 hAcc=36 et=+25m48s870ms vAcc=??? sAcc=??? bAcc=???]
2021-12-07 16:57:01.617 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.619 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 1 line
2021-12-07 16:57:01.620 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.621 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.623 DEBUG:  OneSignal : registerUserTask calling readyToUpdate
2021-12-07 16:57:01.629 INFO:   OneSignal : Device registered, push token = c4GJAuqnvMQ:APA91bEQD_ZDd2sF-MMdKsYOw1sXrwSn7eRDL35V8H8h3n9g0jq4YVOEbQehHj8r502kPFwgfsMKQknfRnv3utjITqv7bEpTlV1BiuBmp8CIX-Ei9B8IC6eW9dVBkr6YOKSmXT4DgTbL
2021-12-07 16:57:01.629 DEBUG:  OneSignal : registerForPushToken completed with id: c4GJAuqnvMQ:APA91bEQD_ZDd2sF-MMdKsYOw1sXrwSn7eRDL35V8H8h3n9g0jq4YVOEbQehHj8r502kPFwgfsMKQknfRnv3utjITqv7bEpTlV1BiuBmp8CIX-Ei9B8IC6eW9dVBkr6YOKSmXT4DgTbL status: 1
2021-12-07 16:57:01.631 DEBUG:  OneSignal : registerUser:registerForPushFired:true, locationFired: true, remoteParams: com.onesignal.OneSignalRemoteParams$2@4a841b3, appId: 77e32082-ea27-42e3-a898-c72e141824ef
2021-12-07 16:57:01.634 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.635 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 1 line
2021-12-07 16:57:01.636 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.637 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:01.640 DEBUG:  CompatibilityInfo : mCompatibilityFlags - 0
2021-12-07 16:57:01.640 DEBUG:  CompatibilityInfo : applicationDensity - 440
2021-12-07 16:57:01.640 DEBUG:  CompatibilityInfo : applicationScale - 1.0
2021-12-07 16:57:01.656 DEBUG:  OneSignal : registerUserTask calling readyToUpdate
2021-12-07 16:57:01.660 INFO:   WM-WorkerWrapper : Worker result FAILURE for Work [ id=fdab4a5e-b137-421c-ba2a-fbfeb21c0607, tags={ com.onesignal.OSNotificationRestoreWorkManager$NotificationRestoreWorker } ]
2021-12-07 16:57:01.685 VERBOSE:    OneSignal : OneSignalRestClient: After con.getResponseCode to: https://api.onesignal.com/notifications/040140fd-3b13-47e8-8d43-402a8d981368
2021-12-07 16:57:01.685 DEBUG:  OneSignal : OneSignalRestClient: Successfully finished request to: https://api.onesignal.com/notifications/040140fd-3b13-47e8-8d43-402a8d981368
2021-12-07 16:57:01.686 DEBUG:  OneSignal : OneSignalRestClient: PUT RECEIVED JSON: {"success":true}
2021-12-07 16:57:01.698 VERBOSE:    OneSignal : OneSignalRestClient: After con.getResponseCode to: https://api.onesignal.com/players/2a15534f-bfd9-4083-8aff-9f2575271051/on_focus
2021-12-07 16:57:01.698 DEBUG:  OneSignal : OneSignalRestClient: Successfully finished request to: https://api.onesignal.com/players/2a15534f-bfd9-4083-8aff-9f2575271051/on_focus
2021-12-07 16:57:01.700 DEBUG:  OneSignal : OneSignalRestClient: POST RECEIVED JSON: {"id":"2a15534f-bfd9-4083-8aff-9f2575271051","success":true}
2021-12-07 16:57:01.703 DEBUG:  OneSignal : FocusTimeProcessorAttributed:saveUnsentActiveTime: 0
2021-12-07 16:57:01.704 DEBUG:  Launcher_UnlockAnimationStateMachine : mResetIdleStateRunnable
2021-12-07 16:57:01.737 INFO:   ThermalEngine : vs_get_temperature: read[0] xo_therm 42000 mC, weight[0] 2
2021-12-07 16:57:01.743 INFO:   ThermalEngine : vs_get_temperature: read[1] quiet_therm 32000 mC, weight[1] 1
2021-12-07 16:57:01.801 INFO:   app_process : Waiting for a blocking GC Alloc
2021-12-07 16:57:01.803 INFO:   system_server : Background concurrent copying GC freed 315676(15MB) AllocSpace objects, 111(6MB) LOS objects, 42% free, 31MB/54MB, paused 175us total 199.574ms
2021-12-07 16:57:01.896 DEBUG:  SignalClusterView : updateMobileTypeImage  0
2021-12-07 16:57:01.897 INFO:   chatty : uid=1000(system) com.android.systemui identical 1 line
2021-12-07 16:57:01.897 DEBUG:  SignalClusterView : updateMobileTypeImage  0
2021-12-07 16:57:01.932 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:01.932 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 1 line
2021-12-07 16:57:01.933 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:02.255 INFO:   app_process : Background concurrent copying GC freed 2050955(73MB) AllocSpace objects, 1(32KB) LOS objects, 11% free, 182MB/206MB, paused 53us total 966.054ms
2021-12-07 16:57:02.256 INFO:   app_process : WaitForGcToComplete blocked Alloc on HeapTrim for 454.459ms
2021-12-07 16:57:02.256 INFO:   app_process : Starting a blocking GC Alloc
2021-12-07 16:57:02.256 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:02.360 INFO:   QImsService : ImsSenderRxr : [UNSL]< UNSOL_RESPONSE_IMS_NETWORK_STATE_CHANGED[SUB1]
2021-12-07 16:57:02.361 INFO:   QImsService : ImsServiceSubHandler : Message received: what = 2
2021-12-07 16:57:02.361 INFO:   QImsService : ImsServiceSub : [1] handleImsStateChanged
2021-12-07 16:57:02.362 INFO:   QImsService : ImsServiceSub : [1] sendBroadcastForDisconnected
2021-12-07 16:57:02.364 INFO:   MmTelFeatureConnection : onDeregistered ::
2021-12-07 16:57:02.365 INFO:   QImsService : ImsSenderRxr : [UNSL]< UNSOL_RESPONSE_IMS_NETWORK_STATE_CHANGED[SUB0]
2021-12-07 16:57:02.366 INFO:   QImsService : ImsServiceSubHandler : Message received: what = 2
2021-12-07 16:57:02.366 INFO:   QImsService : ImsServiceSub : [0] handleImsStateChanged
2021-12-07 16:57:02.367 INFO:   QImsService : ImsServiceSub : [0] sendBroadcastForDisconnected
2021-12-07 16:57:02.368 INFO:   MmTelFeatureConnection : onDeregistered ::
2021-12-07 16:57:02.368 INFO:   MmTelFeatureConnection : onDeregistered ::
2021-12-07 16:57:02.730 INFO:   app_process : NativeAlloc concurrent copying GC freed 2160742(76MB) AllocSpace objects, 18(680KB) LOS objects, 13% free, 157MB/181MB, paused 142us total 473.047ms
2021-12-07 16:57:02.745 INFO:   ThermalEngine : vs_get_temperature: read[0] xo_therm 42000 mC, weight[0] 2
2021-12-07 16:57:02.746 INFO:   ThermalEngine : vs_get_temperature: read[1] quiet_therm 32000 mC, weight[1] 1
2021-12-07 16:57:02.898 DEBUG:  SignalClusterView : updateMobileTypeImage  0
2021-12-07 16:57:02.898 INFO:   chatty : uid=1000(system) com.android.systemui identical 1 line
2021-12-07 16:57:02.898 DEBUG:  SignalClusterView : updateMobileTypeImage  0
2021-12-07 16:57:02.932 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:02.932 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 1 line
2021-12-07 16:57:02.932 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:02.933 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:03.569 INFO:   app_process : Background concurrent copying GC freed 2330155(82MB) AllocSpace objects, 1(44KB) LOS objects, 12% free, 171MB/195MB, paused 42us total 643.141ms
2021-12-07 16:57:03.747 INFO:   ThermalEngine : vs_get_temperature: read[0] xo_therm 42000 mC, weight[0] 2
2021-12-07 16:57:03.748 INFO:   ThermalEngine : vs_get_temperature: read[1] quiet_therm 32000 mC, weight[1] 1
2021-12-07 16:57:04.032 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:04.033 INFO:   chatty : uid=1000(system) /system/bin/surfaceflinger identical 6 lines
2021-12-07 16:57:04.034 INFO:   ConfigStore : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2021-12-07 16:57:04.037 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 16:57:04.327 INFO:   app_process : Waiting for a blocking GC Alloc
2021-12-07 16:57:04.647 INFO:   app_process : Background concurrent copying GC freed 1389771(49MB) AllocSpace objects, 1(44KB) LOS objects, 10% free, 206MB/230MB, paused 69us total 885.720ms
2021-12-07 16:57:04.648 INFO:   app_process : WaitForGcToComplete blocked Alloc on HeapTrim for 321.324ms
2021-12-07 16:57:04.648 INFO:   app_process : Starting a blocking GC Alloc
2021-12-07 16:57:04.753 INFO:   ThermalEngine : vs_get_temperature: read[0] xo_therm 42000 mC, weight[0] 2
2021-12-07 16:57:04.755 INFO:   ThermalEngine : vs_get_temperature: read[1] quiet_therm 32000 mC, weight[1] 1
2021-12-07 16:57:04.897 WARN:   system_server : Unknown chunk type '200'.
2021-12-07 16:57:04.899 WARN:   System.err : java.io.FileNotFoundException: /storage/emulated/0/mipush/lcfp.lock: open failed: EACCES (Permission denied)
2021-12-07 16:57:04.899 WARN:   System.err : at libcore.io.IoBridge.open(IoBridge.java:485)
2021-12-07 16:57:04.899 WARN:   System.err : at java.io.RandomAccessFile.<init>(RandomAccessFile.java:288)
2021-12-07 16:57:04.899 WARN:   System.err : at com.xiaomi.channel.commonutils.c.f.a(JobMutualExclusor.java:137)
2021-12-07 16:57:04.899 WARN:   System.err : at com.xiaomi.push.c.d$1.b(CDEntrance.java:83)
2021-12-07 16:57:04.899 WARN:   System.err : at com.xiaomi.push.c.d$1.a(CDEntrance.java:39)
2021-12-07 16:57:04.899 WARN:   System.err : at com.xiaomi.push.c.d$1$1.run(CDEntrance.java:49)
2021-12-07 16:57:04.899 WARN:   System.err : at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458)
2021-12-07 16:57:04.900 WARN:   System.err : at java.util.concurrent.FutureTask.run(FutureTask.java:266)
2021-12-07 16:57:04.900 WARN:   System.err : at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
2021-12-07 16:57:04.900 WARN:   System.err : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
2021-12-07 16:57:04.900 WARN:   System.err : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
2021-12-07 16:57:04.900 WARN:   System.err : at java.lang.Thread.run(Thread.java:764)
2021-12-07 16:57:04.900 WARN:   System.err : Caused by: android.system.ErrnoException: open failed: EACCES (Permission denied)
2021-12-07 16:57:04.900 WARN:   System.err : at libcore.io.Linux.open(Native Method)
2021-12-07 16:57:04.900 WARN:   System.err : at libcore.io.BlockGuardOs.open(BlockGuardOs.java:210)
2021-12-07 16:57:04.900 WARN:   System.err : at libcore.io.IoBridge.open(IoBridge.java:471)
2021-12-07 16:57:04.900 WARN:   System.err : ... 11 more
2021-12-07 16:57:04.900 DEBUG:  CompatibilityInfo : mCompatibilityFlags - 0
2021-12-07 16:57:04.900 DEBUG:  CompatibilityInfo : applicationDensity - 440
2021-12-07 16:57:04.900 DEBUG:  CompatibilityInfo : applicationScale - 1.0
2021-12-07 16:57:04.904 DEBUG:  ImsResolver : maybeAddedImsService, packageName: com.onesignal.sdktest
2021-12-07 16:57:04.904 DEBUG:  AggregateListener : notifyAction action:android.intent.action.PACKAGE_CHANGED
2021-12-07 16:57:04.905 DEBUG:  LockScreenMagazineController : received broadcast android.intent.action.PACKAGE_CHANGED
2021-12-07 16:57:04.905 DEBUG:  EventBus : [2064, u0] post(PackagesChangedEvent)
2021-12-07 16:57:04.905 DEBUG:  EventBus : [2064, u0] post(PackagesChangedEvent)
2021-12-07 16:57:04.906 DEBUG:  EventBus : [2064, u0]  -> TaskStackView [0x10cfb35, P3] onBusEvent(PackagesChangedEvent)
2021-12-07 16:57:04.906 DEBUG:  EventBus : [2064, u0] onBusEvent(PackagesChangedEvent) duration: 22 microseconds, avg: 121
2021-12-07 16:57:04.906 DEBUG:  EventBus : [2064, u0]  -> RecentsRecommendView [0x75d83f, P1] onBusEvent(PackagesChangedEvent)
2021-12-07 16:57:04.906 DEBUG:  EventBus : [2064, u0] onBusEvent(PackagesChangedEvent) duration: 7 microseconds, avg: 121
2021-12-07 16:57:04.906 DEBUG:  EventBus : [2064, u0]  -> RecentsTaskLoader [0x5e7bdeb, P1] onBusEvent(PackagesChangedEvent)
2021-12-07 16:57:04.906 DEBUG:  EventBus : [2064, u0] onBusEvent(PackagesChangedEvent) duration: 15 microseconds, avg: 121
2021-12-07 16:57:04.906 DEBUG:  EventBus : [2064, u0]  -> TaskStackView [0x10cfb35, P3] onBusEvent(PackagesChangedEvent)
2021-12-07 16:57:04.906 DEBUG:  EventBus : [2064, u0] onBusEvent(PackagesChangedEvent) duration: 13 microseconds, avg: 120
2021-12-07 16:57:04.906 DEBUG:  EventBus : [2064, u0]  -> RecentsRecommendView [0x75d83f, P1] onBusEvent(PackagesChangedEvent)
2021-12-07 16:57:04.907 DEBUG:  EventBus : [2064, u0] onBusEvent(PackagesChangedEvent) duration: 6 microseconds, avg: 120
2021-12-07 16:57:04.907 DEBUG:  EventBus : [2064, u0]  -> RecentsTaskLoader [0x5e7bdeb, P1] onBusEvent(PackagesChangedEvent)
2021-12-07 16:57:04.907 DEBUG:  EventBus : [2064, u0] onBusEvent(PackagesChangedEvent) duration: 10 microseconds, avg: 120
2021-12-07 16:57:04.907 DEBUG:  RegisteredServicesCache : Intent action: android.intent.action.PACKAGE_CHANGED
2021-12-07 16:57:04.913 DEBUG:  CarrierSvcBindHelper : No carrier app for: 0
2021-12-07 16:57:04.914 ERROR:  PhoneInterfaceManager : [PhoneIntfMgr] getCarrierPackageNamesForIntent: No UICC
2021-12-07 16:57:04.914 DEBUG:  CarrierSvcBindHelper : No carrier app for: 1
2021-12-07 16:57:04.916 INFO:   ProcessReaper : Memory state is: 125
2021-12-07 16:57:04.919 DEBUG:  RegisteredServicesCache : Adding service: ComponentInfo{com.google.android.gms/com.google.android.gms.nearby.mediums.nearfieldcommunication.NfcAdvertisingService} AIDs: [F00000FE2C]
2021-12-07 16:57:04.919 DEBUG:  RegisteredServicesCache : Adding service: ComponentInfo{com.google.android.gms/com.google.android.gms.pay.hce.service.PayHceService} AIDs: []
2021-12-07 16:57:04.919 DEBUG:  RegisteredServicesCache : Adding service: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService} AIDs: [325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010]
2021-12-07 16:57:04.919 DEBUG:  RegisteredServicesCache : Reading service state data always from file
2021-12-07 16:57:04.920 DEBUG:  RegisteredServicesCache : ServiceStateFileVersion=1.0
2021-12-07 16:57:04.920 ERROR:  RegisteredServicesCache : Next Tag=services
2021-12-07 16:57:04.920 DEBUG:  RegisteredServicesCache : curr component com.google.android.gms/com.google.android.gms.nearby.mediums.nearfieldcommunication.NfcAdvertisingService
2021-12-07 16:57:04.920 DEBUG:  RegisteredServicesCache : curr uid 10019
2021-12-07 16:57:04.920 DEBUG:  RegisteredServicesCache : curr state 1
2021-12-07 16:57:04.920 ERROR:  RegisteredServicesCache : installedServices no uidString
2021-12-07 16:57:04.920 DEBUG:  RegisteredServicesCache : curr component com.google.android.gms/com.google.android.gms.pay.hce.service.PayHceService
2021-12-07 16:57:04.920 DEBUG:  RegisteredServicesCache : curr uid 10019
2021-12-07 16:57:04.920 DEBUG:  RegisteredServicesCache : curr state 2
2021-12-07 16:57:04.921 ERROR:  RegisteredServicesCache : installedServices contains uidString : 10019
2021-12-07 16:57:04.921 ERROR:  RegisteredServicesCache : 1invalidateCache:WriteServiceStateToFile
2021-12-07 16:57:04.921 ERROR:  RegisteredServicesCache : Writing service state Data Always
2021-12-07 16:57:04.923 ERROR:  RegisteredServicesCache : component namecom.google.android.gms/com.google.android.gms.nearby.mediums.nearfieldcommunication.NfcAdvertisingService
2021-12-07 16:57:04.923 ERROR:  RegisteredServicesCache : component namecom.google.android.gms/com.google.android.gms.pay.hce.service.PayHceService
2021-12-07 16:57:04.928 DEBUG:  CardEmulationManager : Current default: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}
2021-12-07 16:57:04.928 DEBUG:  CardEmulationManager : Default payment service still ok.
2021-12-07 16:57:04.928 DEBUG:  RegisteredAidCache : onServicesUpdated
2021-12-07 16:57:04.930 DEBUG:  RegisteredAidCache : generateServiceMap component: ComponentInfo{com.google.android.gms/com.google.android.gms.nearby.mediums.nearfieldcommunication.NfcAdvertisingService}
2021-12-07 16:57:04.930 DEBUG:  RegisteredAidCache : generateServiceMap component: ComponentInfo{com.google.android.gms/com.google.android.gms.pay.hce.service.PayHceService}
2021-12-07 16:57:04.930 DEBUG:  RegisteredAidCache : generateServiceMap component: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}
2021-12-07 16:57:04.932 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid 325041592E5359532E4444463031
2021-12-07 16:57:04.932 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.932 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.932 DEBUG:  RegisteredAidCache : AIDs: [325041592E5359532E4444463031] were resolved.
2021-12-07 16:57:04.932 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid 4F53452E5641532E3031
2021-12-07 16:57:04.932 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.932 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: making single handling service ComponentInfo{com.google.android.gms/com.google.android.gms.pay.hce.service.PayHceService} default.
2021-12-07 16:57:04.932 DEBUG:  RegisteredAidCache : AIDs: [4F53452E5641532E3031] were resolved.
2021-12-07 16:57:04.932 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A00000000307010001
2021-12-07 16:57:04.932 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.932 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.932 DEBUG:  RegisteredAidCache : AIDs: [A00000000307010001] were resolved.
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A0000000031010
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : AIDs: [A0000000031010] were resolved.
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A0000000032010
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : AIDs: [A0000000032010] were resolved.
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A0000000032020
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : AIDs: [A0000000032020] were resolved.
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A0000000041010
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : AIDs: [A0000000041010] were resolved.
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A0000000042203
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.933 DEBUG:  CompatibilityInfo : mCompatibilityFlags - 0
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : AIDs: [A0000000042203] were resolved.
2021-12-07 16:57:04.933 DEBUG:  CompatibilityInfo : applicationDensity - 440
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A0000000043060
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.933 DEBUG:  CompatibilityInfo : applicationScale - 1.0
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : AIDs: [A0000000043060] were resolved.
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A0000000049101
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : AIDs: [A0000000049101] were resolved.
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A00000002501
2021-12-07 16:57:04.933 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.934 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.934 DEBUG:  RegisteredAidCache : AIDs: [A00000002501] were resolved.
2021-12-07 16:57:04.934 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A000000025011001
2021-12-07 16:57:04.934 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.934 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.934 DEBUG:  RegisteredAidCache : AIDs: [A000000025011001] were resolved.
2021-12-07 16:57:04.934 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A000000025021001
2021-12-07 16:57:04.934 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.935 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.935 DEBUG:  RegisteredAidCache : AIDs: [A000000025021001] were resolved.
2021-12-07 16:57:04.935 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A0000000980840
2021-12-07 16:57:04.935 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.935 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : AIDs: [A0000000980840] were resolved.
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A0000001523010
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : AIDs: [A0000001523010] were resolved.
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A0000001524010
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : AIDs: [A0000001524010] were resolved.
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A0000002771010
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : AIDs: [A0000002771010] were resolved.
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A0000003241010
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : AIDs: [A0000003241010] were resolved.
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A00000038410
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : AIDs: [A00000038410] were resolved.
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A00000038420
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : AIDs: [A00000038420] were resolved.
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A000000476D0000111
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: making single handling service ComponentInfo{com.google.android.gms/com.google.android.gms.pay.hce.service.PayHceService} default.
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : AIDs: [A000000476D0000111] were resolved.
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A0000004941010
2021-12-07 16:57:04.936 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : AIDs: [A0000004941010] were resolved.
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A0000004942010
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : AIDs: [A0000004942010] were resolved.
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A0000006581010
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : AIDs: [A0000006581010] were resolved.
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid A0000007800006
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: routing to payment default default ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : AIDs: [A0000007800006] were resolved.
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : generateAidCacheLocked: starting with aid F00000FE2C
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : Exact AID, resolving.
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : resolveAidLocked: DECISION: making single handling service ComponentInfo{com.google.android.gms/com.google.android.gms.nearby.mediums.nearfieldcommunication.NfcAdvertisingService} default.
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : AIDs: [F00000FE2C] were resolved.
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : Exact or Prefix AID.F00000FE2C
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : AIDs: [F00000FE2C] were resolved.
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A0000007800006
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : AIDs: [A0000007800006] were resolved.
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A0000006581010
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : AIDs: [A0000006581010] were resolved.
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A0000004942010
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : AIDs: [A0000004942010] were resolved.
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A0000004941010
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : AIDs: [A0000004941010] were resolved.
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A000000476D0000111
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : AIDs: [A000000476D0000111] were resolved.
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A00000038420
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : AIDs: [A00000038420] were resolved.
2021-12-07 16:57:04.937 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A00000038410
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [A00000038410] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A0000003241010
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [A0000003241010] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A0000002771010
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [A0000002771010] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A0000001524010
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [A0000001524010] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A0000001523010
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [A0000001523010] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A0000000980840
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [A0000000980840] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A000000025021001
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [A000000025021001] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A000000025011001
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [A000000025011001] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A00000002501
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [A00000002501] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A0000000049101
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [A0000000049101] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A0000000043060
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [A0000000043060] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A0000000042203
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [A0000000042203] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A0000000041010
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [A0000000041010] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A0000000032020
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [A0000000032020] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A0000000032010
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [A0000000032010] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A0000000031010
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [A0000000031010] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Exact or Prefix AID.A00000000307010001
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [A00000000307010001] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Exact or Prefix AID.4F53452E5641532E3031
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [4F53452E5641532E3031] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Exact or Prefix AID.325041592E5359532E4444463031
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : AIDs: [325041592E5359532E4444463031] were resolved.
2021-12-07 16:57:04.938 DEBUG:  RegisteredAidCache : Not updating routing table because NFC is off.
2021-12-07 16:57:04.938 DEBUG:  RegisteredServicesCache : ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.nearby.mediums.nearfieldcommunication.NfcAdvertisingService}, description: Nearby, Static AID Groups: Category: other, AIDs:F00000FE2C, , Dynamic AID Groups:
2021-12-07 16:57:04.938 DEBUG:  RegisteredServicesCache : ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.pay.hce.service.PayHceService}, description: Google Pay, Static AID Groups: , Dynamic AID Groups: Category: other, AIDs:4F53452E5641532E3031, A000000476D0000111,
2021-12-07 16:57:04.939 DEBUG:  RegisteredServicesCache : ApduService: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}, description: Google Pay, Static AID Groups: Category: payment, AIDs:325041592E5359532E4444463031, A0000000041010, A0000000042203, A0000000043060, A0000000031010, A0000000980840, A0000000032010, A0000000032020, A00000000307010001, A0000003241010, A0000001523010, A0000001524010, A00000002501, A000000025011001, A000000025021001, A0000002771010, A00000038410, A00000038420, A0000004941010, A0000004942010, A0000000049101, A0000007800006, A0000006581010, , Dynamic AID Groups:
2021-12-07 16:57:04.940 DEBUG:  RegisteredNfcFServicesCache : Service unchanged, not updating
2021-12-07 16:57:04.947 INFO:   InputReader : Reconfiguring input devices.  changes=0x00000010
2021-12-07 16:57:04.950 INFO:   Fitness : OnPackageChangedOperation got intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.onesignal.sdktest flg=0x45000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } [CONTEXT service_id=17 ]
2021-12-07 16:57:04.952 DEBUG:  CompatibilityInfo : mCompatibilityFlags - 0
2021-12-07 16:57:04.952 DEBUG:  CompatibilityInfo : applicationDensity - 440
2021-12-07 16:57:04.952 DEBUG:  CompatibilityInfo : applicationScale - 1.0
2021-12-07 16:57:04.962 INFO:   Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_CHANGED [CONTEXT service_id=17 ]
2021-12-07 16:57:04.980 DEBUG:  CompatibilityInfo : mCompatibilityFlags - 0
2021-12-07 16:57:04.980 DEBUG:  CompatibilityInfo : applicationDensity - 440
2021-12-07 16:57:04.980 DEBUG:  CompatibilityInfo : applicationScale - 1.0
2021-12-07 16:57:05.003 DEBUG:  CompatibilityInfo : mCompatibilityFlags - 0
2021-12-07 16:57:05.003 DEBUG:  CompatibilityInfo : applicationDensity - 440
2021-12-07 16:57:05.003 DEBUG:  CompatibilityInfo : applicationScale - 1.0
2021-12-07 16:57:05.004 DEBUG:  CompatibilityInfo : mCompatibilityFlags - 0
2021-12-07 16:57:05.004 DEBUG:  CompatibilityInfo : applicationDensity - 440
2021-12-07 16:57:05.004 DEBUG:  CompatibilityInfo : applicationScale - 1.0
2021-12-07 16:57:05.012 DEBUG:  CompatibilityInfo : mCompatibilityFlags - 0
2021-12-07 16:57:05.012 DEBUG:  CompatibilityInfo : applicationDensity - 440
2021-12-07 16:57:05.012 DEBUG:  CompatibilityInfo : applicationScale - 1.0
2021-12-07 16:57:05.014 INFO:   Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
2021-12-07 16:57:05.020 WARN:   ChimeraUtils : Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
2021-12-07 16:57:05.026 INFO:   Telecom : DefaultDialerCache: Refreshing default dialer for user 0: now com.android.contacts: DDC.oR@AJ8
2021-12-07 16:57:05.036 WARN:   ChimeraUtils : Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
2021-12-07 16:57:05.037 DEBUG:  CompatibilityInfo : mCompatibilityFlags - 0
2021-12-07 16:57:05.037 DEBUG:  CompatibilityInfo : applicationDensity - 440
2021-12-07 16:57:05.037 DEBUG:  CompatibilityInfo : applicationScale - 1.0
2021-12-07 16:57:05.038 WARN:   ChimeraUtils : Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
2021-12-07 16:57:05.050 DEBUG:  CompatibilityInfo : mCompatibilityFlags - 0
2021-12-07 16:57:05.050 DEBUG:  CompatibilityInfo : applicationDensity - 440
2021-12-07 16:57:05.050 DEBUG:  CompatibilityInfo : applicationScale - 1.0
2021-12-07 16:57:05.055 INFO:   GmsCoreXrpcWrapper : Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
2021-12-07 16:57:05.060 DEBUG:  CompatibilityInfo : mCompatibilityFlags - 0
2021-12-07 16:57:05.060 DEBUG:  CompatibilityInfo : applicationDensity - 440
2021-12-07 16:57:05.060 DEBUG:  CompatibilityInfo : applicationScale - 1.0
2021-12-07 16:57:05.061 DEBUG:  BoundBrokerSvc : onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
2021-12-07 16:57:05.061 DEBUG:  BoundBrokerSvc : Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
2021-12-07 16:57:05.078 DEBUG:  Launcher.Model : LauncherAppsCallback onPackageChanged|com.onesignal.sdktest|UserHandle{0}
2021-12-07 16:57:05.078 DEBUG:  Launcher.Model : Got broadcast:Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.onesignal.sdktest (has extras) }
2021-12-07 16:57:05.079 WARN:   LocationProviderProxy-network : com.qualcomm.location resolves service com.android.location.service.v3.NetworkLocationProvider, but has wrong signature, ignoring
2021-12-07 16:57:05.079 WARN:   LocationProviderProxy-network : com.qualcomm.location resolves service com.android.location.service.v3.NetworkLocationProvider, but has wrong signature, ignoring
2021-12-07 16:57:05.082 INFO:   Icing : Usage reports ok 1, Failed Usage reports 0, indexed 0, rejected 0
2021-12-07 16:57:05.085 DEBUG:  IconCustomizer : Content Ratio = 1.0434783
2021-12-07 16:57:05.086 DEBUG:  IconCustomizer : Generate customized icon for com.onesignal.sdktest.png
2021-12-07 16:57:05.091 INFO:   Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30
2021-12-07 16:57:05.091 INFO:   app_process : Waiting for a blocking GC Alloc
2021-12-07 16:57:05.093 INFO:   ThemeRuntimeManager : add pending job com.onesignal.sdktest.png
2021-12-07 16:57:05.094 INFO:   ThemeRuntimeManager : saving icon for com.onesignal.sdktest.png
2021-12-07 16:57:05.095 DEBUG:  Launcher.AllAppsList : updatePackage, packageName=com.onesignal.sdktest, loadMissing=false, user=UserHandle{0}, matchedSize=1
2021-12-07 16:57:05.095 DEBUG:  Launcher.AllAppsList : updatePackage, find appInfo=AppInfo, id=-1, itemType=0, user=UserHandle{0}, mIconType=0, pkgName=com.onesignal.sdktest, className=com.onesignal.sdktest.activity.SplashActivity, screenId=-1, container=-1, cellX=-1, cellY=-1, spanX=1, spanY=1, isLandscapePos=false from ComponentInfo{com.onesignal.sdktest/com.onesignal.sdktest.activity.SplashActivity}
2021-12-07 16:57:05.096 DEBUG:  Launcher.Model : onReceiveBackground, mAllAppsList=add=[], remove=[], modified=[(0, AppInfo, id=-1, itemType=0, user=UserHandle{0}, mIconType=0, pkgName=com.onesignal.sdktest, className=com.onesignal.sdktest.activity.SplashActivity, screenId=-1, container=-1, cellX=-1, cellY=-1, spanX=1, spanY=1, isLandscapePos=false)]
2021-12-07 16:57:05.106 INFO:   GmsCoreXrpcWrapper : Returning a channel provider with trafficStatsTag=12803 trafficStatsUid=-1
2021-12-07 16:57:05.119 INFO:   Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
2021-12-07 16:57:05.120 INFO:   Icing : Indexing com.google.android.gms-apps from com.google.android.gms
2021-12-07 16:57:05.131 INFO:   Icing : Indexing done com.google.android.gms-apps
2021-12-07 16:57:05.388 DEBUG:  CompatibilityInfo : mCompatibilityFlags - 0
2021-12-07 16:57:05.388 DEBUG:  CompatibilityInfo : applicationDensity - 440
2021-12-07 16:57:05.388 DEBUG:  CompatibilityInfo : applicationScale - 1.0
2021-12-07 16:57:05.722 INFO:   app_process : Background concurrent copying GC freed 2111368(75MB) AllocSpace objects, 1(44KB) LOS objects, 11% free, 180MB/204MB, paused 48us total 879.577ms
2021-12-07 16:57:05.723 INFO:   app_process : WaitForGcToComplete blocked Alloc on HeapTrim for 631.593ms
2021-12-07 16:57:05.723 INFO:   app_process : Starting a blocking GC Alloc
2021-12-07 16:57:05.760 INFO:   ThermalEngine : vs_get_temperature: read[0] xo_therm 42000 mC, weight[0] 2
2021-12-07 16:57:05.761 INFO:   ThermalEngine : vs_get_temperature: read[1] quiet_therm 32000 mC, weight[1] 1
2021-12-07 16:57:05.822 WARN:   ActivityManager : Unable to start service Intent { pkg=com.miui.hybrid cmp=com.miui.hybrid/.PersistService } U=0: not found
2021-12-07 16:57:06.385 INFO:   app_process : Waiting for a blocking GC Alloc
2021-12-07 16:57:06.504 INFO:   app_process : Background concurrent copying GC freed 2684209(95MB) AllocSpace objects, 0(0B) LOS objects, 13% free, 160MB/184MB, paused 264us total 584.759ms
2021-12-07 16:57:06.504 INFO:   app_process : WaitForGcToComplete blocked Alloc on HeapTrim for 118.864ms
2021-12-07 16:57:06.504 INFO:   app_process : Starting a blocking GC Alloc
2021-12-07 16:57:06.507 DEBUG:  OneSignal : Running complete from OSNotificationOpenedResult timeout runnable!
2021-12-07 16:57:06.507 DEBUG:  OneSignal : OSNotificationOpenedResult complete called with opened: false
2021-12-07 16:57:06.508 DEBUG:  OneSignal : Running destroyTimeout with runnable: com.onesignal.OSNotificationOpenedResult$1@c05509e
2021-12-07 16:57:06.675 DEBUG:  OneSignal : UserStateSynchronizer internalSyncUserState from session call: false jsonBody: null

Device details screenshot:

image

Display pop-up windows while running in the background:

This was enabled by default, however I disabled this and restarted the app and notification open still showed the app correctly: image

jkasten2 commented 2 years ago

Can NOT reproduce issue on the following

Redmi Note 9 (on Sauce Labs)

  1. OneSignal-Android-SDK 4.6.3
  2. Android version: 10
  3. Device Model & Name: Redmi Note 9 (M2003J15SC)
  4. MIUI version: MIUI Global 11.0.5 (QJOMIZM)
    • Hosted on Sauce Labs, possibly modify settings
  5. Verify version with Xiaomi: "official international version"
  6. Step-by-Step to reproduce the issue (can't repo)
    • 1.Send notification. 2. Swipe way app. 3. Open notification. 4. Observer app opens correctly.
  7. Does your OSNotificationOpenedHandler fire, even if the app does not open? Yes
  8. Provide a logcat with verbose logging.
    Click to expand!
2021-12-07 13:32:09.890 ERROR:  adbd : failed to connect to socket 'tcp:7070': Connection refused
2021-12-07 13:32:09.900 DEBUG:   : readbrightness,out1:51
2021-12-07 13:32:09.900 DEBUG:   : .
2021-12-07 13:32:09.900 DEBUG:   : readbrightness,out2:51.
2021-12-07 13:32:09.918 INFO:   [BIP] : [BIP NL] event newlink match dev 0, interface index 35
2021-12-07 13:32:09.918 INFO:   [BIP] : [BIP NL] the link status of interface(index:0) changes to 1
2021-12-07 13:32:09.926 DEBUG:  VoLTE IMSM : send CTRL_CMD_GET_SCAN (module/mdagent/volte_imsm_93/src/wireless.c:574)
2021-12-07 13:32:09.926 DEBUG:  VoLTE IMSM : monitor_wifi_tech: mutex lock (module/mdagent/volte_imsm_93/src/wireless.c:589)
2021-12-07 13:32:09.927 DEBUG:  VoLTE IMSM : monitor_wifi_tech: mutex unlock (module/mdagent/volte_imsm_93/src/wireless.c:597)
2021-12-07 13:32:09.927 DEBUG:  VoLTE IMSM : FOUND[0] 188
2021-12-07 13:32:09.927 DEBUG:  VoLTE IMSM : (module/mdagent/volte_imsm_93/src/wireless.c:599)
2021-12-07 13:32:09.930 INFO:   SetupWizard : [amu] Pausing app updates
2021-12-07 13:32:09.931 INFO:   Finsky : [2741] dnc.dispatchTransaction(106): PlaySetupServiceV2#pauseAppUpdates(receiver=android.os.ResultReceiver@b15b01c, options=[caller_id: com.google.android.setupwizard, update_types: -1])
2021-12-07 13:32:09.933 INFO:   Finsky : [2741] rfa.c(6): Package com.google.android.setupwizard is verified.
2021-12-07 13:32:09.936 INFO:   Finsky : [2741] rfa.c(6): Package com.google.android.setupwizard is verified.
2021-12-07 13:32:09.937 WARN:   Finsky : [2741] qhj.a(15): Caller com.google.android.setupwizard has reached limit of 6 calls to pauseAppUpdates in the last 86400000 ms
2021-12-07 13:32:09.938 ERROR:  SetupWizard : [amu] Error pausing app updates=rate_limit_reached
2021-12-07 13:32:09.939 WARN:   SetupWizard : [alo] Retrying future. Exception=java.util.concurrent.CompletionException: android.os.RemoteException: rate_limit_reached
2021-12-07 13:32:09.941 DEBUG:  WificondControl : Scan result ready event
2021-12-07 13:32:09.949 INFO:   EthernetTracker : interfaceLinkStateChanged, iface: wlan0, up: true
2021-12-07 13:32:09.953 INFO:   netd : interfaceGetCfg("wlan0") <3.44ms>
2021-12-07 13:32:09.983 DEBUG:  WifiScanningService : singleScanResults: ClientInfo[uid=1000,android.os.Messenger@11baf09],Id=15,results=188
2021-12-07 13:32:09.983 DEBUG:  WifiScanningService : singleScanResults: ClientInfo[uid=1000,android.os.Messenger@11baf09],Id=2,results=188
2021-12-07 13:32:09.983 DEBUG:  WifiScanningService : singleScanResults: ClientInfo[uid=1000,android.os.Messenger@11baf09],Id=3,results=188
2021-12-07 13:32:09.994 DEBUG:  WifiConnectivityManager : AllSingleScanListener onResults: start network selection
2021-12-07 13:32:09.995 DEBUG:  WifiNetworkSelector : Current connected network: "saucelabs-prod" , ID: 0
2021-12-07 13:32:09.995 DEBUG:  WifiNetworkSelector : Current connected network already sufficient. Skip network selection.
2021-12-07 13:32:09.996 ERROR:  AppScanObserverService : Result available, null observers for user: 0
2021-12-07 13:32:10.339 INFO:   app_process : Waiting for a blocking GC Alloc
2021-12-07 13:32:10.389 ERROR:  adbd : failed to connect to socket 'tcp:7070': Connection refused
2021-12-07 13:32:10.480 INFO:   app_process : Background concurrent copying GC freed 3775616(134MB) AllocSpace objects, 0(0B) LOS objects, 8% free, 249MB/273MB, paused 42us total 1.651s
2021-12-07 13:32:10.480 INFO:   app_process : WaitForGcToComplete blocked Alloc on HeapTrim for 141.355ms
2021-12-07 13:32:10.480 INFO:   app_process : Starting a blocking GC Alloc
2021-12-07 13:32:10.500 VERBOSE:    InputDispatcher : Asynchronous input event injection succeeded.
2021-12-07 13:32:10.510 ERROR:  WifiVendorHal : getWifiLinkLayerStats_1_3_Internal(l.927) failed {.code = ERROR_NOT_SUPPORTED, .description = }
2021-12-07 13:32:10.518 DEBUG:  SignalClusterView : updateMobileTypeImage  0
2021-12-07 13:32:10.519 INFO:   chatty : uid=1000(system) com.android.systemui identical 1 line
2021-12-07 13:32:10.519 DEBUG:  SignalClusterView : updateMobileTypeImage  0
2021-12-07 13:32:10.526 INFO:   BufferQueueProducer : [StatusBar#0](this:0x75c29fa800,id:5,api:1,p:1518,c:559) queueBuffer: fps=1.31 dur=3822.40 max=2981.02 min=10.23
2021-12-07 13:32:10.531 DEBUG:  SignalClusterView : updateMobileTypeImage  0
2021-12-07 13:32:10.532 INFO:   chatty : uid=1000(system) com.android.systemui identical 1 line
2021-12-07 13:32:10.532 DEBUG:  SignalClusterView : updateMobileTypeImage  0
2021-12-07 13:32:10.538 INFO:   BufferQueueProducer : [VDS: scrcpy](this:0x75c2bd9800,id:28,api:1,p:559,c:559) queueBuffer: fps=1.81 dur=3858.34 max=2977.34 min=17.63
2021-12-07 13:32:10.540 INFO:   hwcomposer : [HWCDisplay] [Display_2 (type:2)] fps:1.814502,dur:3857.81,max:2977.32,min:17.86
2021-12-07 13:32:10.541 INFO:   BufferQueueProducer : [ImageReader-540x1170f1m1-27101-0](this:0x743bb37800,id:0,api:1,p:559,c:27101) queueBuffer: fps=1.81 dur=3857.04 max=2977.09 min=17.85
2021-12-07 13:32:10.544 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:10.546 INFO:   BufferQueueProducer : [FramebufferSurface](this:0x75c6db4800,id:0,api:1,p:559,c:559) queueBuffer: fps=1.82 dur=3851.82 max=2974.37 min=18.34
2021-12-07 13:32:10.547 INFO:   hwcomposer : [HWCDisplay] [Display_0 (type:1)] fps:1.817331,dur:3851.80,max:2974.69,min:18.17
2021-12-07 13:32:10.560 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:10.576 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:10.609 VERBOSE:    InputDispatcher : Asynchronous input event injection succeeded.
2021-12-07 13:32:10.617 INFO:   StatusBar : NotificationClicker onClick notification key=0|com.onesignal.sdktest|-1941623342|null|16128 afterKeyguardGone:false
2021-12-07 13:32:10.619 DEBUG:  FreeformWindow : isLaunchMultiWindow:false gameKey:0isScreenProjectionPrivace:1screenProjectionState:0
2021-12-07 13:32:10.620 DEBUG:  systemui_boost : notification panel visible=false
2021-12-07 13:32:10.620 DEBUG:  systemui_boost : ui thread tid=1518
2021-12-07 13:32:10.620 DEBUG:  systemui_boost : render thread tid=1730
2021-12-07 13:32:10.620 DEBUG:  systemui_boost : thread tid=1518, priority is set to -10
2021-12-07 13:32:10.620 DEBUG:  systemui_boost : thread tid=1730, priority is set to -10
2021-12-07 13:32:10.620 DEBUG:  systemui_boost : ui thread and render thread are reset
2021-12-07 13:32:10.621 INFO:   ActivityTaskManager : START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.onesignal.sdktest/.activity.SplashActivity} from uid 16128
2021-12-07 13:32:10.622 INFO:   netd : firewallSetUidRule(2, 16128, 1) <0.04ms>
2021-12-07 13:32:10.629 INFO:   power@1.3-impl : powerHintInternal hint:8, data:1
2021-12-07 13:32:10.629 INFO:   libPowerHal : 8: cpu_ctrl set freq: 1800000 -1 2000000 -1
2021-12-07 13:32:10.632 INFO:   PowerHalWrapper : PowerHalWrapper.getInstance
2021-12-07 13:32:10.633 DEBUG:  PowerHalWrapper : <amsBoostResume> last:com.miui.home, next:com.onesignal.sdktest
2021-12-07 13:32:10.635 INFO:   ActivityTaskManager : START u0 {flg=0x24000000 cmp=com.onesignal.sdktest/com.onesignal.NotificationOpenedReceiver (has extras)} from uid 16128
2021-12-07 13:32:10.635 WARN:   ActivityTaskManager : startActivity called from non-Activity context; forcing Intent.FLAG_ACTIVITY_NEW_TASK for: Intent { flg=0x24800000 cmp=com.onesignal.sdktest/com.onesignal.NotificationOpenedReceiver (has extras) }
2021-12-07 13:32:10.641 INFO:   power@1.3-impl : powerHintInternal hint:8, data:1
2021-12-07 13:32:10.642 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:10.647 WARN:   UriGrantsManagerService : For security reasons, the system cannot issue a Uri permission grant to content://com.miui.networkassistant.fileprovider/res/tmp.png [user 0]; use startActivityAsCaller() instead
2021-12-07 13:32:10.648 INFO:   StatusBar : click notification, sending intent, key=0|com.onesignal.sdktest|-1941623342|null|16128
2021-12-07 13:32:10.654 DEBUG:  PowerHalWrapper : amsBoostProcessCreate package:com.onesignal.sdktest
2021-12-07 13:32:10.654 WARN:   ActivityManager : ProcessRecord{ed543d3 0:com.onesignal.sdktest/u0a6128}: ART verification disabled
2021-12-07 13:32:10.654 DEBUG:  Launcher.Lifecycle : onPause:UserHandle{0},dff6f48,false
2021-12-07 13:32:10.655 DEBUG:  Launcher_UnlockAnimationStateMachine : setState:PAUSE_WAIT
2021-12-07 13:32:10.655 INFO:   StatusBar : onNotificationRemoved: 0|com.onesignal.sdktest|-1941623342|null|16128
2021-12-07 13:32:10.655 DEBUG:  ScreenElementRoot : pause
2021-12-07 13:32:10.655 DEBUG:  StatusBar : removeNotification key=0|com.onesignal.sdktest|-1941623342|null|16128 old=StatusBarNotification(pkg=com.onesignal.sdktest user=UserHandle{0} id=-1941623342 tag=null key=0|com.onesignal.sdktest|-1941623342|null|16128: Notification(channel=fcm_fallback_notification_channel pri=0 contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x10 color=0xffe9444e vis=PUBLIC))
2021-12-07 13:32:10.656 DEBUG:  StatusBar : update app badge num: com.onesignal.sdktest/,num=0,isAllowed=false,userId=0
2021-12-07 13:32:10.657 INFO:   PowerHalWrapper : PowerHalWrapper.getInstance
2021-12-07 13:32:10.657 DEBUG:  ScreenElementRoot : pause
2021-12-07 13:32:10.657 INFO:   PowerHalWrapper : phwperfLockAcq
2021-12-07 13:32:10.657 INFO:   mtkperf_client : [perf_lock_acq] hdl:0, dur:400, num:8
2021-12-07 13:32:10.658 INFO:   mtkperf_client : perf_lock_acq, hdl:0, dur:400, tid:2749
2021-12-07 13:32:10.659 INFO:   PowerHalWrapper : PowerHalWrapper.getInstance
2021-12-07 13:32:10.659 DEBUG:  ViewRootImpl[sdktest] : hardware acceleration = false , fakeHwAccelerated = true, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false
2021-12-07 13:32:10.659 INFO:   mtkpower@1.0-impl : perfLockAcquire hdl:0, duration:400, reserved:2749
2021-12-07 13:32:10.659 INFO:   powerd : [powerd_req] POWER_MSG_PERF_LOCK_ACQ: hdl:0, duration:400
2021-12-07 13:32:10.659 INFO:   libPowerHal : perfLockAcq hdl:0 pid:1318 duration:400 pid_exist:1 => new_hdl:123
2021-12-07 13:32:10.660 INFO:   libPowerHal : 49: set gpu level: 0
2021-12-07 13:32:10.660 INFO:   libPowerHal : 49: set gpu level max: 0
2021-12-07 13:32:10.660 INFO:   powerd : [powerd_req] POWER_MSG_PERF_LOCK_ACQ: return hdl:123
2021-12-07 13:32:10.661 WARN:   ActivityManager : Sending non-protected broadcast android.intent.action.APPLICATION_MESSAGE_UPDATE from system 1518:com.android.systemui/1000 pkg com.android.systemui. Callers=
2021-12-07 13:32:10.661 INFO:   mtkperf_client : ret_hdl:123
2021-12-07 13:32:10.663 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:10.671 INFO:   NotifierManager : onUnregister: miui.maml.NotifierManager$MultiBroadcastNotifier@15921e4
2021-12-07 13:32:10.671 INFO:   RenderThread : RenderThread paused, waiting for signal
2021-12-07 13:32:10.673 DEBUG:  Launcher : disableStatusBarClock:false
2021-12-07 13:32:10.673 INFO:   Launcher.ApplicationsMessage : onReceive false
2021-12-07 13:32:10.673 INFO:   Launcher.ApplicationsMessage : update com.onesignal.sdktest/ to null
2021-12-07 13:32:10.675 INFO:   BufferQueue : [unnamed-559-152](this:0x75c2c4f000,id:152,api:0,p:-1,c:-1) BufferQueue core=(559:/system/bin/surfaceflinger)
2021-12-07 13:32:10.675 INFO:   BufferQueueConsumer : [unnamed-559-152](this:0x75c2c4f000,id:152,api:0,p:-1,c:559) connect(C): consumer=(559:/system/bin/surfaceflinger) controlledByApp=false
2021-12-07 13:32:10.675 INFO:   BufferQueueConsumer : [unnamed-559-152](this:0x75c2c4f000,id:152,api:0,p:-1,c:559) setConsumerName: unnamed-559-152
2021-12-07 13:32:10.675 INFO:   BufferQueueConsumer : [Splash Screen com.onesignal.sdktest#0](this:0x75c2c4f000,id:152,api:0,p:-1,c:559) setConsumerName: Splash Screen com.onesignal.sdktest#0
2021-12-07 13:32:10.675 INFO:   BufferQueueConsumer : [Splash Screen com.onesignal.sdktest#0](this:0x75c2c4f000,id:152,api:0,p:-1,c:559) setDefaultBufferSize: width=1 height=1
2021-12-07 13:32:10.678 INFO:   BufferQueueConsumer : [Splash Screen com.onesignal.sdktest#0](this:0x75c2c4f000,id:152,api:0,p:-1,c:559) setDefaultBufferSize: width=1080 height=2340
2021-12-07 13:32:10.681 INFO:   BufferQueueProducer : [com.miui.home/com.miui.home.launcher.Launcher#0](this:0x75dd761800,id:150,api:1,p:1819,c:559) queueBuffer: fps=0.81 dur=7365.22 max=6450.28 min=27.75
2021-12-07 13:32:10.682 VERBOSE:    StackScroller : on pop animation requested
2021-12-07 13:32:10.682 DEBUG:  Surface : lockCanvas
2021-12-07 13:32:10.683 DEBUG:  Surface : Surface::connect(this=0x7de15c4000,api=2)
2021-12-07 13:32:10.683 INFO:   BufferQueueProducer : [Splash Screen com.onesignal.sdktest#0](this:0x75c2c4f000,id:152,api:2,p:1318,c:559) connect(P): api=2 producer=(1318:system_server) producerControlledByApp=false
2021-12-07 13:32:10.684 DEBUG:  Launcher_WallpaperUtils : changeStatusBarMode:false
2021-12-07 13:32:10.687 INFO:   MiuiNetworkPolicy : updateUidState uid = 16128, uidState = 20
2021-12-07 13:32:10.688 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:10.690 DEBUG:  StatusBar : disable<e i a s b h r c!s > disable2<q i n g r >
2021-12-07 13:32:10.690 DEBUG:  StatusBarClock : isNormalMode= true clock visible=false
2021-12-07 13:32:10.699 INFO:   PBSessionCacheImpl : Deleted sessionId[142502743925888348] from persistence.
2021-12-07 13:32:10.704 VERBOSE:    PhoneWindow : DecorView setVisiblity: visibility = 4, Parent = android.view.ViewRootImpl@d94de34, this = DecorView@44ea45d[Launcher]
2021-12-07 13:32:10.709 DEBUG:  Surface : Surface::disconnect(this=0x7e75e6d000,api=1)
2021-12-07 13:32:10.710 INFO:   BufferQueueProducer : [com.miui.home/com.miui.home.launcher.Launcher#1](this:0x75dd783800,id:151,api:1,p:32401,c:559) disconnect(P): api 1
2021-12-07 13:32:10.713 DEBUG:  Surface : lockCanvas
2021-12-07 13:32:10.715 DEBUG:  Zygote : Forked child process 2593
2021-12-07 13:32:10.721 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:10.725 DEBUG:  Boost : hostingType=activity, hostingName={com.onesignal.sdktest/com.onesignal.sdktest.activity.SplashActivity}, callerPackage=com.onesignal.sdktest, isSystem=false, isBoostNeeded=false.
2021-12-07 13:32:10.726 INFO:   esignal.sdktes : Late-enabling -Xcheck:jni
2021-12-07 13:32:10.726 DEBUG:  OemNetd : setPidForPackage: packageName=com.onesignal.sdktest, pid=2593, pid=16128
2021-12-07 13:32:10.726 INFO:   ActivityManager : Start proc 2593:com.onesignal.sdktest/u0a6128 for activity {com.onesignal.sdktest/com.onesignal.sdktest.activity.SplashActivity} caller=com.onesignal.sdktest
2021-12-07 13:32:10.747 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:10.755 WARN:   SearchServiceCore : Abort, client detached.
2021-12-07 13:32:10.759 INFO:   A : cleanUpControllerScope(nowcards-15-29ca54-711a)
2021-12-07 13:32:10.770 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:10.774 ERROR:  esignal.sdktes : Unknown bits set in runtime_flags: 0x8000
2021-12-07 13:32:10.784 DEBUG:  StatusBar : disable<e i a s b h r c s > disable2<q i n g r >
2021-12-07 13:32:10.784 DEBUG:  StatusBarClock : isNormalMode= true clock visible=true
2021-12-07 13:32:10.784 DEBUG:  BrightnessController : BrightnessObserver: stopObserving.
2021-12-07 13:32:10.787 INFO:   GED : ged_boost_gpu_freq, level 100, eOrigin 2, final_idx 31, oppidx_max 31, oppidx_min 0
2021-12-07 13:32:10.788 INFO:   BufferQueueConsumer : [StatusBar#0](this:0x75c29fa800,id:5,api:1,p:1518,c:559) setDefaultBufferSize: width=1080 height=100
2021-12-07 13:32:10.795 DEBUG:  Surface : Surface::disconnect(this=0x7e7b707000,api=1)
2021-12-07 13:32:10.795 INFO:   BufferQueueProducer : [StatusBar#0](this:0x75c29fa800,id:5,api:1,p:1518,c:559) disconnect(P): api 1
2021-12-07 13:32:10.797 DEBUG:  Surface : Surface::connect(this=0x7e7b707000,api=1)
2021-12-07 13:32:10.799 INFO:   BufferQueueProducer : [StatusBar#0](this:0x75c29fa800,id:5,api:1,p:1518,c:559) connect(P): api=1 producer=(1518:com.android.systemui) producerControlledByApp=false
2021-12-07 13:32:10.800 DEBUG:  mali_winsys : EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
2021-12-07 13:32:10.800 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:10.801 DEBUG:  Surface : Surface::setBufferCount(this=0x7e7b707000,bufferCount=3)
2021-12-07 13:32:10.818 VERBOSE:    ActivityManager : New death recipient com.android.server.am.ActivityManagerService$AppDeathRecipient@daf7772 for thread android.os.BinderProxy@e46c7c3, pid:2593,mApp:null
2021-12-07 13:32:10.823 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:10.827 INFO:   ProcessMonitor : onForegroundInfoChanged: ForegroundInfo{mForegroundPackageName='com.onesignal.sdktest', mForegroundUid=16128, mForegroundPid=2593, mLastForegroundPackageName='com.miui.home', mLastForegroundUid=10083, mLastForegroundPid=1819, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=1}
2021-12-07 13:32:10.827 INFO:   GameBoosterService : onForegroundInfoChanged: Cur=com.onesignal.sdktest  last=com.miui.home
2021-12-07 13:32:10.830 DEBUG:  GameBoosterService : onGameStatusChange foreground:ForegroundInfo{mForegroundPackageName='com.onesignal.sdktest', mForegroundUid=16128, mForegroundPid=2593, mLastForegroundPackageName='com.miui.home', mLastForegroundUid=10083, mLastForegroundPid=1819, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=1}
2021-12-07 13:32:10.830 INFO:   GameBoosterService : onForegroundInfoChanged: Exit
2021-12-07 13:32:10.837 DEBUG:  PowerHalWrapper : amsBoostNotify pid:2593,activity:com.onesignal.NotificationOpenedReceiver, package:com.onesignal.sdktest, mProcessCreatePackcom.onesignal.sdktest
2021-12-07 13:32:10.838 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:10.839 INFO:   libPowerHal : [perfNotifyAppState] foreground:com.onesignal.sdktest, pid:2593, uid:16128
2021-12-07 13:32:10.839 ERROR:  UxUtility : notifyAppState error = NULL
2021-12-07 13:32:10.840 INFO:   powerd : [powerd_req] POWER_MSG_NOTIFY_STATE, pc:1, com.miui.home => com.onesignal.sdktest
2021-12-07 13:32:10.845 INFO:   Timeline : Timeline: App_transition_ready time:2788051
2021-12-07 13:32:10.854 INFO:   BufferQueueProducer : [ImageReader-540x1170f1m1-27101-0](this:0x743bb37800,id:0,api:1,p:559,c:27101) queueBuffer: slot 0 is dropped, handle=0x73a7c1a680
2021-12-07 13:32:10.856 INFO:   MiuiNetworkPolicy : updateUidState uid = 16128, uidState = 2
2021-12-07 13:32:10.857 INFO:   CloudSettingsProvider : uriMatch : 2
2021-12-07 13:32:10.862 INFO:   CloudSettingsProvider : uriMatch : 2
2021-12-07 13:32:10.866 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:10.887 ERROR:  adbd : failed to connect to socket 'tcp:7070': Connection refused
2021-12-07 13:32:10.891 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:10.901 DEBUG:   : readbrightness,out1:51
2021-12-07 13:32:10.901 DEBUG:   : .
2021-12-07 13:32:10.901 DEBUG:   : readbrightness,out2:51.
2021-12-07 13:32:10.955 DEBUG:  Launcher_UnlockAnimationStateMachine : mResetIdleStateRunnable
2021-12-07 13:32:10.967 INFO:   MultiDex : VM with version 2.1.0 has multidex support
2021-12-07 13:32:10.968 INFO:   MultiDex : Installing application
2021-12-07 13:32:10.968 INFO:   MultiDex : VM has multidex support, MultiDex support library is disabled.
2021-12-07 13:32:10.989 INFO:   FirebaseInitProvider : FirebaseApp initialization successful
2021-12-07 13:32:10.991 DEBUG:  WM-WrkMgrInitializer : Initializing WorkManager with default configuration.
2021-12-07 13:32:11.012 INFO:   FeatureParser : can't find merlin.xml in assets/device_features/,it may be in /vendor/etc/device_features
2021-12-07 13:32:11.024 ERROR:  libc : Access denied finding property "ro.vendor.df.effect.conflict"
2021-12-07 13:32:11.020 WARN:   esignal.sdktest : type=1400 audit(0.0:1819): avc: denied { read } for name="u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=3463 scontext=u:r:untrusted_app:s0:c240,c279,c512,c768 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=0
2021-12-07 13:32:11.027 ERROR:  OneSignal : Waiting initWithContext. Moving setInAppMessageLifecycleHandler() operation to a pending task queue.
2021-12-07 13:32:11.031 VERBOSE:    OneSignal : setAppId called with id: 77e32082-ea27-42e3-a898-c72e141824ef changing id from: null
2021-12-07 13:32:11.031 WARN:   OneSignal : appId set, but please call initWithContext(appContext) with Application context to complete OneSignal init!
2021-12-07 13:32:11.046 DEBUG:  OneSignal : Adding a task to the pending queue with ID: 1
2021-12-07 13:32:11.046 DEBUG:  OneSignal : startPendingTasks with task queue quantity: 1
2021-12-07 13:32:11.048 DEBUG:  OneSignal : OneSignal InAppMessageTracker initInfluencedTypeFromCache: OSChannelTracker{tag=iam_id, influenceType=UNATTRIBUTED, indirectIds=null, directId=null}
2021-12-07 13:32:11.049 DEBUG:  OneSignal : OneSignal ChannelTracker getLastReceivedIds lastChannelObjectReceived: [{"notification_id":"d77aaf71-d1f6-4e2e-8c62-53f326505536","time":1638919436240},{"notification_id":"10aef012-72b8-4741-91b8-46bcb64aa012","time":1638919452332},{"notification_id":"5aee90d1-da39-46a9-80e0-f21ddd4c680a","time":1638919472440},{"notification_id":"f5336afc-6c50-4208-b428-47595517fc33","time":1638919515036},{"notification_id":"81669cff-932e-431d-ba3d-c818a3875f1b","time":1638919890972},{"notification_id":"4afcaa53-2cbf-4d9f-be34-65658a5e260e","time":1638919902308}]
2021-12-07 13:32:11.050 DEBUG:  OneSignal : OneSignal NotificationTracker initInfluencedTypeFromCache: OSChannelTracker{tag=notification_id, influenceType=INDIRECT, indirectIds=["d77aaf71-d1f6-4e2e-8c62-53f326505536","10aef012-72b8-4741-91b8-46bcb64aa012","5aee90d1-da39-46a9-80e0-f21ddd4c680a","f5336afc-6c50-4208-b428-47595517fc33","81669cff-932e-431d-ba3d-c818a3875f1b","4afcaa53-2cbf-4d9f-be34-65658a5e260e"], directId=null}
2021-12-07 13:32:11.051 DEBUG:  OneSignal : OneSignal getUnattributedUniqueOutcomeEventsSentByChannel: []
2021-12-07 13:32:11.052 VERBOSE:    OneSignal : initWithContext called with: com.onesignal.sdktest.application.MainApplication@24937a2
2021-12-07 13:32:11.052 VERBOSE:    OneSignal : Starting OneSignal initialization!
2021-12-07 13:32:11.053 VERBOSE:    OneSignal : Found class: com.onesignal.sdktest.notification.NotificationServiceExtension, attempting to call constructor
2021-12-07 13:32:11.054 VERBOSE:    OneSignal : OneSignal SDK initialization delayed, waiting for remote params.
2021-12-07 13:32:11.054 DEBUG:  OneSignal : Starting request to get Android parameters.
2021-12-07 13:32:11.055 ERROR:  OneSignal : Waiting for remote params. Moving unsubscribeWhenNotificationsAreDisabled() operation to a pending task queue.
2021-12-07 13:32:11.055 DEBUG:  OneSignal : Adding a task to the pending queue with ID: 2
2021-12-07 13:32:11.056 ERROR:  OneSignal : Waiting for remote params. Moving setLocationShared() operation to a pending task queue.
2021-12-07 13:32:11.056 DEBUG:  OneSignal : Adding a task to the pending queue with ID: 3
2021-12-07 13:32:11.056 DEBUG:  DEBUG : OneSignal SDK initialized
2021-12-07 13:32:11.057 DEBUG:  OneSignal : OneSignalRestClient: Making request to: https://api.onesignal.com/apps/77e32082-ea27-42e3-a898-c72e141824ef/android_params.js?player_id=c3ee2b52-9796-47c0-a9c2-29afbb7ac5d7
2021-12-07 13:32:11.058 DEBUG:  OneSignal : Retrieved IAMs from DB redisplayedInAppMessages: []
2021-12-07 13:32:11.058 INFO:   OneSignal : Last Pending Task has ran, shutting down
2021-12-07 13:32:11.059 DEBUG:  OneSignal : Attempted to clean 6 month old IAM data, but none exists!
2021-12-07 13:32:11.060 ERROR:  libPowerHal : perfLockRel handle:123
2021-12-07 13:32:11.060 INFO:   libPowerHal : 49: set gpu level: 31
2021-12-07 13:32:11.060 INFO:   libPowerHal : 49: set gpu level max: 0
2021-12-07 13:32:11.064 DEBUG:  NetworkSecurityConfig : No Network Security Config specified, using platform default
2021-12-07 13:32:11.067 DEBUG:  OneSignal : OneSignalRestClient: Adding header if-none-match: W/"7730dd78366e7a218f7e462da1998aa5"
2021-12-07 13:32:11.068 INFO:   System.out : [okhttp]:check permission begin!
2021-12-07 13:32:11.068 WARN:   System : ClassLoader referenced unknown path: system/framework/mediatek-cta.jar
2021-12-07 13:32:11.070 INFO:   System.out : [okhttp] e:java.lang.ClassNotFoundException: com.mediatek.cta.CtaUtils
2021-12-07 13:32:11.072 ERROR:  ResolverController : No valid NAT64 prefix (100, <unspecified>/0)
2021-12-07 13:32:11.076 INFO:   System.out : [socket]:check permission begin!
2021-12-07 13:32:11.076 WARN:   System : ClassLoader referenced unknown path: system/framework/mediatek-cta.jar
2021-12-07 13:32:11.077 INFO:   System.out : [socket] e:java.lang.ClassNotFoundException: com.mediatek.cta.CtaUtils
2021-12-07 13:32:11.103 DEBUG:  Sauce : onCreate(Bundle)
2021-12-07 13:32:11.105 DEBUG:  RDC : Features supported are: IMAGE_INJECTION,BIOMETRICS
2021-12-07 13:32:11.107 INFO:   SauceFileObserver : Watch file at /data/user/0/com.onesignal.sdktest/cache
2021-12-07 13:32:11.110 WARN:   RDC : Failed to notify listener
2021-12-07 13:32:11.110 WARN:   RDC : java.lang.NullPointerException: Attempt to invoke interface method 'void com.saucelabs.rdcinjector.image.ImageChangedListener.onImageChanged()' on a null object reference
2021-12-07 13:32:11.110 WARN:   RDC : at com.saucelabs.rdcinjector.image.SauceImageProvider.notifyImageChangedListeners(SauceImageProvider.java:138)
2021-12-07 13:32:11.110 WARN:   RDC : at com.saucelabs.rdcinjector.image.SauceImageProvider.setPhoto(SauceImageProvider.java:101)
2021-12-07 13:32:11.110 WARN:   RDC : at com.saucelabs.rdcinjector.image.SauceImageProvider.updateBitmap(SauceImageProvider.java:87)
2021-12-07 13:32:11.110 WARN:   RDC : at com.saucelabs.rdcinjector.image.SauceImageProvider.<init>(SauceImageProvider.java:33)
2021-12-07 13:32:11.110 WARN:   RDC : at com.saucelabs.rdcinjector.image.SauceImageProvider.getInstance(SauceImageProvider.java:38)
2021-12-07 13:32:11.110 WARN:   RDC : at com.saucelabs.rdcinjector.image.SauceActivity.onCreate(SauceActivity.java:48)
2021-12-07 13:32:11.110 WARN:   RDC : at androidx.core.app.ComponentActivity.onCreate(ComponentActivity.java:85)
2021-12-07 13:32:11.110 WARN:   RDC : at androidx.activity.ComponentActivity.onCreate(ComponentActivity.java:149)
2021-12-07 13:32:11.110 WARN:   RDC : at androidx.fragment.app.FragmentActivity.onCreate(FragmentActivity.java:313)
2021-12-07 13:32:11.110 WARN:   RDC : at androidx.appcompat.app.AppCompatActivity.onCreate(AppCompatActivity.java:115)
2021-12-07 13:32:11.110 WARN:   RDC : at com.onesignal.sdktest.activity.SplashActivity.onCreate(SplashActivity.java:14)
2021-12-07 13:32:11.110 WARN:   RDC : at android.app.Activity.performCreate(Activity.java:7893)
2021-12-07 13:32:11.110 WARN:   RDC : at android.app.Activity.performCreate(Activity.java:7880)
2021-12-07 13:32:11.110 WARN:   RDC : at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1306)
2021-12-07 13:32:11.110 WARN:   RDC : at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3309)
2021-12-07 13:32:11.110 WARN:   RDC : at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3473)
2021-12-07 13:32:11.110 WARN:   RDC : at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83)
2021-12-07 13:32:11.110 WARN:   RDC : at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
2021-12-07 13:32:11.110 WARN:   RDC : at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
2021-12-07 13:32:11.110 WARN:   RDC : at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2067)
2021-12-07 13:32:11.110 WARN:   RDC : at android.os.Handler.dispatchMessage(Handler.java:107)
2021-12-07 13:32:11.110 WARN:   RDC : at android.os.Looper.loop(Looper.java:224)
2021-12-07 13:32:11.110 WARN:   RDC : at android.app.ActivityThread.main(ActivityThread.java:7519)
2021-12-07 13:32:11.110 WARN:   RDC : at java.lang.reflect.Method.invoke(Native Method)
2021-12-07 13:32:11.110 WARN:   RDC : at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539)
2021-12-07 13:32:11.110 WARN:   RDC : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:995)
2021-12-07 13:32:11.111 ERROR:  RDC : sauce_biometrics file is deleted from the cache
2021-12-07 13:32:11.172 WARN:   esignal.sdktes : Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (greylist, reflection, allowed)
2021-12-07 13:32:11.175 WARN:   esignal.sdktes : Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (greylist, reflection, allowed)
2021-12-07 13:32:11.219 ERROR:  OneSignal : Waiting for remote params. Moving setLocationShared() operation to a pending task queue.
2021-12-07 13:32:11.219 DEBUG:  OneSignal : Adding a task to the pending queue with ID: 4
2021-12-07 13:32:11.220 DEBUG:  DEBUG : Privacy consent required set: true
2021-12-07 13:32:11.235 DEBUG:  OneSignal : onActivityResumed: com.onesignal.sdktest.activity.SplashActivity@c3c9823
2021-12-07 13:32:11.236 DEBUG:  OneSignal : curActivity is NOW: com.onesignal.sdktest.activity.SplashActivity:com.onesignal.sdktest.activity.SplashActivity@c3c9823
2021-12-07 13:32:11.236 DEBUG:  OneSignal : ActivityLifecycleHandler handleFocus, with runnable: null nextResumeIsFirstActivity: false
2021-12-07 13:32:11.236 DEBUG:  OneSignal : ActivityLifecycleHandler cancel background lost focus sync task
2021-12-07 13:32:11.237 DEBUG:  OneSignal : OSFocusDelaySync cancel background sync
2021-12-07 13:32:11.249 INFO:   SurfaceFactory : [static] sSurfaceFactory = com.mediatek.view.impl.SurfaceFactoryImpl@456ef37
2021-12-07 13:32:11.267 INFO:   System.out : [OkHttp] sendRequest>>
2021-12-07 13:32:11.267 INFO:   System.out : [OkHttp] sendRequest<<
2021-12-07 13:32:11.268 INFO:   PowerHalWrapper : PowerHalWrapper.getInstance
2021-12-07 13:32:11.276 DEBUG:  ViewRootImpl[SplashActivity] : hardware acceleration = true , fakeHwAccelerated = false, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false
2021-12-07 13:32:11.279 INFO:   SurfaceFlinger : [SF client] NEW(0x75c2a84880) for (1318:system_server)
2021-12-07 13:32:11.284 VERBOSE:    PhoneWindow : DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@22e8e2f, this = DecorView@47f0c3c[SplashActivity]
2021-12-07 13:32:11.285 VERBOSE:    UiModeManager : switch night mode to 2
2021-12-07 13:32:11.294 DEBUG:  Sauce : onCreate(Bundle)
2021-12-07 13:32:11.295 DEBUG:  RDC : Sauce features are already loaded
2021-12-07 13:32:11.298 VERBOSE:    OneSignal : appContext set and cached app id found, calling setAppId with: 77e32082-ea27-42e3-a898-c72e141824ef
2021-12-07 13:32:11.298 VERBOSE:    OneSignal : setAppId called with id: 77e32082-ea27-42e3-a898-c72e141824ef changing id from: null
2021-12-07 13:32:11.298 VERBOSE:    OneSignal : Starting OneSignal initialization!
2021-12-07 13:32:11.299 VERBOSE:    OneSignal : Found class: com.onesignal.sdktest.notification.NotificationServiceExtension, attempting to call constructor
2021-12-07 13:32:11.300 VERBOSE:    OneSignal : OneSignal SDK initialization delayed, waiting for remote params.
2021-12-07 13:32:11.309 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:11.333 DEBUG:  OneSignal : processIntent from context: com.onesignal.NotificationOpenedReceiver@b1fde4b and intent: Intent { flg=0x34800000 cmp=com.onesignal.sdktest/com.onesignal.NotificationOpenedReceiver (has extras) }
2021-12-07 13:32:11.334 DEBUG:  OneSignal : processIntent intent extras: Bundle[{androidNotificationId=-1941623342, onesignalData={"google.delivered_priority":"normal","google.sent_time":1638919897479,"google.ttl":259200,"google.original_priority":"normal","custom":"{\"a\":{},\"i\":\"4afcaa53-2cbf-4d9f-be34-65658a5e260e\"}","pri":"5","vis":"1","from":"249481192614","alert":"test","title":"test","google.message_id":"0:1638919897509423%246c533ff9fd7ecd","google.c.sender.id":"249481192614","androidNotificationId":-1941623342}}]
2021-12-07 13:32:11.334 ERROR:  OneSignal : Waiting for remote params. Moving handleNotificationOpen() operation to a pending queue.
2021-12-07 13:32:11.335 DEBUG:  OneSignal : Adding a task to the pending queue with ID: 5
2021-12-07 13:32:11.336 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:11.339 DEBUG:  PowerHalWrapper : <amsBoostResume> last:com.onesignal.sdktest, next:com.onesignal.sdktest
2021-12-07 13:32:11.365 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:11.366 VERBOSE:    UiModeManager : switch night mode to 2
2021-12-07 13:32:11.368 WARN:   Looper : Slow Looper main: Activity com.onesignal.sdktest/com.onesignal.NotificationOpenedReceiver is 437ms late (wall=81ms running=57ms ClientTransaction{ callbacks=[android.app.servertransaction.LaunchActivityItem] lifecycleRequest=android.app.servertransaction.ResumeActivityItem }) because of 3 msg, msg 2 took 205ms (seq=2 running=169ms runnable=5ms io=4ms late=10ms h=android.app.ActivityThread$H w=110), msg 3 took 227ms (seq=3 running=182ms runnable=1ms io=12ms late=211ms h=android.app.ActivityThread$H w=159)
2021-12-07 13:32:11.369 WARN:   Looper : Slow Looper main: Activity com.onesignal.sdktest/com.onesignal.NotificationOpenedReceiver is 519ms late (wall=1ms running=0ms ClientTransaction{ callbacks=[android.app.servertransaction.TopResumedActivityChangeItem] }) because of 4 msg, msg 2 took 205ms (seq=2 running=169ms runnable=5ms io=4ms late=10ms h=android.app.ActivityThread$H w=110), msg 3 took 227ms (seq=3 running=182ms runnable=1ms io=12ms late=211ms h=android.app.ActivityThread$H w=159), msg 4 took 81ms (seq=4 running=57ms runnable=1ms io=4ms late=437ms h=android.app.ActivityThread$H w=159)
2021-12-07 13:32:11.387 ERROR:  adbd : failed to connect to socket 'tcp:7070': Connection refused
2021-12-07 13:32:11.388 WARN:   esignal.sdktes : Accessing hidden method Landroid/view/View;->getViewRootImpl()Landroid/view/ViewRootImpl; (greylist, reflection, allowed)
2021-12-07 13:32:11.389 WARN:   esignal.sdktes : Accessing hidden field Landroid/view/View$AttachInfo;->mVisibleInsets:Landroid/graphics/Rect; (greylist, reflection, allowed)
2021-12-07 13:32:11.389 WARN:   esignal.sdktes : Accessing hidden field Landroid/view/ViewRootImpl;->mAttachInfo:Landroid/view/View$AttachInfo; (greylist, reflection, allowed)
2021-12-07 13:32:11.391 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:11.396 INFO:   WindowManager : Relayout Window{868f8b1 u0 com.onesignal.sdktest/com.onesignal.sdktest.activity.SplashActivity}: oldVis=4 newVis=0 focusMayChange = true
2021-12-07 13:32:11.397 INFO:   BufferQueue : [unnamed-559-153](this:0x75dd619000,id:153,api:0,p:-1,c:-1) BufferQueue core=(559:/system/bin/surfaceflinger)
2021-12-07 13:32:11.397 INFO:   BufferQueueConsumer : [unnamed-559-153](this:0x75dd619000,id:153,api:0,p:-1,c:559) connect(C): consumer=(559:/system/bin/surfaceflinger) controlledByApp=false
2021-12-07 13:32:11.397 INFO:   BufferQueueConsumer : [unnamed-559-153](this:0x75dd619000,id:153,api:0,p:-1,c:559) setConsumerName: unnamed-559-153
2021-12-07 13:32:11.397 INFO:   BufferQueueConsumer : [com.onesignal.sdktest/com.onesignal.sdktest.activity.SplashActivity#0](this:0x75dd619000,id:153,api:0,p:-1,c:559) setConsumerName: com.onesignal.sdktest/com.onesignal.sdktest.activity.SplashActivity#0
2021-12-07 13:32:11.397 INFO:   BufferQueueConsumer : [com.onesignal.sdktest/com.onesignal.sdktest.activity.SplashActivity#0](this:0x75dd619000,id:153,api:0,p:-1,c:559) setDefaultBufferSize: width=1080 height=2340
2021-12-07 13:32:11.413 INFO:   GPUD : @gpudInitialize: successfully initialized with GL, dbg=0 mmdump_dbg=0
2021-12-07 13:32:11.425 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:11.442 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:11.451 DEBUG:  Surface : Surface::connect(this=0x7e831fc000,api=1)
2021-12-07 13:32:11.452 INFO:   BufferQueueProducer : [com.onesignal.sdktest/com.onesignal.sdktest.activity.SplashActivity#0](this:0x75dd619000,id:153,api:1,p:2593,c:559) connect(P): api=1 producer=(2593:com.onesignal.sdktest) producerControlledByApp=false
2021-12-07 13:32:11.452 DEBUG:  mali_winsys : EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
2021-12-07 13:32:11.453 DEBUG:  Surface : Surface::setBufferCount(this=0x7e831fc000,bufferCount=3)
2021-12-07 13:32:11.453 DEBUG:  Surface : Surface::allocateBuffers(this=0x7e831fc000)
2021-12-07 13:32:11.459 INFO:   hwservicemanager : getTransport: Cannot find entry android.hardware.graphics.mapper@3.0::IMapper/default in either framework or device manifest.
2021-12-07 13:32:11.460 WARN:   Gralloc3 : mapper 3.x is not supported
2021-12-07 13:32:11.463 ERROR:  gralloc : Arm Module v1.0
2021-12-07 13:32:11.464 ERROR:  ion : ioctl c0044901 failed with code -1: Invalid argument
2021-12-07 13:32:11.499 DEBUG:  View : [Warning] assignParent to null: this = DecorView@e4af904[sdktest]
2021-12-07 13:32:11.501 DEBUG:  Surface : Surface::disconnect(this=0x7de15c4000,api=2)
2021-12-07 13:32:11.501 INFO:   BufferQueueProducer : [Splash Screen com.onesignal.sdktest#0](this:0x75c2c4f000,id:152,api:2,p:1318,c:559) disconnect(P): api 2
2021-12-07 13:32:11.501 INFO:   PowerHalWrapper : phwperfLockAcq
2021-12-07 13:32:11.501 INFO:   mtkperf_client : [perf_lock_acq] hdl:0, dur:400, num:8
2021-12-07 13:32:11.501 INFO:   mtkperf_client : perf_lock_acq, hdl:0, dur:400, tid:2653
2021-12-07 13:32:11.501 INFO:   mtkpower@1.0-impl : perfLockAcquire hdl:0, duration:400, reserved:2653
2021-12-07 13:32:11.503 INFO:   powerd : [powerd_req] POWER_MSG_PERF_LOCK_ACQ: hdl:0, duration:400
2021-12-07 13:32:11.504 INFO:   libPowerHal : perfLockAcq hdl:0 pid:1318 duration:400 pid_exist:1 => new_hdl:124
2021-12-07 13:32:11.504 INFO:   libPowerHal : 49: set gpu level: 0
2021-12-07 13:32:11.504 INFO:   libPowerHal : 49: set gpu level max: 0
2021-12-07 13:32:11.505 INFO:   powerd : [powerd_req] POWER_MSG_PERF_LOCK_ACQ: return hdl:124
2021-12-07 13:32:11.506 INFO:   mtkperf_client : ret_hdl:124
2021-12-07 13:32:11.506 INFO:   PowerHalWrapper : phwperfLockAcq
2021-12-07 13:32:11.506 INFO:   mtkperf_client : [perf_lock_acq] hdl:124, dur:400, num:8
2021-12-07 13:32:11.507 INFO:   mtkperf_client : perf_lock_acq, hdl:124, dur:400, tid:2653
2021-12-07 13:32:11.507 INFO:   mtkpower@1.0-impl : perfLockAcquire hdl:124, duration:400, reserved:2653
2021-12-07 13:32:11.507 INFO:   powerd : [powerd_req] POWER_MSG_PERF_LOCK_ACQ: hdl:124, duration:400
2021-12-07 13:32:11.507 INFO:   libPowerHal : perf_lock_acq find match handle - handle:124 idx:49
2021-12-07 13:32:11.507 INFO:   libPowerHal : perfLockAcq hdl:124 pid:1318 duration:400 pid_exist:1 => new_hdl:124
2021-12-07 13:32:11.507 INFO:   powerd : [powerd_req] POWER_MSG_PERF_LOCK_ACQ: return hdl:124
2021-12-07 13:32:11.508 INFO:   mtkperf_client : ret_hdl:124
2021-12-07 13:32:11.509 DEBUG:  PowerHalWrapper : amsBoostNotify pid:2593,activity:com.onesignal.sdktest.activity.SplashActivity, package:com.onesignal.sdktest, mProcessCreatePackcom.onesignal.sdktest
2021-12-07 13:32:11.509 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:11.515 DEBUG:  EventBus : [1518, u0] send(AppTransitionFinishedEvent)
2021-12-07 13:32:11.515 DEBUG:  EventBus : [1518, u0]  -> ForcedResizableInfoActivityController [0xd8fcfdb, P1] onBusEvent(AppTransitionFinishedEvent)
2021-12-07 13:32:11.515 DEBUG:  EventBus : [1518, u0] onBusEvent(AppTransitionFinishedEvent) duration: 26 microseconds, avg: 590
2021-12-07 13:32:11.520 INFO:   Timeline : Timeline: App_transition_ready time:2788727
2021-12-07 13:32:11.528 DEBUG:  OneSignal : OSBackground sync, calling initWithContext
2021-12-07 13:32:11.530 VERBOSE:    OneSignal : appContext set and cached app id found, calling setAppId with: 77e32082-ea27-42e3-a898-c72e141824ef
2021-12-07 13:32:11.530 VERBOSE:    OneSignal : setAppId called with id: 77e32082-ea27-42e3-a898-c72e141824ef changing id from: null
2021-12-07 13:32:11.530 VERBOSE:    OneSignal : Starting OneSignal initialization!
2021-12-07 13:32:11.531 INFO:   GED : ged_boost_gpu_freq, level 100, eOrigin 2, final_idx 31, oppidx_max 31, oppidx_min 0
2021-12-07 13:32:11.531 VERBOSE:    OneSignal : Found class: com.onesignal.sdktest.notification.NotificationServiceExtension, attempting to call constructor
2021-12-07 13:32:11.532 VERBOSE:    OneSignal : OneSignal SDK initialization delayed, waiting for remote params.
2021-12-07 13:32:11.532 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:11.535 INFO:   Timeline : Timeline: Activity_windows_visible id: ActivityRecord{d84b9e0 u0 com.onesignal.sdktest/.activity.SplashActivity t794} time:2788741
2021-12-07 13:32:11.536 DEBUG:  EventBus : [1518, u0] send(AppTransitionFinishedEvent)
2021-12-07 13:32:11.536 DEBUG:  EventBus : [1518, u0]  -> ForcedResizableInfoActivityController [0xd8fcfdb, P1] onBusEvent(AppTransitionFinishedEvent)
2021-12-07 13:32:11.536 DEBUG:  EventBus : [1518, u0] onBusEvent(AppTransitionFinishedEvent) duration: 35 microseconds, avg: 589
2021-12-07 13:32:11.537 DEBUG:  EventBus : [1518, u0] send(AppTransitionFinishedEvent)
2021-12-07 13:32:11.537 DEBUG:  EventBus : [1518, u0]  -> ForcedResizableInfoActivityController [0xd8fcfdb, P1] onBusEvent(AppTransitionFinishedEvent)
2021-12-07 13:32:11.537 DEBUG:  EventBus : [1518, u0] onBusEvent(AppTransitionFinishedEvent) duration: 25 microseconds, avg: 588
2021-12-07 13:32:11.538 INFO:   Timeline : Timeline: App_transition_stopped time:2788744
2021-12-07 13:32:11.542 INFO:   BufferQueueProducer : [VDS: scrcpy](this:0x75c2bd9800,id:28,api:1,p:559,c:559) queueBuffer: fps=22.92 dur=1003.44 max=432.27 min=13.75
2021-12-07 13:32:11.543 INFO:   hwcomposer : [HWCDisplay] [Display_2 (type:2)] fps:22.924028,dur:1003.31,max:432.46,min:13.83
2021-12-07 13:32:11.546 INFO:   BufferQueueProducer : [ImageReader-540x1170f1m1-27101-0](this:0x743bb37800,id:0,api:1,p:559,c:27101) queueBuffer: fps=22.87 dur=1005.60 max=432.97 min=13.70
2021-12-07 13:32:11.547 VERBOSE:    UiModeManager : switch night mode to 2
2021-12-07 13:32:11.551 INFO:   BufferQueueProducer : [FramebufferSurface](this:0x75c6db4800,id:0,api:1,p:559,c:559) queueBuffer: fps=8.96 dur=1004.67 max=773.65 min=16.05
2021-12-07 13:32:11.552 INFO:   hwcomposer : [HWCDisplay] [Display_0 (type:1)] fps:22.896309,dur:1004.53,max:433.14,min:13.26
2021-12-07 13:32:11.554 DEBUG:  OneSignal : LocationController sendAndClearPromptHandlers from non prompt flow
2021-12-07 13:32:11.555 DEBUG:  OneSignal : LocationController startGetLocation with lastLocation: null
2021-12-07 13:32:11.558 INFO:   MiuiNetworkPolicy : updateUidState uid = 10083, uidState = 15
2021-12-07 13:32:11.559 INFO:   GoogleInputMethodService : GoogleInputMethodService.onFinishInput():3301
2021-12-07 13:32:11.560 DEBUG:  OneSignal : onActivityDestroyed: com.onesignal.NotificationOpenedReceiver@b1fde4b
2021-12-07 13:32:11.560 INFO:   GoogleInputMethodService : GoogleInputMethodService.onStartInput():1979
2021-12-07 13:32:11.560 DEBUG:  OneSignal : curActivity is NOW: com.onesignal.sdktest.activity.SplashActivity:com.onesignal.sdktest.activity.SplashActivity@c3c9823
2021-12-07 13:32:11.561 INFO:   DeviceUnlockedTag : DeviceUnlockedTag.notifyDeviceLockStatusChanged():79 Notify device unlocked.
2021-12-07 13:32:11.562 DEBUG:  Surface : Surface::disconnect(this=0x7e56f87000,api=1)
2021-12-07 13:32:11.562 INFO:   BufferQueueProducer : [com.miui.home/com.miui.home.launcher.Launcher#0](this:0x75dd761800,id:150,api:1,p:1819,c:559) disconnect(P): api 1
2021-12-07 13:32:11.564 DEBUG:  EventBus : [1518, u0] send(AppTransitionFinishedEvent)
2021-12-07 13:32:11.564 DEBUG:  EventBus : [1518, u0]  -> ForcedResizableInfoActivityController [0xd8fcfdb, P1] onBusEvent(AppTransitionFinishedEvent)
2021-12-07 13:32:11.564 DEBUG:  EventBus : [1518, u0] onBusEvent(AppTransitionFinishedEvent) duration: 27 microseconds, avg: 587
2021-12-07 13:32:11.565 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:11.565 VERBOSE:    OneSignal : OneSignalRestClient: After con.getResponseCode to: https://api.onesignal.com/apps/77e32082-ea27-42e3-a898-c72e141824ef/android_params.js?player_id=c3ee2b52-9796-47c0-a9c2-29afbb7ac5d7
2021-12-07 13:32:11.568 DEBUG:  OneSignal : OneSignalRestClient: GET - Using Cached response due to 304: {"awl_list":{},"android_sender_id":"249481192614","chnl_lst":[{"chnl":{"id":"OS_bc945517-ef03-4a83-9596-41fd31528c83","nm":"Group 1","dscr":"","grp_id":"OS_ea67bfbc-1daf-4890-861e-2aed4d743892","grp_nm":"Group 1"},"sound":"notification","pri":"8"}],"enterp":true,"fba":true,"outcomes":{"direct":{"enabled":true},"indirect":{"notification_attribution":{"minutes_since_displayed":1440,"limit":10},"enabled":true},"unattributed":{"enabled":true}},"receive_receipts_enable":true}
2021-12-07 13:32:11.576 DEBUG:  OneSignal : OneSignal saveInfluenceParams: InfluenceParams{indirectNotificationAttributionWindow=1440, notificationLimit=10, indirectIAMAttributionWindow=1440, iamLimit=10, directEnabled=true, indirectEnabled=true, unattributedEnabled=true}
2021-12-07 13:32:11.577 DEBUG:  OneSignal : reassignDelayedInitParams with appContext: com.onesignal.sdktest.application.MainApplication@24937a2
2021-12-07 13:32:11.578 VERBOSE:    OneSignal : Starting OneSignal initialization!
2021-12-07 13:32:11.579 VERBOSE:    OneSignal : Found class: com.onesignal.sdktest.notification.NotificationServiceExtension, attempting to call constructor
2021-12-07 13:32:11.580 INFO:   BufferQueue : [Splash Screen com.onesignal.sdktest#0](this:0x75c2c4f000,id:152,api:2,p:-1,c:-1) ~BufferQueueCore
2021-12-07 13:32:11.584 DEBUG:  OneSignal : OneSignal handleActivityLifecycleHandler inForeground: true
2021-12-07 13:32:11.589 DEBUG:  OneSignal : Application foregrounded focus time: 2788795
2021-12-07 13:32:11.590 INFO:   GED : ged_boost_gpu_freq, level 100, eOrigin 2, final_idx 31, oppidx_max 31, oppidx_min 0
2021-12-07 13:32:11.591 INFO:   BufferQueueProducer : [ImageReader-540x1170f1m1-27101-0](this:0x743bb37800,id:0,api:1,p:559,c:27101) queueBuffer: slot 1 is dropped, handle=0x73a7c1af40
2021-12-07 13:32:11.593 INFO:   power@1.3-impl : powerHintInternal hint:8, data:0
2021-12-07 13:32:11.594 DEBUG:  Launcher.Lifecycle : onStop:UserHandle{0},dff6f48,false
2021-12-07 13:32:11.595 DEBUG:  PowerHalWrapper : amsBoostStop AMS_BOOST_PACK_SWITCH:true, AMS_BOOST_ACT_SWITCH:true, AMS_BOOST_PROCESS_CREATE:true
2021-12-07 13:32:11.595 DEBUG:  OneSignal : isPastOnSessionTime currentTimeMillis: 1638919931594 lastSessionTime: 1638919898493 difference: 33101
2021-12-07 13:32:11.595 DEBUG:  OneSignal : Starting new session with appEntryState: APP_CLOSE
2021-12-07 13:32:11.597 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:11.600 DEBUG:  OneSignal : OneSignal cleanOutcomes for session
2021-12-07 13:32:11.600 DEBUG:  OneSignal : OneSignal save unattributedUniqueOutcomeEvents: []
2021-12-07 13:32:11.600 DEBUG:  OneSignal : OneSignal SessionManager restartSessionIfNeeded with entryAction: APP_CLOSE
2021-12-07 13:32:11.600 DEBUG:  OneSignal : channelTrackers: []
2021-12-07 13:32:11.600 DEBUG:  OneSignal : OneSignal SessionManager sendSessionEndingWithInfluences with influences: []
2021-12-07 13:32:11.600 DEBUG:  OneSignal : Last session time set to: 1638919931600
2021-12-07 13:32:11.601 DEBUG:  OneSignal : initWithCachedInAppMessages: [{"id":"a1e6057d-4da2-4fdc-936d-7759c6c85270","triggers":[],"variants":{"all":{"default":"ee4bb582-12ae-4c94-994f-2852d56774d6"}},"end_time":null,"redisplay":{"delay":0,"limit":2147483647}},{"id":"b614fd84-3c16-41c6-b700-cd6ef71878ad","triggers":[],"variants":{"all":{"default":"8f58234a-2693-4fb9-8e56-ad254f68075b"}},"end_time":null,"redisplay":{"delay":0,"limit":2147483647}}]
2021-12-07 13:32:11.602 DEBUG:  OneSignal : Starting evaluateInAppMessages
2021-12-07 13:32:11.602 DEBUG:  OneSignal : In app message with id: a1e6057d-4da2-4fdc-936d-7759c6c85270, added to the queue
2021-12-07 13:32:11.605 INFO:   MiuiNetworkPolicy : updateUidState uid = 10179, uidState = 4
2021-12-07 13:32:11.609 VERBOSE:    PhoneWindow : DecorView setVisiblity: visibility = 4, Parent = android.view.ViewRootImpl@12faab2, this = DecorView@35a81e1[Launcher]
2021-12-07 13:32:11.609 DEBUG:  OneSignal : displayFirstIAMOnQueue: [OSInAppMessage{messageId='a1e6057d-4da2-4fdc-936d-7759c6c85270', variants={all={default=ee4bb582-12ae-4c94-994f-2852d56774d6}}, triggers=[], clickedClickIds=[], redisplayStats=OSInAppMessageDisplayStats{lastDisplayTime=-1, displayQuantity=0, displayLimit=2147483647, displayDelay=0}, displayDuration=0.0, displayedInSession=false, triggerChanged=false, actionTaken=false, isPreview=false, endTime=null, hasLiquid=false}]
2021-12-07 13:32:11.609 DEBUG:  OneSignal : No IAM showing currently, showing first item in the queue!
2021-12-07 13:32:11.609 VERBOSE:    OneSignal : In app messaging is currently paused, in app messages will not be shown!
2021-12-07 13:32:11.609 DEBUG:  OneSignal : In app message with id: b614fd84-3c16-41c6-b700-cd6ef71878ad, added to the queue
2021-12-07 13:32:11.611 DEBUG:  OneSignal : displayFirstIAMOnQueue: [OSInAppMessage{messageId='a1e6057d-4da2-4fdc-936d-7759c6c85270', variants={all={default=ee4bb582-12ae-4c94-994f-2852d56774d6}}, triggers=[], clickedClickIds=[], redisplayStats=OSInAppMessageDisplayStats{lastDisplayTime=-1, displayQuantity=0, displayLimit=2147483647, displayDelay=0}, displayDuration=0.0, displayedInSession=false, triggerChanged=false, actionTaken=false, isPreview=false, endTime=null, hasLiquid=false}, OSInAppMessage{messageId='b614fd84-3c16-41c6-b700-cd6ef71878ad', variants={all={default=8f58234a-2693-4fb9-8e56-ad254f68075b}}, triggers=[], clickedClickIds=[], redisplayStats=OSInAppMessageDisplayStats{lastDisplayTime=-1, displayQuantity=0, displayLimit=2147483647, displayDelay=0}, displayDuration=0.0, displayedInSession=false, triggerChanged=false, actionTaken=false, isPreview=false, endTime=null, hasLiquid=false}]
2021-12-07 13:32:11.611 DEBUG:  OneSignal : No IAM showing currently, showing first item in the queue!
2021-12-07 13:32:11.611 VERBOSE:    OneSignal : In app messaging is currently paused, in app messages will not be shown!
2021-12-07 13:32:11.613 DEBUG:  OneSignal : LocationController sendAndClearPromptHandlers from non prompt flow
2021-12-07 13:32:11.613 DEBUG:  OneSignal : LocationController startGetLocation with lastLocation: null
2021-12-07 13:32:11.619 DEBUG:  BufferQueueProducer : [ImageReader-540x1170f1m1-27101-0](this:0x743bb37800,id:0,api:1,p:559,c:27101) cancelBuffer: slot 0
2021-12-07 13:32:11.624 DEBUG:  OneSignal : GMSLocationController GoogleApiClientListener onConnected lastLocation: null
2021-12-07 13:32:11.626 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:11.628 INFO:   BufferQueue : [com.miui.home/com.miui.home.launcher.Launcher#0](this:0x75dd761800,id:150,api:1,p:-1,c:-1) ~BufferQueueCore
2021-12-07 13:32:11.630 INFO:   BufferQueue : [com.miui.home/com.miui.home.launcher.Launcher#1](this:0x75dd783800,id:151,api:1,p:-1,c:-1) ~BufferQueueCore
2021-12-07 13:32:11.630 VERBOSE:    OneSignal : OneSignal SDK initialization done.
2021-12-07 13:32:11.631 DEBUG:  OneSignal : startPendingTasks with task queue quantity: 5
2021-12-07 13:32:11.633 DEBUG:  OneSignal : Running setInAppMessageLifecycleHandler() operation from pending queue.
2021-12-07 13:32:11.634 DEBUG:  OneSignal : Running unsubscribeWhenNotificationsAreDisabled() operation from pending task queue.
2021-12-07 13:32:11.634 DEBUG:  OneSignal : Running setLocationShared() operation from pending task queue.
2021-12-07 13:32:11.634 DEBUG:  OneSignal : OneSignal startLocationShared: false
2021-12-07 13:32:11.634 DEBUG:  OneSignal : OneSignal is shareLocation set false, clearing last location!
2021-12-07 13:32:11.642 DEBUG:  OneSignal : Running setLocationShared() operation from pending task queue.
2021-12-07 13:32:11.642 VERBOSE:    OneSignal : Creating notification channel with channel:
2021-12-07 13:32:11.642 VERBOSE:    OneSignal : NotificationChannel{mId='OS_bc945517-ef03-4a83-9596-41fd31528c83', mName=Group 1, mDescription=, mImportance=4, mBypassDnd=false, mLockscreenVisibility=0, mSound=content://settings/system/notification_sound, mLights=true, mLightColor=0, mVibration=null, mUserLockedFields=0, mFgServiceShown=false, mVibrationEnabled=true, mShowBadge=true, mDeleted=false, mGroup='OS_ea67bfbc-1daf-4890-861e-2aed4d743892', mAudioAttributes=AudioAttributes: usage=USAGE_NOTIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null, mBlockableSystem=false, mAllowBubbles=true, mImportanceLockedByOEM=false, mImportanceLockedDefaultApp=false}
2021-12-07 13:32:11.642 DEBUG:  OneSignal : OneSignal startLocationShared: true
2021-12-07 13:32:11.642 DEBUG:  OneSignal : Running handleNotificationOpen() operation from pending queue.
2021-12-07 13:32:11.647 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:11.648 INFO:   OneSignal : FirebaseMessaging.getToken not found, attempting to use FirebaseInstanceId.getToken
2021-12-07 13:32:11.650 DEBUG:  OneSignal : GMSLocationController GoogleApiClientListener lastLocation: Location[fused 37.779706,-122.396751 hAcc=48 et=+45m36s505ms vAcc=??? sAcc=??? bAcc=???]
2021-12-07 13:32:11.652 DEBUG:  OneSignal : Running destroyTimeout with runnable: com.onesignal.OSNotificationOpenedResult$1@7a34bd0
2021-12-07 13:32:11.652 DEBUG:  OneSignal : LocationController fireCompleteForLocation with location: Location[fused 37.779706,-122.396751 hAcc=48 et=+45m36s505ms vAcc=??? sAcc=??? bAcc=???]
2021-12-07 13:32:11.653 DEBUG:  OneSignal : Running startTimeout with timeout: 5000 and runnable: com.onesignal.OSNotificationOpenedResult$1@7a34bd0
2021-12-07 13:32:11.653 INFO:   OneSignal : Last Pending Task has ran, shutting down
2021-12-07 13:32:11.655 VERBOSE:    OneSignal : OSNotificationOpenedResult result: OSNotificationOpenedResult{notification=OSNotification{notificationExtender=null, groupedNotifications=[], androidNotificationId=-1941623342, notificationId='4afcaa53-2cbf-4d9f-be34-65658a5e260e', templateName='', templateId='', title='test', body='test', additionalData={}, smallIcon='null', largeIcon='null', bigPicture='null', smallIconAccentColor='null', launchURL='null', sound='null', ledColor='null', lockScreenVisibility=1, groupKey='null', groupMessage='null', actionButtons=null, fromProjectNumber='249481192614', backgroundImageLayout=null, collapseId='null', priority=5, rawPayload='{"google.delivered_priority":"normal","google.sent_time":1638919897479,"google.ttl":259200,"google.original_priority":"normal","custom":"{\"a\":{},\"i\":\"4afcaa53-2cbf-4d9f-be34-65658a5e260e\"}","pri":"5","vis":"1","from":"249481192614","alert":"test","title":"test","google.message_id":"0:1638919897509423%246c533ff9fd7ecd","google.c.sender.id":"249481192614","androidNotificationId":-1941623342}'}, action=com.onesignal.OSNotificationAction@480d7c9, isComplete=false}
2021-12-07 13:32:11.655 DEBUG:  OneSignal : registerUser:registerForPushFired:false, locationFired: true, remoteParams: com.onesignal.OneSignalRemoteParams$2@db581ef, appId: 77e32082-ea27-42e3-a898-c72e141824ef
2021-12-07 13:32:11.655 DEBUG:  OneSignal : registerUser not possible
2021-12-07 13:32:11.657 DEBUG:  OneSignal : LocationController scheduleUpdate lastTime: 1 minTime: 300000
2021-12-07 13:32:11.657 VERBOSE:    OneSignal : OSSyncService scheduleLocationUpdateTask:delayMs: 299999
2021-12-07 13:32:11.657 VERBOSE:    OneSignal : OSBackgroundSync scheduleSyncServiceAsJob:atTime: 299999
2021-12-07 13:32:11.658 DEBUG:  OneSignal : OneSignalRestClient: Making request to: https://api.onesignal.com/notifications/4afcaa53-2cbf-4d9f-be34-65658a5e260e
2021-12-07 13:32:11.659 DEBUG:  OneSignal : UserStateSynchronizer internalSyncUserState from session call: false jsonBody: {"loc_acc":48.233,"app_id":"77e32082-ea27-42e3-a898-c72e141824ef"}
2021-12-07 13:32:11.660 DEBUG:  OneSignal : OneSignalRestClient: PUT SEND JSON: {"app_id":"77e32082-ea27-42e3-a898-c72e141824ef","player_id":"c3ee2b52-9796-47c0-a9c2-29afbb7ac5d7","opened":true,"device_type":1}
2021-12-07 13:32:11.661 VERBOSE:    OneSignal : OSBackgroundSync scheduleSyncServiceAsJob Scheduler already running!
2021-12-07 13:32:11.661 INFO:   System.out : [okhttp]:check permission begin!
2021-12-07 13:32:11.661 WARN:   System : ClassLoader referenced unknown path: system/framework/mediatek-cta.jar
2021-12-07 13:32:11.662 DEBUG:  OneSignal : GMSLocationController GoogleApiClient requestLocationUpdates!
2021-12-07 13:32:11.662 INFO:   OneSignal : Device registered, push token = fz3W2mVpyRU:APA91bH8WHLsxACWb-I13vN7BYP-qMDj1qgoiDHun7dwqfcjZ6KB-6fwFx2DGwQzyJPrGyOBXuL-uzcAp3xNjciyHZioPGPAvgGs1hTkx9DUPfJiNIhqisQ9U-3nlIAlrxou827pc5Ve
2021-12-07 13:32:11.663 DEBUG:  OneSignal : registerForPushToken completed with id: fz3W2mVpyRU:APA91bH8WHLsxACWb-I13vN7BYP-qMDj1qgoiDHun7dwqfcjZ6KB-6fwFx2DGwQzyJPrGyOBXuL-uzcAp3xNjciyHZioPGPAvgGs1hTkx9DUPfJiNIhqisQ9U-3nlIAlrxou827pc5Ve status: 1
2021-12-07 13:32:11.664 DEBUG:  OneSignal : registerUser:registerForPushFired:true, locationFired: true, remoteParams: com.onesignal.OneSignalRemoteParams$2@db581ef, appId: 77e32082-ea27-42e3-a898-c72e141824ef
2021-12-07 13:32:11.664 INFO:   System.out : [okhttp] e:java.lang.ClassNotFoundException: com.mediatek.cta.CtaUtils
2021-12-07 13:32:11.664 DEBUG:  OneSignal : OneSignalRestClient: Making request to: https://api.onesignal.com/players/c3ee2b52-9796-47c0-a9c2-29afbb7ac5d7
2021-12-07 13:32:11.666 DEBUG:  OneSignal : OneSignalRestClient: PUT SEND JSON: {"loc_acc":48.233,"app_id":"77e32082-ea27-42e3-a898-c72e141824ef"}
2021-12-07 13:32:11.667 INFO:   System.out : [OkHttp] sendRequest<<
2021-12-07 13:32:11.668 INFO:   System.out : [okhttp]:check permission begin!
2021-12-07 13:32:11.669 WARN:   System : ClassLoader referenced unknown path: system/framework/mediatek-cta.jar
2021-12-07 13:32:11.670 INFO:   OneSignal : Restoring notifications
2021-12-07 13:32:11.670 INFO:   OneSignal : Querying DB for notifications to restore: created_time > 1638315131 AND dismissed = 0 AND opened = 0 AND is_summary = 0 AND expire_time > 1638919931
2021-12-07 13:32:11.671 INFO:   System.out : [okhttp] e:java.lang.ClassNotFoundException: com.mediatek.cta.CtaUtils
2021-12-07 13:32:11.674 INFO:   System.out : [socket]:check permission begin!
2021-12-07 13:32:11.674 WARN:   System : ClassLoader referenced unknown path: system/framework/mediatek-cta.jar
2021-12-07 13:32:11.676 INFO:   System.out : [socket] e:java.lang.ClassNotFoundException: com.mediatek.cta.CtaUtils
2021-12-07 13:32:11.680 INFO:   WM-WorkerWrapper : Worker result SUCCESS for Work [ id=47cf1270-096d-458e-bab0-46ed46281b31, tags={ com.onesignal.OSNotificationRestoreWorkManager$NotificationRestoreWorker } ]
2021-12-07 13:32:11.684 DEBUG:  OneSignal : registerUserTask calling readyToUpdate
2021-12-07 13:32:11.686 DEBUG:  OneSignal : GMSLocationController onLocationChanged: Location[fused 37.779706,-122.396751 hAcc=48 et=+45m36s505ms vAcc=??? sAcc=??? bAcc=???]
2021-12-07 13:32:11.735 INFO:   System.out : [OkHttp] sendRequest<<
2021-12-07 13:32:11.839 VERBOSE:    OneSignal : OneSignalRestClient: After con.getResponseCode to: https://api.onesignal.com/notifications/4afcaa53-2cbf-4d9f-be34-65658a5e260e
2021-12-07 13:32:11.839 DEBUG:  OneSignal : OneSignalRestClient: Successfully finished request to: https://api.onesignal.com/notifications/4afcaa53-2cbf-4d9f-be34-65658a5e260e
2021-12-07 13:32:11.845 DEBUG:  OneSignal : OneSignalRestClient: PUT RECEIVED JSON: {"success":true}
2021-12-07 13:32:11.888 VERBOSE:    OneSignal : OneSignalRestClient: After con.getResponseCode to: https://api.onesignal.com/players/c3ee2b52-9796-47c0-a9c2-29afbb7ac5d7
2021-12-07 13:32:11.888 DEBUG:  OneSignal : OneSignalRestClient: Successfully finished request to: https://api.onesignal.com/players/c3ee2b52-9796-47c0-a9c2-29afbb7ac5d7
2021-12-07 13:32:11.890 DEBUG:  OneSignal : OneSignalRestClient: PUT RECEIVED JSON: {"success":true}
2021-12-07 13:32:11.890 ERROR:  adbd : failed to connect to socket 'tcp:7070': Connection refused
2021-12-07 13:32:11.893 DEBUG:  OneSignal : UserStateSynchronizer internalSyncUserState from session call: false jsonBody: {"app_id":"77e32082-ea27-42e3-a898-c72e141824ef","device_os":"10","timezone":-36000,"timezone_id":"Etc\/GMT+10","language":"en","sdk":"040603","sdk_type":"native","android_package":"com.onesignal.sdktest","device_model":"M2003J15SC","game_version":1,"net_type":0,"rooted":false,"loc_acc":48.233,"loc_type":1,"lat":37.7797056,"long":-122.396751,"loc_bg":false,"loc_time_stamp":1638919879298}
2021-12-07 13:32:11.894 INFO:   OneSignal : Error updating the user record because of the null user id
2021-12-07 13:32:11.896 DEBUG:  OneSignal : UserStateSynchronizer internalSyncUserState from session call: false jsonBody: {"app_id":"77e32082-ea27-42e3-a898-c72e141824ef","device_os":"10","timezone":-36000,"timezone_id":"Etc\/GMT+10","language":"en","sdk":"040603","sdk_type":"native","android_package":"com.onesignal.sdktest","device_model":"M2003J15SC","game_version":1,"net_type":0,"rooted":false,"loc_acc":48.233,"loc_type":1,"lat":37.7797056,"long":-122.396751,"loc_bg":false,"loc_time_stamp":1638919879298}
2021-12-07 13:32:11.897 INFO:   OneSignal : Error updating the user record because of the null user id
2021-12-07 13:32:11.898 DEBUG:  OneSignal : LollipopSyncRunnable:JobFinished needsJobReschedule: true
2021-12-07 13:32:11.901 DEBUG:   : readbrightness,out1:51
2021-12-07 13:32:11.901 DEBUG:   : .
2021-12-07 13:32:11.901 DEBUG:   : readbrightness,out2:51.
2021-12-07 13:32:11.907 ERROR:  libPowerHal : perfLockRel handle:124
2021-12-07 13:32:11.908 INFO:   libPowerHal : 49: set gpu level: 31
2021-12-07 13:32:11.908 INFO:   libPowerHal : 49: set gpu level max: 0
2021-12-07 13:32:11.940 INFO:   SetupWizard : [amu] Pausing app updates
2021-12-07 13:32:11.941 INFO:   Finsky : [2806] dnc.dispatchTransaction(106): PlaySetupServiceV2#pauseAppUpdates(receiver=android.os.ResultReceiver@85a3bab, options=[caller_id: com.google.android.setupwizard, update_types: -1])
2021-12-07 13:32:11.943 INFO:   Finsky : [2806] rfa.c(6): Package com.google.android.setupwizard is verified.
2021-12-07 13:32:11.945 INFO:   Finsky : [2806] rfa.c(6): Package com.google.android.setupwizard is verified.
2021-12-07 13:32:11.946 WARN:   Finsky : [2806] qhj.a(15): Caller com.google.android.setupwizard has reached limit of 6 calls to pauseAppUpdates in the last 86400000 ms
2021-12-07 13:32:11.947 ERROR:  SetupWizard : [amu] Error pausing app updates=rate_limit_reached
2021-12-07 13:32:11.947 WARN:   SetupWizard : [alo] Retrying future. Exception=java.util.concurrent.CompletionException: android.os.RemoteException: rate_limit_reached
2021-12-07 13:32:12.376 DEBUG:  Sauce : startActivityForResult(Intent, int)
2021-12-07 13:32:12.376 DEBUG:  Sauce : startActivityForResult(Intent, int, Bundle)
2021-12-07 13:32:12.376 INFO:   Timeline : Timeline: Activity_launch_request time:2789582
2021-12-07 13:32:12.377 INFO:   ActivityTaskManager : START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10008000 cmp=com.onesignal.sdktest/.activity.MainActivity} from uid 16128
2021-12-07 13:32:12.386 ERROR:  adbd : failed to connect to socket 'tcp:7070': Connection refused
2021-12-07 13:32:12.387 DEBUG:  Launcher : get showing item successandroid.graphics.Bitmap@482dc6e
2021-12-07 13:32:12.390 DEBUG:  PowerHalWrapper : <amsBoostResume> last:com.onesignal.sdktest, next:com.miui.home
2021-12-07 13:32:12.392 INFO:   power@1.3-impl : powerHintInternal hint:8, data:1
2021-12-07 13:32:12.402 DEBUG:  OneSignal : onActivityPaused: com.onesignal.sdktest.activity.SplashActivity@c3c9823
2021-12-07 13:32:12.402 DEBUG:  OneSignal : ActivityLifecycleHandler Handling lost focus
2021-12-07 13:32:12.402 DEBUG:  OneSignal : Application stopped focus time: 2788795 timeElapsed: 1
2021-12-07 13:32:12.403 INFO:   PowerHalWrapper : PowerHalWrapper.getInstance
2021-12-07 13:32:12.403 DEBUG:  ViewRootImpl[sdktest] : hardware acceleration = false , fakeHwAccelerated = true, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false
2021-12-07 13:32:12.404 DEBUG:  OneSignal : FocusTimeProcessorAttributed:saveUnsentActiveData with lastFocusTimeInfluences: [SessionInfluence{influenceChannel=iam, influenceType=UNATTRIBUTED, ids=null}, SessionInfluence{influenceChannel=notification, influenceType=INDIRECT, ids=["d77aaf71-d1f6-4e2e-8c62-53f326505536","10aef012-72b8-4741-91b8-46bcb64aa012","5aee90d1-da39-46a9-80e0-f21ddd4c680a","f5336afc-6c50-4208-b428-47595517fc33","81669cff-932e-431d-ba3d-c818a3875f1b","4afcaa53-2cbf-4d9f-be34-65658a5e260e"]}]
2021-12-07 13:32:12.404 DEBUG:  OneSignal : FocusTimeProcessorAttributed:getUnsentActiveTime: 543
2021-12-07 13:32:12.405 DEBUG:  OneSignal : FocusTimeProcessorAttributed:saveUnsentActiveTime: 544
2021-12-07 13:32:12.405 VERBOSE:    OneSignal : OSFocusDelaySync scheduleSyncTask:SYNC_AFTER_BG_DELAY_MS: 2000
2021-12-07 13:32:12.405 VERBOSE:    OneSignal : OSBackgroundSync scheduleSyncServiceAsJob:atTime: 2000
2021-12-07 13:32:12.407 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:12.412 INFO:   OneSignal : OSBackgroundSync scheduleSyncServiceAsJob:result: 1
2021-12-07 13:32:12.412 DEBUG:  OneSignal : curActivity is NOW: null
2021-12-07 13:32:12.412 INFO:   BufferQueue : [unnamed-559-154](this:0x75dd782000,id:154,api:0,p:-1,c:-1) BufferQueue core=(559:/system/bin/surfaceflinger)
2021-12-07 13:32:12.412 INFO:   BufferQueueConsumer : [unnamed-559-154](this:0x75dd782000,id:154,api:0,p:-1,c:559) connect(C): consumer=(559:/system/bin/surfaceflinger) controlledByApp=false
2021-12-07 13:32:12.412 INFO:   BufferQueueConsumer : [unnamed-559-154](this:0x75dd782000,id:154,api:0,p:-1,c:559) setConsumerName: unnamed-559-154
2021-12-07 13:32:12.413 INFO:   BufferQueueConsumer : [Splash Screen com.onesignal.sdktest#0](this:0x75dd782000,id:154,api:0,p:-1,c:559) setConsumerName: Splash Screen com.onesignal.sdktest#0
2021-12-07 13:32:12.413 INFO:   BufferQueueConsumer : [Splash Screen com.onesignal.sdktest#0](this:0x75dd782000,id:154,api:0,p:-1,c:559) setDefaultBufferSize: width=1 height=1
2021-12-07 13:32:12.415 INFO:   BufferQueueConsumer : [Splash Screen com.onesignal.sdktest#0](this:0x75dd782000,id:154,api:0,p:-1,c:559) setDefaultBufferSize: width=1080 height=2340
2021-12-07 13:32:12.419 INFO:   PowerHalWrapper : phwperfLockAcq
2021-12-07 13:32:12.419 INFO:   mtkperf_client : [perf_lock_acq] hdl:124, dur:400, num:8
2021-12-07 13:32:12.419 INFO:   mtkperf_client : perf_lock_acq, hdl:124, dur:400, tid:2653
2021-12-07 13:32:12.419 INFO:   mtkpower@1.0-impl : perfLockAcquire hdl:124, duration:400, reserved:2653
2021-12-07 13:32:12.420 INFO:   powerd : [powerd_req] POWER_MSG_PERF_LOCK_ACQ: hdl:124, duration:400
2021-12-07 13:32:12.420 INFO:   libPowerHal : perfLockAcq hdl:124 pid:1318 duration:400 pid_exist:1 => new_hdl:125
2021-12-07 13:32:12.420 INFO:   libPowerHal : 49: set gpu level: 0
2021-12-07 13:32:12.420 INFO:   libPowerHal : 49: set gpu level max: 0
2021-12-07 13:32:12.420 INFO:   powerd : [powerd_req] POWER_MSG_PERF_LOCK_ACQ: return hdl:125
2021-12-07 13:32:12.420 INFO:   mtkperf_client : ret_hdl:125
2021-12-07 13:32:12.424 DEBUG:  PowerHalWrapper : amsBoostNotify pid:2593,activity:com.onesignal.sdktest.activity.MainActivity, package:com.onesignal.sdktest, mProcessCreatePackcom.onesignal.sdktest
2021-12-07 13:32:12.425 INFO:   Timeline : Timeline: App_transition_ready time:2789632
2021-12-07 13:32:12.426 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:12.427 DEBUG:  Surface : lockCanvas
2021-12-07 13:32:12.427 DEBUG:  Surface : Surface::connect(this=0x7e6a21c000,api=2)
2021-12-07 13:32:12.427 INFO:   BufferQueueProducer : [Splash Screen com.onesignal.sdktest#0](this:0x75dd782000,id:154,api:2,p:1318,c:559) connect(P): api=2 producer=(1318:system_server) producerControlledByApp=false
2021-12-07 13:32:12.428 WARN:   ActivityThread : handleWindowVisibility: no activity for token android.os.BinderProxy@c647383
2021-12-07 13:32:12.444 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:12.445 DEBUG:  Sauce : onCreate(Bundle)
2021-12-07 13:32:12.446 DEBUG:  RDC : Sauce features are already loaded
2021-12-07 13:32:12.447 INFO:   app_process : Background young concurrent copying GC freed 263(90KB) AllocSpace objects, 14(580KB) LOS objects, 0% free, 359MB/359MB, paused 111us total 1.367s
2021-12-07 13:32:12.456 INFO:   Timeline : Timeline: App_transition_ready time:2789662
2021-12-07 13:32:12.458 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:12.474 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:12.481 DEBUG:  EventBus : [1518, u0] send(AppTransitionFinishedEvent)
2021-12-07 13:32:12.481 DEBUG:  EventBus : [1518, u0]  -> ForcedResizableInfoActivityController [0xd8fcfdb, P1] onBusEvent(AppTransitionFinishedEvent)
2021-12-07 13:32:12.482 DEBUG:  EventBus : [1518, u0] onBusEvent(AppTransitionFinishedEvent) duration: 165 microseconds, avg: 586
2021-12-07 13:32:12.482 DEBUG:  EventBus : [1518, u0] send(AppTransitionFinishedEvent)
2021-12-07 13:32:12.482 DEBUG:  EventBus : [1518, u0]  -> ForcedResizableInfoActivityController [0xd8fcfdb, P1] onBusEvent(AppTransitionFinishedEvent)
2021-12-07 13:32:12.482 DEBUG:  EventBus : [1518, u0] onBusEvent(AppTransitionFinishedEvent) duration: 32 microseconds, avg: 585
2021-12-07 13:32:12.485 INFO:   Timeline : Timeline: App_transition_stopped time:2789692
2021-12-07 13:32:12.494 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:12.523 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:12.662 ERROR:  Recents : packageMonitor   onPackageModified  packageName=com.onesignal.sdktest   mIsRecentsWithinLauncher=false
2021-12-07 13:32:12.662 ERROR:  Recents : packageMonitor   onPackageModified  packageName=com.onesignal.sdktest   mIsRecentsWithinLauncher=false
2021-12-07 13:32:12.663 DEBUG:  LocationProviderProxy : bindBestPackage for com.android.location.service.v3.NetworkLocationProvider :  found 1, new best component: ComponentInfo{com.google.android.gms/com.google.android.location.network.NetworkLocationService}
2021-12-07 13:32:12.664 DEBUG:  GeocoderProxy : bindBestPackage for com.android.location.service.GeocodeProvider :  found 1, new best component: ComponentInfo{com.google.android.gms/com.google.android.location.geocode.GeocodeService}
2021-12-07 13:32:12.666 DEBUG:  LockScreenMagazineController : received broadcast android.intent.action.PACKAGE_CHANGED
2021-12-07 13:32:12.667 INFO:   InputReader : Reconfiguring input devices.  changes=0x00000010
2021-12-07 13:32:12.667 VERBOSE:    AvrcpMediaPlayerList : mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_CHANGED
2021-12-07 13:32:12.667 DEBUG:  GeofenceProxy : bindBestPackage for com.android.location.service.GeofenceProvider :  found 1, new best component: ComponentInfo{com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService}
2021-12-07 13:32:12.677 DEBUG:  ActivityRecognitionProxy : bindBestPackage for com.android.location.service.ActivityRecognitionProvider :  found 1, new best component: ComponentInfo{com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService}
2021-12-07 13:32:12.678 DEBUG:  EventBus : [1518, u0] post(PackagesChangedEvent)
2021-12-07 13:32:12.678 DEBUG:  EventBus : [1518, u0] post(PackagesChangedEvent)
2021-12-07 13:32:12.678 DEBUG:  EventBus : [1518, u0]  -> TaskStackView [0x1fa0438, P3] onBusEvent(PackagesChangedEvent)
2021-12-07 13:32:12.678 DEBUG:  EventBus : [1518, u0] onBusEvent(PackagesChangedEvent) duration: 21 microseconds, avg: 584
2021-12-07 13:32:12.678 DEBUG:  EventBus : [1518, u0]  -> RecentsRecommendView [0x77e40bb, P1] onBusEvent(PackagesChangedEvent)
2021-12-07 13:32:12.678 DEBUG:  EventBus : [1518, u0] onBusEvent(PackagesChangedEvent) duration: 8 microseconds, avg: 583
2021-12-07 13:32:12.679 DEBUG:  EventBus : [1518, u0]  -> RecentsTaskLoader [0x40819e1, P1] onBusEvent(PackagesChangedEvent)
2021-12-07 13:32:12.679 DEBUG:  EventBus : [1518, u0] onBusEvent(PackagesChangedEvent) duration: 66 microseconds, avg: 582
2021-12-07 13:32:12.679 DEBUG:  EventBus : [1518, u0]  -> TaskStackView [0x1fa0438, P3] onBusEvent(PackagesChangedEvent)
2021-12-07 13:32:12.679 DEBUG:  EventBus : [1518, u0] onBusEvent(PackagesChangedEvent) duration: 23 microseconds, avg: 581
2021-12-07 13:32:12.679 DEBUG:  EventBus : [1518, u0]  -> RecentsRecommendView [0x77e40bb, P1] onBusEvent(PackagesChangedEvent)
2021-12-07 13:32:12.679 DEBUG:  EventBus : [1518, u0] onBusEvent(PackagesChangedEvent) duration: 5 microseconds, avg: 580
2021-12-07 13:32:12.679 DEBUG:  EventBus : [1518, u0]  -> RecentsTaskLoader [0x40819e1, P1] onBusEvent(PackagesChangedEvent)
2021-12-07 13:32:12.679 DEBUG:  EventBus : [1518, u0] onBusEvent(PackagesChangedEvent) duration: 12 microseconds, avg: 579
2021-12-07 13:32:12.691 DEBUG:  CarrierSvcBindHelper : No carrier app for: 0
2021-12-07 13:32:12.694 ERROR:  PhoneInterfaceManager : [PhoneIntfMgr] getCarrierPackageNamesForIntent: No UICC
2021-12-07 13:32:12.694 DEBUG:  CarrierSvcBindHelper : No carrier app for: 1
2021-12-07 13:32:12.694 DEBUG:  ImsResolver : maybeAddedImsService, packageName: com.onesignal.sdktest
2021-12-07 13:32:12.715 INFO:   Telecom : DefaultDialerCache: Refreshing default dialer for user 0: now com.google.android.dialer: DDC.oR@AKU
2021-12-07 13:32:12.726 INFO:   Fitness : OnPackageChangedOperation got intent: Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.onesignal.sdktest flg=0x45000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } [CONTEXT service_id=17 ]
2021-12-07 13:32:12.737 INFO:   Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_CHANGED [CONTEXT service_id=17 ]
2021-12-07 13:32:12.772 DEBUG:  Launcher.Model : LauncherAppsCallback onPackageChanged|com.onesignal.sdktest|UserHandle{0}
2021-12-07 13:32:12.773 DEBUG:  Launcher.Model : Got broadcast:Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.onesignal.sdktest (has extras) }
2021-12-07 13:32:12.782 DEBUG:  OneSignal : OneSignalRestClient: Making request to: https://api.onesignal.com/players/c3ee2b52-9796-47c0-a9c2-29afbb7ac5d7?app_id=77e32082-ea27-42e3-a898-c72e141824ef
2021-12-07 13:32:12.783 DEBUG:  OneSignal : OneSignalRestClient: Adding header if-none-match: W/"041e3f3e3d6ec6d11e82721c892946c6"
2021-12-07 13:32:12.788 INFO:   System.out : [okhttp]:check permission begin!
2021-12-07 13:32:12.788 WARN:   System : ClassLoader referenced unknown path: system/framework/mediatek-cta.jar
2021-12-07 13:32:12.789 INFO:   System.out : [okhttp] e:java.lang.ClassNotFoundException: com.mediatek.cta.CtaUtils
2021-12-07 13:32:12.790 INFO:   System.out : [OkHttp] sendRequest>>
2021-12-07 13:32:12.790 INFO:   System.out : [OkHttp] sendRequest<<
2021-12-07 13:32:12.795 DEBUG:  Launcher.AllAppsList : updatePackage, packageName=com.onesignal.sdktest, loadMissing=false, user=UserHandle{0}, matchedSize=1
2021-12-07 13:32:12.795 DEBUG:  Launcher.AllAppsList : updatePackage, find appInfo=AppInfo, id=-1, itemType=0, user=UserHandle{0}, mIconType=0, pkgName=com.onesignal.sdktest, className=com.onesignal.sdktest.activity.SplashActivity, screenId=-1, container=-1, cellX=-1, cellY=-1, spanX=1, spanY=1, isLandscapePos=false from ComponentInfo{com.onesignal.sdktest/com.onesignal.sdktest.activity.SplashActivity}
2021-12-07 13:32:12.796 DEBUG:  Launcher.Model : onReceiveBackground, mAllAppsList=add=[], remove=[], modified=[(0, AppInfo, id=-1, itemType=0, user=UserHandle{0}, mIconType=0, pkgName=com.onesignal.sdktest, className=com.onesignal.sdktest.activity.SplashActivity, screenId=-1, container=-1, cellX=-1, cellY=-1, spanX=1, spanY=1, isLandscapePos=false)]
2021-12-07 13:32:12.804 DEBUG:  OneSignal : onActivityResumed: com.onesignal.sdktest.activity.MainActivity@d70c4df
2021-12-07 13:32:12.804 DEBUG:  OneSignal : curActivity is NOW: com.onesignal.sdktest.activity.MainActivity:com.onesignal.sdktest.activity.MainActivity@d70c4df
2021-12-07 13:32:12.804 DEBUG:  OneSignal : ActivityLifecycleHandler handleFocus, with runnable: null nextResumeIsFirstActivity: false
2021-12-07 13:32:12.804 DEBUG:  OneSignal : ActivityLifecycleHandler cancel background lost focus sync task
2021-12-07 13:32:12.805 DEBUG:  OneSignal : OSFocusDelaySync cancel background sync
2021-12-07 13:32:12.820 ERROR:  libPowerHal : perfLockRel handle:125
2021-12-07 13:32:12.820 INFO:   libPowerHal : 49: set gpu level: 31
2021-12-07 13:32:12.820 INFO:   libPowerHal : 49: set gpu level max: 0
2021-12-07 13:32:12.829 VERBOSE:    PhoneWindow : DecorView setVisiblity: visibility = 4, Parent = null, this = DecorView@aeb366a[]
2021-12-07 13:32:12.832 INFO:   PowerHalWrapper : PowerHalWrapper.getInstance
2021-12-07 13:32:12.839 DEBUG:  ViewRootImpl[MainActivity] : hardware acceleration = true , fakeHwAccelerated = false, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false
2021-12-07 13:32:12.845 VERBOSE:    PhoneWindow : DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@d0978d1, this = DecorView@aeb366a[MainActivity]
2021-12-07 13:32:12.847 WARN:   ChimeraUtils : Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
2021-12-07 13:32:12.847 VERBOSE:    UiModeManager : switch night mode to 2
2021-12-07 13:32:12.849 WARN:   Looper : Slow Looper main: Activity com.onesignal.sdktest/.activity.MainActivity is 424ms late (wall=0ms running=0ms ClientTransaction{ callbacks=[android.app.servertransaction.TopResumedActivityChangeItem] }) because of 4 msg, msg 4 took 420ms (seq=55 running=335ms runnable=20ms io=16ms late=3ms h=android.app.ActivityThread$H w=159)
2021-12-07 13:32:12.849 INFO:   system_server : Background young concurrent copying GC freed 320155(14MB) AllocSpace objects, 89(7052KB) LOS objects, 36% free, 36MB/56MB, paused 345us total 188.077ms
2021-12-07 13:32:12.863 INFO:   Icing : Indexing com.google.android.gms-apps from com.google.android.gms
2021-12-07 13:32:12.867 INFO:   BufferQueueProducer : [VDS: scrcpy](this:0x75c2bd9800,id:28,api:1,p:559,c:559) queueBuffer: fps=9.81 dur=1324.69 max=763.00 min=13.72
2021-12-07 13:32:12.868 INFO:   hwcomposer : [HWCDisplay] [Display_2 (type:2)] fps:9.812218,dur:1324.88,max:762.90,min:13.65
2021-12-07 13:32:12.869 INFO:   BufferQueueProducer : [ImageReader-540x1170f1m1-27101-0](this:0x743bb37800,id:0,api:1,p:559,c:27101) queueBuffer: fps=9.07 dur=1322.82 max=762.84 min=13.49
2021-12-07 13:32:12.870 INFO:   hwcomposer : [HWCDisplay] [Display_0 (type:1)] fps:9.859172,dur:1318.57,max:762.58,min:13.59
2021-12-07 13:32:12.873 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:12.876 WARN:   ChimeraUtils : Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
2021-12-07 13:32:12.887 WARN:   ChimeraUtils : Module com.google.android.gms.nearby_en has empty metadata display_name_string_id
2021-12-07 13:32:12.889 INFO:   gle.android.gm : Background young concurrent copying GC freed 23906(1519KB) AllocSpace objects, 13(580KB) LOS objects, 17% free, 7949KB/9588KB, paused 108us total 100.001ms
2021-12-07 13:32:12.891 DEBUG:  NetworkController.MobileSignalController(1) : 4G level = 5
2021-12-07 13:32:12.893 ERROR:  adbd : failed to connect to socket 'tcp:7070': Connection refused
2021-12-07 13:32:12.902 DEBUG:   : readbrightness,out1:51
2021-12-07 13:32:12.902 DEBUG:   : .
2021-12-07 13:32:12.902 DEBUG:   : readbrightness,out2:51.
2021-12-07 13:32:12.903 WARN:   ImageReader_JNI : Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
2021-12-07 13:32:12.913 INFO:   Icing : Indexing done com.google.android.gms-apps
2021-12-07 13:32:12.941 VERBOSE:    OneSignal : OneSignalRestClient: After con.getResponseCode to: https://api.onesignal.com/players/c3ee2b52-9796-47c0-a9c2-29afbb7ac5d7?app_id=77e32082-ea27-42e3-a898-c72e141824ef
2021-12-07 13:32:12.941 DEBUG:  OneSignal : OneSignalRestClient: GET - Using Cached response due to 304: {"id":"c3ee2b52-9796-47c0-a9c2-29afbb7ac5d7","identifier":"fz3W2mVpyRU:APA91bH8WHLsxACWb-I13vN7BYP-qMDj1qgoiDHun7dwqfcjZ6KB-6fwFx2DGwQzyJPrGyOBXuL-uzcAp3xNjciyHZioPGPAvgGs1hTkx9DUPfJiNIhqisQ9U-3nlIAlrxou827pc5Ve","session_count":4,"language":"en","timezone":-36000,"game_version":"1","device_os":"10","device_type":1,"device_model":"M2003J15SC","ad_id":null,"tags":{},"last_active":1638919610,"playtime":75,"amount_spent":0.0,"created_at":1638919326,"invalid_identifier":false,"badge_count":0,"sdk":"040603","test_type":null,"ip":"66.85.52.68","external_user_id":null}
2021-12-07 13:32:12.949 WARN:   Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored
2021-12-07 13:32:13.010 INFO:   app_process : Waiting for a blocking GC Alloc
2021-12-07 13:32:13.017 DEBUG:  DRM/DcfDecoder : decodeDrmImageIfNeeded with stream left [2186]
2021-12-07 13:32:13.017 ERROR:  DRM/DcfDecoder : decodeDrmImageIfNeeded stream caught ClassCastException
2021-12-07 13:32:13.038 DEBUG:  DRM/DcfDecoder : decodeDrmImageIfNeeded with stream left [3022]
2021-12-07 13:32:13.039 ERROR:  DRM/DcfDecoder : decodeDrmImageIfNeeded stream caught ClassCastException
2021-12-07 13:32:13.048 DEBUG:  DRM/DcfDecoder : decodeDrmImageIfNeeded with stream left [3552]
2021-12-07 13:32:13.048 ERROR:  DRM/DcfDecoder : decodeDrmImageIfNeeded stream caught ClassCastException
2021-12-07 13:32:13.058 DEBUG:  DRM/DcfDecoder : decodeDrmImageIfNeeded with stream left [1469]
2021-12-07 13:32:13.058 ERROR:  DRM/DcfDecoder : decodeDrmImageIfNeeded stream caught ClassCastException
2021-12-07 13:32:13.068 DEBUG:  DRM/DcfDecoder : decodeDrmImageIfNeeded with stream left [2913]
2021-12-07 13:32:13.068 ERROR:  DRM/DcfDecoder : decodeDrmImageIfNeeded stream caught ClassCastException
2021-12-07 13:32:13.078 DEBUG:  DRM/DcfDecoder : decodeDrmImageIfNeeded with stream left [2131]
2021-12-07 13:32:13.078 ERROR:  DRM/DcfDecoder : decodeDrmImageIfNeeded stream caught ClassCastException
2021-12-07 13:32:13.087 DEBUG:  DRM/DcfDecoder : decodeDrmImageIfNeeded with stream left [3125]
2021-12-07 13:32:13.088 ERROR:  DRM/DcfDecoder : decodeDrmImageIfNeeded stream caught ClassCastException
2021-12-07 13:32:13.098 DEBUG:  DRM/DcfDecoder : decodeDrmImageIfNeeded with stream left [3363]
2021-12-07 13:32:13.098 ERROR:  DRM/DcfDecoder : decodeDrmImageIfNeeded stream caught ClassCastException
2021-12-07 13:32:13.109 DEBUG:  DRM/DcfDecoder : decodeDrmImageIfNeeded with stream left [3087]
2021-12-07 13:32:13.109 ERROR:  DRM/DcfDecoder : decodeDrmImageIfNeeded stream caught ClassCastException
2021-12-07 13:32:13.129 DEBUG:  DRM/DcfDecoder : decodeDrmImageIfNeeded with stream left [3129]
2021-12-07 13:32:13.130 ERROR:  DRM/DcfDecoder : decodeDrmImageIfNeeded stream caught ClassCastException
2021-12-07 13:32:13.135 INFO:   WindowManager : Relayout Window{ee70225 u0 com.onesignal.sdktest/com.onesignal.sdktest.activity.MainActivity}: oldVis=4 newVis=0 focusMayChange = true
2021-12-07 13:32:13.136 INFO:   BufferQueue : [unnamed-559-155](this:0x75dd6e0800,id:155,api:0,p:-1,c:-1) BufferQueue core=(559:/system/bin/surfaceflinger)
2021-12-07 13:32:13.136 INFO:   BufferQueueConsumer : [unnamed-559-155](this:0x75dd6e0800,id:155,api:0,p:-1,c:559) connect(C): consumer=(559:/system/bin/surfaceflinger) controlledByApp=false
2021-12-07 13:32:13.136 INFO:   BufferQueueConsumer : [unnamed-559-155](this:0x75dd6e0800,id:155,api:0,p:-1,c:559) setConsumerName: unnamed-559-155
2021-12-07 13:32:13.136 INFO:   BufferQueueConsumer : [com.onesignal.sdktest/com.onesignal.sdktest.activity.MainActivity#0](this:0x75dd6e0800,id:155,api:0,p:-1,c:559) setConsumerName: com.onesignal.sdktest/com.onesignal.sdktest.activity.MainActivity#0
2021-12-07 13:32:13.136 INFO:   BufferQueueConsumer : [com.onesignal.sdktest/com.onesignal.sdktest.activity.MainActivity#0](this:0x75dd6e0800,id:155,api:0,p:-1,c:559) setDefaultBufferSize: width=1 height=1
2021-12-07 13:32:13.138 INFO:   BufferQueueConsumer : [com.onesignal.sdktest/com.onesignal.sdktest.activity.MainActivity#0](this:0x75dd6e0800,id:155,api:0,p:-1,c:559) setDefaultBufferSize: width=1080 height=2340
2021-12-07 13:32:13.146 DEBUG:  Surface : Surface::connect(this=0x7e8323f000,api=1)
2021-12-07 13:32:13.146 INFO:   BufferQueueProducer : [com.onesignal.sdktest/com.onesignal.sdktest.activity.MainActivity#0](this:0x75dd6e0800,id:155,api:1,p:2593,c:559) connect(P): api=1 producer=(2593:com.onesignal.sdktest) producerControlledByApp=false
2021-12-07 13:32:13.147 DEBUG:  mali_winsys : EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
2021-12-07 13:32:13.147 DEBUG:  Surface : Surface::setBufferCount(this=0x7e8323f000,bufferCount=3)
2021-12-07 13:32:13.147 DEBUG:  Surface : Surface::allocateBuffers(this=0x7e8323f000)
2021-12-07 13:32:13.155 DEBUG:  DRM/DcfDecoder : decodeDrmImageIfNeeded with stream left [3132]
2021-12-07 13:32:13.155 ERROR:  DRM/DcfDecoder : decodeDrmImageIfNeeded stream caught ClassCastException
2021-12-07 13:32:13.168 INFO:   BufferQueueProducer : [ImageReader-540x1170f1m1-27101-0](this:0x743bb37800,id:0,api:1,p:559,c:27101) queueBuffer: slot 2 is dropped, handle=0x73a7c1b1c0
2021-12-07 13:32:13.177 DEBUG:  DRM/DcfDecoder : decodeDrmImageIfNeeded with stream left [3068]
2021-12-07 13:32:13.177 ERROR:  DRM/DcfDecoder : decodeDrmImageIfNeeded stream caught ClassCastException
2021-12-07 13:32:13.254 DEBUG:  Surface : Surface::disconnect(this=0x7e831fc000,api=1)
2021-12-07 13:32:13.256 INFO:   BufferQueueProducer : [com.onesignal.sdktest/com.onesignal.sdktest.activity.SplashActivity#0](this:0x75dd619000,id:153,api:1,p:2593,c:559) disconnect(P): api 1
2021-12-07 13:32:13.268 INFO:   BufferQueueProducer : [ImageReader-540x1170f1m1-27101-0](this:0x743bb37800,id:0,api:1,p:559,c:27101) queueBuffer: slot 1 is dropped, handle=0x73a7c1af40
2021-12-07 13:32:13.270 INFO:   Timeline : Timeline: Activity_windows_visible id: ActivityRecord{41817f5 u0 com.onesignal.sdktest/.activity.MainActivity t794} time:2790476
2021-12-07 13:32:13.270 WARN:   Looper : Slow Looper main: doFrame is 393ms late because of 4 msg, msg 1 took 415ms (seq=95 running=339ms runnable=6ms late=59ms h=android.view.Choreographer$FrameHandler c=android.view.Choreographer$FrameDisplayEventReceiver)
2021-12-07 13:32:13.272 DEBUG:  View : [Warning] assignParent to null: this = DecorView@1fcd808[sdktest]
2021-12-07 13:32:13.272 DEBUG:  Surface : Surface::disconnect(this=0x7e6a21c000,api=2)
2021-12-07 13:32:13.272 INFO:   BufferQueueProducer : [Splash Screen com.onesignal.sdktest#0](this:0x75dd782000,id:154,api:2,p:1318,c:559) disconnect(P): api 2
2021-12-07 13:32:13.283 INFO:   BufferQueueProducer : [ImageReader-540x1170f1m1-27101-0](this:0x743bb37800,id:0,api:1,p:559,c:27101) queueBuffer: slot 0 is dropped, handle=0x73a7c1a680
2021-12-07 13:32:13.290 INFO:   GoogleInputMethodService : GoogleInputMethodService.onFinishInput():3301
2021-12-07 13:32:13.290 INFO:   GoogleInputMethodService : GoogleInputMethodService.onStartInput():1979
2021-12-07 13:32:13.291 INFO:   DeviceUnlockedTag : DeviceUnlockedTag.notifyDeviceLockStatusChanged():79 Notify device unlocked.
2021-12-07 13:32:13.302 INFO:   BufferQueueProducer : [ImageReader-540x1170f1m1-27101-0](this:0x743bb37800,id:0,api:1,p:559,c:27101) queueBuffer: slot 2 is dropped, handle=0x73a7c1b1c0
2021-12-07 13:32:13.308 INFO:   BufferQueue : [Splash Screen com.onesignal.sdktest#0](this:0x75dd782000,id:154,api:2,p:-1,c:-1) ~BufferQueueCore
2021-12-07 13:32:13.317 INFO:   BufferQueueProducer : [ImageReader-540x1170f1m1-27101-0](this:0x743bb37800,id:0,api:1,p:559,c:27101) queueBuffer: slot 1 is dropped, handle=0x73a7c1af40
2021-12-07 13:32:13.332 DEBUG:  BufferQueueProducer : [ImageReader-540x1170f1m1-27101-0](this:0x743bb37800,id:0,api:1,p:559,c:27101) cancelBuffer: slot 2
2021-12-07 13:32:13.333 DEBUG:  AAL : 12-07 01:32:11.088 BL=  47,ESS= 256, 12-07 01:32:12.052 BL=  48,ESS= 256, 12-07 01:32:12.385 BL=  49,ESS= 256, 12-07 01:32:12.718 BL=  50,ESS= 256, 12-07 01:32:13.333 BL=  51,ESS= 256,
2021-12-07 13:32:13.348 DEBUG:  BufferQueueProducer : [ImageReader-540x1170f1m1-27101-0](this:0x743bb37800,id:0,api:1,p:559,c:27101) cancelBuffer: slot 1
2021-12-07 13:32:13.379 INFO:   power@1.3-impl : powerHintInternal hint:8, data:0
2021-12-07 13:32:13.381 DEBUG:  PowerHalWrapper : amsBoostStop AMS_BOOST_PACK_SWITCH:true, AMS_BOOST_ACT_SWITCH:false, AMS_BOOST_PROCESS_CREATE:false
2021-12-07 13:32:13.383 INFO:   BufferQueueProducer : [ImageReader-540x1170f1m1-27101-0](this:0x743bb37800,id:0,api:1,p:559,c:27101) queueBuffer: slot 0 is dropped, handle=0x73a7c1a680
2021-12-07 13:32:13.387 ERROR:  adbd : failed to connect to socket 'tcp:7070': Connection refused
2021-12-07 13:32:13.398 INFO:   BufferQueueProducer : [ImageReader-540x1170f1m1-27101-0](this:0x743bb37800,id:0,api:1,p:559,c:27101) queueBuffer: slot 2 is dropped, handle=0x73a7c1b1c0
2021-12-07 13:32:13.400 DEBUG:  OneSignal : onActivityStopped: com.onesignal.sdktest.activity.SplashActivity@c3c9823
2021-12-07 13:32:13.400 DEBUG:  OneSignal : curActivity is NOW: com.onesignal.sdktest.activity.MainActivity:com.onesignal.sdktest.activity.MainActivity@d70c4df
2021-12-07 13:32:13.402 VERBOSE:    PhoneWindow : DecorView setVisiblity: visibility = 4, Parent = android.view.ViewRootImpl@22e8e2f, this = DecorView@47f0c3c[SplashActivity]
2021-12-07 13:32:13.404 DEBUG:  OneSignal : onActivityDestroyed: com.onesignal.sdktest.activity.SplashActivity@c3c9823
2021-12-07 13:32:13.404 DEBUG:  OneSignal : curActivity is NOW: com.onesignal.sdktest.activity.MainActivity:com.onesignal.sdktest.activity.MainActivity@d70c4df
2021-12-07 13:32:13.407 DEBUG:  View : [Warning] assignParent to null: this = DecorView@47f0c3c[SplashActivity]
2021-12-07 13:32:13.413 DEBUG:  EventBus : [1518, u0] send(AppTransitionFinishedEvent)
2021-12-07 13:32:13.414 DEBUG:  EventBus : [1518, u0]  -> ForcedResizableInfoActivityController [0xd8fcfdb, P1] onBusEvent(AppTransitionFinishedEvent)
2021-12-07 13:32:13.414 INFO:   BufferQueueProducer : [ImageReader-540x1170f1m1-27101-0](this:0x743bb37800,id:0,api:1,p:559,c:27101) queueBuffer: slot 1 is dropped, handle=0x73a7c1af40
2021-12-07 13:32:13.414 DEBUG:  EventBus : [1518, u0] onBusEvent(AppTransitionFinishedEvent) duration: 31 microseconds, avg: 578
2021-12-07 13:32:13.424 INFO:   BufferQueue : [com.onesignal.sdktest/com.onesignal.sdktest.activity.SplashActivity#0](this:0x75dd619000,id:153,api:1,p:-1,c:-1) ~BufferQueueCore
2021-12-07 13:32:13.432 INFO:   BufferQueueProducer : [ImageReader-540x1170f1m1-27101-0](this:0x743bb37800,id:0,api:1,p:559,c:27101) queueBuffer: slot 0 is dropped, handle=0x73a7c1a680
2021-12-07 13:32:13.448 INFO:   BufferQueueProducer : [ImageReader-540x1170f1m1-27101-0](this:0x743bb37800,id:0,api:1,p:559,c:27101) queueBuffer: slot 2 is dropped, handle=0x73a7c1b1c0

Device details screenshot:

image

Display pop-up windows while running in the background:

This was enabled by default, however I disabled this and restarted the app and notification open still showed the app correctly: image

jkasten2 commented 2 years ago

Can NOT reproduce issue on the following

MI 6 (on Sauce Labs)

  1. OneSignal-Android-SDK 4.6.3
  2. Android version: 9
  3. Device Model & Name: MI 6 (MCE16)
  4. MIUI version: MIUI Global 11.0.6
    • Hosted on Sauce Labs, possibly modify settings
  5. Verify version with Xiaomi:
  6. Step-by-Step to reproduce the issue (can't repo)
    • 1.Send notification. 2. Swipe way app. 3. Open notification. 4. Observer app opens correctly.
  7. Does your OSNotificationOpenedHandler fire, even if the app does not open? Yes
  8. Provide a logcat with verbose logging. Omitting Logcat as results and MIUI is version the same as the device above.

Device details screenshot:

image

Display pop-up windows while running in the background:

This was enabled by default, however I disabled this and restarted the app and notification open still showed the app correctly: image

jkasten2 commented 2 years ago

@justanapp @bhatakeed @vivchik1337 I tried to reproduce the issue on a few more Xiaomi devices but without any luck. (Even with the "pop-up windows while running in the background" permission disabled.)

The difference might be with your apps:

  1. Are you starting your own Android Activity from the OneSignal notification open event?
  2. Could you share you app (store link or APK)?
  3. Could you try to reproduce with our example app?
bhatakeed commented 2 years ago

@jkasten2 yes your 100% correct same is happening

rahulmmohan commented 2 years ago

@jkasten2 I am able to reproduce this issue. Details are below:

  1. OneSignal-Android-SDK version: 4.6.3

  2. Android version: 9 PPR1.180610.011

  3. Device Model & Name: Redmi 6A

  4. MIUI version: MIUI Global 11.0.9

  5. Step-by-Step to reproduce the issue:

    • Put the app in the background
    • Send notification.
    • Open notification.
    • Notification goes way, app does not open.
  6. processIntent in NotificationOpenedProcessor.java is getting called. handleNotificationOpen in OneSignal.java was not invoked.

Click to expand! ```java Put app in background 2021-12-08 15:34:38.605 24818-24818/com.simpl.android.staging D/OneSignal: onActivityPaused: com.simpl.android.MainActivity@f708319 2021-12-08 15:34:38.606 24818-24818/com.simpl.android.staging D/OneSignal: ActivityLifecycleHandler Handling lost focus 2021-12-08 15:34:38.606 24818-24818/com.simpl.android.staging D/OneSignal: Application stopped focus time: null timeElapsed: null 2021-12-08 15:34:38.606 24818-24818/com.simpl.android.staging V/OneSignal: OSFocusDelaySync scheduleSyncTask:SYNC_AFTER_BG_DELAY_MS: 2000 2021-12-08 15:34:38.607 24818-24818/com.simpl.android.staging V/OneSignal: OSBackgroundSync scheduleSyncServiceAsJob:atTime: 2000 2021-12-08 15:34:38.641 24818-24818/com.simpl.android.staging I/OneSignal: OSBackgroundSync scheduleSyncServiceAsJob:result: 1 2021-12-08 15:34:38.641 24818-24818/com.simpl.android.staging D/OneSignal: curActivity is NOW: null 2021-12-08 15:34:38.676 24818-24818/com.simpl.android.staging D/OneSignal: FocusDelaySyncJobService onStopJob called, system conditions not available reschedule: false 2021-12-08 15:34:38.844 24818-24818/com.simpl.android.staging D/OneSignal: onActivityStopped: com.simpl.android.MainActivity@f708319 2021-12-08 15:34:38.844 24818-24818/com.simpl.android.staging D/OneSignal: curActivity is NOW: null 2021-12-08 15:34:48.108 24818-24818/com.simpl.android.staging D/OneSignal: OSBackground sync, calling initWithContext 2021-12-08 15:34:48.113 24818-24818/com.simpl.android.staging V/OneSignal: initWithContext called with: com.onesignal.SyncJobService@fe4d6b8 2021-12-08 15:34:48.114 24818-24818/com.simpl.android.staging V/OneSignal: Starting OneSignal initialization! 2021-12-08 15:34:48.117 24818-24818/com.simpl.android.staging V/OneSignal: Found class: com.simpl.android.receiver.SimplNotificationExtenderService, attempting to call constructor 2021-12-08 15:34:48.118 24818-24818/com.simpl.android.staging D/OneSignal: OneSignal SDK initialization already completed. 2021-12-08 15:34:48.121 24818-24818/com.simpl.android.staging D/OneSignal: ActivityLifecycleHandler runLostFocusLogic 2021-12-08 15:34:48.122 24818-24818/com.simpl.android.staging D/OneSignal: OSBackground sync, calling initWithContext 2021-12-08 15:34:48.126 24818-24818/com.simpl.android.staging V/OneSignal: initWithContext called with: com.onesignal.FocusDelaySyncJobService@252d7f6 2021-12-08 15:34:48.126 24818-25082/com.simpl.android.staging D/OneSignal: LocationController sendAndClearPromptHandlers from non prompt flow 2021-12-08 15:34:48.126 24818-24818/com.simpl.android.staging V/OneSignal: Starting OneSignal initialization! 2021-12-08 15:34:48.130 24818-24818/com.simpl.android.staging V/OneSignal: Found class: com.simpl.android.receiver.SimplNotificationExtenderService, attempting to call constructor 2021-12-08 15:34:48.131 24818-24818/com.simpl.android.staging D/OneSignal: OneSignal SDK initialization already completed. 2021-12-08 15:34:48.134 24818-25083/com.simpl.android.staging D/OneSignal: ActivityLifecycleHandler running AppFocusRunnable 2021-12-08 15:34:48.134 24818-25083/com.simpl.android.staging D/OneSignal: Application lost focus initDone: true 2021-12-08 15:34:48.136 24818-25083/com.simpl.android.staging D/OneSignal: Last session time set to: 1638957888135 2021-12-08 15:34:48.142 24818-25082/com.simpl.android.staging D/OneSignal: UserStateSynchronizer internalSyncUserState from session call: false jsonBody: null 2021-12-08 15:34:48.146 24818-25082/com.simpl.android.staging D/OneSignal: UserStateSynchronizer internalSyncUserState from session call: false jsonBody: {"tags":{"user_id":"92092fc1-c601-4841-b3db-becc021b4f2b"},"app_id":"a3a58a5e-1caa-4019-abac-dfd201daec20","device_os":"9","timezone":19800,"timezone_id":"Asia\/Kolkata","language":"en","sdk":"040603","sdk_type":"react","android_package":"com.simpl.android.staging","device_model":"Redmi 6A","game_version":3008006,"net_type":1,"carrier":"Jio 4G","rooted":false} 2021-12-08 15:34:48.148 24818-25082/com.simpl.android.staging I/OneSignal: Error updating the user record because of the null user id 2021-12-08 15:34:48.150 24818-25083/com.simpl.android.staging D/OneSignal: Application backgrounded focus time: null 2021-12-08 15:34:48.151 24818-25082/com.simpl.android.staging D/OneSignal: UserStateSynchronizer internalSyncUserState from session call: false jsonBody: {"tags":{"user_id":"92092fc1-c601-4841-b3db-becc021b4f2b"},"app_id":"a3a58a5e-1caa-4019-abac-dfd201daec20","device_os":"9","timezone":19800,"timezone_id":"Asia\/Kolkata","language":"en","sdk":"040603","sdk_type":"react","android_package":"com.simpl.android.staging","device_model":"Redmi 6A","game_version":3008006,"net_type":1,"carrier":"Jio 4G","rooted":false} 2021-12-08 15:34:48.151 24818-25083/com.simpl.android.staging D/OneSignal: FocusTimeProcessorUnattributed:getUnsentActiveTime: 41 2021-12-08 15:34:48.152 24818-25083/com.simpl.android.staging D/OneSignal: FocusTimeProcessorUnattributed:sendUnsentTimeNow with time: 41 and influences: [] 2021-12-08 15:34:48.153 24818-25082/com.simpl.android.staging I/OneSignal: Error updating the user record because of the null user id 2021-12-08 15:34:48.153 24818-25083/com.simpl.android.staging D/OneSignal: FocusTimeProcessorUnattributed sendTime with: BACKGROUND 2021-12-08 15:34:48.153 24818-25083/com.simpl.android.staging D/OneSignal: FocusTimeProcessorUnattributed:getUnsentActiveTime: 41 2021-12-08 15:34:48.154 24818-25082/com.simpl.android.staging D/OneSignal: FocusTimeProcessorUnattributed:getUnsentActiveTime: 41 2021-12-08 15:34:48.155 24818-25082/com.simpl.android.staging D/OneSignal: LollipopSyncRunnable:JobFinished needsJobReschedule: false 2021-12-08 15:34:48.160 24818-25083/com.simpl.android.staging D/OneSignal: OneSignal scheduleSyncService unsyncedChanges: false 2021-12-08 15:34:48.163 24818-25083/com.simpl.android.staging D/OneSignal: LocationController scheduleUpdate not possible, location permission not enabled 2021-12-08 15:34:48.164 24818-25083/com.simpl.android.staging D/OneSignal: OneSignal scheduleSyncService locationScheduled: false Notification received 2021-12-08 15:35:55.807 24818-24818/com.simpl.android.staging V/OneSignal: initWithContext called with: com.simpl.android.MainApplication@f586469 2021-12-08 15:35:55.807 24818-24818/com.simpl.android.staging V/OneSignal: Starting OneSignal initialization! 2021-12-08 15:35:55.810 24818-24818/com.simpl.android.staging V/OneSignal: Found class: com.simpl.android.receiver.SimplNotificationExtenderService, attempting to call constructor 2021-12-08 15:35:55.821 24818-24818/com.simpl.android.staging D/OneSignal: OneSignal SDK initialization already completed. 2021-12-08 15:35:55.837 24818-24818/com.simpl.android.staging D/OneSignal: processIntent from context: android.app.ReceiverRestrictedContext@b7e860f and intent: Intent { flg=0x10 cmp=com.simpl.android.staging/com.onesignal.NotificationDismissReceiver (has extras) } 2021-12-08 15:35:55.838 24818-24818/com.simpl.android.staging D/OneSignal: processIntent intent extras: Bundle[{androidNotificationId=-494304787, dismissed=true}] 2021-12-08 15:35:55.852 24818-24818/com.simpl.android.staging V/OneSignal: initWithContext called with: com.simpl.android.MainApplication@f586469 2021-12-08 15:35:55.853 24818-24818/com.simpl.android.staging V/OneSignal: Starting OneSignal initialization! 2021-12-08 15:35:55.856 24818-24818/com.simpl.android.staging V/OneSignal: Found class: com.simpl.android.receiver.SimplNotificationExtenderService, attempting to call constructor 2021-12-08 15:35:55.857 24818-24818/com.simpl.android.staging D/OneSignal: OneSignal SDK initialization already completed. 2021-12-08 15:35:55.869 24818-24818/com.simpl.android.staging D/OneSignal: processIntent from context: android.app.ReceiverRestrictedContext@b7e860f and intent: Intent { flg=0x10 cmp=com.simpl.android.staging/com.onesignal.NotificationDismissReceiver (has extras) } 2021-12-08 15:35:55.870 24818-24818/com.simpl.android.staging D/OneSignal: processIntent intent extras: Bundle[{androidNotificationId=-2034816234, dismissed=true}] 2021-12-08 15:35:58.802 24818-24818/com.simpl.android.staging V/OneSignal: initWithContext called with: android.app.ReceiverRestrictedContext@b7e860f 2021-12-08 15:35:58.804 24818-24818/com.simpl.android.staging V/OneSignal: Starting OneSignal initialization! 2021-12-08 15:35:58.808 24818-24818/com.simpl.android.staging V/OneSignal: Found class: com.simpl.android.receiver.SimplNotificationExtenderService, attempting to call constructor 2021-12-08 15:35:58.809 24818-24818/com.simpl.android.staging D/OneSignal: OneSignal SDK initialization already completed. 2021-12-08 15:35:58.822 24818-25346/com.simpl.android.staging D/OneSignal: OSNotificationWorkManager enqueueing notification work with notificationId: ccae3a15-48cd-4dcf-b763-4a24dba393e1 and jsonPayload: {"google.delivered_priority":"normal","google.sent_time":1638957959041,"google.ttl":259200,"google.original_priority":"normal","custom":"{\"a\":{\"url\":\"https:\\\/\\\/app.stagingsimpl.com\\\/billbox\"},\"i\":\"ccae3a15-48cd-4dcf-b763-4a24dba393e1\"}","pri":"5","vis":"1","from":"763237155836","alert":"Test PN","google.message_id":"0:1638957959044524%88f04c34f9fd7ecd","google.c.sender.id":"763237155836"} 2021-12-08 15:35:58.947 24818-24959/com.simpl.android.staging D/OneSignal: NotificationWorker running doWork with data: androidx.work.Data@f6a85e3c 2021-12-08 15:35:58.949 24818-24959/com.simpl.android.staging D/OneSignal: Running destroyTimeout with runnable: com.onesignal.OSNotificationReceivedEvent$1@84734a9 2021-12-08 15:35:58.950 24818-24959/com.simpl.android.staging D/OneSignal: Running startTimeout with timeout: 25000 and runnable: com.onesignal.OSNotificationReceivedEvent$1@84734a9 2021-12-08 15:35:58.952 24818-24959/com.simpl.android.staging D/OneSignal: Running destroyTimeout with runnable: com.onesignal.OSNotificationReceivedEvent$1@84734a9 2021-12-08 15:35:58.954 24818-24959/com.simpl.android.staging D/OneSignal: Starting processJobForDisplay opened: false fromBackgroundLogic: true 2021-12-08 15:35:58.956 24818-24959/com.simpl.android.staging I/OneSignal: App is in background, show notification 2021-12-08 15:35:59.012 24818-24959/com.simpl.android.staging D/OneSignal: Saving Notification job: OSNotificationGenerationJob{jsonPayload={"google.delivered_priority":"normal","google.sent_time":1638957959041,"google.ttl":259200,"google.original_priority":"normal","custom":"{\"a\":{\"url\":\"https:\\\/\\\/app.stagingsimpl.com\\\/billbox\"},\"i\":\"ccae3a15-48cd-4dcf-b763-4a24dba393e1\"}","pri":"5","vis":"1","from":"763237155836","alert":"Test PN","google.message_id":"0:1638957959044524%88f04c34f9fd7ecd","google.c.sender.id":"763237155836"}, isRestoring=false, shownTimeStamp=1638957958, overriddenBodyFromExtender=null, overriddenTitleFromExtender=null, overriddenSound=null, overriddenFlags=null, orgFlags=null, orgSound=null, notification=OSNotification{notificationExtender=null, groupedNotifications=null, androidNotificationId=259875635, notificationId='ccae3a15-48cd-4dcf-b763-4a24dba393e1', templateName='', templateId='', title='null', body='Test PN', additionalData={"url":"https:\/\/app.stagingsimpl.com\/billbox"}, smallIcon='null', largeIcon='null', bigPicture='null', smallIconAccentColor='null', launchURL='null', sound='null', ledColor='null', lockScreenVisibility=1, groupKey='null', groupMessage='null', actionButtons=null, fromProjectNumber='763237155836', backgroundImageLayout=null, collapseId='null', priority=5, rawPayload='{"google.delivered_priority":"normal","google.sent_time":1638957959041,"google.ttl":259200,"google.original_priority":"normal","custom":"{\"a\":{\"url\":\"https:\\\/\\\/app.stagingsimpl.com\\\/billbox\"},\"i\":\"ccae3a15-48cd-4dcf-b763-4a24dba393e1\"}","pri":"5","vis":"1","from":"763237155836","alert":"Test PN","google.message_id":"0:1638957959044524%88f04c34f9fd7ecd","google.c.sender.id":"763237155836"}'}} 2021-12-08 15:35:59.029 24818-24959/com.simpl.android.staging D/OneSignal: Notification saved values: expire_time=1639217159 full_data={"google.delivered_priority":"normal","google.sent_time":1638957959041,"google.ttl":259200,"google.original_priority":"normal","custom":"{\"a\":{\"url\":\"https:\\\/\\\/app.stagingsimpl.com\\\/billbox\"},\"i\":\"ccae3a15-48cd-4dcf-b763-4a24dba393e1\"}","pri":"5","vis":"1","from":"763237155836","alert":"Test PN","google.message_id":"0:1638957959044524%88f04c34f9fd7ecd","google.c.sender.id":"763237155836"} opened=0 notification_id=ccae3a15-48cd-4dcf-b763-4a24dba393e1 message=Test PN android_notification_id=259875635 2021-12-08 15:35:59.035 24818-24959/com.simpl.android.staging D/OneSignal: sendReceiveReceipt disabled 2021-12-08 15:35:59.035 24818-24959/com.simpl.android.staging D/OneSignal: OneSignal SessionManager onNotificationReceived notificationId: ccae3a15-48cd-4dcf-b763-4a24dba393e1 2021-12-08 15:35:59.036 24818-24959/com.simpl.android.staging D/OneSignal: OneSignal OSChannelTracker for: notification_id saveLastId: ccae3a15-48cd-4dcf-b763-4a24dba393e1 2021-12-08 15:35:59.038 24818-24959/com.simpl.android.staging D/OneSignal: OneSignal OSChannelTracker for: notification_id saveLastId with lastChannelObjectsReceived: [{"notification_id":"af2e880e-a8e7-422a-8be8-9bb25de8eac1","time":1638956451185},{"notification_id":"5a502a9f-5683-46aa-aec9-e2b2f68a39f4","time":1638956643523},{"notification_id":"eb19b778-2221-48ac-b62b-2c6c1153d749","time":1638956859849},{"notification_id":"6142ff94-0f4c-4494-a97d-3975e0cd4a29","time":1638956895100},{"notification_id":"3bd49770-109b-418e-a8ea-93b247ea8a99","time":1638956957844},{"notification_id":"a2eb23d0-92dd-4f34-a952-a1db82b4e8b0","time":1638957081303},{"notification_id":"53d0ad3d-a907-45bd-803a-d7452e593571","time":1638957681590},{"notification_id":"0996abd6-0864-4bc0-96b1-b45b91beef28","time":1638957736283},{"notification_id":"7927000d-2459-4db4-8070-668a0ddb82aa","time":1638957756840},{"notification_id":"6d8869d6-eb30-4727-9a6d-900f0fe748f3","time":1638957944532}] 2021-12-08 15:35:59.039 24818-24959/com.simpl.android.staging D/OneSignal: OneSignal OSChannelTracker for: notification_id with channelObjectToSave: [{"notification_id":"5a502a9f-5683-46aa-aec9-e2b2f68a39f4","time":1638956643523},{"notification_id":"eb19b778-2221-48ac-b62b-2c6c1153d749","time":1638956859849},{"notification_id":"6142ff94-0f4c-4494-a97d-3975e0cd4a29","time":1638956895100},{"notification_id":"3bd49770-109b-418e-a8ea-93b247ea8a99","time":1638956957844},{"notification_id":"a2eb23d0-92dd-4f34-a952-a1db82b4e8b0","time":1638957081303},{"notification_id":"53d0ad3d-a907-45bd-803a-d7452e593571","time":1638957681590},{"notification_id":"0996abd6-0864-4bc0-96b1-b45b91beef28","time":1638957736283},{"notification_id":"7927000d-2459-4db4-8070-668a0ddb82aa","time":1638957756840},{"notification_id":"6d8869d6-eb30-4727-9a6d-900f0fe748f3","time":1638957944532},{"notification_id":"ccae3a15-48cd-4dcf-b763-4a24dba393e1","time":1638957959038}] 2021-12-08 15:35:59.042 24818-24959/com.simpl.android.staging D/OneSignal: Running destroyTimeout with runnable: com.onesignal.OSNotificationOpenedResult$1@ebaab3a 2021-12-08 15:35:59.042 24818-24959/com.simpl.android.staging D/OneSignal: Running startTimeout with timeout: 5000 and runnable: com.onesignal.OSNotificationOpenedResult$1@ebaab3a 2021-12-08 15:36:04.052 24818-25311/com.simpl.android.staging D/OneSignal: Running complete from OSNotificationOpenedResult timeout runnable! 2021-12-08 15:36:04.053 24818-25311/com.simpl.android.staging D/OneSignal: OSNotificationOpenedResult complete called with opened: false 2021-12-08 15:36:04.053 24818-25311/com.simpl.android.staging D/OneSignal: Running destroyTimeout with runnable: com.onesignal.OSNotificationOpenedResult$1@ebaab3a Notification tapped 2021-12-08 15:36:27.610 24818-24818/com.simpl.android.staging V/OneSignal: initWithContext called with: com.simpl.android.MainApplication@f586469 2021-12-08 15:36:27.611 24818-24818/com.simpl.android.staging V/OneSignal: Starting OneSignal initialization! 2021-12-08 15:36:27.618 24818-24818/com.simpl.android.staging V/OneSignal: Found class: com.simpl.android.receiver.SimplNotificationExtenderService, attempting to call constructor 2021-12-08 15:36:27.619 24818-24818/com.simpl.android.staging D/OneSignal: OneSignal SDK initialization already completed. 2021-12-08 15:36:27.632 24818-24818/com.simpl.android.staging D/OneSignal: processIntent from context: com.onesignal.NotificationOpenedReceiver@f3eebaf and intent: Intent { flg=0x34800000 cmp=com.simpl.android.staging/com.onesignal.NotificationOpenedReceiver (has extras) } 2021-12-08 15:36:27.633 24818-24818/com.simpl.android.staging D/OneSignal: processIntent intent extras: Bundle[{androidNotificationId=259875635, onesignalData={"google.delivered_priority":"normal","google.sent_time":1638957959041,"google.ttl":259200,"google.original_priority":"normal","custom":"{\"a\":{\"url\":\"https:\\\/\\\/app.stagingsimpl.com\\\/billbox\"},\"i\":\"ccae3a15-48cd-4dcf-b763-4a24dba393e1\"}","pri":"5","vis":"1","from":"763237155836","alert":"Test PN","google.message_id":"0:1638957959044524%88f04c34f9fd7ecd","google.c.sender.id":"763237155836","androidNotificationId":259875635}}] 2021-12-08 15:36:27.640 24818-25386/com.simpl.android.staging D/OneSignal: OneSignalRestClient: Making request to: https://api.onesignal.com/notifications/ccae3a15-48cd-4dcf-b763-4a24dba393e1 2021-12-08 15:36:27.642 24818-25386/com.simpl.android.staging D/OneSignal: OneSignalRestClient: PUT SEND JSON: {"app_id":"a3a58a5e-1caa-4019-abac-dfd201daec20","player_id":"2757219c-06dc-4537-9a3e-2874e6c0d2f5","opened":true,"device_type":1} 2021-12-08 15:36:27.644 24818-24818/com.simpl.android.staging D/OneSignal: OneSignal SessionManager onDirectInfluenceFromNotificationOpen notificationId: ccae3a15-48cd-4dcf-b763-4a24dba393e1 2021-12-08 15:36:27.644 24818-24818/com.simpl.android.staging D/OneSignal: OneSignal SessionManager attemptSessionUpgrade with entryAction: NOTIFICATION_CLICK 2021-12-08 15:36:27.645 24818-24818/com.simpl.android.staging D/OneSignal: OSChannelTracker changed: notification_id from: influenceType: DIRECT, directNotificationId: 7927000d-2459-4db4-8070-668a0ddb82aa, indirectNotificationIds: null to: influenceType: DIRECT, directNotificationId: ccae3a15-48cd-4dcf-b763-4a24dba393e1, indirectNotificationIds: null 2021-12-08 15:36:27.646 24818-24818/com.simpl.android.staging D/OneSignal: Trackers changed to: [OSChannelTracker{tag=notification_id, influenceType=DIRECT, indirectIds=null, directId=ccae3a15-48cd-4dcf-b763-4a24dba393e1}, OSChannelTracker{tag=iam_id, influenceType=UNATTRIBUTED, indirectIds=null, directId=null}] 2021-12-08 15:36:27.647 24818-24818/com.simpl.android.staging D/OneSignal: OneSignal SessionManager attemptSessionUpgrade channel updated, search for ending direct influences on channels: [OSChannelTracker{tag=iam_id, influenceType=UNATTRIBUTED, indirectIds=null, directId=null}] 2021-12-08 15:36:27.648 24818-24818/com.simpl.android.staging D/OneSignal: OneSignal SessionManager attemptSessionUpgrade try UNATTRIBUTED to INDIRECT upgrade 2021-12-08 15:36:27.649 24818-24818/com.simpl.android.staging D/OneSignal: OneSignal ChannelTracker getLastReceivedIds lastChannelObjectReceived: [] 2021-12-08 15:36:27.650 24818-24818/com.simpl.android.staging D/OneSignal: Trackers after update attempt: [OSChannelTracker{tag=notification_id, influenceType=DIRECT, indirectIds=null, directId=ccae3a15-48cd-4dcf-b763-4a24dba393e1}, OSChannelTracker{tag=iam_id, influenceType=UNATTRIBUTED, indirectIds=null, directId=null}] 2021-12-08 15:36:27.651 24818-24818/com.simpl.android.staging D/OneSignal: OneSignal SessionManager sendSessionEndingWithInfluences with influences: [SessionInfluence{influenceChannel=notification, influenceType=DISABLED, ids=null}] 2021-12-08 15:36:27.653 24818-24818/com.simpl.android.staging D/OneSignal: Running destroyTimeout with runnable: com.onesignal.OSNotificationOpenedResult$1@1f3dbbc 2021-12-08 15:36:27.653 24818-24818/com.simpl.android.staging D/OneSignal: Running startTimeout with timeout: 5000 and runnable: com.onesignal.OSNotificationOpenedResult$1@1f3dbbc 2021-12-08 15:36:27.676 24818-25387/com.simpl.android.staging D/OneSignal: OneSignal cleanOutcomes for session 2021-12-08 15:36:27.677 24818-25387/com.simpl.android.staging D/OneSignal: OneSignal save unattributedUniqueOutcomeEvents: [] 2021-12-08 15:36:27.679 24818-25387/com.simpl.android.staging D/OneSignal: FocusTimeProcessorUnattributed sendTime with: END_SESSION 2021-12-08 15:36:27.866 24818-24818/com.simpl.android.staging D/OneSignal: onActivityDestroyed: com.onesignal.NotificationOpenedReceiver@f3eebaf 2021-12-08 15:36:27.869 24818-24818/com.simpl.android.staging D/OneSignal: curActivity is NOW: null 2021-12-08 15:36:28.852 24818-25386/com.simpl.android.staging V/OneSignal: OneSignalRestClient: After con.getResponseCode to: https://api.onesignal.com/notifications/ccae3a15-48cd-4dcf-b763-4a24dba393e1 2021-12-08 15:36:28.852 24818-25386/com.simpl.android.staging D/OneSignal: OneSignalRestClient: Successfully finished request to: https://api.onesignal.com/notifications/ccae3a15-48cd-4dcf-b763-4a24dba393e1 2021-12-08 15:36:28.867 24818-25386/com.simpl.android.staging D/OneSignal: OneSignalRestClient: PUT RECEIVED JSON: {"success":true}
justanapp commented 2 years ago

@justanapp @bhatakeed @vivchik1337 I tried to reproduce the issue on a few more Xiaomi devices but without any luck. (Even with the "pop-up windows while running in the background" permission disabled.)

The difference might be with your apps:

  1. Are you starting your own Android Activity from the OneSignal notification open event?
  2. Could you share you app (store link or APK)?
  3. Could you try to reproduce with our example app?

Hi! The problem with your example is, that it does not build with Android 12 - may you have an updated example?

vivchik1337 commented 2 years ago

Hi there! https://fex.net/ru/s/zpkrz5r - apk there, because your comment don't allow to attach apk file.

Will try to reproduce on your example app and than will write there.

vivchik1337 commented 2 years ago

I couldn't launch your app, because of "Plugin with id 'com.huawei.agconnect' not found".

bhatakeed commented 2 years ago

Here is the apk link https://bhatakeed.cf/app-release.apk

vivchik1337 commented 2 years ago

image

The link isn't working.

bhatakeed commented 2 years ago

New link https://www.filemail.com/d/ogcccexflxvzgci

jkasten2 commented 2 years ago

I have updated the release tag with an pre-built debug APK to help test. Example app onesignal-example-app-debug-with-3.6.3-sdk.apk provided with 4.6.3 release This is built from PR #1497 ^ @justanapp this resolves the Android 12 issue you brought up.

jkasten2 commented 2 years ago

@vivchik1337 Thanks for the APK, I tried it out on a Xiaomi Mi MIX 2 (MDE5) (MIUI Global 12.0.1) and was not able to reproduce the issue. The app opened / foregrounded in every scenario correctly.

I didn't see your MY_ONESIGNAL_TAG messages in the logcat either. However I took a look at the code in your APK and the issue is you didn't call setNotificationOpenedHandler. Your code Kotlin should look something like this:

OneSignal.setNotificationOpenedHandler {
    Log.d("MY_ONESIGNAL_TAG", "Received push notification: ${it.notification.title}, with body: ${it.notification.body}")
    Log.d("MY_ONESIGNAL_TAG", "Push JSON: ${it.toJSONObject()}")
})

Lastly I see you initialized OneSignal in MainActivity, it should be initialized in an Application class instead. However that didn't seem cause this issue, as I was not able to reproduce the app not opening issue.

vivchik1337 commented 2 years ago

Hi there!

I installed your build from the secsdsadasdond link, so I am waiting for push from you.

Also I made one more test on my device, with "setNotificationOpenedHandler{...}" and full logs (txt file attached), the result is the same, the app didn't opened.

onesignal_xiaomi_issue_logs.txt

vivchik1337 commented 2 years ago

Got push from your example app, the result is the same, there is attached video.

https://user-images.githubusercontent.com/13662491/145579276-fda37ac4-34df-4f4b-8e23-f1b3f1d72039.mp4

justanapp commented 2 years ago

I have updated the release tag with an pre-built debug APK to help test. Example app onesignal-example-app-debug-with-3.6.3-sdk.apk provided with 4.6.3 release This is built from PR #1497 ^ @justanapp this resolves the Android 12 issue you brought up.

Hi! Its seems it doesnt build:

image

bhatakeed commented 2 years ago

Still problem hasn't sought sought out

jkasten2 commented 2 years ago

Hi! Its seems it doesnt build:

image

The example project includes a Huawei variant, it seems Android Studio / Gradle still attempts to download those libraries even if the variant isn't used. If you have something on your network blocking Huawei you can comment out all the Huawei references in the build.gradle files to work around that. Or you can use our pre-built APK, you can change your app id in the UI to test with your own app.

jkasten2 commented 2 years ago

Hi there!

I installed your build from the secsdsadasdond link, so I am waiting for push from you.

Also I made one more test on my device, with "setNotificationOpenedHandler{...}" and full logs (txt file attached), the result is the same, the app didn't opened.

onesignal_xiaomi_issue_logs.txt

Thanks for the log, it looks like it is flittered to just your bundle id. Can you do another one without any filters? We need to see the system entries so we can see what the Xiaomi ROM is logging too.

justanapp commented 2 years ago

still app does not open on Xiaomi with new sdk update :/

justanapp commented 2 years ago

It seems your example with Huawei can not be build in the US? How can I ‚unblock‘ it, so that the example builds with Huawei? Thanks for your help!

jkasten2 commented 2 years ago

It seems your example with Huawei can not be build in the US? How can I ‚unblock‘ it, so that the example builds with Huawei? Thanks for your help!

I have not had any issues with Comcast or AT&T accessing Huawei's developer repo in the US, works for me on both Windows and macOS. Can you access https://developer.huawei.com/repo/ in your browser?

If that works then there might be an issue with the Java version your are using. I have no issues with the build in Java that ships with Android Studio 2020.3

justanapp commented 2 years ago

Hi! I've run your example app and here is the same - app does not open, when clicked on a push notification. when permission "Show Popup Window when you work in background" is granted, it opens the app. (Xiomi Redmi Note 8T)

bhatakeed commented 2 years ago

@justanapp yes same happens with Redmi Note 7

GHO5TMEDO commented 2 years ago

Same with Redmi Note 10 Pro

vivchik1337 commented 2 years ago

Hi there! Do you have some results with this issue? Is there some estimate or maybe some predictions about that? @jkasten2

jkasten2 commented 2 years ago

We have have not been able to reproduce this issue on any of the Xiaomi device we have tested. Could you let us know xiaomi region setting you have on the device, this might be changing the behavior. https://voonze.com/how-to-change-the-region-of-your-xiaomi-in-miui-12-to-unlock-its-full-potential/

Let us know if changing it USA and rebooting the device fixes the issue, this will help narrow down the issue if it does.

peter-rosendahl commented 2 years ago

Hi there!

I am in a similar situation but in a different environment: I'm currently integrating OneSignal to our mobile app for newer Huawei devices, and I have a test device (Huawei P40 Pro) that receives the notification, but when tapping the notification while having the app in background mode, the app stays in background mode until I selectively opens the app (i.e. I have to touch the app icon to open the app) - once the app opens, the code that handles the notification gets triggered.

I have performed a debug test for my Huawei test device and a OnePlus Android device - you can see the log on the attached files here: Huawei OneSignal debugging log.md

Android OneSignal debugging log.md

In the logs, I've added stamps (starting with #PETER:) for when I interact with the device (such as tapping the notification or moving the app to foreground/background).

I notice that in the Android log there is a D/CordovaActivity: Started the activity. (line 659) that occurs right after the notification was tapped, whereas this log line doesn't occur on the Huawei log until after I've selectively opened the app (line 2336). I am not sure if this (or the log lines that comes after these) would leave any clue to you guys on what is happening, but I hope that looking at the log files will help you paint the picture of why my integration isn't working as expected.

NOTE: I haven't yet tried to run the OneSignal example debug apk to test out if that's working as expected in my environment, but when I have time for it I will give it a go and see if there's anything that I should change in my code.

System info

Ionic Version: 5.0.7 Cordova-android Version: 9.1.0 OneSignal Cordova Plugin Version: 3.0.1

Device info

Huawei Huawei Model: Huawei P40 Pro - ELS-NX9 EMUI Version: 10.1.0 Android Version: 10

OnePlus OnePlus Model: OnePlus A5000 OxygenOS Version: 10.0.1 Android Version: 10

tushars-arrk commented 2 years ago
  1. Android version (10 QKQ1.200830.002)
  2. Device Model & Name (REDMI 9 POWER)
  3. MIUI version (MIUI GLOBAL 12.0.12 STABLE)
  4. Verify version with Xiaomi: (If your device is a global version) (Globally Verify) • https://www.mi.com/global/verify#/en/tab/imei • Step-by-Step to reproduce the issue • Example: 1. Send notification. 2. Swipe way app. 3. Open notification. 4. Observer notification goes way, app does not open. (Followed this step, Same issue occurs) • Does your OSNotificationOpenedHandler • fire, even if the app does not open? (It does not opens the app) • APK or link to Play store of app tested (If you didn't test with the OneSignal example project) • Does you app start an Activity • from the OneSignal notification open event? (YES) • Provide a logcat with verbose logging. (PFA…)

image image image

jkasten2 commented 2 years ago

@peter-rosendahl Thanks for the report on the Huawei P40 Pro. Since it is a newer Huawei device that does not have Google Play services so notifications are sent with HMS. HMS notifications are handled much differently than FCM / Firebase notifications used for all other types of devices.

We have identified a reproduce an issue specifically with HMS Notification message type pushes. We have a PR which we plan to get into the next release to fix the HMS issue: https://github.com/OneSignal/OneSignal-Android-SDK/pull/1533

I do want to be clear, this is actually completely unrelated to the Xiaomi issue noted here. If you have any questions @peter-rosendahl please feel free to follow up on the #1533 PR or create a new issue and I will be happy to continue the conversion there.

jkasten2 commented 2 years ago

@tushars-arrk thanks for the details. Can you try to change your region to USA and reboot the device and test again? Also if the issue still happens can you also attempt to uninstall and reinstall your test app again?

I have a theory the behavior differences might be region related and you may have to reboot the device before it behaves differently.

tushars-arrk commented 2 years ago

Hi Josh,

Thanks for the reply. I have tried the solution you mentioned still same behavior, notification not receiving when app in foreground, on tap not working and so on. It was working very well with this version i.e implementation 'com.onesignal:OneSignal:4.4.0'. Is there anything you want to test or log and send you the details, do let me know?

From: Josh Kasten @.> Sent: 11 February 2022 08:02 To: OneSignal/OneSignal-Android-SDK @.> Cc: Tushar Salvi @.>; Mention @.> Subject: Re: [OneSignal/OneSignal-Android-SDK] [Needs details from community] Xiaomi - Notification Open - Not foregrounding app (Issue #1494)

External email - treat with caution

@tushars-arrkhttps://github.com/tushars-arrk thanks for the details. Can you try to change your region to USA and reboot the device and test again? Also if the issue still happens can you also attempt to uninstall and reinstall your test app again?

I have a theory the behavior differences might be region related and you may have to reboot the device before it behaves differently.

— Reply to this email directly, view it on GitHubhttps://github.com/OneSignal/OneSignal-Android-SDK/issues/1494#issuecomment-1035793258, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIQHCRFZ75Y2FFSLLCAOGNLU2RYJBANCNFSM5JAPSAZA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.**@.>>

jkasten2 commented 2 years ago

@tushars-arrk Thanks for trying those scenarios and letting us know. We will see what we can do on testing on a physical Xiaomi device for the notification open issue this thread topic is focused on.

notification not receiving when app in foreground

There was a bug where some configurations would result in the notification not showing when the app is in the foreground which was fixed in the 4.6.7 release. See the PR notes linked in the release notes for more details. (this release don't have any effect on notification opens however)

KKChong commented 2 years ago

I able to simulate the issue after i added the following code to AndroidManifest <meta-data android:name="com.onesignal.NotificationOpened.DEFAULT" android:value="DISABLE"/>