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.java1201 String[] tombstones = TOMBSTONES_PATH.list(); in checkNativeCrashes() local
1205 if ((tombstones == null) || (tombstones.length == 0)) { in checkNativeCrashes()
1212 for (String x : tombstones) { in checkNativeCrashes()