Searched refs:logcat_panic (Results 1 – 1 of 1) sorted by relevance
/system/core/logcat/ |
D | logcat.cpp | 88 __noreturn static void logcat_panic(bool showHelp, const char *fmt, ...) __printflike(2,3); 140 logcat_panic(false, "couldn't open output file"); in rotateLogs() 201 logcat_panic(false, "output error"); in processBuffer() 227 logcat_panic(false, "output error"); in maybePrintStart() 258 logcat_panic(false, "couldn't open output file"); in setupOutput() 264 logcat_panic(false, "couldn't get output file stat\n"); in setupOutput() 269 logcat_panic(false, "invalid output file stat\n"); in setupOutput() 420 static void logcat_panic(bool showHelp, const char *fmt, ...) in logcat_panic() function 621 logcat_panic(true, "%s %s out of range\n", in main() 633 logcat_panic(true, "%s %s out of range\n", in main() [all …]
|