-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Waited for the root of the view hierarchy to have window focus and not request layout for 10 seconds #1121
Comments
It seems an Android emulator bug :( |
It would theoretically be possible to use an actual Android device for testing. We'd just need to set up a physical testing rig, or better use a service that comes attached with a physical android phone. |
Need to investigate this problem. It might crash on one emulator but works great on another one (for example with a different Android version). |
It seems this one #1116 relates to the Android emulator bug too. After adding some debug code I've found that sometimes during tests the emulator turns off. I will try to switch to another one(maybe a different Android version). |
I'm moving it to later. I haven't seen such a bug for a long time |
Why can emulator turn off suddenly? |
It very depends. For now, most problems were described here #1105. I hope after dropping |
deprecated |
ref https://flowcrypt.semaphoreci.com/jobs/c44c169a-f790-4c25-aac7-ae7e220203f0
java.lang.RuntimeException: Waited for the root of the view hierarchy to have window focus and not request layout for 10 seconds. If you specified a non default root matcher, it may be picking a root that never takes focus. Root:28:03
Root{application-window-token=android.view.ViewRootImpl$W@10705e7, window-token=android.view.ViewRootImpl$W@10705e7, has-window-focus=false, layout-params-type=1, layout-params-string={(0,0)(fillxfill) sim={forwardNavigation} ty=BASE_APPLICATION wanim=0x10302fe
During that issues, we can see the following
The text was updated successfully, but these errors were encountered: