Searched defs:timestr (Results 1 - 1 of 1) sorted by relevance

/system/core/debuggerd/
H A Dbacktrace.c52 char timestr[64]; local
53 strftime(timestr, sizeof(timestr), "%F %T", &tm);
54 _LOG(log, false, "\n\n----- pid %d at %s -----\n", pid, timestr);

Completed in 21 milliseconds