Merge "Merge "Rename mBrighteningLuxThreshold to mAmbientBrighteningThreshold in ABC log info." am: 980c231cf8 am: 3e984dd0e7 am: e78b6e541e" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7a7a848ddb
@@ -896,7 +896,7 @@ public 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