我无法使用Android 8.1.0在我的Pixel Xl上亚行提取/ data / anr / anr_xxx文件。
我的试验:
? Downloads adb shell ls -al /data/anr
total 1184
drwxrwxr-x 2 system system 4096 2018-06-24 13:57 .
drwxrwx--x 43 system system 4096 1970-02-11 19:30 ..
-rw------- 1 system system 503517 2018-06-24 01:41 anr_2018-06-24-01-41-39-700
-rw------- 1 system system 683519 2018-06-24 13:57 anr_2018-06-24-13-57-19-517
? Downloads adb pull /data/anr/anr_2018-06-24-01-41-39-700 .
adb: error: failed to copy '/data/anr/anr_2018-06-24-01-41-39-700' to './anr_2018-06-24-01-41-39-700': remote open failed: Permission denied
marlin:/data/anr $ ls -al
total 1184
drwxrwxr-x 2 system system 4096 …Run Code Online (Sandbox Code Playgroud)