Merge "libpower: log errors to logcat"
This commit is contained in:
commit
12e55bef5b
1 changed files with 1 additions and 1 deletions
2
power.c
2
power.c
|
@ -57,7 +57,7 @@ open_file_descriptors(const char * const paths[])
|
|||
int fd = open(paths[i], O_RDWR | O_CLOEXEC);
|
||||
if (fd < 0) {
|
||||
g_error = -errno;
|
||||
fprintf(stderr, "fatal error opening \"%s\": %s\n", paths[i],
|
||||
ALOGE("fatal error opening \"%s\": %s\n", paths[i],
|
||||
strerror(errno));
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue