Searched refs:BAD_BOOTREASONS (Results 1 – 2 of 2) sorted by relevance
62 public static final Pattern BAD_BOOTREASONS = Pattern.compile( field in KernelLogParser240 "Last boot reason: " + BAD_BOOTREASONS, in initPatterns()
243 Matcher m = KernelLogParser.BAD_BOOTREASONS.matcher(bootreason); in commit()