Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Intermittent UI test failure - HomeActivity ANR #25926

Closed
AndiAJ opened this issue Jul 7, 2022 · 85 comments · Fixed by #26266, #26317, nathanmkaya/fenix#108 or fork-house/fenix#12
Closed

Intermittent UI test failure - HomeActivity ANR #25926

AndiAJ opened this issue Jul 7, 2022 · 85 comments · Fixed by #26266, #26317, nathanmkaya/fenix#108 or fork-house/fenix#12
Labels
eng:intermittent-test Evil test failures that only happen now-and-then and are a productivity killer eng:ui-test UI Tests

Comments

@AndiAJ
Copy link
Collaborator

AndiAJ commented Jul 7, 2022

► 6/21 Main

downloadMultipleFileTypesTest Firebase link

Stacktrace:

06-20 17:02:07.712: I/WindowManager(481): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 6bfbcb5 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5004ms for FocusEvent(hasFocus=true)
06-20 17:02:07.807: D/sql_support::conn_ext(21288): Transaction commited after 174.321472ms
06-20 17:02:07.840: I/ActivityManager(481): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
06-20 17:02:07.840: I/ActivityManager(481): Killing 21288:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
06-20 17:02:07.846: W/Binder(21245): Caught a RuntimeException from the binder stub implementation.
06-20 17:02:07.846: W/Binder(21245): java.lang.SecurityException: Calling from not trusted UID!
06-20 17:02:07.846: W/Binder(21245): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
06-20 17:02:07.846: W/Binder(21245): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
06-20 17:02:07.846: W/Binder(21245): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
06-20 17:02:07.846: W/Binder(21245): at android.os.Binder.execTransactInternal(Binder.java:1159)
06-20 17:02:07.846: W/Binder(21245): at android.os.Binder.execTransact(Binder.java:1123)
06-20 17:02:07.851: I/ServiceChildProcess(21833): Destroying GeckoServiceChildProcess
06-20 17:02:07.852: I/ServiceChildProcess(21699): Destroying GeckoServiceChildProcess
06-20 17:02:07.855: W/ActivityTaskManager(481): Force removing ActivityRecord{9c16c39 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t12 f}}: app died, no saved state
06-20 17:02:07.869: I/ActivityManager(481): Killing 21699:org.mozilla.fenix.debug:tab33/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
06-20 17:02:07.876: I/ActivityManager(481): Killing 21833:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
06-20 17:02:07.887: D/WindowManager(481): notifyANR took 232ms

verifyAboutFirefoxPreview Firebase link - Disabled in #25694

► 6/22 Main

navigateBookmarksFoldersTest Firebase link

Stacktrace:

06-22 09:05:34.202: I/WindowManager(479): WIN DEATH: Window{8c5ae31 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
06-22 09:05:34.212: W/InputDispatcher(479): Attempted to unregister already unregistered input channel '8c5ae31 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)'
06-22 09:05:34.218: I/ActivityManager(479): Force stopping service ServiceRecord{11688b7 u0 com.google.android.gms/.cast.media.CastMediaRouteProviderService}
06-22 09:05:34.219: W/ActivityManager(479): Unable to launch app com.google.android.gms/10097 for service Intent { act=android.media.MediaRoute2ProviderService cmp=com.google.android.gms/.cast.media.CastMediaRouteProviderService }: process is bad
06-22 09:05:34.220: E/ActivityManager(479): Failure starting process com.google.android.gms
06-22 09:05:34.220: E/ActivityManager(479): java.lang.SecurityException: Package com.google.android.gms is currently frozen!
06-22 09:05:34.220: E/ActivityManager(479): at com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerService.java:4463)
06-22 09:05:34.220: E/ActivityManager(479): at com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:1757)
06-22 09:05:34.220: E/ActivityManager(479): at com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2319)
06-22 09:05:34.220: E/ActivityManager(479): at com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2441)
06-22 09:05:34.220: E/ActivityManager(479): at com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerService.java:3170)
06-22 09:05:34.220: E/ActivityManager(479): at com.android.server.am.ActiveServices.bringUpServiceLocked(ActiveServices.java:2946)
06-22 09:05:34.220: E/ActivityManager(479): at com.android.server.am.ActiveServices.bindServiceLocked(ActiveServices.java:2062)
06-22 09:05:34.220: E/ActivityManager(479): at com.android.server.am.ActivityManagerService.bindIsolatedService(ActivityManagerService.java:15184)
06-22 09:05:34.220: E/ActivityManager(479): at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1833)
06-22 09:05:34.220: E/ActivityManager(479): at android.app.ContextImpl.bindServiceAsUser(ContextImpl.java:1773)
06-22 09:05:34.220: E/ActivityManager(479): at com.android.server.media.MediaRoute2ProviderServiceProxy.bind(MediaRoute2ProviderServiceProxy.java:224)
06-22 09:05:34.220: E/ActivityManager(479): at com.android.server.media.MediaRoute2ProviderServiceProxy.onBindingDied(MediaRoute2ProviderServiceProxy.java:290)
06-22 09:05:34.220: E/ActivityManager(479): at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1950)
06-22 09:05:34.220: E/ActivityManager(479): at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1986)
06-22 09:05:34.220: E/ActivityManager(479): at android.os.Handler.handleCallback(Handler.java:938)
06-22 09:05:34.220: E/ActivityManager(479): at android.os.Handler.dispatchMessage(Handler.java:99)
06-22 09:05:34.220: E/ActivityManager(479): at android.os.Looper.loop(Looper.java:223)
06-22 09:05:34.220: E/ActivityManager(479): at com.android.server.SystemServer.run(SystemServer.java:622)
06-22 09:05:34.220: E/ActivityManager(479): at com.android.server.SystemServer.main(SystemServer.java:408)
06-22 09:05:34.220: E/ActivityManager(479): at java.lang.reflect.Method.invoke(Native Method)
06-22 09:05:34.220: E/ActivityManager(479): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
06-22 09:05:34.220: E/ActivityManager(479): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:925)
06-22 09:05:34.220: I/ActivityManager(479): Force stopping com.google.android.gms appid=10097 user=0: start failure
06-22 09:05:34.221: I/ActivityManager(479): Force stopping service ServiceRecord{d00f953 u0 com.google.android.gms/.cast.media.CastMediaRouteProviderService}
06-22 09:05:34.221: W/ActivityManager(479): Unable to launch app com.google.android.gms/10097 for service Intent { act=android.media.MediaRoute2ProviderService cmp=com.google.android.gms/.cast.media.CastMediaRouteProviderService }: process is bad
06-22 09:05:34.222: I/ActivityManager(479): Process org.mozilla.fenix.debug (pid 11579) has died: fg TOP
06-22 09:05:34.222: I/libprocessgroup(479): Successfully killed process cgroup uid 10152 pid 11579 in 0ms
06-22 09:05:34.225: I/ServiceChildProcess(12427): Destroying GeckoServiceChildProcess
06-22 09:05:34.232: W/ActivityManager(479): Scheduling restart of crashed service org.mozilla.fenix.debug/androidx.work.impl.background.systemjob.SystemJobService in 1000ms for connection
06-22 09:05:34.235: W/ActivityTaskManager(479): Force removing ActivityRecord{443a342 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9}: app died, no saved state
06-22 09:05:34.239: W/ActivityManager(479): Crash of app org.mozilla.fenix.debug running instrumentation ComponentInfo{org.mozilla.fenix.debug.test/androidx.test.runner.AndroidJUnitRunner}
06-22 09:05:34.243: I/ActivityManager(479): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
06-22 09:05:34.244: I/ActivityManager(479): Killing 12427:org.mozilla.fenix.debug:tab9/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
06-22 09:05:34.246: W/Binder(11519): Caught a RuntimeException from the binder stub implementation.
06-22 09:05:34.246: W/Binder(11519): java.lang.SecurityException: Calling from not trusted UID!
06-22 09:05:34.246: W/Binder(11519): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
06-22 09:05:34.246: W/Binder(11519): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
06-22 09:05:34.246: W/Binder(11519): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
06-22 09:05:34.246: W/Binder(11519): at android.os.Binder.execTransactInternal(Binder.java:1159)
06-22 09:05:34.246: W/Binder(11519): at android.os.Binder.execTransact(Binder.java:1123)
06-22 09:05:34.250: I/ActivityManager(479): Killing 12572:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
06-22 09:05:34.251: D/AndroidRuntime(11519): Shutting down VM

► 6/28 Main

testDownloadPrompt Firebase link

Stacktrace:

06-28 10:13:44.435: I/WindowManager(477): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 344bd6c org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5001ms for FocusEvent(hasFocus=false)
06-28 10:13:44.638: I/ActivityManager(477): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
06-28 10:13:44.638: I/ActivityManager(477): Killing 12641:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
06-28 10:13:44.640: W/ActivityTaskManager(477): Force removing ActivityRecord{c9cc7d1 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f}}: app died, no saved state
06-28 10:13:44.643: D/AndroidRuntime(12584): Shutting down VM
06-28 10:13:44.657: I/ServiceChildProcess(13348): Destroying GeckoServiceChildProcess
06-28 10:13:44.660: I/ServiceChildProcess(13185): Destroying GeckoServiceChildProcess
06-28 10:13:44.668: I/ActivityManager(477): Killing 13185:org.mozilla.fenix.debug:tab39/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
06-28 10:13:44.669: I/ActivityManager(477): Killing 13348:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
06-28 10:13:44.670: D/WindowManager(477): notifyANR took 243ms

verifyContextMenuShortcuts Firebase link

Stacktrace:

06-28 16:43:31.655: I/WindowManager(476): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 1508c21 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5002ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (915.0, 1711.0)]), policyFlags=0x6b000000
06-28 16:43:31.787: I/ActivityManager(476): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
06-28 16:43:31.788: I/ActivityManager(476): Killing 11138:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
06-28 16:43:31.790: W/ActivityTaskManager(476): Force removing ActivityRecord{884f3b1 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f}}: app died, no saved state
06-28 16:43:31.792: D/AndroidRuntime(11073): Shutting down VM
06-28 16:43:31.795: I/ServiceChildProcess(11903): Destroying GeckoServiceChildProcess
06-28 16:43:31.800: I/ServiceChildProcess(13842): Destroying GeckoServiceChildProcess
06-28 16:43:31.801: I/ServiceChildProcess(11709): Destroying GeckoServiceChildProcess
06-28 16:43:31.850: I/nix.debug:tab2(13842): System.exit called, status: 0
06-28 16:43:31.850: I/AndroidRuntime(13842): VM exiting with result code 0, cleanup skipped.
06-28 16:43:31.869: I/nix.debug:tab2(11709): System.exit called, status: 0
06-28 16:43:31.869: I/AndroidRuntime(11709): VM exiting with result code 0, cleanup skipped.
06-28 16:43:31.871: I/fenix.debug:gp(11903): System.exit called, status: 0
06-28 16:43:31.872: I/AndroidRuntime(11903): VM exiting with result code 0, cleanup skipped.
06-28 16:43:31.928: E/JavaBinder(11073): *** Uncaught remote exception! (Exceptions are not yet supported across processes.)
06-28 16:43:31.928: E/JavaBinder(11073): java.lang.RuntimeException: Bad file descriptor
06-28 16:43:31.928: E/JavaBinder(11073): at android.os.BinderProxy.transactNative(Native Method)
06-28 16:43:31.928: E/JavaBinder(11073): at android.os.BinderProxy.transact(BinderProxy.java:540)
06-28 16:43:31.928: E/JavaBinder(11073): at android.view.IWindowManager$Stub$Proxy.injectInputAfterTransactionsApplied(IWindowManager.java:5262)
06-28 16:43:31.928: E/JavaBinder(11073): at android.app.UiAutomationConnection.injectInputEvent(UiAutomationConnection.java:136)
06-28 16:43:31.928: E/JavaBinder(11073): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:228)
06-28 16:43:31.928: E/JavaBinder(11073): at android.os.Binder.execTransactInternal(Binder.java:1154)
06-28 16:43:31.928: E/JavaBinder(11073): at android.os.Binder.execTransact(Binder.java:1123)
06-28 16:43:31.996: I/Zygote(290): Process 11903 exited cleanly (0)
06-28 16:43:32.001: E/MmTelFeatureConnection 0: ImsRegistrationCallbackAdapter: ImsRegistration is null
06-28 16:43:32.026: I/Zygote(290): Process 11709 exited cleanly (0)
06-28 16:43:32.029: I/Zygote(290): Process 13842 exited cleanly (0)
06-28 16:43:32.165: I/binder(0): release 11138:11824 transaction 774087 out, still active
06-28 16:43:32.166: I/binder(0): undelivered TRANSACTION_COMPLETE
06-28 16:43:32.167: I/binder(0): undelivered transaction 775705, process died.
06-28 16:43:32.168: I/binder(0): undelivered transaction 775706, process died.
06-28 16:43:32.170: I/binder(0): undelivered transaction 775817, process died.
06-28 16:43:32.131: I/Zygote(290): Process 11138 exited due to signal 9 (Killed)
06-28 16:43:32.185: I/binder(0): undelivered transaction 775700, process died.
06-28 16:43:32.186: I/binder(0): undelivered transaction 775701, process died.
06-28 16:43:32.187: I/binder(0): undelivered transaction 775732, process died.
06-28 16:43:32.167: I/libprocessgroup(476): Successfully killed process cgroup uid 10152 pid 11138 in 374ms
06-28 16:43:32.123: I/RenderThread(476): type=1400 audit(0.0:172): avc: denied { execmem } for scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=process permissive=1 b/65201432
06-28 16:43:32.403: E/FrameEvents(476): updateAcquireFence: Did not find frame.
06-28 16:43:32.412: I/ActivityManager(476): Killing 13842:org.mozilla.fenix.debug:tab23/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
06-28 16:43:32.412: W/system_server(476): Long monitor contention with owner InputDispatcher (1484) at void com.android.server.wm.ActivityTaskManagerService$LocalService.onProcessUnMapped(int)(ActivityTaskManagerService.java:6519) waiters=3 in void com.android.server.wm.WindowState$DeathRecipient.binderDied() for 288ms
06-28 16:43:32.412: I/WindowManager(476): WIN DEATH: Window{1508c21 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
06-28 16:43:32.413: I/libprocessgroup(476): Successfully killed process cgroup uid 10152 pid 13842 in 0ms
06-28 16:43:32.420: W/system_server(476): Long monitor contention with owner InputDispatcher (1484) at void com.android.server.wm.ActivityTaskManagerService$LocalService.onProcessUnMapped(int)(ActivityTaskManagerService.java:6519) waiters=4 in void com.android.server.wm.Session.binderDied() for 282ms
06-28 16:43:32.420: W/system_server(476): Long monitor contention with owner InputDispatcher (1484) at void com.android.server.wm.ActivityTaskManagerService$LocalService.onProcessUnMapped(int)(ActivityTaskManagerService.java:6519) waiters=0 in void com.android.server.wm.InputMonitor$UpdateInputWindows.run() for 595ms
06-28 16:43:32.421: I/Choreographer(476): Skipped 35 frames! The application may be doing too much work on its main thread.
06-28 16:43:32.423: W/system_server(476): Long monitor contention with owner InputDispatcher (1484) at void com.android.server.wm.ActivityTaskManagerService$LocalService.onProcessUnMapped(int)(ActivityTaskManagerService.java:6519) waiters=1 in void com.android.server.wm.WindowManagerService$LocalService.setAccessibilityIdToSurfaceMetadata(android.os.IBinder, int) for 301ms
06-28 16:43:32.423: W/WindowManager(476): Cannot find window which accessibility connection is added to
06-28 16:43:32.424: I/BackdropActivity(10179): onResume()
06-28 16:43:32.425: W/WindowManager(476): Failed looking up window session=Session{5310f14 11138:u0a10152} callers=com.android.server.wm.WindowManagerService.windowForClientLocked:5425 com.android.server.wm.WindowState$DeathRecipient.binderDied:2809 android.os.IBinder$DeathRecipient.binderDied:305
06-28 16:43:32.425: I/WindowManager(476): WIN DEATH: null
06-28 16:43:32.425: I/ActivityManager(476): Killing 11709:org.mozilla.fenix.debug:tab26/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
06-28 16:43:32.425: I/libprocessgroup(476): Successfully killed process cgroup uid 10152 pid 11709 in 0ms
06-28 16:43:32.426: I/ActivityManager(476): Killing 11903:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
06-28 16:43:32.434: W/system_server(476): Long monitor contention with owner Binder:476_18 (2827) at void com.android.server.accessibility.AccessibilityWindowManager$RemoteAccessibilityConnection.binderDied()(AccessibilityWindowManager.java:830) waiters=0 in void com.android.server.accessibility.AccessibilityWindowManager$RemoteAccessibilityConnection.binderDied() for 310ms
06-28 16:43:32.436: D/WindowManager(476): notifyANR took 788ms

► 6/29 Nightly

openMainMenuSettingsItemTest Firebase link

Stacktrace:

06-28 18:23:14.055: W/ActivityManager(478): Crash of app org.mozilla.fenix running instrumentation ComponentInfo{org.mozilla.fenix.test/androidx.test.runner.AndroidJUnitRunner}
06-28 18:23:14.076: I/ActivityManager(478): Force stopping org.mozilla.fenix appid=10152 user=0: finished inst
06-28 18:23:14.076: I/ActivityManager(478): Killing 13386:org.mozilla.fenix:tab14/u0a152 (adj 0): stop org.mozilla.fenix due to finished inst
06-28 18:23:14.077: W/Binder(12860): Caught a RuntimeException from the binder stub implementation.
06-28 18:23:14.077: W/Binder(12860): java.lang.SecurityException: Calling from not trusted UID!
06-28 18:23:14.077: W/Binder(12860): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
06-28 18:23:14.077: W/Binder(12860): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
06-28 18:23:14.077: W/Binder(12860): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
06-28 18:23:14.077: W/Binder(12860): at android.os.Binder.execTransactInternal(Binder.java:1159)
06-28 18:23:14.077: W/Binder(12860): at android.os.Binder.execTransact(Binder.java:1123)
06-28 18:23:14.077: I/ActivityManager(478): Killing 13484:org.mozilla.fenix:gpu/u0a152 (adj 0): stop org.mozilla.fenix due to finished inst
06-28 18:23:14.078: I/Zygote(291): Process 13386 exited cleanly (0)
06-28 18:23:14.078: I/WindowManager(478): Force finishing activity ActivityRecord{7b7bfcd u0 org.mozilla.fenix/.HomeActivity t9 f} isExiting}
06-28 18:23:14.078: W/ActivityTaskManager(478): Duplicate finish request for r=ActivityRecord{7b7bfcd u0 org.mozilla.fenix/.HomeActivity t9 f} isExiting}
06-28 18:23:14.086: D/AndroidRuntime(12860): Shutting down VM

► 6/29 Main

updateSavedLoginTest Firebase link

Stacktrace:

05-18 10:51:41.805: I/WindowManager(479): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 4844ccd org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5003ms for FocusEvent(hasFocus=false)
05-18 10:51:42.002: I/OpenGLRenderer(12036): Davey! duration=7489ms; Flags=1, IntendedVsync=790807397415, Vsync=793074063991, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=793087053215, AnimationStart=793087055024, PerformTraversalsStart=793087531890, DrawStart=794945689082, SyncQueued=794978954671, SyncStart=794979166796, IssueDrawCommandsStart=794989304101, SwapBuffers=798193013467, FrameCompleted=798297154823, DequeueBufferDuration=816370, QueueBufferDuration=387815, GpuCompleted=72057628414510440,
05-18 10:51:42.195: I/ActivityManager(479): Force stopping org.mozilla.fenix.debug appid=10151 user=0: finished inst
05-18 10:51:42.195: I/ActivityManager(479): Killing 12036:org.mozilla.fenix.debug/u0a151 (adj 0): stop org.mozilla.fenix.debug due to finished inst
05-18 10:51:42.199: W/Binder(11978): Caught a RuntimeException from the binder stub implementation.
05-18 10:51:42.199: W/Binder(11978): java.lang.SecurityException: Calling from not trusted UID!
05-18 10:51:42.199: W/Binder(11978): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
05-18 10:51:42.199: W/Binder(11978): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
05-18 10:51:42.199: W/Binder(11978): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
05-18 10:51:42.199: W/Binder(11978): at android.os.Binder.execTransactInternal(Binder.java:1159)
05-18 10:51:42.199: W/Binder(11978): at android.os.Binder.execTransact(Binder.java:1123)
05-18 10:51:42.201: W/ActivityTaskManager(479): Force removing ActivityRecord{b7c9a7b u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f}}: app died, no saved state
05-18 10:51:42.202: I/ServiceChildProcess(15152): Destroying GeckoServiceChildProcess
05-18 10:51:42.206: D/AndroidRuntime(11978): Shutting down VM
05-18 10:51:42.207: I/ServiceChildProcess(12944): Destroying GeckoServiceChildProcess
05-18 10:51:42.235: I/ServiceChildProcess(13144): Destroying GeckoServiceChildProcess
05-18 10:51:42.252: I/nix.debug:tab2(15152): System.exit called, status: 0
05-18 10:51:42.252: I/AndroidRuntime(15152): VM exiting with result code 0, cleanup skipped.
05-18 10:51:42.253: I/nix.debug:tab3(12944): System.exit called, status: 0
05-18 10:51:42.253: I/AndroidRuntime(12944): VM exiting with result code 0, cleanup skipped.
05-18 10:51:42.358: I/fenix.debug:gp(13144): System.exit called, status: 0
05-18 10:51:42.358: I/AndroidRuntime(13144): VM exiting with result code 0, cleanup skipped.
05-18 10:51:42.360: I/ActivityManager(479): Killing 15152:org.mozilla.fenix.debug:tab26/u0a151 (adj 0): stop org.mozilla.fenix.debug due to finished inst
05-18 10:51:42.361: I/ActivityManager(479): Killing 12944:org.mozilla.fenix.debug:tab30/u0a151 (adj 0): stop org.mozilla.fenix.debug due to finished inst
05-18 10:51:42.365: I/ActivityManager(479): Killing 13144:org.mozilla.fenix.debug:gpu/u0a151 (adj 0): stop org.mozilla.fenix.debug due to finished inst
05-18 10:51:42.369: W/Looper(479): Slow dispatch took 170ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31
05-18 10:51:42.377: D/WindowManager(479): notifyANR took 575ms

multipleBookmarkDeletionsTest Firebase link

Stacktrace:

06-29 11:14:58.920: I/ActivityManager(478): Process org.mozilla.fenix.debug:gpu (pid 12247) has died: fg BTOP
06-29 11:14:58.921: W/ActivityManager(478): Scheduling restart of crashed service org.mozilla.fenix.debug/org.mozilla.gecko.process.GeckoChildProcessServices$gpu in 1000ms for connection
06-29 11:14:58.923: I/libprocessgroup(478): Successfully killed process cgroup uid 10152 pid 12247 in 0ms
06-29 11:14:58.926: W/audio_hw_generic(1861): Hardware backing HAL too slow, could only write 0 of 661 frames
06-29 11:14:58.959: W/WindowManager(478): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@406d831
06-29 11:14:58.959: I/WindowManager(478): WIN DEATH: Window{56c5020 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
06-29 11:14:58.941: I/chatty(1861): uid=1041(audioserver) writer identical 1 line
06-29 11:14:58.956: W/audio_hw_generic(1861): Hardware backing HAL too slow, could only write 0 of 661 frames
06-29 11:14:58.960: W/InputDispatcher(478): Attempted to unregister already unregistered input channel '56c5020 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)'
06-29 11:14:58.963: I/ActivityManager(478): Process org.mozilla.fenix.debug (pid 11601) has died: fg TOP
06-29 11:14:58.963: I/libprocessgroup(478): Successfully killed process cgroup uid 10152 pid 11601 in 0ms
06-29 11:14:58.971: W/audio_hw_generic(1861): Hardware backing HAL too slow, could only write 0 of 661 frames
06-29 11:14:58.976: W/ActivityTaskManager(478): Force removing ActivityRecord{7f41295 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9}: app died, no saved state
06-29 11:14:58.978: W/ActivityManager(478): Crash of app org.mozilla.fenix.debug running instrumentation ComponentInfo{org.mozilla.fenix.debug.test/androidx.test.runner.AndroidJUnitRunner}
06-29 11:14:58.983: I/ActivityManager(478): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
06-29 11:14:58.984: I/ActivityManager(478): Killing 12032:org.mozilla.fenix.debug:tab20/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
06-29 11:14:58.985: W/Binder(11539): Caught a RuntimeException from the binder stub implementation.
06-29 11:14:58.985: W/Binder(11539): java.lang.SecurityException: Calling from not trusted UID!
06-29 11:14:58.985: W/Binder(11539): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
06-29 11:14:58.985: W/Binder(11539): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
06-29 11:14:58.985: W/Binder(11539): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
06-29 11:14:58.985: W/Binder(11539): at android.os.Binder.execTransactInternal(Binder.java:1159)
06-29 11:14:58.985: W/Binder(11539): at android.os.Binder.execTransact(Binder.java:1123)
06-29 11:14:58.985: I/WindowManager(478): Force finishing activity ActivityRecord{7f41295 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f} isExiting}
06-29 11:14:58.985: W/ActivityTaskManager(478): Duplicate finish request for r=ActivityRecord{7f41295 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f} isExiting}
06-29 11:14:58.986: W/audio_hw_generic(1861): Hardware backing HAL too slow, could only write 0 of 661 frames
06-29 11:14:58.999: W/WindowManager(478): Cannot find window which accessibility connection is added to
06-29 11:14:59.007: W/ActivityManager(478): setHasOverlayUi called on unknown pid: 11601
06-29 11:14:59.001: W/audio_hw_generic(1861): Hardware backing HAL too slow, could only write 0 of 661 frames
06-29 11:14:59.013: I/BackdropActivity(10696): onResume()
06-29 11:14:59.015: I/ActivityTaskManager(478): Activity requesting to dismiss Keyguard: ActivityRecord{6711e55 u0 com.google.android.apps.mtaas.backdrop/.BackdropActivity t8}
06-29 11:14:59.016: W/audio_hw_generic(1861): Hardware backing HAL too slow, could only write 0 of 661 frames
06-29 11:14:59.019: D/AndroidRuntime(11539): Shutting down VM

► 7/4 Main

openLinkInAppTest Firebase link

Stacktrace:

07-04 10:38:05.373: I/WindowManager(481): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 323c227 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5002ms for FocusEvent(hasFocus=false)
07-04 10:38:05.478: W/Binder(14260): Caught a RuntimeException from the binder stub implementation.
07-04 10:38:05.478: W/Binder(14260): java.lang.SecurityException: Calling from not trusted UID!
07-04 10:38:05.478: W/Binder(14260): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
07-04 10:38:05.478: W/Binder(14260): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
07-04 10:38:05.478: W/Binder(14260): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
07-04 10:38:05.478: W/Binder(14260): at android.os.Binder.execTransactInternal(Binder.java:1159)
07-04 10:38:05.478: W/Binder(14260): at android.os.Binder.execTransact(Binder.java:1123)
07-04 10:38:05.488: I/ActivityManager(481): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
07-04 10:38:05.488: I/ActivityManager(481): Killing 14329:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-04 10:38:05.500: W/ActivityTaskManager(481): Force removing ActivityRecord{144f44e u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f}}: app died, no saved state
07-04 10:38:05.502: I/ActivityManager(481): Killing 14869:org.mozilla.fenix.debug:tab10/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-04 10:38:05.505: D/AndroidRuntime(14260): Shutting down VM
07-04 10:38:05.506: I/ActivityManager(481): Killing 15040:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-04 10:38:05.507: D/WindowManager(481): notifyANR took 137ms

► 7/5 Main

openLinkInAppTest

Firebase link

Stacktrace:

