我在日志中遇到此错误,但它不会阻止我的应用程序处理,并且不会在应用程序中执行任何错误但我不知道它是什么
01-12 09:54:41.726 14988-15006/com.android.muslimstudios.bookstore W/EGL_emulation: eglSurfaceAttrib not implemented 01-12 09:54:41.731 14988-15006/com.android.muslimstudios.bookstore W/OpenGLRenderer: Failed to set EGL_SWAP_BEHAVIOR on surface 0xe0513980, error=EGL_SUCCESS 01-12 09:54:41.908 14988-15006/com.android.muslimstudios.bookstore D/OpenGLRenderer: endAllStagingAnimators on 0xe03c5a00 (RippleDrawable) with handle 0xe0dbe390 01-12 09:54:52.360 14988-14998/com.android.muslimstudios.bookstore W/art: Suspending all threads took: 9.121ms
CommonsWare.. 5
这些都不是错误.W/
是一个警告; D/
是一个调试消息.
几乎任何Android应用程序都会不时触发这些特定的消息.请忽略它们.
这些都不是错误.W/
是一个警告; D/
是一个调试消息.
几乎任何Android应用程序都会不时触发这些特定的消息.请忽略它们.