Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/parser/
DBugreportParser.java63 private static final String BOOTREASON_PROP = "ro.boot.bootreason"; field in BugreportParser
237 mBugreport.getSystemProps().containsKey(BOOTREASON_PROP)) { in commit()
238 bootreason = mBugreport.getSystemProps().get(BOOTREASON_PROP); in commit()