07-05 14:07:55.443: I/WindowManager(478): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 43aea18 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5001ms for FocusEvent(hasFocus=false)
07-05 14:07:55.725: I/ActivityManager(478): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
07-05 14:07:55.726: I/ActivityManager(478): Killing 12616:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-05 14:07:55.728: W/ActivityTaskManager(478): Force removing ActivityRecord{cf414c u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f}}: app died, no saved state
07-05 14:07:55.731: W/Binder(12592): Caught a RuntimeException from the binder stub implementation.
07-05 14:07:55.731: W/Binder(12592): java.lang.SecurityException: Calling from not trusted UID!
07-05 14:07:55.731: W/Binder(12592): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
07-05 14:07:55.731: W/Binder(12592): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
07-05 14:07:55.731: W/Binder(12592): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
07-05 14:07:55.731: W/Binder(12592): at android.os.Binder.execTransactInternal(Binder.java:1159)
07-05 14:07:55.731: W/Binder(12592): at android.os.Binder.execTransact(Binder.java:1123)
07-05 14:07:55.731: I/ServiceChildProcess(13516): Destroying GeckoServiceChildProcess
07-05 14:07:55.734: I/ServiceChildProcess(13354): Destroying GeckoServiceChildProcess
07-05 14:07:55.737: I/ActivityManager(478): Killing 13354:org.mozilla.fenix.debug:tab8/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-05 14:07:55.738: E/MmTelFeatureConnection 0: ImsRegistrationCallbackAdapter: ImsRegistration is null
07-05 14:07:55.740: I/ActivityManager(478): Killing 13516:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-05 14:07:55.742: D/WindowManager(478): notifyANR took 304ms

► 7/7 Main

customTabCopyToolbarUrlTest Firebase link

Stacktrace:

07-06 14:12:23.126: I/WindowManager(478): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.customtabs.ExternalAppBrowserActivity. Reason: 40b6adc org.mozilla.fenix.debug/org.mozilla.fenix.customtabs.ExternalAppBrowserActivity (server) is not responding. Waited 5002ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (540.0, 1711.0)]), policyFlags=0x6b000000
07-06 14:12:23.147: E/MmTelFeatureConnection 0: ImsRegistrationCallbackAdapter: ImsRegistration is null
07-06 14:12:23.252: I/ActivityManager(478): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
07-06 14:12:23.252: I/ActivityManager(478): Killing 13534:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-06 14:12:23.254: W/ActivityTaskManager(478): Force removing ActivityRecord{557a5f1 u0 org.mozilla.fenix.debug/org.mozilla.fenix.customtabs.ExternalAppBrowserActivity t10 f}}: app died, no saved state
07-06 14:12:23.258: I/ServiceChildProcess(14326): Destroying GeckoServiceChildProcess
07-06 14:12:23.283: I/ServiceChildProcess(14198): Destroying GeckoServiceChildProcess
07-06 14:12:23.286: W/Binder(13503): Caught a RuntimeException from the binder stub implementation.
07-06 14:12:23.286: W/Binder(13503): java.lang.SecurityException: Calling from not trusted UID!
07-06 14:12:23.286: W/Binder(13503): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
07-06 14:12:23.286: W/Binder(13503): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
07-06 14:12:23.286: W/Binder(13503): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
07-06 14:12:23.286: W/Binder(13503): at android.os.Binder.execTransactInternal(Binder.java:1159)
07-06 14:12:23.286: W/Binder(13503): at android.os.Binder.execTransact(Binder.java:1123)
07-06 14:12:23.289: D/AndroidRuntime(13503): Shutting down VM
07-06 14:12:23.290: E/JavaBinder(13503): *** Uncaught remote exception! (Exceptions are not yet supported across processes.)
07-06 14:12:23.290: E/JavaBinder(13503): java.lang.RuntimeException: Bad file descriptor
07-06 14:12:23.290: E/JavaBinder(13503): at android.os.BinderProxy.transactNative(Native Method)
07-06 14:12:23.290: E/JavaBinder(13503): at android.os.BinderProxy.transact(BinderProxy.java:540)
07-06 14:12:23.290: E/JavaBinder(13503): at android.view.IWindowManager$Stub$Proxy.injectInputAfterTransactionsApplied(IWindowManager.java:5262)
07-06 14:12:23.290: E/JavaBinder(13503): at android.app.UiAutomationConnection.injectInputEvent(UiAutomationConnection.java:136)
07-06 14:12:23.290: E/JavaBinder(13503): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:228)
07-06 14:12:23.290: E/JavaBinder(13503): at android.os.Binder.execTransactInternal(Binder.java:1154)
07-06 14:12:23.290: E/JavaBinder(13503): at android.os.Binder.execTransact(Binder.java:1123)
07-06 14:12:23.302: W/ActivityTaskManager(478): Force removing ActivityRecord{5bd0f64 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f}}: app died, no saved state
07-06 14:12:23.315: I/ActivityManager(478): Killing 14198:org.mozilla.fenix.debug:tab24/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-06 14:12:23.319: W/app_process(13503): Thread attaching while runtime is shutting down: Binder:13503_4
07-06 14:12:23.319: I/AndroidRuntime(13503): NOTE: attach of thread 'Binder:13503_4' failed
07-06 14:12:23.326: I/BackdropActivity(12599): onResume()
07-06 14:12:23.326: I/fenix.debug:gp(14326): System.exit called, status: 0
07-06 14:12:23.326: I/AndroidRuntime(14326): VM exiting with result code 0, cleanup skipped.
07-06 14:12:23.328: I/ActivityTaskManager(478): Activity requesting to dismiss Keyguard: ActivityRecord{f131350 u0 com.google.android.apps.mtaas.backdrop/.BackdropActivity t8}
07-06 14:12:23.328: I/ActivityManager(478): Killing 14326:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-06 14:12:23.344: D/WindowManager(478): notifyANR took 221ms

┆Issue is synchronized with this Jira Task

@sv-ohorvath
Copy link
Contributor

sv-ohorvath commented Jul 8, 2022

► 7/7 Main

customTabShareTextTest Firebase link

mainMenuOpenInAppTest Firebase link

openMainMenuSettingsItemTest Firebase link - in this case there was no crash, but the ANR is visible in the logs:

07-06 14:16:02.129: I/WindowManager(477): Input event dispatching timed out sending to Application Not Responding: system. Reason: e5a2687 Application Not Responding: system (server) is not responding. Waited 5006ms for FocusEvent(hasFocus=true)
07-06 14:16:02.003: W/Conscrypt(16460): Could not set socket write timeout: java.net.SocketException: Socket closed
07-06 14:16:02.131: W/Conscrypt(16460): at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@222413040@22.24.13 (150700-455379205):2)
07-06 14:16:02.131: W/Conscrypt(16460): at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@222413040@22.24.13 (150700-455379205):0)
07-06 14:16:02.243: W/ActivityManager(477): Slow operation: 90ms so far, now at getContentProviderImpl: after updateLruProcess
07-06 14:16:02.243: W/ActivityManager(477): Slow operation: 90ms so far, now at getContentProviderImpl: before updateOomAdj
07-06 14:16:02.243: W/ActivityManager(477): Slow operation: 91ms so far, now at getContentProviderImpl: after updateOomAdj
07-06 14:16:02.243: W/ActivityManager(477): Slow operation: 91ms so far, now at getContentProviderImpl: done!
07-06 14:16:02.264: D/WindowManager(477): notifyANR took 141ms

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Jul 12, 2022

► 7/11 Main

verifyContextOpenLinkPrivateTab Firebase link

07-11 12:12:33.065: I/WindowManager(479): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: ecca7db org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5004ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (206.0, 218.0)]), policyFlags=0x6b000000
07-11 12:12:33.078: D/GeckoIdleService(13086): Get idle time: time since reset 5014 msec
07-11 12:12:33.078: D/GeckoIdleService(13086): Idle timer callback: current idle time 5014 msec
07-11 12:12:33.078: D/GeckoIdleService(13086): next timeout 174986 msec from now
07-11 12:12:33.078: D/GeckoIdleService(13086): SetTimerExpiryIfBefore: next timeout 174986 msec from now
07-11 12:12:33.078: D/GeckoIdleService(13086): reset timer expiry to 174996 msec from now
07-11 12:12:33.078: D/GeckoIdleService(13086): Idle timer callback: tell observer 0x91f93a34 user is idle
07-11 12:12:33.312: E/MmTelFeatureConnection 0: ImsRegistrationCallbackAdapter: ImsRegistration is null
07-11 12:12:33.374: I/ActivityManager(479): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
07-11 12:12:33.374: I/ActivityManager(479): Killing 13086:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-11 12:12:33.378: I/ServiceChildProcess(13929): Destroying GeckoServiceChildProcess
07-11 12:12:33.382: I/ServiceChildProcess(13757): Destroying GeckoServiceChildProcess
07-11 12:12:33.384: W/ActivityTaskManager(479): Force removing ActivityRecord{712c307 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f}}: app died, no saved state
07-11 12:12:33.390: W/Binder(13062): Caught a RuntimeException from the binder stub implementation.
07-11 12:12:33.390: W/Binder(13062): java.lang.SecurityException: Calling from not trusted UID!
07-11 12:12:33.390: W/Binder(13062): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
07-11 12:12:33.390: W/Binder(13062): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
07-11 12:12:33.390: W/Binder(13062): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
07-11 12:12:33.390: W/Binder(13062): at android.os.Binder.execTransactInternal(Binder.java:1159)
07-11 12:12:33.390: W/Binder(13062): at android.os.Binder.execTransact(Binder.java:1123)
07-11 12:12:33.453: I/fenix.debug:gp(13929): System.exit called, status: 0
07-11 12:12:33.453: I/AndroidRuntime(13929): VM exiting with result code 0, cleanup skipped.
07-11 12:12:33.454: D/AndroidRuntime(13062): Shutting down VM
07-11 12:12:33.455: E/JavaBinder(13062): *** Uncaught remote exception! (Exceptions are not yet supported across processes.)
07-11 12:12:33.455: E/JavaBinder(13062): java.lang.RuntimeException: Bad file descriptor
07-11 12:12:33.455: E/JavaBinder(13062): at android.os.BinderProxy.transactNative(Native Method)
07-11 12:12:33.455: E/JavaBinder(13062): at android.os.BinderProxy.transact(BinderProxy.java:540)
07-11 12:12:33.455: E/JavaBinder(13062): at android.view.IWindowManager$Stub$Proxy.injectInputAfterTransactionsApplied(IWindowManager.java:5262)
07-11 12:12:33.455: E/JavaBinder(13062): at android.app.UiAutomationConnection.injectInputEvent(UiAutomationConnection.java:136)
07-11 12:12:33.455: E/JavaBinder(13062): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:228)
07-11 12:12:33.455: E/JavaBinder(13062): at android.os.Binder.execTransactInternal(Binder.java:1154)
07-11 12:12:33.455: E/JavaBinder(13062): at android.os.Binder.execTransact(Binder.java:1123)
07-11 12:12:33.460: I/ActivityManager(479): Killing 13757:org.mozilla.fenix.debug:tab4/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-11 12:12:33.473: I/ActivityManager(479): Killing 13929:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-11 12:12:33.478: D/WindowManager(479): notifyANR took 414ms

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Jul 12, 2022

► 7/12 Main

mainMenuOpenInAppTest Firebase link

07-11 18:25:10.418: I/WindowManager(475): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 802b12a org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5000ms for FocusEvent(hasFocus=false)
07-11 18:25:10.572: I/android.vendin(9537): Background concurrent copying GC freed 47404(2881KB) AllocSpace objects, 24(1096KB) LOS objects, 49% free, 8462KB/16MB, paused 63us total 901.524ms
07-11 18:25:10.627: W/system_server(475): Long monitor contention with owner InputDispatcher (1494) at android.content.res.Configuration com.android.server.wm.ActivityTaskManagerService.getGlobalConfigurationForPid(int)(ActivityTaskManagerService.java:976) waiters=0 in boolean com.android.server.wm.WindowProcessController.hasActivities() for 209ms
07-11 18:25:10.717: W/OpaSSRequestSender(10428): Failed to get ZeroStateResponse from AssistantClientSyncWorker with error java.util.concurrent.TimeoutException
07-11 18:25:10.822: I/ActivityManager(475): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
07-11 18:25:10.822: I/ActivityManager(475): Killing 13508:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-11 18:25:10.824: W/ActivityTaskManager(475): Force removing ActivityRecord{d5f552d u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f}}: app died, no saved state
07-11 18:25:10.827: W/Binder(13455): Caught a RuntimeException from the binder stub implementation.
07-11 18:25:10.827: W/Binder(13455): java.lang.SecurityException: Calling from not trusted UID!
07-11 18:25:10.827: W/Binder(13455): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
07-11 18:25:10.827: W/Binder(13455): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
07-11 18:25:10.827: W/Binder(13455): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
07-11 18:25:10.827: W/Binder(13455): at android.os.Binder.execTransactInternal(Binder.java:1159)
07-11 18:25:10.827: W/Binder(13455): at android.os.Binder.execTransact(Binder.java:1123)
07-11 18:25:10.829: I/ServiceChildProcess(14156): Destroying GeckoServiceChildProcess
07-11 18:25:10.829: I/ServiceChildProcess(14330): Destroying GeckoServiceChildProcess
07-11 18:25:10.831: I/ActivityManager(475): Killing 14156:org.mozilla.fenix.debug:tab12/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-11 18:25:10.834: I/ActivityManager(475): Killing 14330:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst

verifyContextMenuShortcuts Firebase link

07-12 19:36:10.341: I/WindowManager(478): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 8d08f76 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5003ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (915.0, 1711.0)]), policyFlags=0x6b000000
07-12 19:36:10.421: I/ActivityManager(478): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
07-12 19:36:10.422: I/ActivityManager(478): Killing 10638:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-12 19:36:10.430: I/ServiceChildProcess(13309): Destroying GeckoServiceChildProcess
07-12 19:36:10.435: I/ServiceChildProcess(11347): Destroying GeckoServiceChildProcess
07-12 19:36:10.435: I/ServiceChildProcess(11215): Destroying GeckoServiceChildProcess
07-12 19:36:10.436: W/ActivityTaskManager(478): Force removing ActivityRecord{1fb643e u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f}}: app died, no saved state
07-12 19:36:10.461: D/AndroidRuntime(10555): Shutting down VM
07-12 19:36:10.474: I/nix.debug:tab3(13309): System.exit called, status: 0
07-12 19:36:10.474: I/AndroidRuntime(13309): VM exiting with result code 0, cleanup skipped.
07-12 19:36:10.488: W/Binder(10555): Caught a RuntimeException from the binder stub implementation.
07-12 19:36:10.488: W/Binder(10555): java.lang.SecurityException: Calling from not trusted UID!
07-12 19:36:10.488: W/Binder(10555): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
07-12 19:36:10.488: W/Binder(10555): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
07-12 19:36:10.488: W/Binder(10555): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
07-12 19:36:10.488: W/Binder(10555): at android.os.Binder.execTransactInternal(Binder.java:1159)
07-12 19:36:10.488: W/Binder(10555): at android.os.Binder.execTransact(Binder.java:1123)
07-12 19:36:10.500: I/nix.debug:tab1(11215): System.exit called, status: 0
07-12 19:36:10.501: I/AndroidRuntime(11215): VM exiting with result code 0, cleanup skipped.
07-12 19:36:10.519: E/JavaBinder(10555): *** Uncaught remote exception! (Exceptions are not yet supported across processes.)
07-12 19:36:10.519: E/JavaBinder(10555): java.lang.RuntimeException: Bad file descriptor
07-12 19:36:10.519: E/JavaBinder(10555): at android.os.BinderProxy.transactNative(Native Method)
07-12 19:36:10.519: E/JavaBinder(10555): at android.os.BinderProxy.transact(BinderProxy.java:540)
07-12 19:36:10.519: E/JavaBinder(10555): at android.view.IWindowManager$Stub$Proxy.injectInputAfterTransactionsApplied(IWindowManager.java:5262)
07-12 19:36:10.519: E/JavaBinder(10555): at android.app.UiAutomationConnection.injectInputEvent(UiAutomationConnection.java:136)
07-12 19:36:10.519: E/JavaBinder(10555): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:228)
07-12 19:36:10.519: E/JavaBinder(10555): at android.os.Binder.execTransactInternal(Binder.java:1154)
07-12 19:36:10.519: E/JavaBinder(10555): at android.os.Binder.execTransact(Binder.java:1123)
07-12 19:36:10.521: I/fenix.debug:gp(11347): System.exit called, status: 0
07-12 19:36:10.521: I/AndroidRuntime(11347): VM exiting with result code 0, cleanup skipped.
07-12 19:36:10.537: I/Zygote(287): Process 13309 exited cleanly (0)
07-12 19:36:10.649: I/Zygote(287): Process 11347 exited cleanly (0)
07-12 19:36:10.742: I/binder(0): release 10638:11276 transaction 938356 out, still active
07-12 19:36:10.743: I/binder(0): undelivered TRANSACTION_COMPLETE
07-12 19:36:10.743: I/binder(0): undelivered transaction 940448, process died.
07-12 19:36:10.745: I/binder(0): undelivered transaction 940449, process died.
07-12 19:36:10.746: I/binder(0): undelivered transaction 940555, process died.
07-12 19:36:10.749: I/binder(0): undelivered transaction 940420, process died.
07-12 19:36:10.749: I/binder(0): undelivered transaction 940444, process died.
07-12 19:36:10.750: I/binder(0): undelivered transaction 940447, process died.
07-12 19:36:10.722: I/Zygote(287): Process 10638 exited due to signal 9 (Killed)
07-12 19:36:10.741: I/libprocessgroup(478): Successfully killed process cgroup uid 10152 pid 10638 in 309ms
07-12 19:36:10.779: I/RenderThread(478): type=1400 audit(0.0:204): avc: denied { execmem } for scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=process permissive=1 b/65201432
07-12 19:36:10.865: I/Zygote(287): Process 11215 exited cleanly (0)
07-12 19:36:11.058: I/binder(0): release 10555:10633 transaction 938357 out, still active
07-12 19:36:11.059: I/binder(0): release 10555:10633 transaction 938356 in, still active
07-12 19:36:11.051: E/FrameEvents(478): updateAcquireFence: Did not find frame.
07-12 19:36:11.056: I/ActivityManager(478): Killing 11215:org.mozilla.fenix.debug:tab14/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-12 19:36:11.057: I/libprocessgroup(478): Successfully killed process cgroup uid 10152 pid 11215 in 0ms
07-12 19:36:11.057: W/system_server(478): Long monitor contention with owner InputDispatcher (1487) at void com.android.server.wm.TaskChangeNotificationController.forAllLocalListeners(com.android.server.wm.TaskChangeNotificationController$TaskStackConsumer, android.os.Message)(TaskChangeNotificationController.java:351) waiters=2 in void com.android.server.wm.WindowState$DeathRecipient.binderDied() for 349ms
07-12 19:36:11.101: I/binder(0): 478:2735 transaction failed 29189/0, size 8-0 line 3078
07-12 19:36:11.102: I/binder(0): send failed reply for transaction 938357, target dead
07-12 19:36:11.103: I/binder(0): send failed reply for transaction 938356, target dead
07-12 19:36:11.058: I/WindowManager(478): WIN DEATH: Window{52ae416 u0 PopupWindow:67e89c5}
07-12 19:36:11.060: W/system_server(478): Long monitor contention with owner InputDispatcher (1487) at void com.android.server.wm.TaskChangeNotificationController.forAllLocalListeners(com.android.server.wm.TaskChangeNotificationController$TaskStackConsumer, android.os.Message)(TaskChangeNotificationController.java:351) waiters=4 in void com.android.server.wm.Session.binderDied() for 351ms
07-12 19:36:11.061: W/system_server(478): Long monitor contention with owner InputDispatcher (1487) at void com.android.server.wm.TaskChangeNotificationController.forAllLocalListeners(com.android.server.wm.TaskChangeNotificationController$TaskStackConsumer, android.os.Message)(TaskChangeNotificationController.java:351) waiters=0 in void com.android.server.wm.InputMonitor$UpdateInputWindows.run() for 614ms
07-12 19:36:11.061: I/Choreographer(478): Skipped 36 frames! The application may be doing too much work on its main thread.
07-12 19:36:11.071: W/WindowManager(478): Cannot find window which accessibility connection is added to
07-12 19:36:11.072: W/WindowManager(478): Failed looking up window session=Session{89cc538 10638:u0a10152} callers=com.android.server.wm.WindowManagerService.windowForClientLocked:5425 com.android.server.wm.WindowState$DeathRecipient.binderDied:2809 android.os.IBinder$DeathRecipient.binderDied:305
07-12 19:36:11.072: I/WindowManager(478): WIN DEATH: null
07-12 19:36:11.072: I/ActivityManager(478): Killing 13309:org.mozilla.fenix.debug:tab38/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-12 19:36:11.073: I/libprocessgroup(478): Successfully killed process cgroup uid 10152 pid 13309 in 0ms
07-12 19:36:11.073: W/system_server(478): Long monitor contention with owner Binder:478_2 (507) at void com.android.server.accessibility.AccessibilityWindowManager$RemoteAccessibilityConnection.binderDied()(AccessibilityWindowManager.java:830) waiters=0 in void com.android.server.accessibility.AccessibilityWindowManager$RemoteAccessibilityConnection.binderDied() for 365ms
07-12 19:36:11.073: I/ActivityManager(478): Killing 11347:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-12 19:36:11.073: W/WindowManager(478): Cannot find window which accessibility connection is added to
07-12 19:36:11.074: W/system_server(478): Long monitor contention with owner Binder:478_2 (507) at void com.android.server.accessibility.AccessibilityWindowManager$RemoteAccessibilityConnection.binderDied()(AccessibilityWindowManager.java:830) waiters=1 in void com.android.server.accessibility.UiAutomationManager.destroyUiAutomationService() for 366ms
07-12 19:36:11.074: W/WindowManager(478): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@1c7429a
07-12 19:36:11.077: V/UiAutomationManager(478): UiAutomation service owner died
07-12 19:36:11.080: D/WindowManager(478): notifyANR took 743ms

@sv-ohorvath
Copy link
Contributor

► 5/21 Main

audioPlaybackSystemNotificationTest Firebase link - Disabled in #25343

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Jul 15, 2022

► 7/14 Main

manageDownloadsInDownloadsMenuTest Firebase link

07-14 15:10:19.854: I/WindowManager(478): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 12b941d org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5002ms for FocusEvent(hasFocus=true)
07-14 15:10:19.862: D/CompatibilityChangeReporter(478): Compat change id reported: 132649864; UID 10114; state: DISABLED
07-14 15:10:19.890: D/GeckoViewAutoFillC: handleEvent: focusout
07-14 15:10:19.909: D/LeakCanary(13600): Watching instance of org.mozilla.fenix.browser.SwipeGestureLayout (org.mozilla.fenix.browser.BrowserFragment received Fragment#onDestroyView() callback (references to its views should be cleared to prevent leaks)) with key cb5ae929-eec5-41de-af7e-da35323335f7
07-14 15:10:19.937: D/StrictMode(13600): StrictMode policy violation; ~duration=112 ms: android.os.strictmode.DiskReadViolation
07-14 15:10:19.937: D/StrictMode(13600): at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1596)
07-14 15:10:19.937: D/StrictMode(13600): at libcore.io.BlockGuardOs.access(BlockGuardOs.java:71)
07-14 15:10:19.937: D/StrictMode(13600): at libcore.io.ForwardingOs.access(ForwardingOs.java:72)
07-14 15:10:19.937: D/StrictMode(13600): at android.app.ActivityThread$AndroidOs.access(ActivityThread.java:7533)
07-14 15:10:19.937: D/StrictMode(13600): at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:281)
07-14 15:10:19.937: D/StrictMode(13600): at java.io.File.exists(File.java:815)
07-14 15:10:19.937: D/StrictMode(13600): at org.mozilla.fenix.ext.ListKt.filterNotExistsOnDisk(List.kt:18)
07-14 15:10:19.937: D/StrictMode(13600): at org.mozilla.fenix.library.downloads.DownloadFragment.provideDownloads$app_debug(DownloadFragment.kt:107)
07-14 15:10:19.937: D/StrictMode(13600): at org.mozilla.fenix.library.downloads.DownloadFragment.onCreateView(DownloadFragment.kt:56)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.fragment.app.Fragment.performCreateView(Fragment.java:2963)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.fragment.app.FragmentStateManager.createView(FragmentStateManager.java:518)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:282)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.fragment.app.FragmentManager.executeOpsTogether(FragmentManager.java:2189)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.fragment.app.FragmentManager.removeRedundantOperationsAndExecute(FragmentManager.java:2106)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.fragment.app.FragmentManager.execPendingActions(FragmentManager.java:2002)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.fragment.app.FragmentManager$5.run(FragmentManager.java:524)
07-14 15:10:19.937: D/StrictMode(13600): at android.os.Handler.handleCallback(Handler.java:938)
07-14 15:10:19.937: D/StrictMode(13600): at android.os.Handler.dispatchMessage(Handler.java:99)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.test.espresso.base.Interrogator.loopAndInterrogate(Interrogator.java:14)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.test.espresso.base.UiControllerImpl.loopUntil(UiControllerImpl.java:8)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.test.espresso.base.UiControllerImpl.loopUntil(UiControllerImpl.java:1)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.test.espresso.base.UiControllerImpl.injectMotionEvent(UiControllerImpl.java:6)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.test.espresso.action.MotionEvents.sendUp(MotionEvents.java:7)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.test.espresso.action.MotionEvents.sendUp(MotionEvents.java:1)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.test.espresso.action.Tap.sendSingleTap(Tap.java:5)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.test.espresso.action.Tap.access$100(Tap.java:1)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.test.espresso.action.Tap$1.sendTap(Tap.java:3)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.test.espresso.action.GeneralClickAction.perform(GeneralClickAction.java:6)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.test.espresso.ViewInteraction$SingleExecutionViewAction.perform(ViewInteraction.java:2)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.test.espresso.ViewInteraction.doPerform(ViewInteraction.java:22)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.test.espresso.ViewInteraction.access$100(ViewInteraction.java:1)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.test.espresso.ViewInteraction$1.call(ViewInteraction.java:2)
07-14 15:10:19.937: D/StrictMode(13600): at androidx.test.espresso.ViewInteraction$1.call(ViewInteraction.java:1)
07-14 15:10:19.937: D/StrictMode(13600): at java.util.concurrent.FutureTask.run(FutureTask.java:266)
07-14 15:10:19.937: D/StrictMode(13600): at android.os.Handler.handleCallback(Handler.java:938)
07-14 15:10:19.937: D/StrictMode(13600): at android.os.Handler.dispatchMessage(Handler.java:99)
07-14 15:10:19.937: D/StrictMode(13600): at android.os.Looper.loop(Looper.java:223)
07-14 15:10:19.937: D/StrictMode(13600): at android.app.ActivityThread.main(ActivityThread.java:7656)
07-14 15:10:19.937: D/StrictMode(13600): at java.lang.reflect.Method.invoke(Native Method)
07-14 15:10:19.937: D/StrictMode(13600): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
07-14 15:10:19.937: D/StrictMode(13600): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
07-14 15:10:19.951: I/Choreographer(13600): Skipped 306 frames! The application may be doing too much work on its main thread.
07-14 15:10:20.121: D/sql_support::conn_ext(13600): Transaction commited after 300.499202ms
07-14 15:10:20.156: D/GeckoSession(13600): handleMessage GeckoView:StateUpdated uri=null
07-14 15:10:20.214: I/OpenGLRenderer(13600): Davey! duration=5370ms; Flags=1, IntendedVsync=3616096039032, Vsync=3621196038828, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=3621203905753, AnimationStart=3621203907542, PerformTraversalsStart=3621237622083, DrawStart=3621398554117, SyncQueued=3621399719070, SyncStart=3621399996055, IssueDrawCommandsStart=3621400703050, SwapBuffers=3621414800646, FrameCompleted=3621466797310, DequeueBufferDuration=146129, QueueBufferDuration=281729, GpuCompleted=0,
07-14 15:10:20.221: W/system_server(478): Long monitor contention with owner Binder:478_7 (1560) at void com.android.server.am.ActivityManagerService.dumpApplicationMemoryUsage(java.io.FileDescriptor, java.io.PrintWriter, java.lang.String, com.android.server.am.ActivityManagerService$MemoryUsageDumpOptions, java.lang.String[], boolean, java.util.ArrayList, java.io.PrintWriter)(ActivityManagerService.java:13370) waiters=0 in void com.android.server.am.ActivityManagerService.removeContentProvider(android.os.IBinder, boolean) for 146ms
07-14 15:10:20.235: W/system_server(478): Long monitor contention with owner Binder:478_7 (1560) at void com.android.server.am.ActivityManagerService.dumpApplicationMemoryUsage(java.io.FileDescriptor, java.io.PrintWriter, java.lang.String, com.android.server.am.ActivityManagerService$MemoryUsageDumpOptions, java.lang.String[], boolean, java.util.ArrayList, java.io.PrintWriter)(ActivityManagerService.java:13370) waiters=1 in boolean com.android.server.am.ActivityManagerService.refContentProvider(android.os.IBinder, int, int) for 217ms
07-14 15:10:20.260: I/ActivityManager(478): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
07-14 15:10:20.260: I/ActivityManager(478): Killing 13600:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-14 15:10:20.264: I/ServiceChildProcess(14425): Destroying GeckoServiceChildProcess
07-14 15:10:20.265: W/Binder(13576): Caught a RuntimeException from the binder stub implementation.
07-14 15:10:20.265: W/Binder(13576): java.lang.SecurityException: Calling from not trusted UID!
07-14 15:10:20.265: W/Binder(13576): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
07-14 15:10:20.265: W/Binder(13576): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
07-14 15:10:20.265: W/Binder(13576): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
07-14 15:10:20.265: W/Binder(13576): at android.os.Binder.execTransactInternal(Binder.java:1159)
07-14 15:10:20.265: W/Binder(13576): at android.os.Binder.execTransact(Binder.java:1123)
07-14 15:10:20.266: I/ServiceChildProcess(14315): Destroying GeckoServiceChildProcess
07-14 15:10:20.267: W/ActivityTaskManager(478): Force removing ActivityRecord{97cffec u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f}}: app died, no saved state
07-14 15:10:20.281: I/ActivityManager(478): Killing 14315:org.mozilla.fenix.debug:tab9/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-14 15:10:20.288: D/AndroidRuntime(13576): Shutting down VM
07-14 15:10:20.290: I/ActivityManager(478): Killing 14425:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-14 15:10:20.300: D/WindowManager(478): notifyANR took 466ms

