Home
last modified time | relevance | path

Searched refs:tombstones (Results 1 – 1 of 1) sorted by relevance

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkey.java1282 String[] tombstones = TOMBSTONES_PATH.list(); in checkNativeCrashes() local
1286 if (tombstones == null || tombstones.length == 0) { in checkNativeCrashes()
1295 for (String t : tombstones) { in checkNativeCrashes()