Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dutil.h29 std::string get_timestamp();
Dutil.cpp62 std::string get_timestamp() { in get_timestamp() function
/system/core/debuggerd/libdebuggerd/
Dbacktrace.cpp48 _LOG(log, logtype::BACKTRACE, "\n\n----- pid %d at %s -----\n", pid, get_timestamp().c_str()); in dump_process_header()
Dtombstone.cpp641 _LOG(&log, logtype::HEADER, "Timestamp: %s\n", get_timestamp().c_str()); in engrave_tombstone()
Dtombstone_proto.cpp608 result.set_timestamp(get_timestamp()); in engrave_tombstone_proto()
/system/core/debuggerd/client/
Ddebuggerd_client.cpp98 buffer << "\n----- Waiting Channels: pid " << pid << " at " << get_timestamp() << " -----\n" in get_wchan_data()