@sv-ohorvath
Copy link
Contributor

► 7/18 Main

mainMenuOpenInAppTest Firebase link

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Jul 20, 2022

► 7/19 Main

manageDownloadsInDownloadsMenuTest Firebase link

07-19 17:25:29.621: I/WindowManager(479): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 5638d3f org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5001ms for FocusEvent(hasFocus=false)
07-19 17:25:30.034: I/ActivityManager(479): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
07-19 17:25:30.034: I/ActivityManager(479): Killing 12376:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-19 17:25:30.038: W/Binder(12346): Caught a RuntimeException from the binder stub implementation.
07-19 17:25:30.038: W/Binder(12346): java.lang.SecurityException: Calling from not trusted UID!
07-19 17:25:30.038: W/Binder(12346): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
07-19 17:25:30.038: W/Binder(12346): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
07-19 17:25:30.038: W/Binder(12346): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
07-19 17:25:30.038: W/Binder(12346): at android.os.Binder.execTransactInternal(Binder.java:1159)
07-19 17:25:30.038: W/Binder(12346): at android.os.Binder.execTransact(Binder.java:1123)
07-19 17:25:30.039: I/ServiceChildProcess(13054): Destroying GeckoServiceChildProcess
07-19 17:25:30.041: W/ActivityTaskManager(479): Force removing ActivityRecord{adbb260 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f}}: app died, no saved state
07-19 17:25:30.044: I/ActivityManager(479): Killing 13054:org.mozilla.fenix.debug:tab1/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-19 17:25:30.047: I/ActivityManager(479): Killing 13208:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-19 17:25:30.055: D/WindowManager(479): notifyANR took 450ms

mainMenuOpenInAppTest Firebase link

07-19 09:37:49.815: I/WindowManager(481): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: ff348f org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5001ms for FocusEvent(hasFocus=false)
07-19 09:37:49.824: W/android.vendin(9029): Long monitor contention with owner OneGoogle #0 (14743) at java.lang.Object aslm.b(android.content.Context)(PG:24) waiters=0 in java.lang.Object aslm.b(android.content.Context) for 212ms
07-19 09:37:49.856: I/PeopleChimeraService(10246): onService. callbacks = anrf@af12fc9, request = com.google.android.gms.common.internal.GetServiceRequest@3b6c6ce
07-19 09:37:50.055: I/Finsky(9029): [2] abwt.b(5): SCH: Jobs in database: 1-1337 2-48879 3-1 10-78 24-77777777 26-1414141414 31-305419896
07-19 09:37:50.077: I/Finsky(9029): [2] abvf.d(37): SCH: ConstraintMapping: 24-77777777, -> L: 0ms, D: 81881166ms, C: false, I: true, N: 0
07-19 09:37:50.077: I/Finsky(9029): [2] abvf.d(37): SCH: ConstraintMapping: 1-1337, 31-305419896, -> L: 293902ms, D: 53283623ms, C: false, I: false, N: 1
07-19 09:37:50.078: I/Finsky(9029): [2] abvf.d(37): SCH: ConstraintMapping: 10-78, -> L: 0ms, D: 85475153ms, C: false, I: true, N: 1
07-19 09:37:50.078: I/Finsky(9029): [2] abvf.d(37): SCH: ConstraintMapping: 2-48879, 3-1, -> L: 0ms, D: 85475137ms, C: true, I: true, N: 2
07-19 09:37:50.078: I/Finsky(9029): [2] abvf.d(37): SCH: ConstraintMapping: 26-1414141414, -> L: 43199741ms, D: 44099741ms, C: false, I: false, N: 0
07-19 09:37:50.086: I/Finsky(9029): [2] abvf.f(7): SCH: Cancelling existing jobscheduler jobs: 9002 9000 9004 9003
07-19 09:37:50.086: I/Finsky(9029): [2] abvf.e(8): SCH: Throttling wakeup for job 9001 (expected to run in 0 ms) due to recent wakeup
07-19 09:37:50.087: I/Finsky(9029): [2] abvf.e(23): SCH: Scheduling job Id: 9001, L: 30000, D: 81881166, C: false, I: true, N: 0
07-19 09:37:50.087: I/Finsky(9029): [2] abvf.e(23): SCH: Scheduling job Id: 9006, L: 293902, D: 53283623, C: false, I: false, N: 1
07-19 09:37:50.088: I/Finsky(9029): [2] abvf.e(8): SCH: Throttling wakeup for job 9007 (expected to run in 0 ms) due to recent wakeup
07-19 09:37:50.088: I/Finsky(9029): [2] abvf.e(23): SCH: Scheduling job Id: 9007, L: 30000, D: 85475153, C: false, I: true, N: 1
07-19 09:37:50.088: I/Finsky(9029): [2] abvf.e(8): SCH: Throttling wakeup for job 9008 (expected to run in 0 ms) due to recent wakeup
07-19 09:37:50.088: I/Finsky(9029): [2] abvf.e(23): SCH: Scheduling job Id: 9008, L: 30000, D: 85475137, C: true, I: true, N: 2
07-19 09:37:50.090: I/Finsky(9029): [2] abvf.e(23): SCH: Scheduling job Id: 9009, L: 43199741, D: 44099741, C: false, I: false, N: 0
07-19 09:37:50.147: I/RenderThread(481): type=1400 audit(0.0:193): avc: denied { execmem } for scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=process permissive=1 b/65201432
07-19 09:37:50.242: I/ActivityManager(481): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
07-19 09:37:50.242: I/ActivityManager(481): Killing 12404:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-19 09:37:50.245: W/ActivityTaskManager(481): Force removing ActivityRecord{86e35a3 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f}}: app died, no saved state
07-19 09:37:50.249: W/Binder(12354): Caught a RuntimeException from the binder stub implementation.
07-19 09:37:50.249: W/Binder(12354): java.lang.SecurityException: Calling from not trusted UID!
07-19 09:37:50.249: W/Binder(12354): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
07-19 09:37:50.249: W/Binder(12354): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
07-19 09:37:50.249: W/Binder(12354): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
07-19 09:37:50.249: W/Binder(12354): at android.os.Binder.execTransactInternal(Binder.java:1159)
07-19 09:37:50.249: W/Binder(12354): at android.os.Binder.execTransact(Binder.java:1123)
07-19 09:37:50.254: D/AndroidRuntime(12354): Shutting down VM
07-19 09:37:50.265: I/ActivityManager(481): Killing 13031:org.mozilla.fenix.debug:tab3/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-19 09:37:50.266: I/ActivityManager(481): Killing 13186:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-19 09:37:50.267: D/WindowManager(481): notifyANR took 459ms

noCurrentSearchGroupFromPrivateBrowsingTest Firebase link

07-19 06:13:42.084: I/WindowManager(481): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 826568e org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5002ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (80.0, 218.0)]), policyFlags=0x6b000000
07-19 06:13:42.344: I/ActivityManager(481): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
07-19 06:13:42.345: I/ActivityManager(481): Killing 12987:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-19 06:13:42.346: W/Binder(12937): Caught a RuntimeException from the binder stub implementation.
07-19 06:13:42.346: W/Binder(12937): java.lang.SecurityException: Calling from not trusted UID!
07-19 06:13:42.346: W/Binder(12937): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
07-19 06:13:42.346: W/Binder(12937): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
07-19 06:13:42.346: W/Binder(12937): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
07-19 06:13:42.346: W/Binder(12937): at android.os.Binder.execTransactInternal(Binder.java:1159)
07-19 06:13:42.346: W/Binder(12937): at android.os.Binder.execTransact(Binder.java:1123)
07-19 06:13:42.351: W/ActivityTaskManager(481): Force removing ActivityRecord{c92b179 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f}}: app died, no saved state
07-19 06:13:42.352: I/ServiceChildProcess(13636): Destroying GeckoServiceChildProcess
07-19 06:13:42.365: I/ServiceChildProcess(13808): Destroying GeckoServiceChildProcess
07-19 06:13:42.368: I/ActivityManager(481): Killing 13636:org.mozilla.fenix.debug:tab15/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-19 06:13:42.379: I/ActivityManager(481): Killing 13808:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-19 06:13:42.390: D/WindowManager(481): notifyANR took 328ms

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Jul 20, 2022

► 7/20 Main

openLinkInAppTest Firebase link

07-19 18:06:08.722: I/WindowManager(484): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 126705e org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5002ms for FocusEvent(hasFocus=false)
07-19 18:06:08.886: I/ActivityManager(484): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
07-19 18:06:08.887: I/ActivityManager(484): Killing 13134:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-19 18:06:08.889: W/Binder(13075): Caught a RuntimeException from the binder stub implementation.
07-19 18:06:08.889: W/Binder(13075): java.lang.SecurityException: Calling from not trusted UID!
07-19 18:06:08.889: W/Binder(13075): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
07-19 18:06:08.889: W/Binder(13075): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
07-19 18:06:08.889: W/Binder(13075): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
07-19 18:06:08.889: W/Binder(13075): at android.os.Binder.execTransactInternal(Binder.java:1159)
07-19 18:06:08.889: W/Binder(13075): at android.os.Binder.execTransact(Binder.java:1123)
07-19 18:06:08.892: I/ServiceChildProcess(13930): Destroying GeckoServiceChildProcess
07-19 18:06:08.892: I/ServiceChildProcess(13771): Destroying GeckoServiceChildProcess
07-19 18:06:08.893: W/ActivityTaskManager(484): Force removing ActivityRecord{8f7373c u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f}}: app died, no saved state
07-19 18:06:08.897: I/ActivityManager(484): Killing 13771:org.mozilla.fenix.debug:tab30/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-19 18:06:08.899: D/AndroidRuntime(13075): Shutting down VM
07-19 18:06:08.901: I/ActivityManager(484): Killing 13930:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-19 18:06:08.915: D/WindowManager(484): notifyANR took 213ms

findInPageTest Firebase link

07-20 00:53:15.991: I/WindowManager(478): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 94334a8 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5002ms for FocusEvent(hasFocus=true)
07-20 00:53:16.126: I/Icing(14070): updateResources: need to parse akgp{com.google.android.gms}
07-20 00:53:16.138: I/ActivityManager(478): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
07-20 00:53:16.139: I/ActivityManager(478): Killing 14195:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-20 00:53:16.141: W/ActivityTaskManager(478): Force removing ActivityRecord{9685737 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t11 f}}: app died, no saved state
07-20 00:53:16.155: I/ActivityManager(478): Killing 15279:org.mozilla.fenix.debug:tab38/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-20 00:53:16.156: I/ActivityManager(478): Killing 15569:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-20 00:53:16.158: I/WindowManager(478): Force finishing activity ActivityRecord{9685737 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t11 f} isExiting}
07-20 00:53:16.159: W/ActivityTaskManager(478): Duplicate finish request for r=ActivityRecord{9685737 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t11 f} isExiting}
07-20 00:53:16.167: W/Binder(14114): Caught a RuntimeException from the binder stub implementation.
07-20 00:53:16.167: W/Binder(14114): java.lang.SecurityException: Calling from not trusted UID!
07-20 00:53:16.167: W/Binder(14114): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
07-20 00:53:16.167: W/Binder(14114): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
07-20 00:53:16.167: W/Binder(14114): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
07-20 00:53:16.167: W/Binder(14114): at android.os.Binder.execTransactInternal(Binder.java:1159)
07-20 00:53:16.167: W/Binder(14114): at android.os.Binder.execTransact(Binder.java:1123)
07-20 00:53:16.170: D/AndroidRuntime(14114): Shutting down VM
07-20 00:53:16.189: D/WindowManager(478): notifyANR took 208ms

mainMenuOpenInAppTest Firebase link

07-20 13:51:31.753: I/WindowManager(481): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: b762d34 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5001ms for FocusEvent(hasFocus=false)
07-20 13:51:31.916: I/OpenGLRenderer(9098): Davey! duration=1295ms; Flags=0, IntendedVsync=3570885154023, Vsync=3570935154021, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=3570936066147, AnimationStart=3570936068371, PerformTraversalsStart=3570936068731, DrawStart=3571039863554, SyncQueued=3571044565329, SyncStart=3571045174382, IssueDrawCommandsStart=3571045306499, SwapBuffers=3572171725669, FrameCompleted=3572181174639, DequeueBufferDuration=1968810, QueueBufferDuration=429990, GpuCompleted=-794125039296794900,
07-20 13:51:32.168: I/ActivityManager(481): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
07-20 13:51:32.169: I/ActivityManager(481): Killing 12543:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-20 13:51:32.170: W/Binder(12511): Caught a RuntimeException from the binder stub implementation.
07-20 13:51:32.170: W/Binder(12511): java.lang.SecurityException: Calling from not trusted UID!
07-20 13:51:32.170: W/Binder(12511): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
07-20 13:51:32.170: W/Binder(12511): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
07-20 13:51:32.170: W/Binder(12511): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
07-20 13:51:32.170: W/Binder(12511): at android.os.Binder.execTransactInternal(Binder.java:1159)
07-20 13:51:32.170: W/Binder(12511): at android.os.Binder.execTransact(Binder.java:1123)
07-20 13:51:32.173: W/ActivityTaskManager(481): Force removing ActivityRecord{8084e0a u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f}}: app died, no saved state
07-20 13:51:32.178: I/ActivityManager(481): Killing 13163:org.mozilla.fenix.debug:tab37/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-20 13:51:32.193: I/ActivityManager(481): Killing 13318:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-20 13:51:32.197: D/WindowManager(481): notifyANR took 464ms

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Jul 22, 2022

► 7/22 Main

mainMenuOpenInAppTest Firebase link

07-21 18:10:06.064: I/WindowManager(479): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: a9c0005 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5000ms for FocusEvent(hasFocus=false)
07-21 18:10:06.276: I/ActivityManager(479): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
07-21 18:10:06.276: I/ActivityManager(479): Killing 10769:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-21 18:10:06.278: W/ActivityTaskManager(479): Force removing ActivityRecord{6ad20e9 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f}}: app died, no saved state
07-21 18:10:06.281: I/ActivityManager(479): Killing 11274:org.mozilla.fenix.debug:tab31/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-21 18:10:06.282: I/ActivityManager(479): Killing 11438:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-21 18:10:06.283: D/WindowManager(479): notifyANR took 226ms
07-21 18:10:06.286: W/Binder(10711): Caught a RuntimeException from the binder stub implementation.
07-21 18:10:06.286: W/Binder(10711): java.lang.SecurityException: Calling from not trusted UID!
07-21 18:10:06.286: W/Binder(10711): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
07-21 18:10:06.286: W/Binder(10711): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
07-21 18:10:06.286: W/Binder(10711): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
07-21 18:10:06.286: W/Binder(10711): at android.os.Binder.execTransactInternal(Binder.java:1159)
07-21 18:10:06.286: W/Binder(10711): at android.os.Binder.execTransact(Binder.java:1123)
07-21 18:10:06.294: E/MmTelFeatureConnection 0: ImsRegistrationCallbackAdapter: ImsRegistration is null
07-21 18:10:06.328: D/AndroidRuntime(10711): Shutting down VM

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Jul 25, 2022

► 7/24 Main

noRecentlyVisitedSearchGroupInPrivateBrowsingTest Firebase link

07-23 18:04:46.812: I/WindowManager(481): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: e6d9211 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5003ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (80.0, 218.0)]), policyFlags=0x6b000000
07-23 18:04:46.906: D/GeckoIdleService(13376): Get idle time: time since reset 5009 msec
07-23 18:04:46.906: D/GeckoIdleService(13376): Idle timer callback: current idle time 5009 msec
07-23 18:04:46.906: D/GeckoIdleService(13376): next timeout 174990 msec from now
07-23 18:04:46.906: D/GeckoIdleService(13376): SetTimerExpiryIfBefore: next timeout 174990 msec from now
07-23 18:04:46.906: D/GeckoIdleService(13376): reset timer expiry to 175000 msec from now
07-23 18:04:46.906: D/GeckoIdleService(13376): Idle timer callback: tell observer 0x90c93454 user is idle
07-23 18:04:46.925: I/ActivityManager(481): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
07-23 18:04:46.926: I/ActivityManager(481): Killing 13376:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-23 18:04:46.926: W/Binder(13325): Caught a RuntimeException from the binder stub implementation.
07-23 18:04:46.926: W/Binder(13325): java.lang.SecurityException: Calling from not trusted UID!
07-23 18:04:46.926: W/Binder(13325): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
07-23 18:04:46.926: W/Binder(13325): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
07-23 18:04:46.926: W/Binder(13325): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
07-23 18:04:46.926: W/Binder(13325): at android.os.Binder.execTransactInternal(Binder.java:1159)
07-23 18:04:46.926: W/Binder(13325): at android.os.Binder.execTransact(Binder.java:1123)
07-23 18:04:46.932: W/ActivityTaskManager(481): Force removing ActivityRecord{527313c u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f}}: app died, no saved state
07-23 18:04:46.936: D/AndroidRuntime(13325): Shutting down VM
07-23 18:04:46.946: I/ServiceChildProcess(14053): Destroying GeckoServiceChildProcess
07-23 18:04:46.982: I/nix.debug:tab1(14053): System.exit called, status: 0
07-23 18:04:46.983: I/AndroidRuntime(14053): VM exiting with result code 0, cleanup skipped.
07-23 18:04:46.984: I/ServiceChildProcess(14213): Destroying GeckoServiceChildProcess
07-23 18:04:47.022: E/JavaBinder(13325): *** Uncaught remote exception! (Exceptions are not yet supported across processes.)
07-23 18:04:47.022: E/JavaBinder(13325): java.lang.RuntimeException: Bad file descriptor
07-23 18:04:47.022: E/JavaBinder(13325): at android.os.BinderProxy.transactNative(Native Method)
07-23 18:04:47.022: E/JavaBinder(13325): at android.os.BinderProxy.transact(BinderProxy.java:540)
07-23 18:04:47.022: E/JavaBinder(13325): at android.view.IWindowManager$Stub$Proxy.injectInputAfterTransactionsApplied(IWindowManager.java:5262)
07-23 18:04:47.022: E/JavaBinder(13325): at android.app.UiAutomationConnection.injectInputEvent(UiAutomationConnection.java:136)
07-23 18:04:47.022: E/JavaBinder(13325): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:228)
07-23 18:04:47.022: E/JavaBinder(13325): at android.os.Binder.execTransactInternal(Binder.java:1154)
07-23 18:04:47.022: E/JavaBinder(13325): at android.os.Binder.execTransact(Binder.java:1123)
07-23 18:04:47.068: I/Zygote(291): Process 13376 exited due to signal 9 (Killed)
07-23 18:04:47.117: I/binder(0): release 13376:14089 transaction 1808964 out, still active
07-23 18:04:47.117: I/binder(0): undelivered TRANSACTION_COMPLETE
07-23 18:04:47.118: I/binder(0): undelivered transaction 1810935, process died.
07-23 18:04:47.118: I/binder(0): undelivered transaction 1810937, process died.
07-23 18:04:47.119: I/binder(0): undelivered transaction 1810931, process died.
07-23 18:04:47.120: I/binder(0): undelivered transaction 1810934, process died.
07-23 18:04:47.120: I/binder(0): undelivered transaction 1810987, process died.
07-23 18:04:47.079: I/libprocessgroup(481): Successfully killed process cgroup uid 10152 pid 13376 in 148ms
07-23 18:04:47.158: I/Zygote(291): Process 14053 exited cleanly (0)
07-23 18:04:47.178: W/system_server(481): Long monitor contention with owner Binder:481_E (2397) at android.os.BinderProxy android.os.BinderProxy.getInstance(long, long)(BinderProxy.java:411) waiters=8 in android.os.BinderProxy android.os.BinderProxy.getInstance(long, long) for 101ms
07-23 18:04:47.217: I/Zygote(291): Process 14213 exited cleanly (0)
07-23 18:04:47.347: I/RenderThread(481): type=1400 audit(0.0:274): avc: denied { execmem } for scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=process permissive=1 b/65201432
07-23 18:04:47.555: I/binder(0): release 13325:14125 transaction 1808965 out, still active
07-23 18:04:47.557: I/binder(0): release 13325:14125 transaction 1808964 in, still active
07-23 18:04:47.544: E/FrameEvents(481): updateAcquireFence: Did not find frame.
07-23 18:04:47.551: W/system_server(481): Long monitor contention with owner InputDispatcher (1488) at void com.android.server.wm.TaskChangeNotificationController.forAllLocalListeners(com.android.server.wm.TaskChangeNotificationController$TaskStackConsumer, android.os.Message)(TaskChangeNotificationController.java:351) waiters=0 in void com.android.server.wm.WindowAnimator.lambda$new$1$WindowAnimator(long) for 608ms
07-23 18:04:47.602: W/binder_transaction(0): 1 callbacks suppressed
07-23 18:04:47.602: I/binder(0): 481:2972 transaction failed 29189/0, size 8-0 line 3078
07-23 18:04:47.604: I/binder(0): send failed reply for transaction 1808965, target dead
07-23 18:04:47.605: I/binder(0): send failed reply for transaction 1808964, target dead
07-23 18:04:47.556: W/system_server(481): Long monitor contention with owner InputDispatcher (1488) at void com.android.server.wm.TaskChangeNotificationController.forAllLocalListeners(com.android.server.wm.TaskChangeNotificationController$TaskStackConsumer, android.os.Message)(TaskChangeNotificationController.java:351) waiters=2 in void com.android.server.wm.WindowState$DeathRecipient.binderDied() for 485ms
07-23 18:04:47.557: I/ActivityManager(481): Killing 14053:org.mozilla.fenix.debug:tab18/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-23 18:04:47.557: I/libprocessgroup(481): Successfully killed process cgroup uid 10152 pid 14053 in 0ms
07-23 18:04:47.589: W/WindowManager(481): Failed looking up window session=Session{6f84fdb 13376:u0a10152} callers=com.android.server.wm.WindowManagerService.windowForClientLocked:5425 com.android.server.wm.WindowState$DeathRecipient.binderDied:2809 android.os.IBinder$DeathRecipient.binderDied:305
07-23 18:04:47.589: I/WindowManager(481): WIN DEATH: null
07-23 18:04:47.590: W/WindowManager(481): Cannot find window which accessibility connection is added to
07-23 18:04:47.590: W/WindowManager(481): Failed looking up window session=Session{6f84fdb 13376:u0a10152} callers=com.android.server.wm.WindowManagerService.windowForClientLocked:5425 com.android.server.wm.WindowState$DeathRecipient.binderDied:2809 android.os.IBinder$DeathRecipient.binderDied:305
07-23 18:04:47.591: I/WindowManager(481): WIN DEATH: null
07-23 18:04:47.591: W/system_server(481): Long monitor contention with owner Binder:481_18 (2938) at void com.android.server.accessibility.AccessibilityWindowManager$RemoteAccessibilityConnection.binderDied()(AccessibilityWindowManager.java:830) waiters=0 in void com.android.server.accessibility.AccessibilityManagerService.sendAccessibilityEvent(android.view.accessibility.AccessibilityEvent, int) for 419ms
07-23 18:04:47.592: W/system_server(481): Long monitor contention with owner Binder:481_18 (2938) at void com.android.server.accessibility.AccessibilityWindowManager$RemoteAccessibilityConnection.binderDied()(AccessibilityWindowManager.java:830) waiters=1 in void com.android.server.accessibility.UiAutomationManager.destroyUiAutomationService() for 416ms
07-23 18:04:47.593: W/WindowManager(481): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@5ea8cf9
07-23 18:04:47.594: I/ActivityManager(481): Killing 14213:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-23 18:04:47.596: I/libprocessgroup(481): Successfully killed process cgroup uid 10152 pid 14213 in 0ms
07-23 18:04:47.596: I/BackdropActivity(12483): onResume()
07-23 18:04:47.597: D/WindowManager(481): notifyANR took 813ms

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Jul 26, 2022

► 7/25 Main

openMainMenuSettingsItemTest failed 1x on 7/25 Nightly Firebase link

07-25 11:37:09.450: W/ActivityManager(479): Crash of app org.mozilla.fenix running instrumentation ComponentInfo{org.mozilla.fenix.test/androidx.test.runner.AndroidJUnitRunner}
07-25 11:37:09.451: W/Binder(13051): Caught a RuntimeException from the binder stub implementation.
07-25 11:37:09.451: W/Binder(13051): java.lang.SecurityException: Calling from not trusted UID!
07-25 11:37:09.451: W/Binder(13051): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
07-25 11:37:09.451: W/Binder(13051): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
07-25 11:37:09.451: W/Binder(13051): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
07-25 11:37:09.451: W/Binder(13051): at android.os.Binder.execTransactInternal(Binder.java:1159)
07-25 11:37:09.451: W/Binder(13051): at android.os.Binder.execTransact(Binder.java:1123)
07-25 11:37:09.451: I/ActivityManager(479): Force stopping org.mozilla.fenix appid=10152 user=0: finished inst
07-25 11:37:09.453: I/lla.fenix:tab1(13672): System.exit called, status: 0
07-25 11:37:09.453: I/AndroidRuntime(13672): VM exiting with result code 0, cleanup skipped.
07-25 11:37:09.459: I/ActivityManager(479): Killing 13672:org.mozilla.fenix:tab12/u0a152 (adj 0): stop org.mozilla.fenix due to finished inst
07-25 11:37:09.460: I/ActivityManager(479): Killing 13885:org.mozilla.fenix:gpu/u0a152 (adj 0): stop org.mozilla.fenix due to finished inst
07-25 11:37:09.462: I/WindowManager(479): Force finishing activity ActivityRecord{8abe11c u0 org.mozilla.fenix/.HomeActivity t9 f} isExiting}
07-25 11:37:09.462: W/ActivityTaskManager(479): Duplicate finish request for r=ActivityRecord{8abe11c u0 org.mozilla.fenix/.HomeActivity t9 f} isExiting}
07-25 11:37:09.466: I/Zygote(289): Process 13672 exited cleanly (0)
07-25 11:37:09.468: W/ActivityManager(479): Ignoring remove of inactive process: ProcessRecord{57aac7e 0:com.google.android.gms/u0a97}
07-25 11:37:09.476: I/BackdropActivity(11080): onResume()
07-25 11:37:09.477: I/ActivityTaskManager(479): Activity requesting to dismiss Keyguard: ActivityRecord{e664ec4 u0 com.google.android.apps.mtaas.backdrop/.BackdropActivity t8}
07-25 11:37:09.487: D/AndroidRuntime(13051): Shutting down VM

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Jul 26, 2022

