Home
last modified time | relevance | path

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

/system/core/include/private/
Dandroid_logger.h27 #define LOGGER_MAGIC 'l' macro
/system/core/liblog/
Dlog_read.c664 if ((buf.p.magic != LOGGER_MAGIC) in android_logger_list_read_pstore()
671 } while (preread_count && (buf.p.magic != LOGGER_MAGIC)); in android_logger_list_read_pstore()
Dlogd_write.c196 pmsg_header.magic = LOGGER_MAGIC; in __write_to_log_daemon()