Home
last modified time | relevance | path

Searched refs:PLOG_TO (Results 1 – 6 of 6) sorted by relevance

/system/core/storaged/
Dstoraged.cpp229 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()
Dmain.cpp127 PLOG_TO(SYSTEM, ERROR) << "Failed to create main thread"; in main()
133 PLOG_TO(SYSTEM, ERROR) << "Failed to start storaged service"; in main()
Dstoraged_diskstats.cpp74 PLOG_TO(SYSTEM, ERROR) << "clock_gettime() failed"; in get_time()
96 PLOG_TO(SYSTEM, ERROR) << disk_stats_path << ": ReadFileToString failed."; in parse_disk_stats()
Dstoraged_info.cpp120 PLOG_TO(SYSTEM, WARNING) << "Failed to get userdata info"; in refresh()
Dstoraged_uid_monitor.cpp161 PLOG_TO(SYSTEM, ERROR) << UID_IO_STATS_PATH << ": ReadFileToString failed"; in get_uid_io_stats_locked()
/system/core/base/include/android-base/
Dlogging.h256 #define PLOG(severity) PLOG_TO(DEFAULT, severity)
259 #define PLOG_TO(dest, severity) \ macro