Home
last modified time | relevance | path

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

/system/core/include/log/
Dlogger.h181 #define ANDROID_LOG_PSTORE 0x80000000 macro
/system/core/liblog/
Dlogger_read.c84 node = (logger_list->mode & ANDROID_LOG_PSTORE) ? in init_transport_context()
DREADME123 The ANDROID_LOG_PSTORE mode flag to the android_logger_open is used to
Dpmsg_reader.c296 logger_list.mode = ANDROID_LOG_PSTORE | in __android_log_pmsg_file_read()
/system/core/logcat/
Dlogcat.cpp659 mode |= ANDROID_LOG_PSTORE; in main()