Searched refs:lastLogged (Results 1 – 1 of 1) sorted by relevance
1160 int64_t lastLogged = rt.tv_sec; in threadLoop() local1201 if (rt.tv_sec - lastLogged >= logInterval) { in threadLoop()1202 ALOGVV("sent %d syncs in %ds", sent - lastSent, rt.tv_sec - lastLogged); in threadLoop()1203 lastLogged = rt.tv_sec; in threadLoop()