当前位置:  开发笔记 > Android > 正文

这些logcat消息的含义

如何解决《这些logcat消息的含义》经验,为你挑选了1个好方法。

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

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应用程序都会不时触发这些特定的消息.请忽略它们.



1> CommonsWare..:

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

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

推荐阅读
有风吹过best
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有