HomeSort by relevance Sort by last modified time
    Searched refs:PLOG_TO (Results 1 - 6 of 6) sorted by null

  /system/core/storaged/
storaged.cpp 228 PLOG_TO(SYSTEM, ERROR) << "Faied to alloc aligned buffer (size: "
246 PLOG_TO(SYSTEM, ERROR) << "Faied to open tmp file: " << tmp_file;
261 PLOG_TO(SYSTEM, ERROR) << "Faied to write tmp file: " << tmp_file;
284 PLOG_TO(SYSTEM, ERROR) << "Faied to write tmp file: " << tmp_file;
345 PLOG_TO(SYSTEM, ERROR) << "clock_gettime() failed";
355 PLOG_TO(SYSTEM, ERROR) << "clock_gettime() failed";
main.cpp 130 PLOG_TO(SYSTEM, ERROR) << "Failed to create main thread";
136 PLOG_TO(SYSTEM, ERROR) << "Failed to start storaged service";
storaged_diskstats.cpp 74 PLOG_TO(SYSTEM, ERROR) << "clock_gettime() failed";
96 PLOG_TO(SYSTEM, ERROR) << disk_stats_path << ": ReadFileToString failed.";
storaged_info.cpp 111 PLOG_TO(SYSTEM, WARNING) << "Failed to get userdata info";
storaged_uid_monitor.cpp 160 PLOG_TO(SYSTEM, ERROR) << UID_IO_STATS_PATH << ": ReadFileToString failed";
  /system/core/base/include/android-base/
logging.h 248 #define PLOG(severity) PLOG_TO(DEFAULT, severity)
251 #define PLOG_TO(dest, severity) \

Completed in 166 milliseconds