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

/system/core/base/include/android-base/
H A Dlogging.h35 // PLOG(ERROR) << "Write failed";
231 #define PLOG(severity) PLOG_TO(DEFAULT, severity) macro
233 // Behaves like PLOG, but logs to the specified log ID.
301 PLOG(FATAL) << #call << " failed for " << (what); \
/system/extras/perfprofd/quipper/base/
H A Dlogging.h93 // PLOG(ERROR) << "Couldn't do foo";
210 #define PLOG(severity) \ macro

Completed in 1875 milliseconds