► 7/26 Main

mainMenuOpenInAppTest Firebase link

07-25 18:06:06.018: I/WindowManager(468): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 4732684 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5000ms for FocusEvent(hasFocus=false)
07-25 18:06:06.235: I/ActivityManager(468): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
07-25 18:06:06.235: I/ActivityManager(468): Killing 11134:org.mozilla.fenix.debug/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-25 18:06:06.239: I/ServiceChildProcess(11829): Destroying GeckoServiceChildProcess
07-25 18:06:06.240: W/ActivityTaskManager(468): Force removing ActivityRecord{425722 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9 f}}: app died, no saved state
07-25 18:06:06.243: I/ActivityManager(468): Killing 11711:org.mozilla.fenix.debug:tab27/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-25 18:06:06.243: D/AndroidRuntime(11064): Shutting down VM
07-25 18:06:06.246: I/ActivityManager(468): Killing 11829:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-25 18:06:06.247: D/WindowManager(468): notifyANR took 257ms
07-25 18:06:06.256: W/Binder(11064): Caught a RuntimeException from the binder stub implementation.
07-25 18:06:06.256: W/Binder(11064): java.lang.SecurityException: Calling from not trusted UID!
07-25 18:06:06.256: W/Binder(11064): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
07-25 18:06:06.256: W/Binder(11064): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
07-25 18:06:06.256: W/Binder(11064): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
07-25 18:06:06.256: W/Binder(11064): at android.os.Binder.execTransactInternal(Binder.java:1159)
07-25 18:06:06.256: W/Binder(11064): at android.os.Binder.execTransact(Binder.java:1123)
07-25 18:06:06.442: I/Zygote(289): Process 11829 exited due to signal 9 (Killed)
07-25 18:06:06.463: I/Zygote(289): Process 11711 exited due to signal 9 (Killed)
07-25 18:06:06.540: W/WindowManager(468): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@81f2ebe
07-25 18:06:06.541: W/ActivityManager(468): setHasOverlayUi called on unknown pid: 11134
07-25 18:06:06.543: W/WindowManager(468): Cannot find window which accessibility connection is added to
07-25 18:06:06.547: I/Zygote(289): Process 11134 exited due to signal 9 (Killed)
07-25 18:06:06.568: I/libprocessgroup(468): Successfully killed process cgroup uid 10152 pid 11134 in 331ms
07-25 18:06:06.571: I/libprocessgroup(468): Successfully killed process cgroup uid 10152 pid 11711 in 0ms
07-25 18:06:06.571: I/libprocessgroup(468): Successfully killed process cgroup uid 10152 pid 11829 in 0ms
07-25 18:06:06.776: I/ActivityManager(468): Force stopping androidx.test.orchestrator appid=10145 user=0: finished inst
07-25 18:06:06.777: D/AndroidRuntime(10934): Shutting down VM

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Jul 28, 2022

► 7/27 Main

multipleBookmarkDeletionsTest Firebase link

07-27 18:06:33.227: I/WindowManager(482): WIN DEATH: Window{52df2fd u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
07-27 18:06:33.227: W/InputDispatcher(482): Attempted to unregister already unregistered input channel '52df2fd org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)'
07-27 18:06:33.233: W/audio_hw_generic(1886): Hardware backing HAL too slow, could only write 0 of 661 frames
07-27 18:06:33.234: I/Zygote(290): Process 11098 exited due to signal 9 (Killed)
07-27 18:06:33.237: W/ndroid.contact(13068): Unexpected CPU variant for X86 using defaults: x86
07-27 18:06:33.248: W/audio_hw_generic(1886): Hardware backing HAL too slow, could only write 0 of 661 frames
07-27 18:06:33.263: I/adbd(381): jdwp connection from 13068
07-27 18:06:33.263: W/audio_hw_generic(1886): Hardware backing HAL too slow, could only write 0 of 661 frames
07-27 18:06:33.268: W/WindowManager(482): Cannot find window which accessibility connection is added to
07-27 18:06:33.269: I/libprocessgroup(482): Successfully killed process cgroup uid 10152 pid 11098 in 42ms
07-27 18:06:33.270: W/ActivityTaskManager(482): Force removing ActivityRecord{2113144 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t9}: app died, no saved state
07-27 18:06:33.272: I/ServiceChildProcess(11723): Destroying GeckoServiceChildProcess
07-27 18:06:33.276: W/ActivityManager(482): Crash of app org.mozilla.fenix.debug running instrumentation ComponentInfo{org.mozilla.fenix.debug.test/androidx.test.runner.AndroidJUnitRunner}
07-27 18:06:33.278: W/audio_hw_generic(1886): Hardware backing HAL too slow, could only write 0 of 661 frames
07-27 18:06:33.285: I/ActivityManager(482): Force stopping org.mozilla.fenix.debug appid=10152 user=0: finished inst
07-27 18:06:33.286: I/ActivityManager(482): Killing 11723:org.mozilla.fenix.debug:tab37/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-27 18:06:33.287: I/ActivityManager(482): Killing 11896:org.mozilla.fenix.debug:gpu/u0a152 (adj 0): stop org.mozilla.fenix.debug due to finished inst
07-27 18:06:33.287: W/Binder(11049): Caught a RuntimeException from the binder stub implementation.
07-27 18:06:33.287: W/Binder(11049): java.lang.SecurityException: Calling from not trusted UID!
07-27 18:06:33.287: W/Binder(11049): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
07-27 18:06:33.287: W/Binder(11049): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
07-27 18:06:33.287: W/Binder(11049): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
07-27 18:06:33.287: W/Binder(11049): at android.os.Binder.execTransactInternal(Binder.java:1159)
07-27 18:06:33.287: W/Binder(11049): at android.os.Binder.execTransact(Binder.java:1123)
07-27 18:06:33.293: W/audio_hw_generic(1886): Hardware backing HAL too slow, could only write 0 of 661 frames
07-27 18:06:33.300: I/BackdropActivity(10311): onResume()
07-27 18:06:33.301: I/ActivityTaskManager(482): Activity requesting to dismiss Keyguard: ActivityRecord{55999b8 u0 com.google.android.apps.mtaas.backdrop/.BackdropActivity t8}
07-27 18:06:33.301: W/ActivityManager(482): setHasOverlayUi called on unknown pid: 11098
07-27 18:06:33.308: W/audio_hw_generic(1886): Hardware backing HAL too slow, could only write 0 of 661 frames
07-27 18:06:33.323: I/chatty(1886): uid=1041(audioserver) writer identical 1 line
07-27 18:06:33.338: W/audio_hw_generic(1886): Hardware backing HAL too slow, could only write 0 of 661 frames
07-27 18:06:33.344: D/AndroidRuntime(11049): Shutting down VM

@sv-ohorvath
Copy link
Contributor

7/28: openWebsiteForSavedLoginTest flaky 1x, Firebase link

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Nov 4, 2022

► 11/4 Main

verifySponsoredShortcutsSettingsOptionTest Firebase link

11-04 00:57:16.422: I/WindowManager(545): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: b1e1b86 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5004ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (415.0, 515.0)]), policyFlags=0x6b000000
11-04 00:57:16.423: D/ConnectivityService(545): [100 CELLULAR] validation passed
11-04 00:57:16.462: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-04 00:57:16.462: I/ActivityManager(545): Killing 8877:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-04 00:57:16.463: W/Binder(8859): Caught a RuntimeException from the binder stub implementation.
11-04 00:57:16.463: W/Binder(8859): java.lang.SecurityException: Calling from not trusted UID!
11-04 00:57:16.463: W/Binder(8859): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-04 00:57:16.463: W/Binder(8859): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-04 00:57:16.463: W/Binder(8859): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-04 00:57:16.463: W/Binder(8859): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-04 00:57:16.463: W/Binder(8859): at android.os.Binder.execTransact(Binder.java:1123)
11-04 00:57:16.464: I/app_process(8859): System.exit called, status: 0
11-04 00:57:16.464: I/ServiceChildProcess(8937): Destroying GeckoServiceChildProcess
11-04 00:57:16.464: I/AndroidRuntime(8859): VM exiting with result code 0.
11-04 00:57:16.465: W/ActivityTaskManager(545): Force removing ActivityRecord{518ce23 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t12 f}}: app died, no saved state
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.470: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-04 00:57:16.472: I/ActivityManager(545): Killing 8937:org.mozilla.fenix.debug:tab15/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-04 00:57:16.476: I/ActivityManager(545): Killing 9020:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-04 00:57:16.477: D/WindowManager(545): notifyANR took 56ms
11-04 00:57:16.488: I/BackdropActivity(6702): onResume()

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Nov 7, 2022

► 11/5 Main

verifyContextMenuShortcuts Firebase link

11-05 09:22:07.180: I/WindowManager(545): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 4d8e0ee org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5002ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (922.0, 1721.0)]), policyFlags=0x6b000000
11-05 09:22:07.204: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-05 09:22:07.204: I/ActivityManager(545): Killing 10826:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-05 09:22:07.205: W/Binder(10810): Caught a RuntimeException from the binder stub implementation.
11-05 09:22:07.205: W/Binder(10810): java.lang.SecurityException: Calling from not trusted UID!
11-05 09:22:07.205: W/Binder(10810): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-05 09:22:07.205: W/Binder(10810): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-05 09:22:07.205: W/Binder(10810): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-05 09:22:07.205: W/Binder(10810): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-05 09:22:07.205: W/Binder(10810): at android.os.Binder.execTransact(Binder.java:1123)
11-05 09:22:07.205: W/ActivityTaskManager(545): Force removing ActivityRecord{d97fbe1 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t12 f}}: app died, no saved state
11-05 09:22:07.206: I/ServiceChildProcess(10898): Destroying GeckoServiceChildProcess
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.214: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-05 09:22:07.216: I/ActivityManager(545): Killing 10898:org.mozilla.fenix.debug:tab1/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-05 09:22:07.216: I/ActivityManager(545): Killing 10981:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-05 09:22:07.217: I/WindowManager(545): Force finishing activity ActivityRecord{d97fbe1 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t12 f} isExiting}
11-05 09:22:07.217: W/ActivityTaskManager(545): Duplicate finish request for r=ActivityRecord{d97fbe1 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t12 f} isExiting}
11-05 09:22:07.217: D/WindowManager(545): notifyANR took 37ms

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Nov 9, 2022

► 11/9 Main

toggleSearchBookmarksAndHistoryTest Firebase link

11-08 22:43:10.216: I/WindowManager(545): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 852e7d8 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5009ms for FocusEvent(hasFocus=false)
11-08 22:43:10.240: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-08 22:43:10.241: I/ActivityManager(545): Killing 8357:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-08 22:43:10.241: W/Binder(8341): Caught a RuntimeException from the binder stub implementation.
11-08 22:43:10.241: W/Binder(8341): java.lang.SecurityException: Calling from not trusted UID!
11-08 22:43:10.241: W/Binder(8341): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-08 22:43:10.241: W/Binder(8341): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-08 22:43:10.241: W/Binder(8341): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-08 22:43:10.241: W/Binder(8341): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-08 22:43:10.241: W/Binder(8341): at android.os.Binder.execTransact(Binder.java:1123)
11-08 22:43:10.242: W/ActivityTaskManager(545): Force removing ActivityRecord{b201a73 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f}}: app died, no saved state
11-08 22:43:10.242: I/ServiceChildProcess(8529): Destroying GeckoServiceChildProcess
11-08 22:43:10.245: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.245: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.245: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.245: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.245: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.245: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.245: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.245: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.245: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.245: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.246: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.246: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.246: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.246: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.246: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.246: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.246: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.246: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.246: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.246: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-08 22:43:10.246: I/ActivityManager(545): Killing 8447:org.mozilla.fenix.debug:tab20/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-08 22:43:10.247: I/ActivityManager(545): Killing 8529:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-08 22:43:10.248: I/WindowManager(545): Force finishing activity ActivityRecord{b201a73 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f} isExiting}
11-08 22:43:10.248: W/ActivityTaskManager(545): Duplicate finish request for r=ActivityRecord{b201a73 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f} isExiting}
11-08 22:43:10.249: D/WindowManager(545): notifyANR took 34ms
11-08 22:43:10.249: W/InputDispatcher(545): Canceling events for 852e7d8 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) because it is unresponsive
11-08 22:43:10.266: I/BackdropActivity(6695): onResume()
11-08 22:43:10.267: I/ActivityTaskManager(545): Activity requesting to dismiss Keyguard: ActivityRecord{cef2525 u0 com.google.android.apps.mtaas.backdrop/.BackdropActivity t6}
11-08 22:43:10.268: I/app_process(8341): System.exit called, status: 0
11-08 22:43:10.268: I/AndroidRuntime(8341): VM exiting with result code 0.
11-08 22:43:10.276: W/WindowManager(545): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@a908a
11-08 22:43:10.279: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: clear data
11-08 22:43:10.280: V/UiAutomationManager(545): UiAutomation service owner died
11-08 22:43:10.281: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=-1: clearApplicationUserData
11-08 22:43:10.283: I/keystore(366): clear_uid 10177
11-08 22:43:10.284: I/WindowManager(545): Input event dispatching timed out . Reason: 3d28be1 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5043ms for FocusEvent(hasFocus=true)
11-08 22:43:10.285: V/AvrcpMediaPlayerList(730): mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_DATA_CLEARED
11-08 22:43:10.285: D/CarrierSvcBindHelper(1073): No carrier app for: 0
11-08 22:43:10.285: E/system_server(545): No package ID 7f found for ID 0x7f080142.
11-08 22:43:10.285: E/system_server(545): No package ID 7f found for ID 0x7f1201d8.
11-08 22:43:10.285: E/system_server(545): No package ID 7f found for ID 0x7f1201d8.
11-08 22:43:10.285: E/system_server(545): No package ID 7f found for ID 0x7f080140.
11-08 22:43:10.285: E/system_server(545): No package ID 7f found for ID 0x7f1201d7.
11-08 22:43:10.285: E/system_server(545): No package ID 7f found for ID 0x7f1201d7.
11-08 22:43:10.287: I/CarrierServices(2664): [2] RcsAutoStartReceiver.a: enableRcs changed from true to true
11-08 22:43:10.297: D/WindowManager(545): notifyANR took 48ms

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Nov 11, 2022

► 11/10 Main
• toggleSearchBookmarksAndHistoryTest Firebase link

11-10 07:01:11.225: I/WindowManager(545): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 353670e org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5001ms for FocusEvent(hasFocus=true)
11-10 07:01:11.264: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-10 07:01:11.264: I/ActivityManager(545): Killing 8363:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-10 07:01:11.264: W/Binder(8347): Caught a RuntimeException from the binder stub implementation.
11-10 07:01:11.264: W/Binder(8347): java.lang.SecurityException: Calling from not trusted UID!
11-10 07:01:11.264: W/Binder(8347): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-10 07:01:11.264: W/Binder(8347): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-10 07:01:11.264: W/Binder(8347): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-10 07:01:11.264: W/Binder(8347): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-10 07:01:11.264: W/Binder(8347): at android.os.Binder.execTransact(Binder.java:1123)
11-10 07:01:11.265: I/app_process(8347): System.exit called, status: 0
11-10 07:01:11.265: I/AndroidRuntime(8347): VM exiting with result code 0.
11-10 07:01:11.266: I/ServiceChildProcess(8532): Destroying GeckoServiceChildProcess
11-10 07:01:11.267: I/ServiceChildProcess(8433): Destroying GeckoServiceChildProcess
11-10 07:01:11.266: W/ActivityTaskManager(545): Force removing ActivityRecord{28587dc u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f}}: app died, no saved state
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.269: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-10 07:01:11.270: I/ActivityManager(545): Killing 8433:org.mozilla.fenix.debug:tab21/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-10 07:01:11.270: I/ActivityManager(545): Killing 8532:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-10 07:01:11.271: I/WindowManager(545): Force finishing activity ActivityRecord{28587dc u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f} isExiting}
11-10 07:01:11.271: W/ActivityTaskManager(545): Duplicate finish request for r=ActivityRecord{28587dc u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f} isExiting}
11-10 07:01:11.271: D/WindowManager(545): notifyANR took 47ms

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Nov 15, 2022

► 11/15 Main
• openAllInTabsTest Firebase link

11-14 14:53:59.398: I/WindowManager(545): WIN DEATH: Window{b7089a9 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
11-14 14:53:59.398: W/InputDispatcher(545): Attempted to unregister already unregistered input channel 'b7089a9 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)'
11-14 14:53:59.398: I/Zygote(292): Process 7491 exited cleanly (0)
11-14 14:53:59.402: I/binder(0): 545:4178 transaction failed 29189/-22, size 84-0 line 2692
11-14 14:53:59.400: W/WindowManager(545): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@af2bb23
11-14 14:53:59.400: I/ActivityManager(545): Process org.mozilla.fenix.debug (pid 7394) has died: fg TOP
11-14 14:53:59.401: W/ActivityManager(545): Exception when unbinding service org.mozilla.fenix.debug/org.mozilla.gecko.process.GeckoChildProcessServices$tab6
11-14 14:53:59.401: W/ActivityManager(545): android.os.DeadObjectException
11-14 14:53:59.401: W/ActivityManager(545): at android.os.BinderProxy.transactNative(Native Method)
11-14 14:53:59.401: W/ActivityManager(545): at android.os.BinderProxy.transact(BinderProxy.java:540)
11-14 14:53:59.401: W/ActivityManager(545): at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1646)
11-14 14:53:59.401: W/ActivityManager(545): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:3545)
11-14 14:53:59.401: W/ActivityManager(545): at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:3947)
11-14 14:53:59.401: W/ActivityManager(545): at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:14771)
11-14 14:53:59.401: W/ActivityManager(545): at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3772)
11-14 14:53:59.401: W/ActivityManager(545): at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3926)
11-14 14:53:59.401: W/ActivityManager(545): at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1601)
11-14 14:53:59.401: W/ActivityManager(545): at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:305)
11-14 14:53:59.401: W/ActivityManager(545): at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:654)
11-14 14:53:59.401: W/ActivityManager(545): Exception when unbinding service org.mozilla.fenix.debug/org.mozilla.gecko.process.GeckoChildProcessServices$tab28
11-14 14:53:59.401: W/ActivityManager(545): android.os.DeadObjectException
11-14 14:53:59.401: W/ActivityManager(545): at android.os.BinderProxy.transactNative(Native Method)
11-14 14:53:59.401: W/ActivityManager(545): at android.os.BinderProxy.transact(BinderProxy.java:540)
11-14 14:53:59.401: W/ActivityManager(545): at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1646)
11-14 14:53:59.401: W/ActivityManager(545): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:3545)
11-14 14:53:59.401: W/ActivityManager(545): at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:3947)
11-14 14:53:59.401: W/ActivityManager(545): at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:14771)
11-14 14:53:59.401: W/ActivityManager(545): at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3772)
11-14 14:53:59.401: W/ActivityManager(545): at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3926)
11-14 14:53:59.401: W/ActivityManager(545): at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1601)
11-14 14:53:59.401: W/ActivityManager(545): at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:305)
11-14 14:53:59.401: W/ActivityManager(545): at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:654)
11-14 14:53:59.401: W/lowmemorykiller(178): Failed to open /proc/7491/oom_score_adj; errno=2: process 7491 might have been killed
11-14 14:53:59.401: I/Zygote(292): Process 7967 exited cleanly (0)
11-14 14:53:59.402: W/ActivityTaskManager(545): Force removing ActivityRecord{8e0bded u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t7}: app died, no saved state
11-14 14:53:59.403: I/libprocessgroup(545): Successfully killed process cgroup uid 10177 pid 7394 in 0ms
11-14 14:53:59.405: I/binder(0): undelivered transaction 497690, process died.
11-14 14:53:59.405: I/binder(0): undelivered transaction 497691, process died.
11-14 14:53:59.405: I/binder(0): undelivered transaction 497689, process died.
11-14 14:53:59.404: W/ActivityManager(545): Crash of app org.mozilla.fenix.debug running instrumentation ComponentInfo{org.mozilla.fenix.debug.test/androidx.test.runner.AndroidJUnitRunner}
11-14 14:53:59.404: I/Zygote(292): Process 7539 exited cleanly (0)
11-14 14:53:59.405: W/Binder(7325): Caught a RuntimeException from the binder stub implementation.
11-14 14:53:59.405: W/Binder(7325): java.lang.SecurityException: Calling from not trusted UID!
11-14 14:53:59.405: W/Binder(7325): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-14 14:53:59.405: W/Binder(7325): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-14 14:53:59.405: W/Binder(7325): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-14 14:53:59.405: W/Binder(7325): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-14 14:53:59.405: W/Binder(7325): at android.os.Binder.execTransact(Binder.java:1123)
11-14 14:53:59.405: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-14 14:53:59.405: I/ActivityManager(545): Killing 7967:org.mozilla.fenix.debug:tab6/u0a177 (adj 900): stop org.mozilla.fenix.debug due to finished inst
11-14 14:53:59.405: I/ActivityManager(545): Killing 7491:org.mozilla.fenix.debug:tab28/u0a177 (adj 900): stop org.mozilla.fenix.debug due to finished inst
11-14 14:53:59.405: I/libprocessgroup(545): Successfully killed process cgroup uid 10177 pid 7967 in 0ms
11-14 14:53:59.405: I/libprocessgroup(545): Successfully killed process cgroup uid 10177 pid 7491 in 0ms
11-14 14:53:59.405: I/ActivityManager(545): Killing 9291:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 (adj 200): stop org.mozilla.fenix.debug due to finished inst
11-14 14:53:59.406: W/ActivityManager(545): Bringing down service while still waiting for start foreground: ServiceRecord{58eac01 u0 org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
11-14 14:53:59.406: I/app_process(7325): System.exit called, status: 0
11-14 14:53:59.406: I/AndroidRuntime(7325): VM exiting with result code 0.
11-14 14:53:59.406: I/ActivityManager(545): Killing 7539:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-14 14:53:59.406: I/WindowManager(545): Force finishing activity ActivityRecord{8e0bded u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t7 f} isExiting}

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Nov 16, 2022

► 11/15 Main
• verifyAddressAutofillTest Firebase link

11-15 18:43:35.390: I/WindowManager(545): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: b0d815f org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5056ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (540.0, 404.0)]), policyFlags=0x6b000000
11-15 18:43:35.430: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-15 18:43:35.430: I/ActivityManager(545): Killing 7417:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-15 18:43:35.431: W/Binder(7322): Caught a RuntimeException from the binder stub implementation.
11-15 18:43:35.431: W/Binder(7322): java.lang.SecurityException: Calling from not trusted UID!
11-15 18:43:35.431: W/Binder(7322): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-15 18:43:35.431: W/Binder(7322): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-15 18:43:35.431: W/Binder(7322): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-15 18:43:35.431: W/Binder(7322): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-15 18:43:35.431: W/Binder(7322): at android.os.Binder.execTransact(Binder.java:1123)
11-15 18:43:35.432: I/app_process(7322): System.exit called, status: 0
11-15 18:43:35.432: I/AndroidRuntime(7322): VM exiting with result code 0.
11-15 18:43:35.433: I/ServiceChildProcess(7500): Destroying GeckoServiceChildProcess
11-15 18:43:35.433: W/ActivityTaskManager(545): Force removing ActivityRecord{ba562b5 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t7 f}}: app died, no saved state
11-15 18:43:35.434: I/ServiceChildProcess(7578): Destroying GeckoServiceChildProcess
11-15 18:43:35.434: I/enix.debug:tab(7500): System.exit called, status: 0
11-15 18:43:35.434: I/AndroidRuntime(7500): VM exiting with result code 0, cleanup skipped.
11-15 18:43:35.435: I/fenix.debug:gp(7578): System.exit called, status: 0
11-15 18:43:35.435: I/AndroidRuntime(7578): VM exiting with result code 0, cleanup skipped.
11-15 18:43:35.438: D/HostConnection(545): HostConnection::get() New Host Connection established 0xb400007499fa8250, tid 7614
11-15 18:43:35.440: D/HostConnection(545): HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0
11-15 18:43:35.441: W/OpenGLRenderer(545): Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
11-15 18:43:35.442: D/EGL_emulation(545): eglCreateContext: 0xb40000748a062dc0: maj 3 min 0 rcv 3
11-15 18:43:35.443: D/EGL_emulation(545): eglMakeCurrent: 0xb40000748a062dc0: ver 3 0 (tinfo 0xb40000742a0697a0) (first time)
11-15 18:43:35.447: I/hwservicemanager(180): getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device manifest.
11-15 18:43:35.448: W/Gralloc4(545): allocator 3.x is not supported
11-15 18:43:35.448: D/goldfish-address-space(306): claimShared: Ask to claim region [0x1f9a58000 0x1f9f68000]
11-15 18:43:35.452: I/Zygote(292): Process 7500 exited cleanly (0)
11-15 18:43:35.453: I/Zygote(292): Process 7578 exited cleanly (0)
11-15 18:43:35.448: I/binder(0): release 7322:7413 transaction 499168 out, still active
11-15 18:43:35.448: I/binder(0): release 7322:7413 transaction 499167 in, still active
11-15 18:43:35.448: I/binder(0): undelivered TRANSACTION_COMPLETE
11-15 18:43:35.459: E/FrameEvents(545): updateAcquireFence: Did not find frame.
11-15 18:43:35.459: D/goldfish-address-space(306): claimShared: Ask to claim region [0x1fc7ec000 0x1fccfc000]
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.463: W/WindowManager(545): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@77aaaaf
11-15 18:43:35.465: I/binder(0): 545:1206 transaction failed 29189/0, size 8-0 line 2624
11-15 18:43:35.465: I/binder(0): send failed reply for transaction 499168, target dead
11-15 18:43:35.465: I/binder(0): send failed reply for transaction 499167 to 7417:7553
11-15 18:43:35.467: V/UiAutomationManager(545): UiAutomation service owner died
11-15 18:43:35.467: I/ActivityManager(545): Killing 7500:org.mozilla.fenix.debug:tab1/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-15 18:43:35.467: I/ActivityManager(545): Killing 7578:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-15 18:43:35.469: D/WindowManager(545): notifyANR took 80ms

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Nov 17, 2022

► 11/16 Main
• verifyAddressAutofillTest Firebase link

