简体   繁体   English

在实际设备上运行时,Android监视器中出现控制台错误“错误打开跟踪文件:没有此类文件或目录(2)”

[英]Console error “error opening trace file: No such file or directory (2)” in Android monitor when running on actual device

My main question is: what does this error mean? 我的主要问题是:此错误是什么意思? Should I worry about it? 我应该担心吗? Should I ignore it? 我应该忽略它吗?

Secondarily, what is the cause of this error and how might I fix it? 其次,此错误的原因是什么,我该如何解决? I have certainly seen this question: error opening trace file: No such file or directory (2) , but "reinstall everything" is a rather blunt solution. 我当然已经看到了这个问题: 打开跟踪文件时出错:没有这样的文件或目录(2) ,但是“重新安装所有内容”是一个比较钝的解决方案。 And in cases where you, unfortunately, are inheriting a project that doesn't have clear from-scratch installation steps, may not be feasible. 而且,不幸的是,如果您继承的项目没有从头开始的清晰步骤,则可能不可行。

Is this a generic error that could indicate any number of missing files, or is it talking about a very specific "trace file" in a well known location? 这是一个一般性错误,可能表明有多少个丢失的文件,还是在众所周知的位置谈论的是非常具体的“跟踪文件”?

Other info: I'm running on a Galaxy S2, the Tag is "Trace", and it is the very first log that is written for the application. 其他信息:我在Galaxy S2上运行,标记为“ Trace”,这是为应用程序编写的第一个日志。 Looking at all messages, it seems mine is not the only application logging this error. 查看所有消息,似乎不是我的唯一记录此错误的应用程序。 I get the feeling it is a false alarm of some kind. 我感到这是某种错误的警报。

The error message comes from the systrace code. 错误消息来自systrace代码。 It indicates that your device doesn't support systrace tracing. 这表明您的设备不支持systrace跟踪。 You can ignore it. 您可以忽略它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Android - 错误打开跟踪文件:没有这样的文件或目录 - Android - error opening trace file: No such file or directory Android E / Trace(627):打开跟踪文件时出错:没有这样的文件或目录(2) - Android E/Trace(627): error opening trace file: No such file or directory (2) Android运行时错误:打开跟踪文件时出错:没有这样的文件或目录(2) - Android runtime error: error opening trace file: No such file or directory (2) Android-错误打开跟踪文件,没有这样的文件或目录 - Android-Error opening trace file no such file or directory Android应用程序错误打开跟踪文件:没有此类文件或目录 - Android application Error Opening Trace File: No such file or directory Android上的JDom:打开跟踪文件时出错:没有这样的文件或目录 - JDom on Android: error opening trace file: No such file or directory Android错误打开跟踪文件 - Android Error opening trace file 打开跟踪文件时出错:没有这样的文件或目录(2) - error opening trace file: No such file or directory (2) 打开跟踪文件时出错:没有这样的文件或目录(2),解决方案? - error opening trace file: No such file or directory (2), Solution? HttpURLConnection打开跟踪文件时出错:没有这样的文件或目录 - HttpURLConnection Error opening trace file: no such file or directory
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM