Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/parser/
DLogcatParser.java53 public static final String RUNTIME_RESTART = "RUNTIME_RESTART"; field in LogcatParser
453 RUNTIME_RESTART); in initPatterns()
/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DLogcatParserTest.java374 assertEquals(1, logcat.getMiscEvents(LogcatParser.RUNTIME_RESTART).size()); in testParse_misc_events()
388 item = logcat.getMiscEvents(LogcatParser.RUNTIME_RESTART).get(0); in testParse_misc_events()