Home
last modified time | relevance | path

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

/system/core/llkd/
DREADME.md32 exist, then have a confirmed live-lock condition and need to panic. Panic
43 then have a confirmed live-lock condition and need to panic. There is no
83 set to false; however this will result in some of the unit tests to panic
195 - Create kernel module and associated gTest to actually test panic.
/system/core/bootstat/
Dbootstat.cpp692 std::string panic("Kernel panic - not syncing: "); in addKernelPanicSubReason() local
693 auto pos = console.rfind(panic); in addKernelPanicSubReason()
721 if (console.find(panic + s.first, pos) != std::string::npos) { in addKernelPanicSubReason()
726 auto reason = getSubreason(console, pos + panic.length(), /* newline */ false); in addKernelPanicSubReason()
Dboot_reason_test.sh523 *panic* | *kernel_panic* ) var="kernel_panic" ;;