11-15 18:43:35.390: I/WindowManager(545): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: b0d815f org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5056ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (540.0, 404.0)]), policyFlags=0x6b000000
11-15 18:43:35.430: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-15 18:43:35.430: I/ActivityManager(545): Killing 7417:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-15 18:43:35.431: W/Binder(7322): Caught a RuntimeException from the binder stub implementation.
11-15 18:43:35.431: W/Binder(7322): java.lang.SecurityException: Calling from not trusted UID!
11-15 18:43:35.431: W/Binder(7322): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-15 18:43:35.431: W/Binder(7322): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-15 18:43:35.431: W/Binder(7322): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-15 18:43:35.431: W/Binder(7322): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-15 18:43:35.431: W/Binder(7322): at android.os.Binder.execTransact(Binder.java:1123)
11-15 18:43:35.432: I/app_process(7322): System.exit called, status: 0
11-15 18:43:35.432: I/AndroidRuntime(7322): VM exiting with result code 0.
11-15 18:43:35.433: I/ServiceChildProcess(7500): Destroying GeckoServiceChildProcess
11-15 18:43:35.433: W/ActivityTaskManager(545): Force removing ActivityRecord{ba562b5 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t7 f}}: app died, no saved state
11-15 18:43:35.434: I/ServiceChildProcess(7578): Destroying GeckoServiceChildProcess
11-15 18:43:35.434: I/enix.debug:tab(7500): System.exit called, status: 0
11-15 18:43:35.434: I/AndroidRuntime(7500): VM exiting with result code 0, cleanup skipped.
11-15 18:43:35.435: I/fenix.debug:gp(7578): System.exit called, status: 0
11-15 18:43:35.435: I/AndroidRuntime(7578): VM exiting with result code 0, cleanup skipped.
11-15 18:43:35.438: D/HostConnection(545): HostConnection::get() New Host Connection established 0xb400007499fa8250, tid 7614
11-15 18:43:35.440: D/HostConnection(545): HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0
11-15 18:43:35.441: W/OpenGLRenderer(545): Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
11-15 18:43:35.442: D/EGL_emulation(545): eglCreateContext: 0xb40000748a062dc0: maj 3 min 0 rcv 3
11-15 18:43:35.443: D/EGL_emulation(545): eglMakeCurrent: 0xb40000748a062dc0: ver 3 0 (tinfo 0xb40000742a0697a0) (first time)
11-15 18:43:35.447: I/hwservicemanager(180): getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device manifest.
11-15 18:43:35.448: W/Gralloc4(545): allocator 3.x is not supported
11-15 18:43:35.448: D/goldfish-address-space(306): claimShared: Ask to claim region [0x1f9a58000 0x1f9f68000]
11-15 18:43:35.452: I/Zygote(292): Process 7500 exited cleanly (0)
11-15 18:43:35.453: I/Zygote(292): Process 7578 exited cleanly (0)
11-15 18:43:35.448: I/binder(0): release 7322:7413 transaction 499168 out, still active
11-15 18:43:35.448: I/binder(0): release 7322:7413 transaction 499167 in, still active
11-15 18:43:35.448: I/binder(0): undelivered TRANSACTION_COMPLETE
11-15 18:43:35.459: E/FrameEvents(545): updateAcquireFence: Did not find frame.
11-15 18:43:35.459: D/goldfish-address-space(306): claimShared: Ask to claim region [0x1fc7ec000 0x1fccfc000]
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.462: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-15 18:43:35.463: W/WindowManager(545): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@77aaaaf
11-15 18:43:35.465: I/binder(0): 545:1206 transaction failed 29189/0, size 8-0 line 2624
11-15 18:43:35.465: I/binder(0): send failed reply for transaction 499168, target dead
11-15 18:43:35.465: I/binder(0): send failed reply for transaction 499167 to 7417:7553
11-15 18:43:35.467: V/UiAutomationManager(545): UiAutomation service owner died
11-15 18:43:35.467: I/ActivityManager(545): Killing 7500:org.mozilla.fenix.debug:tab1/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-15 18:43:35.467: I/ActivityManager(545): Killing 7578:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-15 18:43:35.469: D/WindowManager(545): notifyANR took 80ms

• verifyContextMenuShortcuts Firebase link

11-16 12:27:38.142: I/WindowManager(545): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 752099e org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5022ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (922.0, 1721.0)]), policyFlags=0x6b000000
11-16 12:27:38.157: D/SessionStorage/AutoSave(11267): Saved state to disk [15ms]
11-16 12:27:38.190: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-16 12:27:38.191: I/ActivityManager(545): Killing 11267:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-16 12:27:38.191: W/Binder(11251): Caught a RuntimeException from the binder stub implementation.
11-16 12:27:38.191: W/Binder(11251): java.lang.SecurityException: Calling from not trusted UID!
11-16 12:27:38.191: W/Binder(11251): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-16 12:27:38.191: W/Binder(11251): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-16 12:27:38.191: W/Binder(11251): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-16 12:27:38.191: W/Binder(11251): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-16 12:27:38.191: W/Binder(11251): at android.os.Binder.execTransact(Binder.java:1123)
11-16 12:27:38.192: I/app_process(11251): System.exit called, status: 0
11-16 12:27:38.192: I/AndroidRuntime(11251): VM exiting with result code 0.
11-16 12:27:38.193: I/ServiceChildProcess(11335): Destroying GeckoServiceChildProcess
11-16 12:27:38.193: I/ServiceChildProcess(11825): Destroying GeckoServiceChildProcess
11-16 12:27:38.193: I/ServiceChildProcess(11423): Destroying GeckoServiceChildProcess
11-16 12:27:38.193: W/ActivityTaskManager(545): Force removing ActivityRecord{64a61af u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t14 f}}: app died, no saved state
11-16 12:27:38.230: D/goldfish-address-space(306): claimShared: Ask to claim region [0x1f30f0000 0x1f38dc000]
11-16 12:27:38.231: I/enix.debug:tab(11825): System.exit called, status: 0
11-16 12:27:38.231: I/AndroidRuntime(11825): VM exiting with result code 0, cleanup skipped.
11-16 12:27:38.232: I/fenix.debug:gp(11423): System.exit called, status: 0
11-16 12:27:38.232: I/AndroidRuntime(11423): VM exiting with result code 0, cleanup skipped.
11-16 12:27:38.232: I/nix.debug:tab1(11335): System.exit called, status: 0
11-16 12:27:38.232: I/AndroidRuntime(11335): VM exiting with result code 0, cleanup skipped.
11-16 12:27:38.234: I/hwservicemanager(180): getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device manifest.
11-16 12:27:38.234: I/Gralloc4(11951): mapper 4.x is not supported
11-16 12:27:38.236: D/HostConnection(11951): createUnique: call
11-16 12:27:38.236: D/HostConnection(11951): HostConnection::get() New Host Connection established 0xb4000075a6310290, tid 11951
11-16 12:27:38.237: D/goldfish-address-space(11951): allocate: Ask for block of size 0x100
11-16 12:27:38.237: D/goldfish-address-space(11951): allocate: ioctl allocate returned offset 0x1efff8000 size 0x8000
11-16 12:27:38.238: D/HostConnection(11951): HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0
11-16 12:27:38.239: I/Zygote(292): Process 11825 exited cleanly (0)
11-16 12:27:38.242: D/HostConnection(545): HostConnection::get() New Host Connection established 0xb400007499fa6ed0, tid 7551
11-16 12:27:38.244: D/HostConnection(545): HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0
11-16 12:27:38.244: W/OpenGLRenderer(545): Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
11-16 12:27:38.245: D/EGL_emulation(545): eglCreateContext: 0xb40000748a091440: maj 3 min 0 rcv 3
11-16 12:27:38.245: D/EGL_emulation(545): eglMakeCurrent: 0xb40000748a091440: ver 3 0 (tinfo 0xb40000742a059300) (first time)
11-16 12:27:38.248: I/hwservicemanager(180): getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device manifest.
11-16 12:27:38.249: W/Gralloc4(545): allocator 3.x is not supported
11-16 12:27:38.249: I/Zygote(292): Process 11335 exited cleanly (0)
11-16 12:27:38.249: D/goldfish-address-space(306): claimShared: Ask to claim region [0x1f38dc000 0x1f3dec000]
11-16 12:27:38.252: I/Zygote(292): Process 11423 exited cleanly (0)
11-16 12:27:38.249: I/binder(0): release 11251:11265 transaction 545184 out, still active
11-16 12:27:38.249: I/binder(0): release 11251:11265 transaction 545183 in, still active
11-16 12:27:38.249: I/binder(0): undelivered TRANSACTION_COMPLETE
11-16 12:27:38.258: E/FrameEvents(545): updateAcquireFence: Did not find frame.
11-16 12:27:38.258: D/goldfish-address-space(306): claimShared: Ask to claim region [0x1f0000000 0x1f0510000]
11-16 12:27:38.259: I/Zygote(292): Process 11267 exited due to signal 9 (Killed)
11-16 12:27:38.258: I/binder(0): release 11267:11388 transaction 545183 out, still active
11-16 12:27:38.258: I/binder(0): undelivered TRANSACTION_COMPLETE
11-16 12:27:38.258: I/binder(0): undelivered transaction 545574, process died.
11-16 12:27:38.258: I/binder(0): undelivered transaction 545573, process died.
11-16 12:27:38.258: I/binder(0): undelivered transaction 545569, process died.
11-16 12:27:38.258: I/binder(0): undelivered transaction 545570, process died.
11-16 12:27:38.258: I/binder(0): undelivered transaction 545580, process died.
11-16 12:27:38.260: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.260: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.260: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.260: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.260: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.260: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.260: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.260: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.260: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.260: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.261: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.261: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.261: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.261: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.261: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.261: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.261: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.261: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.261: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.261: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-16 12:27:38.262: I/WindowManager(545): WIN DEATH: Window{752099e u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
11-16 12:27:38.263: I/binder(0): 545:567 transaction failed 29189/0, size 8-0 line 2624
11-16 12:27:38.263: I/binder(0): send failed reply for transaction 545184, target dead
11-16 12:27:38.263: I/binder(0): send failed reply for transaction 545183, target dead
11-16 12:27:38.264: W/WindowManager(545): Failed looking up window session=Session{b03aa68 11267:u0a10177} callers=com.android.server.wm.WindowManagerService.windowForClientLocked:5425 com.android.server.wm.WindowState$DeathRecipient.binderDied:2810 android.os.IBinder$DeathRecipient.binderDied:305
11-16 12:27:38.264: I/WindowManager(545): WIN DEATH: null
11-16 12:27:38.264: I/ActivityManager(545): Killing 11825:org.mozilla.fenix.debug:tab3/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-16 12:27:38.264: W/WindowManager(545): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@ee4c5b6
11-16 12:27:38.265: V/UiAutomationManager(545): UiAutomation service owner died
11-16 12:27:38.265: I/ActivityManager(545): Killing 11335:org.mozilla.fenix.debug:tab15/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-16 12:27:38.265: W/WindowManager(545): Cannot find window which accessibility connection is added to
11-16 12:27:38.265: W/WindowManager(545): Cannot find window which accessibility connection is added to
11-16 12:27:38.265: I/ActivityManager(545): Killing 11423:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-16 12:27:38.266: W/ActivityManager(545): Spurious death for ProcessRecord{37495e1 0:org.mozilla.fenix.debug:tab15/u0a177}, curProc for 11335: null
11-16 12:27:38.266: D/WindowManager(545): notifyANR took 125ms

• toggleSearchBookmarksAndHistoryTest Firebase link

11-16 12:01:11.843: I/WindowManager(545): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 6076145 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5005ms for FocusEvent(hasFocus=false)
11-16 12:01:11.892: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-16 12:01:11.892: I/ActivityManager(545): Killing 8034:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-16 12:01:11.893: W/Binder(8018): Caught a RuntimeException from the binder stub implementation.
11-16 12:01:11.893: W/Binder(8018): java.lang.SecurityException: Calling from not trusted UID!
11-16 12:01:11.893: W/Binder(8018): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-16 12:01:11.893: W/Binder(8018): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-16 12:01:11.893: W/Binder(8018): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-16 12:01:11.893: W/Binder(8018): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-16 12:01:11.893: W/Binder(8018): at android.os.Binder.execTransact(Binder.java:1123)
11-16 12:01:11.893: I/app_process(8018): System.exit called, status: 0
11-16 12:01:11.893: I/AndroidRuntime(8018): VM exiting with result code 0.
11-16 12:01:11.894: I/ServiceChildProcess(8126): Destroying GeckoServiceChildProcess
11-16 12:01:11.894: W/ActivityTaskManager(545): Force removing ActivityRecord{d7cb701 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f}}: app died, no saved state
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.899: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-16 12:01:11.900: I/ActivityManager(545): Killing 8126:org.mozilla.fenix.debug:tab32/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-16 12:01:11.901: I/ActivityManager(545): Killing 8200:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-16 12:01:11.902: I/WindowManager(545): Force finishing activity ActivityRecord{d7cb701 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f} isExiting}
11-16 12:01:11.902: W/ActivityTaskManager(545): Duplicate finish request for r=ActivityRecord{d7cb701 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f} isExiting}
11-16 12:01:11.903: D/WindowManager(545): notifyANR took 91ms

• customTabCopyToolbarUrlTest Firebase link

11-16 13:30:58.408: I/WindowManager(545): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.customtabs.ExternalAppBrowserActivity. Reason: a94fab9 org.mozilla.fenix.debug/org.mozilla.fenix.customtabs.ExternalAppBrowserActivity (server) is not responding. Waited 5011ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (540.0, 1720.0)]), policyFlags=0x6b000000
11-16 13:30:58.425: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-16 13:30:58.426: W/Binder(7310): Caught a RuntimeException from the binder stub implementation.
11-16 13:30:58.426: W/Binder(7310): java.lang.SecurityException: Calling from not trusted UID!
11-16 13:30:58.426: W/Binder(7310): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-16 13:30:58.426: W/Binder(7310): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-16 13:30:58.426: W/Binder(7310): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-16 13:30:58.426: W/Binder(7310): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-16 13:30:58.426: W/Binder(7310): at android.os.Binder.execTransact(Binder.java:1123)
11-16 13:30:58.426: I/ActivityManager(545): Killing 7383:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-16 13:30:58.427: W/ActivityTaskManager(545): Force removing ActivityRecord{5685505 u0 org.mozilla.fenix.debug/org.mozilla.fenix.customtabs.ExternalAppBrowserActivity t8 f}}: app died, no saved state
11-16 13:30:58.427: I/ServiceChildProcess(7546): Destroying GeckoServiceChildProcess
11-16 13:30:58.427: I/ServiceChildProcess(7483): Destroying GeckoServiceChildProcess
11-16 13:30:58.428: I/fenix.debug:gp(7546): System.exit called, status: 0
11-16 13:30:58.428: I/AndroidRuntime(7546): VM exiting with result code 0, cleanup skipped.
11-16 13:30:58.429: I/nix.debug:tab2(7483): System.exit called, status: 0
11-16 13:30:58.429: I/AndroidRuntime(7483): VM exiting with result code 0, cleanup skipped.
11-16 13:30:58.430: I/app_process(7310): System.exit called, status: 0
11-16 13:30:58.430: I/AndroidRuntime(7310): VM exiting with result code 0.
11-16 13:30:58.431: W/ActivityTaskManager(545): Force removing ActivityRecord{b008d73 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t7 f}}: app died, no saved state
11-16 13:30:58.431: W/ActivityTaskManager(545): [ 11-16 13:30:58.432 0: 0 I/ ]
11-16 13:30:58.431: W/ActivityTaskManager(545): Socket Thread (7442) used greatest stack depth: 9808 bytes left
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.432: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-16 13:30:58.433: I/ActivityManager(545): Killing 7483:org.mozilla.fenix.debug:tab29/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-16 13:30:58.434: I/ActivityManager(545): Killing 7546:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-16 13:30:58.434: I/BackdropActivity(6700): onResume()
11-16 13:30:58.436: I/ActivityTaskManager(545): Activity requesting to dismiss Keyguard: ActivityRecord{33cc4ae u0 com.google.android.apps.mtaas.backdrop/.BackdropActivity t6}
11-16 13:30:58.444: D/WindowManager(545): notifyANR took 82ms

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Nov 17, 2022

► 11/17 Main
• toggleSearchBookmarksAndHistoryTest Firebase link

11-16 14:09:21.966: I/WindowManager(545): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 8619507 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5000ms for FocusEvent(hasFocus=false)
11-16 14:09:21.989: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-16 14:09:21.989: I/ActivityManager(545): Killing 7974:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-16 14:09:21.989: W/Binder(7957): Caught a RuntimeException from the binder stub implementation.
11-16 14:09:21.989: W/Binder(7957): java.lang.SecurityException: Calling from not trusted UID!
11-16 14:09:21.989: W/Binder(7957): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-16 14:09:21.989: W/Binder(7957): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-16 14:09:21.989: W/Binder(7957): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-16 14:09:21.989: W/Binder(7957): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-16 14:09:21.989: W/Binder(7957): at android.os.Binder.execTransact(Binder.java:1123)
11-16 14:09:21.991: I/ServiceChildProcess(8111): Destroying GeckoServiceChildProcess
11-16 14:09:21.992: I/ServiceChildProcess(8216): Destroying GeckoServiceChildProcess
11-16 14:09:21.992: W/ActivityTaskManager(545): Force removing ActivityRecord{890f008 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f}}: app died, no saved state
11-16 14:09:21.995: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.995: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.995: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.995: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.995: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.995: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.995: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.995: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.995: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.996: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.996: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.996: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.996: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.996: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.996: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.996: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.996: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.996: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.996: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.996: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-16 14:09:21.997: I/ActivityManager(545): Killing 8111:org.mozilla.fenix.debug:tab12/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-16 14:09:22.000: I/ActivityManager(545): Killing 8216:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-16 14:09:22.001: D/WindowManager(545): notifyANR took 35ms

• verifySponsoredShortcutsSettingsOptionTest Firebase link

11-17 10:17:54.823: I/WindowManager(545): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 9bee83b org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5037ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (416.0, 568.0)]), policyFlags=0x6b000000
11-17 10:17:54.858: I/PeriodicStatsRunner(1275): PeriodicStatsRunner.call():180 call()
11-17 10:17:54.858: I/PeriodicStatsRunner(1275): PeriodicStatsRunner.call():184 No submit PeriodicStats since input started.
11-17 10:17:54.860: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-17 10:17:54.860: I/ActivityManager(545): Killing 8412:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-17 10:17:54.861: W/Binder(8396): Caught a RuntimeException from the binder stub implementation.
11-17 10:17:54.861: W/Binder(8396): java.lang.SecurityException: Calling from not trusted UID!
11-17 10:17:54.861: W/Binder(8396): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-17 10:17:54.861: W/Binder(8396): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-17 10:17:54.861: W/Binder(8396): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-17 10:17:54.861: W/Binder(8396): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-17 10:17:54.861: W/Binder(8396): at android.os.Binder.execTransact(Binder.java:1123)
11-17 10:17:54.861: W/ActivityTaskManager(545): Force removing ActivityRecord{67ddbac u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f}}: app died, no saved state
11-17 10:17:54.862: I/ServiceChildProcess(8604): Destroying GeckoServiceChildProcess
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.865: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-17 10:17:54.866: I/ActivityManager(545): Killing 8490:org.mozilla.fenix.debug:tab14/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-17 10:17:54.866: I/ActivityManager(545): Killing 8604:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-17 10:17:54.866: I/WindowManager(545): Force finishing activity ActivityRecord{67ddbac u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f} isExiting}
11-17 10:17:54.866: W/ActivityTaskManager(545): Duplicate finish request for r=ActivityRecord{67ddbac u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f} isExiting}
11-17 10:17:54.867: D/WindowManager(545): notifyANR took 46ms

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Nov 23, 2022

► 11/17 Main
• verifySponsoredShortcutsSettingsOptionTest Firebase link

11-22 15:41:41.803: I/WindowManager(545): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 1c2cfce org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5037ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (416.0, 568.0)]), policyFlags=0x6b000000
11-22 15:41:41.848: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-22 15:41:41.849: I/ActivityManager(545): Killing 8283:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-22 15:41:41.849: W/Binder(8263): Caught a RuntimeException from the binder stub implementation.
11-22 15:41:41.849: W/Binder(8263): java.lang.SecurityException: Calling from not trusted UID!
11-22 15:41:41.849: W/Binder(8263): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-22 15:41:41.849: W/Binder(8263): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-22 15:41:41.849: W/Binder(8263): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-22 15:41:41.849: W/Binder(8263): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-22 15:41:41.849: W/Binder(8263): at android.os.Binder.execTransact(Binder.java:1123)
11-22 15:41:41.850: I/app_process(8263): System.exit called, status: 0
11-22 15:41:41.850: I/AndroidRuntime(8263): VM exiting with result code 0.
11-22 15:41:41.850: W/ActivityTaskManager(545): Force removing ActivityRecord{9db7b2f u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f}}: app died, no saved state
11-22 15:41:41.856: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.858: I/ActivityManager(545): Killing 8368:org.mozilla.fenix.debug:tab21/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-22 15:41:41.862: I/ActivityManager(545): Killing 8437:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-22 15:41:41.863: D/WindowManager(545): notifyANR took 61ms

@AaronMT
Copy link
Contributor

AaronMT commented Nov 24, 2022

Looks like verifySponsoredShortcutsSponsorsAndPrivacyOptionTest hit back-to-back unfortunately

https://console.firebase.google.com/project/moz-fenix/testlab/histories/bh.66b7091e15d53d45/matrices/6482696151837513870/executions/bs.5f08625999530f59/testcases/2

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Nov 24, 2022

► 11/23 Main
• verifySponsoredShortcutsSettingsOptionTest Firebase link

11-22 15:41:41.803: I/WindowManager(545): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 1c2cfce org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5037ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (416.0, 568.0)]), policyFlags=0x6b000000
11-22 15:41:41.848: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-22 15:41:41.849: I/ActivityManager(545): Killing 8283:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-22 15:41:41.849: W/Binder(8263): Caught a RuntimeException from the binder stub implementation.
11-22 15:41:41.849: W/Binder(8263): java.lang.SecurityException: Calling from not trusted UID!
11-22 15:41:41.849: W/Binder(8263): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-22 15:41:41.849: W/Binder(8263): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-22 15:41:41.849: W/Binder(8263): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-22 15:41:41.849: W/Binder(8263): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-22 15:41:41.849: W/Binder(8263): at android.os.Binder.execTransact(Binder.java:1123)
11-22 15:41:41.850: I/app_process(8263): System.exit called, status: 0
11-22 15:41:41.850: I/AndroidRuntime(8263): VM exiting with result code 0.
11-22 15:41:41.850: W/ActivityTaskManager(545): Force removing ActivityRecord{9db7b2f u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f}}: app died, no saved state
11-22 15:41:41.856: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.857: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-22 15:41:41.858: I/ActivityManager(545): Killing 8368:org.mozilla.fenix.debug:tab21/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-22 15:41:41.862: I/ActivityManager(545): Killing 8437:org.mozilla.

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Nov 24, 2022

► 11/24 Main
• 💥 Failed 1x verifySponsoredShortcutsSponsorsAndPrivacyOptionTest

Firebase link

11-23 18:07:17.744: I/WindowManager(545): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 96cce84 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5028ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (416.0, 568.0)]), policyFlags=0x6b000000
11-23 18:07:17.791: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-23 18:07:17.791: I/ActivityManager(545): Killing 8044:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-23 18:07:17.792: W/Binder(8027): Caught a RuntimeException from the binder stub implementation.
11-23 18:07:17.792: W/Binder(8027): java.lang.SecurityException: Calling from not trusted UID!
11-23 18:07:17.792: W/Binder(8027): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-23 18:07:17.792: W/Binder(8027): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-23 18:07:17.792: W/Binder(8027): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-23 18:07:17.792: W/Binder(8027): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-23 18:07:17.792: W/Binder(8027): at android.os.Binder.execTransact(Binder.java:1123)
11-23 18:07:17.792: W/ActivityTaskManager(545): Force removing ActivityRecord{f453818 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f}}: app died, no saved state
11-23 18:07:17.792: I/ServiceChildProcess(8221): Destroying GeckoServiceChildProcess
11-23 18:07:17.797: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.797: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.797: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.797: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.797: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.797: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.797: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.797: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.797: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.797: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.798: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.798: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.798: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.798: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.798: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.798: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.798: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.798: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.798: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.798: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-23 18:07:17.799: I/ActivityManager(545): Killing 8142:org.mozilla.fenix.debug:tab5/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-23 18:07:17.799: I/ActivityManager(545): Killing 8221:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-23 18:07:17.800: I/WindowManager(545): Force finishing activity ActivityRecord{f453818 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f} isExiting}
11-23 18:07:17.800: W/ActivityTaskManager(545): Duplicate finish request for r=ActivityRecord{f453818 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f} isExiting}
11-23 18:07:17.802: D/WindowManager(545): notifyANR took 60ms

Firebase link

11-23 18:11:17.402: I/WindowManager(545): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 125e5bd org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5043ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (416.0, 568.0)]), policyFlags=0x6b000000
11-23 18:11:17.405: I/PeriodicStatsRunner(1275): PeriodicStatsRunner.call():180 call()
11-23 18:11:17.406: I/PeriodicStatsRunner(1275): PeriodicStatsRunner.call():184 No submit PeriodicStats since input started.
11-23 18:11:17.440: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-23 18:11:17.440: W/Binder(8044): Caught a RuntimeException from the binder stub implementation.
11-23 18:11:17.440: W/Binder(8044): java.lang.SecurityException: Calling from not trusted UID!
11-23 18:11:17.440: W/Binder(8044): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-23 18:11:17.440: W/Binder(8044): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-23 18:11:17.440: W/Binder(8044): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-23 18:11:17.440: W/Binder(8044): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-23 18:11:17.440: W/Binder(8044): at android.os.Binder.execTransact(Binder.java:1123)
11-23 18:11:17.440: I/ActivityManager(545): Killing 8065:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-23 18:11:17.441: I/app_process(8044): System.exit called, status: 0
11-23 18:11:17.441: I/AndroidRuntime(8044): VM exiting with result code 0.
11-23 18:11:17.442: W/ActivityTaskManager(545): Force removing ActivityRecord{125a09a u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f}}: app died, no saved state
11-23 18:11:17.442: I/ServiceChildProcess(8213): Destroying GeckoServiceChildProcess
11-23 18:11:17.442: I/ServiceChildProcess(8154): Destroying GeckoServiceChildProcess
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.445: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-23 18:11:17.446: I/ActivityManager(545): Killing 8154:org.mozilla.fenix.debug:tab24/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-23 18:11:17.446: I/ActivityManager(545): Killing 8213:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-23 18:11:17.447: I/WindowManager(545): Force finishing activity ActivityRecord{125a09a u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f} isExiting}
11-23 18:11:17.447: W/ActivityTaskManager(545): Duplicate finish request for r=ActivityRecord{125a09a u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f} isExiting}
11-23 18:11:17.448: D/WindowManager(545): notifyANR took 47ms

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Nov 28, 2022

► 11/24 Main

• customTabsSaveLoginTest Firebase link

