-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Crash on WearOS #4057
Comments
Android Wear devices are supported. Could you please describe the crash, provide logs, and describe the device you are using please? |
2021-06-03 21:47:50.497 18757-18757/? I/zygote: Late-enabling -Xcheck:jni
2021-06-03 21:47:51.912 18757-18784/com.google.android.filament.litcube A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x60 in tid 18784 (FEngine::loop), pid 18757 (ilament.litcube) |
Thanks, but you cut off the logs just at the beginning of the crash. Could you please show the rest of the logs so we know where it crashes? |
These are all the logs,look at this. maybe that's what caused it 2021-06-03 21:47:50.931 18757-18784/com.google.android.filament.litcube W/Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:612>: EGL_BAD_ATTRIBUTE |
No, I'm interested in what's after:
|
--------- beginning of crash |
Thank you. Unfortunately it's a crash and therefore a GPU driver bug. We can look for a workaround but we'd need the same device to be able to repro and find said workaround :( |
not actionable at this point |
This might be fixed by #5754 |
I build samples on my android watch device and it goes black screen or crashes.
the watch is opengles3.0 and android8.1.0
The text was updated successfully, but these errors were encountered: