Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究 android 中的崩溃报告。为此,我需要从代码中访问 traces.txt 文件。我已经知道如何使用 adb pull 命令在命令行中访问此文件。但我需要在应用程序中访问此文件。任何帮助将不胜感激。
我成功地得到了带有"data/anr/traces.txt"路径的痕迹。需要注意的一点是,在您的应用实际遇到 ANR 之前,该文件可能不会出现在目录中。至少我的情况是这样。
"data/anr/traces.txt"
此外,我的应用程序请求访问内部存储的权限,但我不确定这是否重要。
据我所知,traces.txt可以通过以下代码访问:
traces.txt
使用此路径打开文件:
(Your Package)/traces.txt