Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/157065
Bug: 5449033
Change-Id: I00a4b904f9449e6f93b7fd35eac28640d7929e69
This commit is contained in:
@@ -317,7 +317,7 @@ static int open_driver()
|
||||
LOGE("Binder ioctl to set max threads failed: %s", strerror(errno));
|
||||
}
|
||||
} else {
|
||||
LOGW("Opening '/dev/binder' failed: %s\n", strerror(errno));
|
||||
ALOGW("Opening '/dev/binder' failed: %s\n", strerror(errno));
|
||||
}
|
||||
return fd;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user