summaryrefslogtreecommitdiff
path: root/cmds/bootanimation
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-05-12 04:44:43 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-05-12 04:44:43 +0000
commit8683e2eeba30bcdaa9d2fcd85b494c35325f5be0 (patch)
treea4f7c13f7e3a0cd4e0734b1d4c5a70f7e3372dc7 /cmds/bootanimation
parent74fa3ce36a1ab51392662354c8e60dd0197afede (diff)
parent562d46d5927c77a385a918c6d8fed6bb36a62e51 (diff)
Merge "Log inotify errors." into rvc-dev
Diffstat (limited to 'cmds/bootanimation')
-rw-r--r--cmds/bootanimation/BootAnimation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/bootanimation/BootAnimation.cpp b/cmds/bootanimation/BootAnimation.cpp
index a1278f358380..ecb95bd11c2f 100644
--- a/cmds/bootanimation/BootAnimation.cpp
+++ b/cmds/bootanimation/BootAnimation.cpp
@@ -1306,7 +1306,7 @@ status_t BootAnimation::TimeCheckThread::readyToRun() {
if (mSystemWd < 0) {
close(mInotifyFd);
mInotifyFd = -1;
- SLOGE("Could not add watch for %s", SYSTEM_DATA_DIR_PATH);
+ SLOGE("Could not add watch for %s: %s", SYSTEM_DATA_DIR_PATH, strerror(errno));
return NO_INIT;
}