Merge "Log inotify errors." into rvc-dev am: 8683e2eeba am: 9fb2af9114 am: 2e990f7233

Change-Id: Ic7f8766a7d951be89bc45c89f03d83f1fc699954
This commit is contained in:
TreeHugger Robot
2020-05-12 05:17:35 +00:00
committed by Automerger Merge Worker

View File

@@ -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;
}