OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:W_ALOGE
(Results
1 - 4
of
4
) sorted by null
/system/extras/perfprofd/
perfprofdutils.h
32
#define
W_ALOGE
perfprofd_log_error
cpuconfig.cc
93
W_ALOGE
("setprop ctl.stop mpdecision failed");
103
W_ALOGE
("setprop ctl.start mpdecision failed");
perfprofdcore.cc
124
W_ALOGE
("malformed command line: -c option requires argument)");
130
W_ALOGE
("malformed command line: unknown option or arg %s)", argv[ac]);
290
W_ALOGE
("pipe2() failed (%s)", strerror(errno));
295
W_ALOGE
("fork() failed (%s)", strerror(errno));
310
W_ALOGE
("execvp() failed (%s)", strerror(errno));
351
W_ALOGE
("Failed to open dir %s (%s)", psdir.c_str(), strerror(errno));
434
W_ALOGE
("Failed to read or scan /proc/loadavg (%s)", strerror(errno));
461
W_ALOGE
("Failed to read /sys/power/wake_unlock (%s)", strerror(errno));
827
W_ALOGE
("unable to open configuration file %s",
837
W_ALOGE
("unable to write to %s", oomscore_path.str().c_str())
[
all
...]
configreader.cc
133
W_ALOGE
("internal error -- duplicate entry for key %s", key);
148
W_ALOGE
("internal error -- duplicate entry for key %s", key);
152
W_ALOGE
("internal error -- bad default value for key %s", key);
Completed in 158 milliseconds