Merge "Rename mBrighteningLuxThreshold to mAmbientBrighteningThreshold in ABC log info."

This commit is contained in:
Piotr Wilczyński
2023-03-23 16:51:34 +00:00
committed by Gerrit Code Review

View File

@@ -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);