Home
last modified time | relevance | path

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

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkey.java426 commandLineReport("procrank", "procrank"); in reportProcRank()
454 commandLineReport("anr traces", "cat " + mostRecent.getAbsolutePath()); in reportAnrTraces()
467 commandLineReport("meminfo", "dumpsys meminfo"); in reportDumpsysMemInfo()
480 private void commandLineReport(String reportName, String command) { in commandLineReport() method in Monkey
549 commandLineReport(bugreportName + ".txt", "bugreport"); in getBugreport()