diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-05-12 05:33:16 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-05-12 05:33:16 +0000 |
commit | 5c109facf4fb0b01901a31d5fab8d18fd0856f6f (patch) | |
tree | c7bcab3012e628ae3fe1563eb7a7c0d391ee9898 /cmds/bootanimation/BootAnimation.cpp | |
parent | b100039e6349eade09d4870df673b984b9e290c4 (diff) | |
parent | adf42b8708ada13f579f81b862f71c63b5f09603 (diff) |
Merge "Log inotify errors." into rvc-dev am: 8683e2eeba am: 9fb2af9114 am: 2e990f7233 am: adf42b8708
Change-Id: Iaaccede61f42c34220b0fb9575af4c6839dbd819
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 f08c79ad6954..589d5c90041a 100644 --- a/cmds/bootanimation/BootAnimation.cpp +++ b/cmds/bootanimation/BootAnimation.cpp @@ -1329,7 +1329,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; } |