Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/
H A Dutil.h30 std::string get_timestamp();
H A Dutil.cpp63 std::string get_timestamp() { in get_timestamp() function
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dbacktrace.cpp49 _LOG(log, logtype::BACKTRACE, "\n\n----- pid %d at %s -----\n", pid, get_timestamp().c_str()); in dump_process_header()
H A Dtombstone_proto.cpp627 result.set_timestamp(get_timestamp()); in engrave_tombstone_proto()
/aosp14/system/core/debuggerd/client/
H A Ddebuggerd_client.cpp108 buffer << "\n----- Waiting Channels: pid " << pid << " at " << get_timestamp() << " -----\n" in get_wchan_data()