Save tombstones and anr (#1579)

This commit is contained in:
南宫雪珊 2022-01-29 15:26:13 +08:00 committed by GitHub
parent 2830441fd6
commit 5209136174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,8 @@ public class ConfigFileManager {
try {
putFds(map, logDirPath);
putFds(map, oldLogDirPath);
putFds(map, Paths.get("/data/tombstones"));
putFds(map, Paths.get("/data/anr"));
} catch (IOException e) {
Log.e(TAG, "getLogs", e);
}