Merge "Fix a log issue in ui.cpp." am: 7f38fbf976
am: c33d037d7d
Change-Id: I440288d7d518e9aa6cb13fe7d8647770bc7011f3
This commit is contained in:
2
ui.cpp
2
ui.cpp
@@ -100,7 +100,7 @@ bool RecoveryUI::InitScreensaver() {
|
||||
// we don't have a good way to query the default value.
|
||||
std::string content;
|
||||
if (!android::base::ReadFileToString(MAX_BRIGHTNESS_FILE, &content)) {
|
||||
LOG(WARNING) << "Failed to read max brightness: " << content;
|
||||
PLOG(WARNING) << "Failed to read max brightness";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user