HomeSort by relevance Sort by last modified time
    Searched refs:LOW_MEMORY_KILLER (Results 1 - 2 of 2) sorted by null

  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
KernelLogParserTest.java 255 assertEquals(1, kernelLog.getMiscEvents(KernelLogParser.LOW_MEMORY_KILLER).size());
258 MiscKernelLogItem miscItem = kernelLog.getMiscEvents(KernelLogParser.LOW_MEMORY_KILLER)
261 assertEquals(KernelLogParser.LOW_MEMORY_KILLER, miscItem.getCategory());
265 assertEquals(KernelLogParser.LOW_MEMORY_KILLER, lmkItem.getCategory());
  /tools/loganalysis/src/com/android/loganalysis/parser/
KernelLogParser.java 42 public static final String LOW_MEMORY_KILLER = "LOW_MEMORY_KILLER";
184 } else if (category.equals(LOW_MEMORY_KILLER)) {
262 mPatternUtil.addPattern(LOW_MEMORY_KILLER_PATTERN, LOW_MEMORY_KILLER);

Completed in 63 milliseconds