Searched refs:W_ALOGE (Results 1 – 4 of 4) sorted by relevance
/system/extras/perfprofd/ |
D | perfprofdcore.cc | 132 W_ALOGE("malformed command line: -c option requires argument)"); in parse_args() 139 W_ALOGE("malformed command line: -x option requires argument)"); in parse_args() 145 W_ALOGE("malformed command line: unknown option or arg %s)", argv[ac]); in parse_args() 305 W_ALOGE("pipe2() failed (%s)", strerror(errno)); in get_camera_active() 310 W_ALOGE("fork() failed (%s)", strerror(errno)); in get_camera_active() 325 W_ALOGE("execvp() failed (%s)", strerror(errno)); in get_camera_active() 366 W_ALOGE("Failed to open dir %s (%s)", psdir.c_str(), strerror(errno)); in get_charging() 449 W_ALOGE("Failed to read or scan /proc/loadavg (%s)", strerror(errno)); in annotate_encoded_perf_profile() 476 W_ALOGE("Failed to read /sys/power/wake_unlock (%s)", strerror(errno)); in annotate_encoded_perf_profile() 845 W_ALOGE("unable to open configuration file %s", in init() [all …]
|
D | cpuconfig.cc | 93 W_ALOGE("setprop ctl.stop mpdecision failed"); in StopMpdecision() 103 W_ALOGE("setprop ctl.start mpdecision failed"); in RestartMpdecision()
|
D | perfprofdutils.h | 32 #define W_ALOGE perfprofd_log_error macro
|
D | configreader.cc | 134 W_ALOGE("internal error -- duplicate entry for key %s", key); in addUnsignedEntry() 149 W_ALOGE("internal error -- duplicate entry for key %s", key); in addStringEntry() 153 W_ALOGE("internal error -- bad default value for key %s", key); in addStringEntry()
|