Searched refs:PLOG_TO (Results 1 – 6 of 6) sorted by relevance
/system/core/storaged/ |
D | storaged.cpp | 228 PLOG_TO(SYSTEM, ERROR) << "Faied to alloc aligned buffer (size: " in prepare_proto() 246 PLOG_TO(SYSTEM, ERROR) << "Faied to open tmp file: " << tmp_file; in flush_proto_data() 261 PLOG_TO(SYSTEM, ERROR) << "Faied to write tmp file: " << tmp_file; in flush_proto_data() 284 PLOG_TO(SYSTEM, ERROR) << "Faied to write tmp file: " << tmp_file; in flush_proto_data() 345 PLOG_TO(SYSTEM, ERROR) << "clock_gettime() failed"; in event_checked() 355 PLOG_TO(SYSTEM, ERROR) << "clock_gettime() failed"; in event_checked()
|
D | main.cpp | 130 PLOG_TO(SYSTEM, ERROR) << "Failed to create main thread"; in main() 136 PLOG_TO(SYSTEM, ERROR) << "Failed to start storaged service"; in main()
|
D | storaged_diskstats.cpp | 74 PLOG_TO(SYSTEM, ERROR) << "clock_gettime() failed"; in get_time() 96 PLOG_TO(SYSTEM, ERROR) << disk_stats_path << ": ReadFileToString failed."; in parse_disk_stats()
|
D | storaged_info.cpp | 111 PLOG_TO(SYSTEM, WARNING) << "Failed to get userdata info"; in refresh()
|
D | storaged_uid_monitor.cpp | 160 PLOG_TO(SYSTEM, ERROR) << UID_IO_STATS_PATH << ": ReadFileToString failed"; in get_uid_io_stats_locked()
|
/system/core/base/include/android-base/ |
D | logging.h | 248 #define PLOG(severity) PLOG_TO(DEFAULT, severity) 251 #define PLOG_TO(dest, severity) \ macro
|