Searched refs:VLOG (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/cmds/incidentd/src/ |
H A D | FdBuffer.cpp | 64 VLOG("Truncating data"); in read() 68 VLOG("No memory"); in read() 74 VLOG("timed out due to long read"); in read() 85 VLOG("poll failed: %s", strerror(errno)); in read() 102 VLOG("Reached EOF of fd=%d", fd); in read() 120 VLOG("Truncating data"); in readFully() 124 VLOG("No memory"); in readFully() 168 VLOG("Truncating data"); in readProcessedDataInStream() 173 VLOG("No memory"); in readProcessedDataInStream() 179 VLOG("timed out due to long read"); in readProcessedDataInStream() [all …]
|
H A D | Log.h | 32 #define VLOG(...) \ macro
|
H A D | Throttler.cpp | 61 VLOG("The current request took %zu bytes to dropbox", reportByteSize); in addReportSize()
|
H A D | incidentd_util.cpp | 173 VLOG("return by signal: %s", strerror(WTERMSIG(status))); in statusCode() 176 VLOG("return by exit: %s", strerror(WEXITSTATUS(status))); in statusCode()
|
H A D | Section.cpp | 205 VLOG("[%s] editPos=%zu, dataBeginAt=%zu", this->name.string(), editPos, dataBeginAt); in Execute() 772 VLOG("Skipping Zygote"); in BlockingCall() 785 VLOG("Skipping %d", pid); in BlockingCall()
|