Searched refs:PLOG_TO (Results 1 – 6 of 6) sorted by relevance
/system/core/storaged/ |
D | storaged.cpp | 229 PLOG_TO(SYSTEM, ERROR) << "Faied to alloc aligned buffer (size: " in prepare_proto() 247 PLOG_TO(SYSTEM, ERROR) << "Faied to open tmp file: " << tmp_file; in flush_proto_data() 262 PLOG_TO(SYSTEM, ERROR) << "Faied to write tmp file: " << tmp_file; in flush_proto_data() 285 PLOG_TO(SYSTEM, ERROR) << "Faied to write tmp file: " << tmp_file; in flush_proto_data() 344 PLOG_TO(SYSTEM, ERROR) << "clock_gettime() failed"; in event_checked() 351 PLOG_TO(SYSTEM, ERROR) << "clock_gettime() failed"; in event_checked()
|
D | main.cpp | 127 PLOG_TO(SYSTEM, ERROR) << "Failed to create main thread"; in main() 133 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 | 120 PLOG_TO(SYSTEM, WARNING) << "Failed to get userdata info"; in refresh()
|
D | storaged_uid_monitor.cpp | 161 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 | 256 #define PLOG(severity) PLOG_TO(DEFAULT, severity) 259 #define PLOG_TO(dest, severity) \ macro
|