【发布时间】:2019-07-30 19:51:12
【问题描述】:
我正在编写一个用于报告崩溃和相关日志的应用程序。 因此,我试图从我的应用程序中访问 traces.txt 和墓碑,但出现错误:
03-25 09:48:46.220 W/System.err(10250): java.io.FileNotFoundException: /data/tombstone/tombstone_00 (Permission denied)
我可以访问 traces.txt,但不能访问墓碑。
【问题讨论】:
-
您是否使用了READ_LOGS 权限?