11-24 07:33:51.872: I/WindowManager(545): WIN DEATH: Window{80adc7b u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
11-24 07:33:51.873: W/WindowManager(545): Cannot find window which accessibility connection is added to
11-24 07:33:51.874: I/Zygote(292): Process 7390 exited due to signal 9 (Killed)
11-24 07:33:51.874: W/ActivityTaskManager(545): Force removing ActivityRecord{9815ec0 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t7}: app died, no saved state
11-24 07:33:51.875: W/ActivityTaskManager(545): Force removing ActivityRecord{b46d3d3 u0 org.mozilla.fenix.debug/org.mozilla.fenix.customtabs.ExternalAppBrowserActivity t8}: app died, no saved state
08-17 07:13:44.843: I/binder(0): undelivered transaction 433626, process died.
08-17 07:13:44.843: I/binder(0): undelivered transaction 433627, process died.
08-17 07:13:44.843: I/binder(0): undelivered transaction 433625, process died.
11-24 07:33:51.876: W/ActivityManager(545): Crash of app org.mozilla.fenix.debug running instrumentation ComponentInfo{org.mozilla.fenix.debug.test/androidx.test.runner.AndroidJUnitRunner}
11-24 07:33:51.876: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-24 07:33:51.876: W/Binder(7319): Caught a RuntimeException from the binder stub implementation.
11-24 07:33:51.876: W/Binder(7319): java.lang.SecurityException: Calling from not trusted UID!
11-24 07:33:51.876: W/Binder(7319): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-24 07:33:51.876: W/Binder(7319): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-24 07:33:51.876: W/Binder(7319): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-24 07:33:51.876: W/Binder(7319): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-24 07:33:51.876: W/Binder(7319): at android.os.Binder.execTransact(Binder.java:1123)
11-24 07:33:51.876: I/ActivityManager(545): Killing 7863:org.mozilla.fenix.debug:tab4/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-24 07:33:51.877: I/ActivityManager(545): Killing 7484:org.mozilla.fenix.debug:tab22/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-24 07:33:51.877: I/ActivityManager(545): Killing 7548:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-24 07:33:51.877: I/WindowManager(545): Force finishing activity ActivityRecord{9815ec0 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t7 f} isExiting}
11-24 07:33:51.877: W/ActivityTaskManager(545): Duplicate finish request for r=ActivityRecord{9815ec0 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t7 f} isExiting}
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-24 07:33:51.878: I/Zygote(292): Process 7484 exited cleanly (0)
11-24 07:33:51.880: I/BackdropActivity(6709): onResume()
11-24 07:33:51.881: I/ActivityTaskManager(545): Activity requesting to dismiss Keyguard: ActivityRecord{bbd6204 u0 com.google.android.apps.mtaas.backdrop/.BackdropActivity t6}
11-24 07:33:51.884: I/Zygote(292): Process 7548 exited cleanly (0)
11-24 07:33:51.884: I/app_process(7319): System.exit called, status: 0
11-24 07:33:51.884: I/AndroidRuntime(7319): VM exiting with result code 0.

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Nov 28, 2022

► 11/28 Main

• verifyContextMenuShortcuts Firebase link

11-27 17:01:36.784: I/WindowManager(545): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: ab30575 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5013ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (922.0, 1721.0)]), policyFlags=0x6b000000
11-27 17:01:36.799: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-27 17:01:36.799: W/Binder(11625): Caught a RuntimeException from the binder stub implementation.
11-27 17:01:36.799: W/Binder(11625): java.lang.SecurityException: Calling from not trusted UID!
11-27 17:01:36.799: W/Binder(11625): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-27 17:01:36.799: W/Binder(11625): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-27 17:01:36.799: W/Binder(11625): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-27 17:01:36.799: W/Binder(11625): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-27 17:01:36.799: W/Binder(11625): at android.os.Binder.execTransact(Binder.java:1123)
11-27 17:01:36.799: I/ActivityManager(545): Killing 11641:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-27 17:01:36.800: W/ActivityTaskManager(545): Force removing ActivityRecord{a83be31 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t16 f}}: app died, no saved state
11-27 17:01:36.800: I/ServiceChildProcess(11729): Destroying GeckoServiceChildProcess
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.804: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-27 17:01:36.805: I/ActivityManager(545): Killing 11729:org.mozilla.fenix.debug:tab31/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-27 17:01:36.805: I/ActivityManager(545): Killing 11804:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-27 17:01:36.806: I/WindowManager(545): Force finishing activity ActivityRecord{a83be31 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t16 f} isExiting}
11-27 17:01:36.806: W/ActivityTaskManager(545): Duplicate finish request for r=ActivityRecord{a83be31 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t16 f} isExiting}
11-27 17:01:36.807: D/WindowManager(545): notifyANR took 24ms

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Nov 29, 2022

► 11/29 Main

• startOnHomepageTest Firebase link

11-28 18:23:09.688: I/WindowManager(545): WIN DEATH: Window{91667f7 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
11-28 18:23:09.688: W/InputDispatcher(545): Attempted to unregister already unregistered input channel '91667f7 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)'
11-28 18:23:09.689: I/ActivityManager(545): Process org.mozilla.fenix.debug (pid 10127) has died: fg TOP
11-28 18:23:09.690: W/WindowManager(545): Cannot find window which accessibility connection is added to
11-28 18:23:09.690: W/WindowManager(545): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@ba79ca8
11-28 18:23:09.690: I/Zygote(292): Process 10127 exited due to signal 9 (Killed)
11-28 18:23:09.691: D/Telephony(1073): isEmergencyPreferredAccount: subId=1, activeData=1
11-28 18:23:09.691: D/Telephony(1073): isEmergencyPreferredAccount: Device does not require preference.
11-28 18:23:09.691: V/KeyguardUpdateMonitor(752): onSubscriptionInfoChanged()
11-28 18:23:09.691: V/KeyguardUpdateMonitor(752): SubInfo:{id=1 iccId=89014103211118510720 simSlotIndex=0 carrierId=1 displayName=T-Mobile carrierName=T-Mobile nameSource=3 iconTint=-16746133 number=+15555215580 dataRoaming=0 iconBitmap=android.graphics.Bitmap@2737a00 mcc=310 mnc=260 countryIso=us isEmbedded=false nativeAccessRules=null cardString=89014103211118510720 cardId=-1 isOpportunistic=false groupUUID=null isGroupDisabled=false profileClass=-1 ehplmns=null hplmns=null subscriptionType=0 groupOwner=null carrierConfigAccessRules=null areUiccApplicationsEnabled=true}
11-28 18:23:09.691: W/ActivityManager(545): Scheduling restart of crashed service org.mozilla.fenix.debug/androidx.work.impl.background.systemjob.SystemJobService in 1000ms for connection
11-28 18:23:09.692: W/ActivityTaskManager(545): Force removing ActivityRecord{6e052c5 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t12}: app died, no saved state
11-28 18:23:09.696: I/binder(0): undelivered transaction 535355, process died.
11-28 18:23:09.696: I/binder(0): undelivered transaction 535356, process died.
11-28 18:23:09.696: I/binder(0): undelivered transaction 535351, process died.
11-28 18:23:09.697: I/binder(0): undelivered transaction 535339, process died.
11-28 18:23:09.697: I/binder(0): undelivered transaction 535349, process died.
11-28 18:23:09.697: I/binder(0): undelivered transaction 535301, process died.
11-28 18:23:09.694: W/ActivityManager(545): Crash of app org.mozilla.fenix.debug running instrumentation ComponentInfo{org.mozilla.fenix.debug.test/androidx.test.runner.AndroidJUnitRunner}
11-28 18:23:09.694: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-28 18:23:09.694: W/Binder(10109): Caught a RuntimeException from the binder stub implementation.
11-28 18:23:09.694: W/Binder(10109): java.lang.SecurityException: Calling from not trusted UID!
11-28 18:23:09.694: W/Binder(10109): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-28 18:23:09.694: W/Binder(10109): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-28 18:23:09.694: W/Binder(10109): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-28 18:23:09.694: W/Binder(10109): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-28 18:23:09.694: W/Binder(10109): at android.os.Binder.execTransact(Binder.java:1123)
11-28 18:23:09.694: I/ActivityManager(545): Killing 10216:org.mozilla.fenix.debug:tab0/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-28 18:23:09.694: I/ActivityManager(545): Killing 10269:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-28 18:23:09.695: I/ActivityManager(545): Force stopping service ServiceRecord{7a06b2f u0 org.mozilla.fenix.debug/androidx.work.impl.background.systemjob.SystemJobService}
11-28 18:23:09.696: I/Zygote(292): Process 10269 exited cleanly (0)
11-28 18:23:09.696: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-28 18:23:09.696: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-28 18:23:09.696: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-28 18:23:09.696: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-28 18:23:09.696: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-28 18:23:09.696: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-28 18:23:09.696: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-28 18:23:09.696: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-28 18:23:09.696: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-28 18:23:09.696: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-28 18:23:09.696: I/app_process(10109): System.exit called, status: 0
11-28 18:23:09.696: I/AndroidRuntime(10109): VM exiting with result code 0.

• toggleSearchBookmarksAndHistoryTest Firebase link

11-29 12:19:47.635: I/WindowManager(545): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 9dd6779 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5010ms for FocusEvent(hasFocus=false)
11-29 12:19:47.653: I/ActivityManager(545): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-29 12:19:47.653: I/ActivityManager(545): Killing 8202:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-29 12:19:47.653: W/Binder(8144): Caught a RuntimeException from the binder stub implementation.
11-29 12:19:47.653: W/Binder(8144): java.lang.SecurityException: Calling from not trusted UID!
11-29 12:19:47.653: W/Binder(8144): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-29 12:19:47.653: W/Binder(8144): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-29 12:19:47.653: W/Binder(8144): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-29 12:19:47.653: W/Binder(8144): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-29 12:19:47.653: W/Binder(8144): at android.os.Binder.execTransact(Binder.java:1123)
11-29 12:19:47.661: W/ActivityTaskManager(545): Force removing ActivityRecord{5c70ebd u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t8 f}}: app died, no saved state
11-29 12:19:47.664: I/ServiceChildProcess(8326): Destroying GeckoServiceChildProcess
11-29 12:19:47.665: I/ServiceChildProcess(8378): Destroying GeckoServiceChildProcess
11-29 12:19:47.666: I/fenix.debug:gp(8378): System.exit called, status: 0
11-29 12:19:47.666: I/AndroidRuntime(8378): VM exiting with result code 0, cleanup skipped.
11-29 12:19:47.667: I/app_process(8144): System.exit called, status: 0
11-29 12:19:47.667: I/AndroidRuntime(8144): VM exiting with result code 0.
11-29 12:19:47.669: I/nix.debug:tab2(8326): System.exit called, status: 0
11-29 12:19:47.669: I/AndroidRuntime(8326): VM exiting with result code 0, cleanup skipped.
11-29 12:19:47.672: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.672: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.672: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.672: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.672: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.672: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.672: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.672: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.672: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.672: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.673: W/InputReader(545): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.673: W/InputReader(545): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.673: W/InputReader(545): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.673: W/InputReader(545): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.673: W/InputReader(545): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.673: W/InputReader(545): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.673: W/InputReader(545): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.673: W/InputReader(545): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.673: W/InputReader(545): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.673: W/InputReader(545): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-29 12:19:47.674: I/ActivityManager(545): Killing 8326:org.mozilla.fenix.debug:tab29/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-29 12:19:47.679: I/Zygote(292): Process 8378 exited cleanly (0)
11-29 12:19:47.683: W/WindowManager(545): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@475a438
11-29 12:19:47.684: I/ActivityManager(545): Killing 8378:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-29 12:19:47.686: D/WindowManager(545): notifyANR took 52ms

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Dec 2, 2022

► 11/30 Main

• openAllInTabsTest Firebase link

11-29 17:12:51.243: I/ActivityManager(556): Start proc 9787:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 for service {org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
11-29 17:12:51.248: I/sh.CrashHandle(9787): Unquickening 12 vdex files!
11-29 17:12:51.250: I/adbd(369): jdwp connection from 9787
11-29 17:12:51.251: I/Gecko(8625): Exiting due to channel error.
11-29 17:12:51.252: I/Gecko(8112): Exiting due to channel error.
11-29 17:12:51.252: W/InputDispatcher(556): channel '8b436dc org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)' ~ Consumer closed input channel or an error occurred. events=0xd
11-29 17:12:51.252: E/InputDispatcher(556): channel '8b436dc org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
11-29 17:12:51.256: I/binder(0): undelivered transaction 783574, process died.
11-29 17:12:51.255: I/WindowManager(556): WIN DEATH: Window{8b436dc u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
11-29 17:12:51.255: W/InputDispatcher(556): Attempted to unregister already unregistered input channel '8b436dc org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)'
11-29 17:12:51.256: I/Zygote(301): Process 7943 exited cleanly (11)
11-29 17:12:51.256: I/ActivityManager(556): Process org.mozilla.fenix.debug (pid 7943) has died: fg TOP
11-29 17:12:51.258: W/WindowManager(556): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@c4351ec
11-29 17:12:51.259: W/ActivityTaskManager(556): Force removing ActivityRecord{2bb8f33 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t10}: app died, no saved state
11-29 17:12:51.261: W/ActivityManager(556): Crash of app org.mozilla.fenix.debug running instrumentation ComponentInfo{org.mozilla.fenix.debug.test/androidx.test.runner.AndroidJUnitRunner}
11-29 17:12:51.261: I/sh.CrashHandle(9787): The ClassLoaderContext is a special shared library.
11-29 17:12:51.262: W/Binder(7838): Caught a RuntimeException from the binder stub implementation.
11-29 17:12:51.262: W/Binder(7838): java.lang.SecurityException: Calling from not trusted UID!
11-29 17:12:51.262: W/Binder(7838): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
11-29 17:12:51.262: W/Binder(7838): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
11-29 17:12:51.262: W/Binder(7838): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
11-29 17:12:51.262: W/Binder(7838): at android.os.Binder.execTransactInternal(Binder.java:1159)
11-29 17:12:51.262: W/Binder(7838): at android.os.Binder.execTransact(Binder.java:1123)
11-29 17:12:51.262: I/ActivityManager(556): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
11-29 17:12:51.262: I/ActivityManager(556): Killing 8112:org.mozilla.fenix.debug:tab3/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-29 17:12:51.263: I/ActivityManager(556): Killing 8625:org.mozilla.fenix.debug:tab10/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-29 17:12:51.263: I/ActivityManager(556): Killing 9787:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 (adj 200): stop org.mozilla.fenix.debug due to finished inst
11-29 17:12:51.263: W/ActivityManager(556): Bringing down service while still waiting for start foreground: ServiceRecord{442f213 u0 org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
11-29 17:12:51.263: I/ActivityManager(556): Killing 8166:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
11-29 17:12:51.263: W/android.hardware.audio.service.ranchu(303): TinyalsaSink::write:125 pcm_write was late reading frames, dropping 22131 us of audio
11-29 17:12:51.263: I/WindowManager(556): Force finishing activity ActivityRecord{2bb8f33 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t10 f} isExiting}
11-29 17:12:51.263: W/ActivityTaskManager(556): Duplicate finish request for r=ActivityRecord{2bb8f33 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t10 f} isExiting}
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.264: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
11-29 17:12:51.265: I/app_process(7838): System.exit called, status: 0
11-29 17:12:51.265: I/AndroidRuntime(7838): VM exiting with result code 0.

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Dec 2, 2022

► 12/1 Main

• homeThreeDotMenuItemsTest Firebase link

12-01 07:35:30.802: I/ActivityManager(556): Start proc 11136:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 for service {org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
12-01 07:35:30.810: I/sh.CrashHandle(11136): Late-enabling -Xcheck:jni
12-01 07:35:30.817: I/sh.CrashHandle(11136): Unquickening 12 vdex files!
12-01 07:35:30.819: I/adbd(369): jdwp connection from 11136
12-01 07:35:30.823: I/Gecko(10364): Exiting due to channel error.
12-01 07:35:30.824: W/InputDispatcher(556): channel 'c87ad1d org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)' ~ Consumer closed input channel or an error occurred. events=0xd
12-01 07:35:30.824: E/InputDispatcher(556): channel 'c87ad1d org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
12-01 07:35:30.825: I/WindowManager(556): WIN DEATH: Window{c87ad1d u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
12-01 07:35:30.825: W/InputDispatcher(556): Attempted to unregister already unregistered input channel 'c87ad1d org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)'
12-01 07:35:30.826: I/Zygote(301): Process 10291 exited cleanly (11)
12-01 07:35:30.826: I/ActivityManager(556): Process org.mozilla.fenix.debug (pid 10291) has died: fg TOP
12-01 07:35:30.826: W/WindowManager(556): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@69ebca5
12-01 07:35:30.827: I/sh.CrashHandle(11136): The ClassLoaderContext is a special shared library.
12-01 07:35:30.828: W/ActivityTaskManager(556): Force removing ActivityRecord{d20021b u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t15}: app died, no saved state
12-01 07:35:30.829: W/ActivityManager(556): Crash of app org.mozilla.fenix.debug running instrumentation ComponentInfo{org.mozilla.fenix.debug.test/androidx.test.runner.AndroidJUnitRunner}
12-01 07:35:30.855: I/ActivityManager(556): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
12-01 07:35:30.856: I/ActivityManager(556): Killing 10364:org.mozilla.fenix.debug:tab1/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-01 07:35:30.856: I/ActivityManager(556): Killing 11136:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 (adj 200): stop org.mozilla.fenix.debug due to finished inst
12-01 07:35:30.856: W/ActivityManager(556): Bringing down service while still waiting for start foreground: ServiceRecord{ddefda9 u0 org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
12-01 07:35:30.856: W/Binder(10275): Caught a RuntimeException from the binder stub implementation.
12-01 07:35:30.856: W/Binder(10275): java.lang.SecurityException: Calling from not trusted UID!
12-01 07:35:30.856: W/Binder(10275): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
12-01 07:35:30.856: W/Binder(10275): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
12-01 07:35:30.856: W/Binder(10275): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
12-01 07:35:30.856: W/Binder(10275): at android.os.Binder.execTransactInternal(Binder.java:1159)
12-01 07:35:30.856: W/Binder(10275): at android.os.Binder.execTransact(Binder.java:1123)
12-01 07:35:30.856: I/ActivityManager(556): Killing 10430:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-01 07:35:30.856: I/WindowManager(556): Force finishing activity ActivityRecord{d20021b u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t15 f} isExiting}
12-01 07:35:30.856: W/ActivityTaskManager(556): Duplicate finish request for r=ActivityRecord{d20021b u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t15 f} isExiting}
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.857: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-01 07:35:30.861: W/ActivityManager(556): Unable to start service Intent { act=android.service.appprediction.AppPredictionService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiPredictionService } U=0: not found
12-01 07:35:30.861: W/RemoteAppPredictionService(556): could not bind to Intent { act=android.service.appprediction.AppPredictionService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiPredictionService } using flags 67108865
12-01 07:35:30.862: W/ActivityManager(556): setHasOverlayUi called on unknown pid: 10291
12-01 07:35:30.864: I/Zygote(301): Process 10430 exited cleanly (0)
12-01 07:35:30.865: I/binder(0): undelivered transaction 834767, process died.
12-01 07:35:30.865: I/binder(0): undelivered transaction 834768, process died.
12-01 07:35:30.865: I/binder(0): undelivered transaction 834766, process died.
12-01 07:35:30.866: I/Zygote(301): Process 11136 exited due to signal 9 (Killed)
12-01 07:35:30.866: I/app_process(10275): System.exit called, status: 0
12-01 07:35:30.866: I/AndroidRuntime(10275): VM exiting with result code 0.

• verifyJumpBackInSectionTest Firebase link

12-01 11:19:35.194: I/WindowManager(556): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 840fb51 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5013ms for FocusEvent(hasFocus=true)
12-01 11:19:35.242: I/ActivityManager(556): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
12-01 11:19:35.242: I/ActivityManager(556): Killing 10088:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-01 11:19:35.243: W/Binder(10072): Caught a RuntimeException from the binder stub implementation.
12-01 11:19:35.243: W/Binder(10072): java.lang.SecurityException: Calling from not trusted UID!
12-01 11:19:35.243: W/Binder(10072): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
12-01 11:19:35.243: W/Binder(10072): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
12-01 11:19:35.243: W/Binder(10072): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
12-01 11:19:35.243: W/Binder(10072): at android.os.Binder.execTransactInternal(Binder.java:1159)
12-01 11:19:35.243: W/Binder(10072): at android.os.Binder.execTransact(Binder.java:1123)
12-01 11:19:35.245: I/ServiceChildProcess(10175): Destroying GeckoServiceChildProcess
12-01 11:19:35.245: W/ActivityTaskManager(556): Force removing ActivityRecord{4b70ba7 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t13 f}}: app died, no saved state
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.249: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-01 11:19:35.250: I/ActivityManager(556): Killing 10175:org.mozilla.fenix.debug:tab8/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-01 11:19:35.251: I/ActivityManager(556): Killing 10226:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-01 11:19:35.252: I/WindowManager(556): Force finishing activity ActivityRecord{4b70ba7 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t13 f} isExiting}
12-01 11:19:35.252: W/ActivityTaskManager(556): Duplicate finish request for r=ActivityRecord{4b70ba7 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t13 f} isExiting}
12-01 11:19:35.257: D/WindowManager(556): notifyANR took 65ms

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Dec 6, 2022

► 12/5 Main

• customTabCopyToolbarUrlTest Firebase link

12-05 13:35:43.209: I/WindowManager(556): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.customtabs.ExternalAppBrowserActivity. Reason: 4a64f9b org.mozilla.fenix.debug/org.mozilla.fenix.customtabs.ExternalAppBrowserActivity (server) is not responding. Waited 5021ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (540.0, 1720.0)]), policyFlags=0x6b000000
12-05 13:35:43.255: I/ActivityManager(556): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
12-05 13:35:43.256: W/Binder(8884): Caught a RuntimeException from the binder stub implementation.
12-05 13:35:43.256: W/Binder(8884): java.lang.SecurityException: Calling from not trusted UID!
12-05 13:35:43.256: W/Binder(8884): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
12-05 13:35:43.256: W/Binder(8884): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
12-05 13:35:43.256: W/Binder(8884): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
12-05 13:35:43.256: W/Binder(8884): at android.os.Binder.execTransactInternal(Binder.java:1159)
12-05 13:35:43.256: W/Binder(8884): at android.os.Binder.execTransact(Binder.java:1123)
12-05 13:35:43.256: I/PeriodicStatsRunner(1369): PeriodicStatsRunner.call():180 call()
12-05 13:35:43.256: I/PeriodicStatsRunner(1369): PeriodicStatsRunner.call():184 No submit PeriodicStats since input started.
12-05 13:35:43.256: I/ActivityManager(556): Killing 8900:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-05 13:35:43.257: I/app_process(8884): System.exit called, status: 0
12-05 13:35:43.257: I/AndroidRuntime(8884): VM exiting with result code 0.
12-05 13:35:43.259: W/ActivityTaskManager(556): Force removing ActivityRecord{a721c20 u0 org.mozilla.fenix.debug/org.mozilla.fenix.customtabs.ExternalAppBrowserActivity t12 f}}: app died, no saved state
12-05 13:35:43.259: I/ServiceChildProcess(9046): Destroying GeckoServiceChildProcess
12-05 13:35:43.263: W/ActivityTaskManager(556): Force removing ActivityRecord{8b56793 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t11 f}}: app died, no saved state
12-05 13:35:43.264: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.264: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.264: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.264: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.264: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.264: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.264: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.264: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.264: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.264: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.264: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.264: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.264: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.265: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.265: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.265: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.265: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.265: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.265: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.265: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-05 13:35:43.266: I/ActivityManager(556): Killing 8981:org.mozilla.fenix.debug:tab31/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-05 13:35:43.272: I/ActivityManager(556): Killing 9046:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-05 13:35:43.273: I/BackdropActivity(7134): onResume()
12-05 13:35:43.274: D/WindowManager(556): notifyANR took 67ms

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Dec 7, 2022

► 12/6 Main

• verifyJumpBackInSectionTest Firebase link

12-06 08:05:39.383: W/ActivityManager(556): Crash of app org.mozilla.fenix.debug running instrumentation ComponentInfo{org.mozilla.fenix.debug.test/androidx.test.runner.AndroidJUnitRunner}
12-06 08:05:39.394: I/ActivityManager(556): Force stopping org.mozilla.fenix.debug appid=-1 user=0: finished inst
12-06 08:05:39.395: I/ActivityManager(556): Killing 11585:org.mozilla.fenix.debug:tab32/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-06 08:05:39.395: I/ActivityManager(556): Killing 11650:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-06 08:05:39.397: I/WindowManager(556): Force finishing activity ActivityRecord{ad7a729 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t14 f} isExiting}
12-06 08:05:39.397: W/ActivityTaskManager(556): Duplicate finish request for r=ActivityRecord{ad7a729 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t14 f} isExiting}
12-06 08:05:39.397: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.397: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.398: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.398: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.398: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.398: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.398: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.398: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.398: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.398: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.398: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.398: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.398: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.398: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.398: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.398: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.398: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.398: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.398: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.398: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-06 08:05:39.399: E/CarrierServices(2634): [2] ecr.a: Invalid signature found for com.android.contacts: E39B7BFBE0A67D78292F6CC62E06CA27A2EBF255
12-06 08:05:39.401: W/ActivityManager(556): Ignoring remove of inactive process: ProcessRecord{d6a5302 0:org.mozilla.fenix.debug:tab32/u0a177}
12-06 08:05:39.401: W/ActivityManager(556): Ignoring remove of inactive process: ProcessRecord{a69c7ac 0:org.mozilla.fenix.debug:gpu/u0a177}
12-06 08:05:39.409: W/Binder(11494): Caught a RuntimeException from the binder stub implementation.
12-06 08:05:39.409: W/Binder(11494): java.lang.SecurityException: Calling from not trusted UID!
12-06 08:05:39.409: W/Binder(11494): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
12-06 08:05:39.409: W/Binder(11494): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
12-06 08:05:39.409: W/Binder(11494): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
12-06 08:05:39.409: W/Binder(11494): at android.os.Binder.execTransactInternal(Binder.java:1159)
12-06 08:05:39.409: W/Binder(11494): at android.os.Binder.execTransact(Binder.java:1123)
12-06 08:05:39.414: I/BackdropActivity(7151): onResume()
12-06 08:05:39.416: I/ActivityTaskManager(556): Activity requesting to dismiss Keyguard: ActivityRecord{cf91fc9 u0 com.google.android.apps.mtaas.backdrop/.BackdropActivity t9}
12-06 08:05:39.420: I/Fitness(5016): FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_REMOVED [CONTEXT service_id=17 ]
12-06 08:05:39.423: I/Zygote(301): Process 11585 exited cleanly (0)
12-06 08:05:39.424: I/Zygote(301): Process 11650 exited due to signal 9 (Killed)
12-06 08:05:39.425: E/CarrierServices(2634): [2] ecr.a: Invalid signature found for com.android.contacts: E39B7BFBE0A67D78292F6CC62E06CA27A2EBF255
12-06 08:05:39.431: I/ConditionProviders(556): Disallowing condition provider org.mozilla.fenix.debug.test
12-06 08:05:39.432: D/goldfish-address-space(312): claimShared: Ask to claim region [0x1f4000000 0x1f47ec000]
12-06 08:05:39.433: W/WifiService(556): Couldn't get PackageInfo for package:org.mozilla.fenix.debug.test
12-06 08:05:39.433: D/WifiService(556): Remove settings for package:org.mozilla.fenix.debug.test
12-06 08:05:39.436: D/WifiConfigManager(556): Remove all networks for app ApplicationInfo{a5990f6 org.mozilla.fenix.debug.test}
12-06 08:05:39.440: D/goldfish-address-space(312): claimShared: Ask to claim region [0x1f73bc000 0x1f7ba8000]
12-06 08:05:39.441: D/goldfish-address-space(312): claimShared: Ask to claim region [0x1f4cfc000 0x1f54e8000]
12-06 08:05:39.442: I/app_process(11494): System.exit called, status: 0
12-06 08:05:39.442: I/AndroidRuntime(11494): VM exiting with result code 0.

• verifyJumpBackInSectionTest Firebase link

