Merge "Log inotify errors." into rvc-dev am: 8683e2eeba am: 9fb2af9114
Change-Id: Id5f9817a300f78dca6a700ea240e3f490dde23c1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user