Does anybody have a suggestion? Is there an easy way to get/enable
logs from EGL?
| /** | |
| * There are three different tracing methods: | |
| * 1. libs/EGL/trace.cpp: Traces all functions to systrace. | |
| * To enable: | |
| * - set system property "debug.egl.trace" to "systrace" to trace all apps. | |
| * 2. libs/EGL/trace.cpp: Logs a stack trace for GL errors after each function call. | |
| * To enable: | |
| * - set system property "debug.egl.trace" to "error" to trace all apps. | |
| * 3. libs/EGL/trace.cpp: Traces all functions to logcat. | |
| * To enable: | |
| * - set system property "debug.egl.trace" to 1 to trace all apps. | |
| * - or call setGLTraceLevel(1) from an app to enable tracing for that app. |
Both this setup and Vulkan seem to lock up about a minute after returning from sleep. What's worse is that the combo above also doesn't allow console yet. Will be digging into this over the weekend.
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/af9f19e6-7d0d-42a2-9a4e-d5f99d499a52%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to andro...@googlegroups.com.
Hello Michael,Thank you for your response.I have cloned minigbm (https://github.com/intel/minigbm) from here,For drmfb-composer, I found: https://github.com/me176c-dev/drmfb-composer, But are these the same code base you used?Can you please confirm the source code path for both drmfb-composer and mingbm?
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/98a9210c-a896-422f-b9c8-e0a4b1d382cd%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/98a9210c-a896-422f-b9c8-e0a4b1d382cd%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/798b244a-60c0-439c-bbb9-b913456ac357%40googlegroups.com.
--
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/CAKc24n2RWxqeN-6%3DKHYiOMF9JSFFtiXTEnWUq0Z5R%2BUQ7x42wg%40mail.gmail.com.
Michael Goffioul <michael...@gmail.com> 於 2020年3月27日 週五 下午8:55寫道:
Matt Moeller <moell...@gmail.com> 於 2020年5月21日 週四 上午5:48寫道: