Lines Matching full:timestamp
343 String8 timestamp, body;
347 // TODO timestamp empty here, only other choice to wait for the first timestamp event in the
348 // log to push it out. Consider keeping the timestamp/body between calls to readAt().
349 dumpLine(timestamp, body);
357 timestamp.appendFormat("[%*s]", (int) width + 4, "");
402 dumpLine(timestamp, body);
405 timestamp.clear();
407 timestamp.appendFormat("[%d.%03d to .%.03d by .%.03d to .%.03d]",
415 timestamp.appendFormat("[%d.%03d]", (int) ts.tv_sec,
427 dumpLine(timestamp, body);
432 dumpLine(timestamp, body);
438 void NBLog::Reader::dumpLine(const String8& timestamp, String8& body)
441 dprintf(mFd, "%.*s%s %s\n", mIndent, "", timestamp.string(), body.string());
443 ALOGI("%.*s%s %s", mIndent, "", timestamp.string(), body.string());