Save tombstones and anr (#1579)
This commit is contained in:
parent
2830441fd6
commit
5209136174
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue