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

后端 未结 1 1410
天涯浪人
天涯浪人 2020-12-22 02:33

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 h

1条回答
  •  南方客
    南方客 (楼主)
    2020-12-22 03:01

    The error message comes from the systrace code. It indicates that your device doesn't support systrace tracing. You can ignore it.

    0 讨论(0)
提交回复
热议问题