程序中没有媒体使用,但是 logcat 显示了很多错误。怎么了?它们是啥意思?

Posted

技术标签:

【中文标题】程序中没有媒体使用,但是 logcat 显示了很多错误。怎么了?它们是啥意思?【英文标题】:No media use in program, but logcat shows many wrong about it. what's matter? and what do they mean?程序中没有媒体使用,但是 logcat 显示了很多错误。怎么了?它们是什么意思? 【发布时间】:2013-12-10 13:04:58 【问题描述】:

logcat里面有这些错误信息,是什么意思?

11-11 13:44:34.253: E/cutils-trace(3996): Error opening trace file: No such file or directory (2)
11-11 13:44:51.153: E/cutils-trace(4012): Error opening trace file: No such file or directory (2)
11-11 15:58:40.922: E/InputDispatcher(288): channel '41aba520 com.example.andrappexp1/com.example.andrappexp1.SecondActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
11-11 15:59:38.913: E/SoundPool(288): error loading /system/media/audio/ui/Effect_Tick.ogg
11-11 15:59:38.942: E/SoundPool(288): error loading /system/media/audio/ui/KeypressSpacebar.ogg
11-11 15:59:38.962: E/SoundPool(288): error loading /system/media/audio/ui/KeypressDelete.ogg
11-11 15:59:38.962: E/SoundPool(288): error loading /system/media/audio/ui/KeypressReturn.ogg
11-11 16:00:04.642: E/SoundPool(288): error loading /system/media/audio/ui/Effect_Tick.ogg
11-11 16:00:04.672: E/SoundPool(288): error loading /system/media/audio/ui/KeypressStandard.ogg
11-11 16:00:04.703: E/SoundPool(288): error loading /system/media/audio/ui/KeypressReturn.ogg
11-11 16:10:26.484: E/SoundPool(288): error loading /system/media/audio/ui/Effect_Tick.ogg
11-11 19:13:47.702: E/SoundPool(288): error loading /system/media/audio/ui/KeypressDelete.ogg
11-11 19:13:47.732: E/SoundPool(288): error loading /system/media/audio/ui/KeypressReturn.ogg

我的程序中没有任何媒体上下文,为什么会出现这样的信息?

【问题讨论】:

您认为这些消息与您的应用相关的原因是什么? 我的应用是 com.example.andappexp1.SecondActivity 。所以我想可能是这样。 我有很多想法,但它们非常简单,我无法想象你自己没有。也许朝着正确方向迈出的第一步是从你的想法中消除这些信息是“错误的”的想法。如果 android 搜索这些文件并将它们不存在视为错误,则必须对其进行配置。但也有可能这些错误甚至不那么相关 - 不幸的是,您在这方面没有透露太多信息。 谢谢。您可能是正确的配置设置。我似乎没有配置这一面。好像跟跑prog没什么关系。 【参考方案1】:

您正在观察 Android 的原始日志输出,而您可能只对与您的应用程序相关的消息感兴趣。 Eclipse 和 Android Studio 提供了仅过滤您感兴趣的消息的机制,特别是通过应用程序包名称。

除非您确定您的应用程序触发了这些错误,否则我不会过多关注它,因为它可能只是您手机上的另一个应用程序可能正在响应安装事件。如果您想弄清楚是哪个应用程序导致了它,请在正在运行的进程中查找它的进程 ID。

【讨论】:

感谢您的评论。忽略它可能是正确的。我不确定哪个应用程序会触发它,只有我知道运行***.com/questions/20471731/… 显示的应用程序。你可以参考一下。

以上是关于程序中没有媒体使用,但是 logcat 显示了很多错误。怎么了?它们是啥意思?的主要内容,如果未能解决你的问题,请参考以下文章

Firebase 注册令牌未显示在 Android Studio logcat 中

当我在真机上运行我的应用程序时,android studio logcat 没有显示崩溃的原因

华为,logcat 没有显示我的应用程序的日志?

如何用好Android Studio的logcat

用eclipse工具运行android项目时LogCat窗口没有显示任何信息,但是项目结果运行正确 这我工具的问题吗

找到媒体路由,但未显示媒体路由按钮