Home
last modified time | relevance | path

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

/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DKernelLogParserTest.java276 final String ALLOC_FAILURE = "page allocation failure: order:3, mode:0x10c0d0"; in testPageAllocationFailureParse() local
281 "<3>[ 43.399164] " + ALLOC_FAILURE); in testPageAllocationFailureParse()
295 assertEquals(ALLOC_FAILURE, miscItem.getStack()); in testPageAllocationFailureParse()
300 assertEquals(ALLOC_FAILURE, failItem.getStack()); in testPageAllocationFailureParse()