12-06 13:06:09.178: I/WindowManager(556): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 460a572 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5014ms for FocusEvent(hasFocus=true)
12-06 13:06:09.227: I/ActivityManager(556): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
12-06 13:06:09.230: W/Binder(11638): Caught a RuntimeException from the binder stub implementation.
12-06 13:06:09.230: W/Binder(11638): java.lang.SecurityException: Calling from not trusted UID!
12-06 13:06:09.230: W/Binder(11638): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
12-06 13:06:09.230: W/Binder(11638): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
12-06 13:06:09.230: W/Binder(11638): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
12-06 13:06:09.230: W/Binder(11638): at android.os.Binder.execTransactInternal(Binder.java:1159)
12-06 13:06:09.230: W/Binder(11638): at android.os.Binder.execTransact(Binder.java:1123)
12-06 13:06:09.231: I/ActivityManager(556): Killing 11657:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-06 13:06:09.243: W/ActivityTaskManager(556): Force removing ActivityRecord{4a2c34d u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t14 f}}: app died, no saved state
12-06 13:06:09.261: I/ServiceChildProcess(11745): Destroying GeckoServiceChildProcess
12-06 13:06:09.261: I/app_process(11638): System.exit called, status: 0
12-06 13:06:09.261: I/AndroidRuntime(11638): VM exiting with result code 0.
12-06 13:06:09.262: I/ServiceChildProcess(11793): Destroying GeckoServiceChildProcess
12-06 13:06:09.264: I/fenix.debug:gp(11793): System.exit called, status: 0
12-06 13:06:09.264: I/AndroidRuntime(11793): VM exiting with result code 0, cleanup skipped.
12-06 13:06:09.264: I/nix.debug:tab3(11745): System.exit called, status: 0
12-06 13:06:09.264: I/AndroidRuntime(11745): VM exiting with result code 0, cleanup skipped.
12-06 13:06:09.270: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.271: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-06 13:06:09.273: I/ActivityManager(556): Killing 11745:org.mozilla.fenix.debug:tab38/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-06 13:06:09.295: I/ActivityManager(556): Killing 11793:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-06 13:06:09.297: D/WindowManager(556): notifyANR took 122ms

• homeThreeDotMenuItemsTest Firebase link

12-06 07:36:19.125: I/ActivityManager(556): Start proc 10627:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 for service {org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
12-06 07:36:19.137: I/sh.CrashHandle(10627): Late-enabling -Xcheck:jni
12-06 07:36:19.150: I/sh.CrashHandle(10627): Unquickening 12 vdex files!
12-06 07:36:19.152: I/Gecko(9905): Exiting due to channel error.
12-06 07:36:19.159: W/InputDispatcher(556): channel '207c39c org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)' ~ Consumer closed input channel or an error occurred. events=0xd
12-06 07:36:19.159: E/InputDispatcher(556): channel '207c39c org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
12-06 07:36:19.161: I/adbd(369): jdwp connection from 10627
12-06 07:36:19.163: I/ActivityManager(556): Process org.mozilla.fenix.debug (pid 9817) has died: fg TOP
12-06 07:36:19.163: I/libprocessgroup(556): Successfully killed process cgroup uid 10177 pid 9817 in 0ms
12-06 07:36:19.163: I/Zygote(301): Process 9817 exited cleanly (11)
12-06 07:36:19.166: I/WindowManager(556): WIN DEATH: Window{207c39c u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
12-06 07:36:19.166: W/InputDispatcher(556): Attempted to unregister already unregistered input channel '207c39c org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)'
12-06 07:36:19.167: W/WindowManager(556): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@98e345f
12-06 07:36:19.168: W/ActivityTaskManager(556): Force removing ActivityRecord{5dbd962 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t16}: app died, no saved state
12-06 07:36:19.170: W/ActivityManager(556): Crash of app org.mozilla.fenix.debug running instrumentation ComponentInfo{org.mozilla.fenix.debug.test/androidx.test.runner.AndroidJUnitRunner}
12-06 07:36:19.170: I/ActivityManager(556): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
12-06 07:36:19.175: I/ActivityManager(556): Killing 9905:org.mozilla.fenix.debug:tab24/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-06 07:36:19.176: W/Binder(9800): Caught a RuntimeException from the binder stub implementation.
12-06 07:36:19.176: W/Binder(9800): java.lang.SecurityException: Calling from not trusted UID!
12-06 07:36:19.176: W/Binder(9800): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
12-06 07:36:19.176: W/Binder(9800): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
12-06 07:36:19.176: W/Binder(9800): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
12-06 07:36:19.176: W/Binder(9800): at android.os.Binder.execTransactInternal(Binder.java:1159)
12-06 07:36:19.176: W/Binder(9800): at android.os.Binder.execTransact(Binder.java:1123)
12-06 07:36:19.177: I/ActivityManager(556): Killing 10627:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 (adj -10000): stop org.mozilla.fenix.debug due to finished inst
12-06 07:36:19.177: I/Zygote(301): Process 9965 exited cleanly (0)
12-06 07:36:19.179: I/binder(0): undelivered transaction 813099, process died.
12-06 07:36:19.179: I/binder(0): undelivered transaction 813101, process died.
12-06 07:36:19.179: I/binder(0): undelivered transaction 813098, process died.
12-06 07:36:19.178: I/ActivityManager(556): Killing 9965:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-06 07:36:19.178: I/WindowManager(556): Force finishing activity ActivityRecord{5dbd962 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t16 f} isExiting}
12-06 07:36:19.178: W/ActivityTaskManager(556): Duplicate finish request for r=ActivityRecord{5dbd962 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t16 f} isExiting}
12-06 07:36:19.178: I/ActivityManager(556): Force stopping service ServiceRecord{d2c5c0c u0 org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
12-06 07:36:19.178: W/ActivityManager(556): Bringing down service while still waiting for start foreground: ServiceRecord{d2c5c0c u0 org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
12-06 07:36:19.179: I/app_process(9800): System.exit called, status: 0
12-06 07:36:19.179: I/AndroidRuntime(9800): VM exiting with result code 0.

• verifyContextMenuShortcuts Firebase link

12-07 01:53:21.767: I/WindowManager(556): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 9221e2b org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5027ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (922.0, 1721.0)]), policyFlags=0x6b000000
12-07 01:53:21.818: I/ActivityManager(556): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
12-07 01:53:21.818: I/ActivityManager(556): Killing 14222:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-07 01:53:21.818: W/Binder(14202): Caught a RuntimeException from the binder stub implementation.
12-07 01:53:21.818: W/Binder(14202): java.lang.SecurityException: Calling from not trusted UID!
12-07 01:53:21.818: W/Binder(14202): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
12-07 01:53:21.818: W/Binder(14202): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
12-07 01:53:21.818: W/Binder(14202): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
12-07 01:53:21.818: W/Binder(14202): at android.os.Binder.execTransactInternal(Binder.java:1159)
12-07 01:53:21.818: W/Binder(14202): at android.os.Binder.execTransact(Binder.java:1123)
12-07 01:53:21.820: I/ServiceChildProcess(14292): Destroying GeckoServiceChildProcess
12-07 01:53:21.821: W/ActivityTaskManager(556): Force removing ActivityRecord{a7a28f1 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t21 f}}: app died, no saved state
12-07 01:53:21.822: I/app_process(14202): System.exit called, status: 0
12-07 01:53:21.822: I/AndroidRuntime(14202): VM exiting with result code 0.
12-07 01:53:21.823: I/nix.debug:tab3(14292): System.exit called, status: 0
12-07 01:53:21.823: I/AndroidRuntime(14292): VM exiting with result code 0, cleanup skipped.
12-07 01:53:21.860: I/ServiceChildProcess(14393): Destroying GeckoServiceChildProcess
12-07 01:53:21.860: I/ServiceChildProcess(14783): Destroying GeckoServiceChildProcess
12-07 01:53:21.860: I/nix.debug:tab3(14783): System.exit called, status: 0
12-07 01:53:21.860: I/AndroidRuntime(14783): VM exiting with result code 0, cleanup skipped.
12-07 01:53:21.861: I/fenix.debug:gp(14393): System.exit called, status: 0
12-07 01:53:21.861: I/AndroidRuntime(14393): VM exiting with result code 0, cleanup skipped.
12-07 01:53:21.870: I/binder(0): release 14202:14375 transaction 921288 out, still active
12-07 01:53:21.870: I/binder(0): release 14202:14375 transaction 921287 in, still active
12-07 01:53:21.870: I/binder(0): undelivered TRANSACTION_COMPLETE
12-07 01:53:21.871: D/HostConnection(556): HostConnection::get() New Host Connection established 0xb4000078cd923ed0, tid 8200
12-07 01:53:21.871: I/Zygote(301): Process 14783 exited cleanly (0)
12-07 01:53:21.872: D/HostConnection(556): HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_YUV_Cache ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_sync_buffer_data ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0
12-07 01:53:21.873: W/OpenGLRenderer(556): Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
12-07 01:53:21.874: D/EGL_emulation(556): eglCreateContext: 0xb4000078bd9ed4e0: maj 3 min 0 rcv 3
12-07 01:53:21.874: D/EGL_emulation(556): eglMakeCurrent: 0xb4000078bd9ed4e0: ver 3 0 (tinfo 0xb40000785da7acd0) (first time)
12-07 01:53:21.878: I/hwservicemanager(181): getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device manifest.
12-07 01:53:21.878: W/Gralloc4(556): allocator 3.x is not supported
12-07 01:53:21.879: D/goldfish-address-space(312): claimShared: Ask to claim region [0x1f3684000 0x1f3b94000]
12-07 01:53:21.881: I/Zygote(301): Process 14393 exited cleanly (0)
12-07 01:53:21.882: I/Zygote(301): Process 14222 exited due to signal 9 (Killed)
12-07 01:53:21.883: I/binder(0): release 14222:14367 transaction 921287 out, still active
12-07 01:53:21.883: I/binder(0): undelivered TRANSACTION_COMPLETE
12-07 01:53:21.883: I/binder(0): undelivered transaction 921970, process died.
12-07 01:53:21.883: I/binder(0): undelivered transaction 921971, process died.
12-07 01:53:21.883: I/binder(0): undelivered transaction 921922, process died.
12-07 01:53:21.883: I/binder(0): undelivered transaction 921966, process died.
12-07 01:53:21.883: I/binder(0): undelivered transaction 921969, process died.
12-07 01:53:21.884: I/Zygote(301): Process 14292 exited cleanly (0)
12-07 01:53:21.889: E/FrameEvents(556): updateAcquireFence: Did not find frame.
12-07 01:53:21.890: D/goldfish-address-space(312): claimShared: Ask to claim region [0x1f247c000 0x1f298c000]
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.893: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-07 01:53:21.894: I/WindowManager(556): WIN DEATH: Window{9221e2b u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
12-07 01:53:21.895: I/binder(0): 556:2237 transaction failed 29189/0, size 8-0 line 2624
12-07 01:53:21.895: I/binder(0): send failed reply for transaction 921288, target dead
12-07 01:53:21.895: I/binder(0): send failed reply for transaction 921287, target dead
12-07 01:53:21.894: I/ActivityManager(556): Killing 14783:org.mozilla.fenix.debug:tab33/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-07 01:53:21.897: W/WindowManager(556): Failed looking up window session=Session{858ff22 14222:u0a10177} callers=com.android.server.wm.WindowManagerService.windowForClientLocked:5425 com.android.server.wm.WindowState$DeathRecipient.binderDied:2810 android.os.IBinder$DeathRecipient.binderDied:305
12-07 01:53:21.897: I/WindowManager(556): WIN DEATH: null
12-07 01:53:21.898: W/WindowManager(556): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@9b28980
12-07 01:53:21.899: I/ActivityManager(556): Killing 14292:org.mozilla.fenix.debug:tab34/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-07 01:53:21.899: I/ActivityManager(556): Killing 14393:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-07 01:53:21.899: D/WindowManager(556): notifyANR took 136ms

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Dec 9, 2022

► 12/8 Main

• toggleSearchBookmarksAndHistoryTest Firebase link

12-08 09:27:33.649: I/WindowManager(556): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: 62eac65 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5002ms for FocusEvent(hasFocus=true)
12-08 09:27:33.700: W/Binder(9108): Caught a RuntimeException from the binder stub implementation.
12-08 09:27:33.700: W/Binder(9108): java.lang.SecurityException: Calling from not trusted UID!
12-08 09:27:33.700: W/Binder(9108): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
12-08 09:27:33.700: W/Binder(9108): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
12-08 09:27:33.700: W/Binder(9108): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
12-08 09:27:33.700: W/Binder(9108): at android.os.Binder.execTransactInternal(Binder.java:1159)
12-08 09:27:33.700: W/Binder(9108): at android.os.Binder.execTransact(Binder.java:1123)
12-08 09:27:33.700: I/ActivityManager(556): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
12-08 09:27:33.700: I/ActivityManager(556): Killing 9124:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-08 09:27:33.702: I/ServiceChildProcess(9196): Destroying GeckoServiceChildProcess
12-08 09:27:33.702: I/ServiceChildProcess(9285): Destroying GeckoServiceChildProcess
12-08 09:27:33.702: I/app_process(9108): System.exit called, status: 0
12-08 09:27:33.702: W/ActivityTaskManager(556): Force removing ActivityRecord{a72e0bf u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t12 f}}: app died, no saved state
12-08 09:27:33.702: I/AndroidRuntime(9108): VM exiting with result code 0.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.707: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-08 09:27:33.708: I/ActivityManager(556): Killing 9196:org.mozilla.fenix.debug:tab30/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-08 09:27:33.709: I/ActivityManager(556): Killing 9285:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-08 09:27:33.715: D/WindowManager(556): notifyANR took 70ms

• homeThreeDotMenuItemsTest Firebase link

2-08 09:28:17.310: I/ActivityManager(556): Start proc 10459:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 for service {org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
12-08 09:28:17.312: I/sh.CrashHandle(10459): Late-enabling -Xcheck:jni
12-08 09:28:17.319: I/sh.CrashHandle(10459): Unquickening 12 vdex files!
12-08 09:28:17.322: I/adbd(369): jdwp connection from 10459
12-08 09:28:17.323: W/android.hardware.audio.service.ranchu(303): TinyalsaSink::write:125 pcm_write was late reading frames, dropping 22131 us of audio
12-08 09:28:17.328: W/InputDispatcher(556): channel '11d0e34 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
12-08 09:28:17.329: E/InputDispatcher(556): channel '11d0e34 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
12-08 09:28:17.330: I/Gecko(9652): Exiting due to channel error.
12-08 09:28:17.330: W/WindowManager(556): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@f040b44
12-08 09:28:17.331: I/WindowManager(556): WIN DEATH: Window{11d0e34 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
12-08 09:28:17.331: W/InputDispatcher(556): Attempted to unregister already unregistered input channel '11d0e34 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)'
12-08 09:28:17.332: I/ActivityManager(556): Process org.mozilla.fenix.debug (pid 9564) has died: fg TOP
12-08 09:28:17.332: I/Zygote(301): Process 9564 exited cleanly (11)
12-08 09:28:17.334: W/WindowManager(556): Cannot find window which accessibility connection is added to
12-08 09:28:17.334: I/sh.CrashHandle(10459): The ClassLoaderContext is a special shared library.
12-08 09:28:17.337: W/ActivityTaskManager(556): Force removing ActivityRecord{ba03be5 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t15}: app died, no saved state
12-08 09:28:17.345: W/ActivityManager(556): Crash of app org.mozilla.fenix.debug running instrumentation ComponentInfo{org.mozilla.fenix.debug.test/androidx.test.runner.AndroidJUnitRunner}
12-08 09:28:17.346: I/ActivityManager(556): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
12-08 09:28:17.346: I/ActivityManager(556): Killing 9652:org.mozilla.fenix.debug:tab5/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-08 09:28:17.347: I/ActivityManager(556): Killing 10459:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 (adj 200): stop org.mozilla.fenix.debug due to finished inst
12-08 09:28:17.347: W/Binder(9546): Caught a RuntimeException from the binder stub implementation.
12-08 09:28:17.347: W/Binder(9546): java.lang.SecurityException: Calling from not trusted UID!
12-08 09:28:17.347: W/Binder(9546): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
12-08 09:28:17.347: W/Binder(9546): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
12-08 09:28:17.347: W/Binder(9546): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
12-08 09:28:17.347: W/Binder(9546): at android.os.Binder.execTransactInternal(Binder.java:1159)
12-08 09:28:17.347: W/Binder(9546): at android.os.Binder.execTransact(Binder.java:1123)
12-08 09:28:17.347: W/ActivityManager(556): Bringing down service while still waiting for start foreground: ServiceRecord{2cf6c19 u0 org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
12-08 09:28:17.347: I/ActivityManager(556): Killing 9721:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-08 09:28:17.348: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.348: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.348: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.348: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.348: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.349: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.349: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.349: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.349: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.349: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.349: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.349: E/Layer(337): [Bounds for - org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity#0] No local sync point found
12-08 09:28:17.349: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.349: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.349: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.349: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.349: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.349: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.349: I/Zygote(301): Process 9721 exited cleanly (0)
12-08 09:28:17.349: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.349: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.349: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-08 09:28:17.350: I/binder(0): undelivered transaction 809091, process died.
12-08 09:28:17.350: I/binder(0): undelivered transaction 809092, process died.
12-08 09:28:17.350: I/binder(0): undelivered transaction 809090, process died.
12-08 09:28:17.352: I/Zygote(301): Process 9652 exited cleanly (0)
12-08 09:28:17.352: W/ActivityManager(556): setHasOverlayUi called on unknown pid: 9564
12-08 09:28:17.353: I/binder(0): undelivered transaction 809094, process died.
12-08 09:28:17.353: I/binder(0): undelivered transaction 809095, process died.
12-08 09:28:17.353: I/binder(0): undelivered transaction 809093, process died.
12-08 09:28:17.357: W/ActivityManager(556): Unable to start service Intent { act=android.service.appprediction.AppPredictionService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiPredictionService } U=0: not found
12-08 09:28:17.357: W/RemoteAppPredictionService(556): could not bind to Intent { act=android.service.appprediction.AppPredictionService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiPredictionService } using flags 67108865
12-08 09:28:17.371: I/libprocessgroup(556): Successfully killed process cgroup uid 10177 pid 9564 in 41ms
12-08 09:28:17.375: D/goldfish-address-space(312): claimShared: Ask to claim region [0x1f4000000 0x1f47ec000]
12-08 09:28:17.375: I/libprocessgroup(556): Successfully killed process cgroup uid 10177 pid 9652 in 0ms
12-08 09:28:17.377: I/app_process(9546): System.exit called, status: 0
12-08 09:28:17.377: I/AndroidRuntime(9546): VM exiting with result code 0.

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Dec 9, 2022

► 12/9 Main

• copyBookmarkURLTest Firebase link

12-08 20:30:00.644: I/ActivityManager(556): Process org.mozilla.fenix.debug (pid 7865) has died: fg TOP
12-08 20:30:00.646: I/Zygote(301): Process 7865 exited due to signal 9 (Killed)
12-08 20:30:00.647: W/WindowManager(556): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@d06c666
12-08 20:30:00.647: W/WindowManager(556): [ 12-08 20:30:00.647 0: 0 I/ ]
12-08 20:30:00.647: W/WindowManager(556): Socket Thread (8081): highest shadow stack usage: 528 bytes
12-08 20:30:00.649: I/binder_alloc(0): 8099: binder_alloc_buf, no vma
12-08 20:30:00.649: I/binder(0): 556:2315 transaction failed 29189/-3, size 84-0 line 2863
12-08 20:30:00.651: W/ActivityManager(556): Exception when unbinding service org.mozilla.fenix.debug/org.mozilla.gecko.process.GeckoChildProcessServices$tab31
12-08 20:30:00.651: W/ActivityManager(556): android.os.DeadObjectException
12-08 20:30:00.651: W/ActivityManager(556): at android.os.BinderProxy.transactNative(Native Method)
12-08 20:30:00.651: W/ActivityManager(556): at android.os.BinderProxy.transact(BinderProxy.java:540)
12-08 20:30:00.651: W/ActivityManager(556): at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1646)
12-08 20:30:00.651: W/ActivityManager(556): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:3545)
12-08 20:30:00.651: W/ActivityManager(556): at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:3947)
12-08 20:30:00.651: W/ActivityManager(556): at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:14771)
12-08 20:30:00.651: W/ActivityManager(556): at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3772)
12-08 20:30:00.651: W/ActivityManager(556): at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3926)
12-08 20:30:00.651: W/ActivityManager(556): at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1601)
12-08 20:30:00.651: W/ActivityManager(556): at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:305)
12-08 20:30:00.651: W/ActivityManager(556): at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:654)
12-08 20:30:00.651: W/ActivityTaskManager(556): Force removing ActivityRecord{43b8825 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t10}: app died, no saved state
12-08 20:30:00.653: I/Zygote(301): Process 8099 exited cleanly (0)
12-08 20:30:00.654: I/Zygote(301): Process 8176 exited cleanly (0)
12-08 20:30:00.655: W/ActivityManager(556): Crash of app org.mozilla.fenix.debug running instrumentation ComponentInfo{org.mozilla.fenix.debug.test/androidx.test.runner.AndroidJUnitRunner}
12-08 20:30:00.655: I/binder(0): undelivered transaction 742885, process died.
12-08 20:30:00.655: I/binder(0): undelivered transaction 742886, process died.
12-08 20:30:00.655: I/binder(0): undelivered transaction 742884, process died.
12-08 20:30:00.656: I/ActivityManager(556): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
12-08 20:30:00.656: I/ActivityManager(556): Killing 8099:org.mozilla.fenix.debug:tab31/u0a177 (adj 900): stop org.mozilla.fenix.debug due to finished inst
12-08 20:30:00.656: I/ActivityManager(556): Killing 8176:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-08 20:30:00.656: W/Binder(7813): Caught a RuntimeException from the binder stub implementation.
12-08 20:30:00.656: W/Binder(7813): java.lang.SecurityException: Calling from not trusted UID!
12-08 20:30:00.656: W/Binder(7813): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
12-08 20:30:00.656: W/Binder(7813): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
12-08 20:30:00.656: W/Binder(7813): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
12-08 20:30:00.656: W/Binder(7813): at android.os.Binder.execTransactInternal(Binder.java:1159)
12-08 20:30:00.656: W/Binder(7813): at android.os.Binder.execTransact(Binder.java:1123)
12-08 20:30:00.656: I/WindowManager(556): Force finishing activity ActivityRecord{43b8825 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t10 f} isExiting}
12-08 20:30:00.656: W/ActivityTaskManager(556): Duplicate finish request for r=ActivityRecord{43b8825 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t10 f} isExiting}
12-08 20:30:00.656: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.656: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.656: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.656: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.656: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.656: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.656: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.656: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.656: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.656: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.657: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.657: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.657: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.657: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.657: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.657: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.657: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.657: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.657: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.657: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-08 20:30:00.657: I/app_process(7813): System.exit called, status: 0
12-08 20:30:00.657: I/AndroidRuntime(7813): VM exiting with result code 0.

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Dec 13, 2022

► 12/13 Main

• verifyBasicNavigationToolbarFunctionality Firebase link

12-12 16:13:48.494: I/ActivityManager(556): Start proc 10966:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 for service {org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
12-12 16:13:48.498: I/sh.CrashHandle(10966): Unquickening 12 vdex files!
12-12 16:13:48.500: I/adbd(369): jdwp connection from 10966
12-12 16:13:48.503: I/Gecko(10643): Exiting due to channel error.
12-12 16:13:48.504: I/Gecko(10326): Exiting due to channel error.
12-12 16:13:48.505: W/InputDispatcher(556): channel '4c31859 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)' ~ Consumer closed input channel or an error occurred. events=0xd
12-12 16:13:48.505: E/InputDispatcher(556): channel '4c31859 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
12-12 16:13:48.507: W/WindowManager(556): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@da83874
12-12 16:13:48.507: I/WindowManager(556): WIN DEATH: Window{4c31859 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
12-12 16:13:48.507: W/InputDispatcher(556): Attempted to unregister already unregistered input channel '4c31859 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)'
12-12 16:13:48.508: I/Zygote(301): Process 10233 exited cleanly (11)
12-12 16:13:48.509: I/WindowManager(556): WIN DEATH: Window{2d35f03 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
12-12 16:13:48.509: W/InputDispatcher(556): Attempted to unregister already unregistered input channel '2d35f03 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)'
12-12 16:13:48.509: I/ActivityManager(556): Process org.mozilla.fenix.debug (pid 10233) has died: fg TOP
12-12 16:13:48.510: I/sh.CrashHandle(10966): The ClassLoaderContext is a special shared library.
12-12 16:13:48.511: I/libprocessgroup(556): Successfully killed process cgroup uid 10177 pid 10233 in 0ms
12-12 16:13:48.516: W/WindowManager(556): Failed to deliver inset state change to w=Window{4c31859 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity EXITING}
12-12 16:13:48.516: W/WindowManager(556): android.os.DeadObjectException
12-12 16:13:48.516: W/WindowManager(556): at android.os.BinderProxy.transactNative(Native Method)
12-12 16:13:48.516: W/WindowManager(556): at android.os.BinderProxy.transact(BinderProxy.java:540)
12-12 16:13:48.516: W/WindowManager(556): at android.view.IWindow$Stub$Proxy.insetsControlChanged(IWindow.java:765)
12-12 16:13:48.516: W/WindowManager(556): at com.android.server.wm.WindowState.notifyInsetsControlChanged(WindowState.java:3670)
12-12 16:13:48.516: W/WindowManager(556): at com.android.server.wm.InsetsStateController.lambda$notifyPendingInsetsControlChanged$4$InsetsStateController(InsetsStateController.java:445)
12-12 16:13:48.516: W/WindowManager(556): at com.android.server.wm.-$$Lambda$InsetsStateController$-1iOXDf-1s3wDHcMIHBKNk6MS3I.run(Unknown Source:2)
12-12 16:13:48.516: W/WindowManager(556): at com.android.server.wm.WindowAnimator.executeAfterPrepareSurfacesRunnables(WindowAnimator.java:341)
12-12 16:13:48.516: W/WindowManager(556): at com.android.server.wm.RootWindowContainer.performSurfacePlacementNoTrace(RootWindowContainer.java:854)
12-12 16:13:48.516: W/WindowManager(556): at com.android.server.wm.RootWindowContainer.performSurfacePlacement(RootWindowContainer.java:802)
12-12 16:13:48.516: W/WindowManager(556): at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop(WindowSurfacePlacer.java:178)
12-12 16:13:48.516: W/WindowManager(556): at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement(WindowSurfacePlacer.java:127)
12-12 16:13:48.516: W/WindowManager(556): at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement(WindowSurfacePlacer.java:116)
12-12 16:13:48.516: W/WindowManager(556): at com.android.server.wm.WindowSurfacePlacer$Traverser.run(WindowSurfacePlacer.java:58)
12-12 16:13:48.516: W/WindowManager(556): at android.os.Handler.handleCallback(Handler.java:938)
12-12 16:13:48.516: W/WindowManager(556): at android.os.Handler.dispatchMessage(Handler.java:99)
12-12 16:13:48.516: W/WindowManager(556): at android.os.Looper.loop(Looper.java:223)
12-12 16:13:48.516: W/WindowManager(556): at android.os.HandlerThread.run(HandlerThread.java:67)
12-12 16:13:48.516: W/WindowManager(556): at com.android.server.ServiceThread.run(ServiceThread.java:44)
12-12 16:13:48.516: W/WindowManager(556): Cannot find window which accessibility connection is added to
12-12 16:13:48.518: I/binder_alloc(0): 10643: binder_alloc_buf, no vma
12-12 16:13:48.518: I/binder(0): 556:672 transaction failed 29189/-3, size 84-0 line 2863
12-12 16:13:48.520: I/Zygote(301): Process 10643 exited cleanly (0)
12-12 16:13:48.521: I/Zygote(301): Process 10326 exited cleanly (0)
12-12 16:13:48.521: I/Zygote(301): Process 10378 exited cleanly (0)
12-12 16:13:48.522: W/ActivityManager(556): Exception when unbinding service org.mozilla.fenix.debug/org.mozilla.gecko.process.GeckoChildProcessServices$tab5
12-12 16:13:48.522: W/ActivityManager(556): android.os.DeadObjectException
12-12 16:13:48.522: W/ActivityManager(556): at android.os.BinderProxy.transactNative(Native Method)
12-12 16:13:48.522: W/ActivityManager(556): at android.os.BinderProxy.transact(BinderProxy.java:540)
12-12 16:13:48.522: W/ActivityManager(556): at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1646)
12-12 16:13:48.522: W/ActivityManager(556): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:3545)
12-12 16:13:48.522: W/ActivityManager(556): at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:3947)
12-12 16:13:48.522: W/ActivityManager(556): at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:14771)
12-12 16:13:48.522: W/ActivityManager(556): at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3772)
12-12 16:13:48.522: W/ActivityManager(556): at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3926)
12-12 16:13:48.522: W/ActivityManager(556): at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1601)
12-12 16:13:48.522: W/ActivityManager(556): at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:305)
12-12 16:13:48.522: W/ActivityManager(556): at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:654)
12-12 16:13:48.522: W/lowmemorykiller(179): Failed to open /proc/10643/oom_score_adj; errno=2: process 10643 might have been killed
12-12 16:13:48.522: W/ActivityManager(556): Exception when unbinding service org.mozilla.fenix.debug/org.mozilla.gecko.process.GeckoChildProcessServices$tab26
12-12 16:13:48.522: W/ActivityManager(556): android.os.DeadObjectException
12-12 16:13:48.522: W/ActivityManager(556): at android.os.BinderProxy.transactNative(Native Method)
12-12 16:13:48.522: W/ActivityManager(556): at android.os.BinderProxy.transact(BinderProxy.java:540)
12-12 16:13:48.522: W/ActivityManager(556): at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1646)
12-12 16:13:48.522: W/ActivityManager(556): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:3545)
12-12 16:13:48.522: W/ActivityManager(556): at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:3947)
12-12 16:13:48.522: W/ActivityManager(556): at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:14771)
12-12 16:13:48.522: W/ActivityManager(556): at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3772)
12-12 16:13:48.522: W/ActivityManager(556): at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3926)
12-12 16:13:48.522: W/ActivityManager(556): at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1601)
12-12 16:13:48.522: W/ActivityManager(556): at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:305)
12-12 16:13:48.522: W/ActivityManager(556): at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:654)
12-12 16:13:48.522: W/lowmemorykiller(179): Failed to open /proc/10326/oom_score_adj; errno=2: process 10326 might have been killed
12-12 16:13:48.522: W/ActivityManager(556): Exception when unbinding service org.mozilla.fenix.debug/org.mozilla.gecko.process.GeckoChildProcessServices$gpu
12-12 16:13:48.522: W/ActivityManager(556): android.os.DeadObjectException
12-12 16:13:48.522: W/ActivityManager(556): at android.os.BinderProxy.transactNative(Native Method)
12-12 16:13:48.522: W/ActivityManager(556): at android.os.BinderProxy.transact(BinderProxy.java:540)
12-12 16:13:48.522: W/ActivityManager(556): at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1646)
12-12 16:13:48.522: W/ActivityManager(556): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:3545)
12-12 16:13:48.522: W/ActivityManager(556): at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:3947)
12-12 16:13:48.522: W/ActivityManager(556): at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:14771)
12-12 16:13:48.522: W/ActivityManager(556): at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3772)
12-12 16:13:48.522: W/ActivityManager(556): at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3926)
12-12 16:13:48.522: W/ActivityManager(556): at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1601)
12-12 16:13:48.522: W/ActivityManager(556): at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:305)
12-12 16:13:48.522: W/ActivityManager(556): at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:654)
12-12 16:13:48.522: W/lowmemorykiller(179): Failed to open /proc/10378/oom_score_adj; errno=2: process 10378 might have been killed
12-12 16:13:48.523: W/ActivityTaskManager(556): Force removing ActivityRecord{97c5755 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t13}: app died, no saved state
12-12 16:13:48.525: W/ActivityManager(556): Crash of app org.mozilla.fenix.debug running instrumentation ComponentInfo{org.mozilla.fenix.debug.test/androidx.test.runner.AndroidJUnitRunner}
12-12 16:13:48.526: I/ActivityManager(556): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
12-12 16:13:48.526: I/ActivityManager(556): Killing 10643:org.mozilla.fenix.debug:tab5/u0a177 (adj 900): stop org.mozilla.fenix.debug due to finished inst
12-12 16:13:48.526: I/libprocessgroup(556): Successfully killed process cgroup uid 10177 pid 10643 in 0ms
12-12 16:13:48.526: W/Binder(10215): Caught a RuntimeException from the binder stub implementation.
12-12 16:13:48.526: W/Binder(10215): java.lang.SecurityException: Calling from not trusted UID!
12-12 16:13:48.526: W/Binder(10215): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
12-12 16:13:48.526: W/Binder(10215): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
12-12 16:13:48.526: W/Binder(10215): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
12-12 16:13:48.526: W/Binder(10215): at android.os.Binder.execTransactInternal(Binder.java:1159)
12-12 16:13:48.526: W/Binder(10215): at android.os.Binder.execTransact(Binder.java:1123)
12-12 16:13:48.526: I/ActivityManager(556): Killing 10326:org.mozilla.fenix.debug:tab26/u0a177 (adj 900): stop org.mozilla.fenix.debug due to finished inst
12-12 16:13:48.526: I/libprocessgroup(556): Successfully killed process cgroup uid 10177 pid 10326 in 0ms
12-12 16:13:48.526: I/ActivityManager(556): Killing 10966:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 (adj 200): stop org.mozilla.fenix.debug due to finished inst
12-12 16:13:48.526: I/app_process(10215): System.exit called, status: 0
12-12 16:13:48.526: I/AndroidRuntime(10215): VM exiting with result code 0.

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Dec 15, 2022

