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

/system/core/logcat/
H A Dlogcat.cpp361 static int getLogSize(int logfd) function in namespace:android
462 int getLogSize = 0; local
511 getLogSize = 1;
748 if (getLogSize) {
751 size = android::getLogSize(dev->fd);
772 if (getLogSize) {

Completed in 60 milliseconds