Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto.cpp503 log_msg log_entry; in dump_log_file() local
504 ssize_t actual = android_logger_list_read(logger_list, &log_entry); in dump_log_file()
522 time_t sec = static_cast<time_t>(log_entry.entry.sec); in dump_log_file()
527 StringPrintf("%s.%03d", timestamp_secs, log_entry.entry.nsec / 1'000'000); in dump_log_file()
530 char* msg = log_entry.msg(); in dump_log_file()
556 log_msg->set_pid(log_entry.entry.pid); in dump_log_file()
557 log_msg->set_tid(log_entry.entry.tid); in dump_log_file()