简体   繁体   中英

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. 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. 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. It indicates that your device doesn't support systrace tracing. You can ignore it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM