这些logcat消息的含义

时间:2017-01-12 14:59:03

标签: android android-logcat

我在日志中遇到此错误,但它不会阻止我的应用程序处理,并且不会在应用程序中执行任何错误但我不知道它是什么

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

2 个答案:

答案 0 :(得分:5)

这些都不是错误。 W/是一个警告; D/是一条调试消息。

几乎任何Android应用都会不时触发这些特定的消息。请忽略它们。

答案 1 :(得分:0)

如果logcat给出错误消息,则它将是E / tag和红色文本