Searched refs:readable (Results 1 - 1 of 1) sorted by relevance

/system/core/logcat/
H A Dlogcat.cpp366 /* returns the readable size of the log's ring buffer (that is, amount of the log consumed) */
749 int size, readable; local
757 readable = android::getLogReadableSize(dev->fd);
758 if (readable < 0) {
765 size / 1024, readable / 1024,

Completed in 3 milliseconds