Searched refs:SYSTEM (Results 1 – 15 of 15) sorted by relevance
/system/core/storaged/ |
D | storaged.cpp | 100 LOG_TO(SYSTEM, WARNING) << "health: failed to find IHealth service"; in init_health_service() 107 LOG_TO(SYSTEM, WARNING) in init_health_service() 112 LOG_TO(SYSTEM, WARNING) << "health: invalid battery status"; in init_health_service() 117 LOG_TO(SYSTEM, WARNING) << "health: get charge status transaction error " in init_health_service() 129 LOG_TO(SYSTEM, ERROR) << "health service died, exiting"; in serviceDied() 133 LOG_TO(SYSTEM, ERROR) << "unknown service died"; in serviceDied() 193 LOG_TO(SYSTEM, WARNING) << "CRC mismatch in " << proto_file; in load_proto() 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() [all …]
|
D | main.cpp | 54 LOG_TO(SYSTEM, INFO) << "storaged: Start"; in storaged_main() 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 | 44 LOG_TO(SYSTEM, INFO) << "disk_perf " << type in log_debug_disk_perf() 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() 133 LOG_TO(SYSTEM, DEBUG) << "getDiskStats is not supported on health HAL."; in get_disk_stats_from_health_hal() 137 LOG_TO(SYSTEM, ERROR) << "getDiskStats failed with result " << toString(result) in get_disk_stats_from_health_hal() 147 LOG_TO(SYSTEM, ERROR) << "getDiskStats failed with " << ret.description(); in get_disk_stats_from_health_hal() 202 LOG_TO(SYSTEM, WARNING) << "Two dis-continuous periods of diskstats" in add_disk_stats()
|
D | storaged_info.cpp | 82 LOG_TO(SYSTEM, ERROR) << "Invalid IOPerfHistory proto"; in load_perf_history_proto() 120 PLOG_TO(SYSTEM, WARNING) << "Failed to get userdata info"; in refresh() 383 LOG_TO(SYSTEM, DEBUG) << "getStorageInfo is not supported on health HAL."; in report() 387 LOG_TO(SYSTEM, ERROR) << "getStorageInfo failed with result " << toString(result) in report() 396 LOG_TO(SYSTEM, ERROR) << "getStorageInfo failed with " << ret.description(); in report()
|
D | storaged_uid_monitor.cpp | 74 LOG_TO(SYSTEM, WARNING) << "Invalid uid I/O stats: \"" in parse_uid_io_stats() 98 LOG_TO(SYSTEM, WARNING) << "Invalid task I/O stats: \"" in parse_task_io_stats() 126 LOG_TO(SYSTEM, ERROR) << "defaultServiceManager failed"; in get_uid_names() 132 LOG_TO(SYSTEM, ERROR) << "getService package_native failed"; in get_uid_names() 140 LOG_TO(SYSTEM, ERROR) << "package_native::getNamesForUids failed: " in get_uid_names() 161 PLOG_TO(SYSTEM, ERROR) << UID_IO_STATS_PATH << ": ReadFileToString failed"; in get_uid_io_stats_locked()
|
/system/gsid/ |
D | daemon.cpp | 32 android::base::InitLogging(argv, android::base::LogdLogger(android::base::SYSTEM)); in main()
|
/system/bt/service/ipc/dbus/ |
D | ipc_handler_dbus.cc | 53 bus_options.bus_type = Bus::SYSTEM; in InitDbus()
|
/system/iorap/src/iorapd/ |
D | main.cc | 58 android::base::InitLogging(argv, StderrAndLogdLogger{android::base::SYSTEM}); in main()
|
/system/update_engine/fuzz/ |
D | xml.dict | 49 "SYSTEM"
|
/system/connectivity/wificond/ |
D | main.cpp | 118 android::base::InitLogging(argv, android::base::LogdLogger(android::base::SYSTEM)); in main()
|
/system/vold/ |
D | main.cpp | 58 android::base::InitLogging(argv, android::base::LogdLogger(android::base::SYSTEM)); in main()
|
/system/update_engine/client_library/ |
D | client_dbus.cc | 38 options.bus_type = Bus::SYSTEM; in Init()
|
/system/core/sdcard/ |
D | sdcard.cpp | 251 android::base::InitLogging(argv, android::base::LogdLogger(android::base::SYSTEM)); in main()
|
/system/core/base/include/android-base/ |
D | logging.h | 95 SYSTEM, enumerator
|
/system/core/base/ |
D | logging.cpp | 268 static_assert(arraysize(kLogIdToAndroidLogId) == SYSTEM + 1, in operator ()()
|