Merge "Remove wtf if no display nits mapping exists" am: 92e34479f2
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2137252 Change-Id: Ibac738b476db58a0426af7e6af3f5f69e60b3e8a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -550,7 +550,6 @@ public class DisplayDeviceConfig {
|
|||||||
*/
|
*/
|
||||||
public float getNitsFromBacklight(float backlight) {
|
public float getNitsFromBacklight(float backlight) {
|
||||||
if (mBacklightToNitsSpline == null) {
|
if (mBacklightToNitsSpline == null) {
|
||||||
Slog.wtf(TAG, "requesting nits when no mapping exists.");
|
|
||||||
return NITS_INVALID;
|
return NITS_INVALID;
|
||||||
}
|
}
|
||||||
backlight = Math.max(backlight, mBacklightMinimum);
|
backlight = Math.max(backlight, mBacklightMinimum);
|
||||||
|
|||||||
Reference in New Issue
Block a user