Searched refs:BOOTREASON_KERNEL (Results 1 – 1 of 1) sorted by relevance
64 private static final String BOOTREASON_KERNEL = "androidboot.bootreason"; field in BugreportParser239 } else if (mCommandLine.containsKey(BOOTREASON_KERNEL)) { in commit()240 bootreason = mCommandLine.get(BOOTREASON_KERNEL); in commit()