diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-05-12 05:17:35 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-05-12 05:17:35 +0000 |
commit | adf42b8708ada13f579f81b862f71c63b5f09603 (patch) | |
tree | 5ce855caafb0424c6274eb6450b53245e8959665 /cmds/bootanimation/BootAnimation.cpp | |
parent | 0e0d519fa2ca208e80d7e063759f576df1dfb376 (diff) | |
parent | 2e990f7233fb925477f9afc33b33f22ad0e6c454 (diff) |
Merge "Log inotify errors." into rvc-dev am: 8683e2eeba am: 9fb2af9114 am: 2e990f7233
Change-Id: Ic7f8766a7d951be89bc45c89f03d83f1fc699954
Diffstat (limited to 'cmds/bootanimation/BootAnimation.cpp')
-rw-r--r-- | cmds/bootanimation/BootAnimation.cpp | 2 |
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; } |