Merge "Rename mBrighteningLuxThreshold to mAmbientBrighteningThreshold in ABC log info." am: 980c231cf8 am: 3e984dd0e7
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2502396 Change-Id: Ibbe04353be396cbdb7ab6168948a47a1728528a4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -883,7 +883,7 @@ class AutomaticBrightnessController {
|
||||
if (mLoggingEnabled) {
|
||||
Slog.d(TAG, "updateAmbientLux: "
|
||||
+ ((mFastAmbientLux > mAmbientLux) ? "Brightened" : "Darkened") + ": "
|
||||
+ "mBrighteningLuxThreshold=" + mAmbientBrighteningThreshold + ", "
|
||||
+ "mAmbientBrighteningThreshold=" + mAmbientBrighteningThreshold + ", "
|
||||
+ "mAmbientDarkeningThreshold=" + mAmbientDarkeningThreshold + ", "
|
||||
+ "mAmbientLightRingBuffer=" + mAmbientLightRingBuffer + ", "
|
||||
+ "mAmbientLux=" + mAmbientLux);
|
||||
|
||||
Reference in New Issue
Block a user