Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dtombstone_proto.cpp493 char timestamp_secs[32]; in dump_log_file() local
497 strftime(timestamp_secs, sizeof(timestamp_secs), "%m-%d %H:%M:%S", &tm); in dump_log_file()
499 StringPrintf("%s.%03d", timestamp_secs, log_entry.entry.nsec / 1'000'000); in dump_log_file()