► 12/14 Main

• openAllInTabsTest Firebase link

12-14 09:12:04.157: I/ActivityManager(556): Start proc 9817:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 for service {org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
12-14 09:12:04.159: I/sh.CrashHandle(9817): Late-enabling -Xcheck:jni
12-14 09:12:04.166: I/sh.CrashHandle(9817): Unquickening 12 vdex files!
12-14 09:12:04.168: I/adbd(369): jdwp connection from 9817
12-14 09:12:04.171: I/Gecko(8659): Exiting due to channel error.
12-14 09:12:04.171: W/InputDispatcher(556): channel '432c4cf org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)' ~ Consumer closed input channel or an error occurred. events=0xd
12-14 09:12:04.171: I/Gecko(8121): Exiting due to channel error.
12-14 09:12:04.171: E/InputDispatcher(556): channel '432c4cf org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
12-14 09:12:04.172: I/Zygote(301): Process 7929 exited cleanly (11)
12-14 09:12:04.173: I/WindowManager(556): WIN DEATH: Window{432c4cf u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
12-14 09:12:04.173: W/InputDispatcher(556): Attempted to unregister already unregistered input channel '432c4cf org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)'
12-14 09:12:04.175: I/libprocessgroup(556): Successfully killed process cgroup uid 10177 pid 7929 in 0ms
12-14 09:12:04.175: I/ActivityManager(556): Process org.mozilla.fenix.debug (pid 7929) has died: fg TOP
12-14 09:12:04.177: W/android.hardware.audio.service.ranchu(303): TinyalsaSink::write:125 pcm_write was late reading frames, dropping 22131 us of audio
12-14 09:12:04.177: W/WindowManager(556): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@f1f0d28
12-14 09:12:04.179: W/ActivityTaskManager(556): Force removing ActivityRecord{91df10f u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t10}: app died, no saved state
12-14 09:12:04.179: W/ActivityTaskManager(556): [ 12-14 09:12:04.178 0: 0 I/ ]
12-14 09:12:04.179: W/ActivityTaskManager(556): Socket Thread (8102): highest shadow stack usage: 520 bytes
12-14 09:12:04.183: W/ActivityManager(556): Crash of app org.mozilla.fenix.debug running instrumentation ComponentInfo{org.mozilla.fenix.debug.test/androidx.test.runner.AndroidJUnitRunner}
12-14 09:12:04.190: I/binder(0): undelivered transaction 785483, process died.
12-14 09:12:04.190: I/binder(0): undelivered transaction 785484, process died.
12-14 09:12:04.190: I/binder(0): undelivered transaction 785482, process died.
12-14 09:12:04.188: I/Zygote(301): Process 8659 exited cleanly (0)
12-14 09:12:04.213: W/Binder(7873): Caught a RuntimeException from the binder stub implementation.
12-14 09:12:04.213: W/Binder(7873): java.lang.SecurityException: Calling from not trusted UID!
12-14 09:12:04.213: W/Binder(7873): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
12-14 09:12:04.213: W/Binder(7873): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
12-14 09:12:04.213: W/Binder(7873): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
12-14 09:12:04.213: W/Binder(7873): at android.os.Binder.execTransactInternal(Binder.java:1159)
12-14 09:12:04.213: W/Binder(7873): at android.os.Binder.execTransact(Binder.java:1123)
12-14 09:12:04.213: I/ActivityManager(556): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
12-14 09:12:04.213: I/ActivityManager(556): Killing 8659:org.mozilla.fenix.debug:tab28/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-14 09:12:04.213: I/libprocessgroup(556): Successfully killed process cgroup uid 10177 pid 8659 in 0ms
12-14 09:12:04.213: I/ActivityManager(556): Killing 8121:org.mozilla.fenix.debug:tab30/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-14 09:12:04.213: I/ActivityManager(556): Killing 9817:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 (adj -10000): stop org.mozilla.fenix.debug due to finished inst
12-14 09:12:04.214: I/ActivityManager(556): Killing 8194:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-14 09:12:04.215: I/WindowManager(556): Force finishing activity ActivityRecord{91df10f u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t10 f} isExiting}
12-14 09:12:04.215: W/ActivityTaskManager(556): Duplicate finish request for r=ActivityRecord{91df10f u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t10 f} isExiting}
12-14 09:12:04.215: I/app_process(7873): System.exit called, status: 0
12-14 09:12:04.215: I/AndroidRuntime(7873): VM exiting with result code 0.

• openSponsoredShortcutInPrivateBrowsingTest Firebase link

12-14 14:00:50.452: I/WindowManager(556): Input event dispatching timed out sending to org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity. Reason: dcbdbc9 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server) is not responding. Waited 5006ms for MotionEvent(deviceId=-1, source=0x00001002, displayId=0, action=MOVE, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (416.0, 568.0)]), policyFlags=0x6b000000
12-14 14:00:50.469: I/ActivityManager(556): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
12-14 14:00:50.469: I/ActivityManager(556): Killing 9441:org.mozilla.fenix.debug/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-14 14:00:50.469: W/Binder(9423): Caught a RuntimeException from the binder stub implementation.
12-14 14:00:50.469: W/Binder(9423): java.lang.SecurityException: Calling from not trusted UID!
12-14 14:00:50.469: W/Binder(9423): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
12-14 14:00:50.469: W/Binder(9423): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
12-14 14:00:50.469: W/Binder(9423): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
12-14 14:00:50.469: W/Binder(9423): at android.os.Binder.execTransactInternal(Binder.java:1159)
12-14 14:00:50.469: W/Binder(9423): at android.os.Binder.execTransact(Binder.java:1123)
12-14 14:00:50.470: W/ActivityTaskManager(556): Force removing ActivityRecord{7eec24b u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t13 f}}: app died, no saved state
12-14 14:00:50.470: I/ServiceChildProcess(9524): Destroying GeckoServiceChildProcess
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.477: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-14 14:00:50.478: I/ActivityManager(556): Killing 9524:org.mozilla.fenix.debug:tab30/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-14 14:00:50.478: I/ActivityManager(556): Killing 9573:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-14 14:00:50.479: I/WindowManager(556): Force finishing activity ActivityRecord{7eec24b u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t13 f} isExiting}
12-14 14:00:50.479: W/ActivityTaskManager(556): Duplicate finish request for r=ActivityRecord{7eec24b u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t13 f} isExiting}
12-14 14:00:50.479: D/WindowManager(556): notifyANR took 27ms

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Dec 19, 2022

► 12/17 Main

• toggleShowClipboardSuggestionsTest Firebase link

12-17 09:24:21.194: I/ActivityManager(556): Start proc 8997:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 for service {org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
12-17 09:24:21.196: I/sh.CrashHandle(8997): Late-enabling -Xcheck:jni
12-17 09:24:21.203: I/sh.CrashHandle(8997): Unquickening 12 vdex files!
12-17 09:24:21.205: I/adbd(369): jdwp connection from 8997
12-17 09:24:21.209: I/Gecko(8617): Exiting due to channel error.
12-17 09:24:21.210: W/InputDispatcher(556): channel 'f017eae org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
12-17 09:24:21.210: E/InputDispatcher(556): channel 'f017eae org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
12-17 09:24:21.212: W/WindowManager(556): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@4d419f
12-17 09:24:21.212: I/WindowManager(556): WIN DEATH: Window{f017eae u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
12-17 09:24:21.212: W/InputDispatcher(556): Attempted to unregister already unregistered input channel 'f017eae org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)'
12-17 09:24:21.213: I/ActivityManager(556): Process org.mozilla.fenix.debug (pid 8529) has died: fg TOP
12-17 09:24:21.214: I/Zygote(301): Process 8529 exited cleanly (11)
12-17 09:24:21.215: W/ActivityTaskManager(556): Force removing ActivityRecord{f4ca725 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t11}: app died, no saved state
12-17 09:24:21.218: W/ActivityManager(556): Crash of app org.mozilla.fenix.debug running instrumentation ComponentInfo{org.mozilla.fenix.debug.test/androidx.test.runner.AndroidJUnitRunner}
12-17 09:24:21.219: I/ActivityManager(556): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
12-17 09:24:21.220: I/ActivityManager(556): Killing 8617:org.mozilla.fenix.debug:tab37/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-17 09:24:21.220: W/Binder(8512): Caught a RuntimeException from the binder stub implementation.
12-17 09:24:21.220: W/Binder(8512): java.lang.SecurityException: Calling from not trusted UID!
12-17 09:24:21.220: W/Binder(8512): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
12-17 09:24:21.220: W/Binder(8512): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
12-17 09:24:21.220: W/Binder(8512): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
12-17 09:24:21.220: W/Binder(8512): at android.os.Binder.execTransactInternal(Binder.java:1159)
12-17 09:24:21.220: W/Binder(8512): at android.os.Binder.execTransact(Binder.java:1123)
12-17 09:24:21.220: I/ActivityManager(556): Killing 8997:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 (adj 200): stop org.mozilla.fenix.debug due to finished inst
12-17 09:24:21.221: W/ActivityManager(556): Bringing down service while still waiting for start foreground: ServiceRecord{9f609c6 u0 org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
12-17 09:24:21.221: I/ActivityManager(556): Killing 8664:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-17 09:24:21.221: I/WindowManager(556): Force finishing activity ActivityRecord{f4ca725 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t11 f} isExiting}
12-17 09:24:21.221: W/ActivityTaskManager(556): Duplicate finish request for r=ActivityRecord{f4ca725 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t11 f} isExiting}
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-17 09:24:21.222: I/Zygote(301): Process 8664 exited cleanly (0)
12-17 09:24:21.224: I/binder(0): undelivered transaction 772266, process died.
12-17 09:24:21.224: I/binder(0): undelivered transaction 772267, process died.
12-17 09:24:21.224: I/binder(0): undelivered transaction 772265, process died.
12-17 09:24:21.227: I/Zygote(301): Process 8997 exited due to signal 9 (Killed)
12-17 09:24:21.227: I/Zygote(301): Process 8617 exited cleanly (0)
12-17 09:24:21.227: W/ActivityManager(556): setHasOverlayUi called on unknown pid: 8529
12-17 09:24:21.228: I/binder(0): undelivered transaction 772269, process died.
12-17 09:24:21.228: I/binder(0): undelivered transaction 772270, process died.
12-17 09:24:21.228: I/binder(0): undelivered transaction 772268, process died.
12-17 09:24:21.240: I/BackdropActivity(7145): onResume()
12-17 09:24:21.241: I/ActivityTaskManager(556): Activity requesting to dismiss Keyguard: ActivityRecord{9c94db8 u0 com.google.android.apps.mtaas.backdrop/.BackdropActivity t9}
12-17 09:24:21.241: I/ActivityManager(556): Killing 5865:com.google.android.apps.youtube.music/u0a143 (adj 975): empty # 17
12-17 09:24:21.242: I/app_process(8512): System.exit called, status: 0
12-17 09:24:21.242: I/AndroidRuntime(8512): VM exiting with result code 0.

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Dec 19, 2022

► 12/19 Main

• openAllInTabsTest Firebase link

12-18 17:10:03.328: I/ActivityManager(556): Start proc 9760:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 for service {org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
12-18 17:10:03.330: I/sh.CrashHandle(9760): Late-enabling -Xcheck:jni
12-18 17:10:03.336: W/android.hardware.audio.service.ranchu(303): TinyalsaSink::write:125 pcm_write was late reading frames, dropping 22131 us of audio
12-18 17:10:03.337: I/sh.CrashHandle(9760): Unquickening 12 vdex files!
12-18 17:10:03.338: I/adbd(369): jdwp connection from 9760
12-18 17:10:03.343: I/Gecko(8581): Exiting due to channel error.
12-18 17:10:03.343: I/Gecko(8052): Exiting due to channel error.
12-18 17:10:03.344: W/InputDispatcher(556): channel '539bda7 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)' ~ Consumer closed input channel or an error occurred. events=0xd
12-18 17:10:03.344: E/InputDispatcher(556): channel '539bda7 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
12-18 17:10:03.347: I/WindowManager(556): WIN DEATH: Window{539bda7 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
12-18 17:10:03.347: W/InputDispatcher(556): Attempted to unregister already unregistered input channel '539bda7 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)'
12-18 17:10:03.347: I/Zygote(301): Process 7907 exited cleanly (11)
12-18 17:10:03.348: I/ActivityManager(556): Process org.mozilla.fenix.debug (pid 7907) has died: fg TOP
12-18 17:10:03.348: I/ActivityManager(556): [ 12-18 17:10:03.347 0: 0 I/ ]
12-18 17:10:03.348: I/ActivityManager(556): Socket Thread (8019): highest shadow stack usage: 528 bytes
12-18 17:10:03.348: I/ActivityManager(556): [ 12-18 17:10:03.349 0: 0 I/ ]
12-18 17:10:03.348: I/ActivityManager(556): Jit thread pool (7926) used greatest stack depth: 9776 bytes left
12-18 17:10:03.351: W/WindowManager(556): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@4a97115
12-18 17:10:03.352: I/sh.CrashHandle(9760): The ClassLoaderContext is a special shared library.
12-18 17:10:03.353: I/libprocessgroup(556): Successfully killed process cgroup uid 10177 pid 7907 in 0ms
12-18 17:10:03.353: W/ActivityTaskManager(556): Force removing ActivityRecord{343c00b u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t10}: app died, no saved state
12-18 17:10:03.359: W/ActivityManager(556): Crash of app org.mozilla.fenix.debug running instrumentation ComponentInfo{org.mozilla.fenix.debug.test/androidx.test.runner.AndroidJUnitRunner}
12-18 17:10:03.360: I/ActivityManager(556): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
12-18 17:10:03.360: I/Zygote(301): Process 8106 exited cleanly (0)
12-18 17:10:03.360: W/Binder(7819): Caught a RuntimeException from the binder stub implementation.
12-18 17:10:03.360: W/Binder(7819): java.lang.SecurityException: Calling from not trusted UID!
12-18 17:10:03.360: W/Binder(7819): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
12-18 17:10:03.360: W/Binder(7819): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
12-18 17:10:03.360: W/Binder(7819): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
12-18 17:10:03.360: W/Binder(7819): at android.os.Binder.execTransactInternal(Binder.java:1159)
12-18 17:10:03.360: W/Binder(7819): at android.os.Binder.execTransact(Binder.java:1123)
12-18 17:10:03.361: I/binder(0): undelivered transaction 809165, process died.
12-18 17:10:03.361: I/binder(0): undelivered transaction 809166, process died.
12-18 17:10:03.361: I/binder(0): undelivered transaction 809164, process died.
12-18 17:10:03.363: I/binder(0): undelivered transaction 809168, process died.
12-18 17:10:03.363: I/binder(0): undelivered transaction 809169, process died.
12-18 17:10:03.363: I/binder(0): undelivered transaction 809167, process died.
12-18 17:10:03.361: I/ActivityManager(556): Killing 8581:org.mozilla.fenix.debug:tab23/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-18 17:10:03.361: I/Zygote(301): Process 8052 exited cleanly (0)
12-18 17:10:03.361: I/ActivityManager(556): Killing 8052:org.mozilla.fenix.debug:tab36/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-18 17:10:03.361: I/ActivityManager(556): Killing 9760:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 (adj 200): stop org.mozilla.fenix.debug due to finished inst
12-18 17:10:03.362: W/ActivityManager(556): Bringing down service while still waiting for start foreground: ServiceRecord{2710289 u0 org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
12-18 17:10:03.362: I/ActivityManager(556): Killing 8106:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-18 17:10:03.362: I/WindowManager(556): Force finishing activity ActivityRecord{343c00b u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t10 f} isExiting}
12-18 17:10:03.362: W/ActivityTaskManager(556): Duplicate finish request for r=ActivityRecord{343c00b u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t10 f} isExiting}
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.363: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-18 17:10:03.364: I/Zygote(301): Process 9760 exited due to signal 9 (Killed)
12-18 17:10:03.366: W/WindowManager(556): Cannot find window which accessibility connection is added to
12-18 17:10:03.366: I/app_process(7819): System.exit called, status: 0
12-18 17:10:03.366: I/AndroidRuntime(7819): VM exiting with result code 0.
12-18 17:10:03.369: W/ActivityManager(556): Spurious death for ProcessRecord{ba35621 0:org.mozilla.fenix.debug:tab36/u0a177}, curProc for 8052: null
12-18 17:10:03.369: W/ActivityManager(556): setHasOverlayUi called on unknown pid: 7907
12-18 17:10:03.369: W/ActivityManager(556): Spurious death for ProcessRecord{5ff6764 0:org.mozilla.fenix.debug:gpu/u0a177}, curProc for 8106: null
12-18 17:10:03.374: I/binder(0): undelivered transaction 809162, process died.
12-18 17:10:03.374: I/binder(0): undelivered transaction 809163, process died.
12-18 17:10:03.374: I/binder(0): undelivered transaction 809161, process died.
12-18 17:10:03.373: I/BackdropActivity(7147): onResume()
12-18 17:10:03.373: I/Zygote(301): Process 8581 exited cleanly (0)

@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Dec 20, 2022

► 12/20 Main

• openAllInTabsTest Firebase link

12-19 15:07:49.999: I/ActivityManager(556): Start proc 9997:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 for service {org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
12-19 15:07:50.001: I/sh.CrashHandle(9997): Late-enabling -Xcheck:jni
12-19 15:07:50.015: I/Gecko(8663): Exiting due to channel error.
12-19 15:07:50.015: I/Gecko(8119): Exiting due to channel error.
12-19 15:07:50.016: W/InputDispatcher(556): channel 'cf5509a org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
12-19 15:07:50.016: E/InputDispatcher(556): channel 'cf5509a org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
12-19 15:07:50.018: I/sh.CrashHandle(9997): Unquickening 12 vdex files!
12-19 15:07:50.019: I/Zygote(301): Process 7970 exited cleanly (11)
12-19 15:07:50.022: I/WindowManager(556): WIN DEATH: Window{cf5509a u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity}
12-19 15:07:50.022: W/InputDispatcher(556): Attempted to unregister already unregistered input channel 'cf5509a org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity (server)'
12-19 15:07:50.022: I/ActivityManager(556): Process org.mozilla.fenix.debug (pid 7970) has died: fg TOP
12-19 15:07:50.025: I/adbd(369): jdwp connection from 9997
12-19 15:07:50.025: W/WindowManager(556): removeWindowToken: Attempted to remove non-existing token: android.os.Binder@e5cbf15
12-19 15:07:50.027: W/ActivityTaskManager(556): Force removing ActivityRecord{ec49c82 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t10}: app died, no saved state
12-19 15:07:50.030: W/ActivityManager(556): Crash of app org.mozilla.fenix.debug running instrumentation ComponentInfo{org.mozilla.fenix.debug.test/androidx.test.runner.AndroidJUnitRunner}
12-19 15:07:50.034: I/Zygote(301): Process 8663 exited cleanly (0)
12-19 15:07:50.035: I/binder(0): undelivered transaction 810718, process died.
12-19 15:07:50.035: I/binder(0): undelivered transaction 810719, process died.
12-19 15:07:50.035: I/binder(0): undelivered transaction 810717, process died.
12-19 15:07:50.065: I/libprocessgroup(556): Successfully killed process cgroup uid 10177 pid 7970 in 46ms
12-19 15:07:50.067: I/ActivityManager(556): Force stopping org.mozilla.fenix.debug appid=10177 user=0: finished inst
12-19 15:07:50.067: I/ActivityManager(556): Killing 8663:org.mozilla.fenix.debug:tab0/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-19 15:07:50.067: I/ActivityManager(556): Killing 8119:org.mozilla.fenix.debug:tab39/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-19 15:07:50.068: I/ActivityManager(556): Killing 9997:org.mozilla.fenix.debug:mozilla.components.lib.crash.CrashHandler/u0a177 (adj -10000): stop org.mozilla.fenix.debug due to finished inst
12-19 15:07:50.070: I/ActivityManager(556): Killing 8198:org.mozilla.fenix.debug:gpu/u0a177 (adj 0): stop org.mozilla.fenix.debug due to finished inst
12-19 15:07:50.071: I/WindowManager(556): Force finishing activity ActivityRecord{ec49c82 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t10 f} isExiting}
12-19 15:07:50.071: W/ActivityTaskManager(556): Duplicate finish request for r=ActivityRecord{ec49c82 u0 org.mozilla.fenix.debug/org.mozilla.fenix.HomeActivity t10 f} isExiting}
12-19 15:07:50.073: W/Binder(7863): Caught a RuntimeException from the binder stub implementation.
12-19 15:07:50.073: W/Binder(7863): java.lang.SecurityException: Calling from not trusted UID!
12-19 15:07:50.073: W/Binder(7863): at android.app.UiAutomationConnection.throwIfCalledByNotTrustedUidLocked(UiAutomationConnection.java:525)
12-19 15:07:50.073: W/Binder(7863): at android.app.UiAutomationConnection.shutdown(UiAutomationConnection.java:429)
12-19 15:07:50.073: W/Binder(7863): at android.app.IUiAutomationConnection$Stub.onTransact(IUiAutomationConnection.java:390)
12-19 15:07:50.073: W/Binder(7863): at android.os.Binder.execTransactInternal(Binder.java:1159)
12-19 15:07:50.073: W/Binder(7863): at android.os.Binder.execTransact(Binder.java:1123)
12-19 15:07:50.074: I/ActivityManager(556): Force stopping service ServiceRecord{a72e0bf u0 org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
12-19 15:07:50.075: I/libprocessgroup(556): Successfully killed process cgroup uid 10177 pid 8663 in 0ms
12-19 15:07:50.075: W/ActivityManager(556): Bringing down service while still waiting for start foreground: ServiceRecord{a72e0bf u0 org.mozilla.fenix.debug/mozilla.components.lib.crash.handler.CrashHandlerService}
12-19 15:07:50.076: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.076: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.076: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.076: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.076: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.076: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.076: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.076: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.076: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.076: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.077: W/InputReader(556): Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.077: W/InputReader(556): Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.077: W/InputReader(556): Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.077: W/InputReader(556): Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.077: W/InputReader(556): Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.077: W/InputReader(556): Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.077: W/InputReader(556): Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.077: W/InputReader(556): Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.077: W/InputReader(556): Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.077: W/InputReader(556): Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-19 15:07:50.080: I/Zygote(301): Process 9997 exited due to signal 9 (Killed)
12-19 15:07:50.082: W/ActivityManager(556): Spurious death for ProcessRecord{8a72171 0:org.mozilla.fenix.debug:tab0/u0a177}, curProc for 8663: null
12-19 15:07:50.090: I/app_process(7863): System.exit called, status: 0
12-19 15:07:50.090: I/AndroidRuntime(7863): VM exiting with result code 0.

@cpeterso
Copy link

Moved to bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1807268

Change performed by the Move to Bugzilla add-on.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
eng:intermittent-test Evil test failures that only happen now-and-then and are a productivity killer eng:ui-test UI Tests
Projects
None yet
4 participants