Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc36f0c6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Set DEBUG to false for BrightnessMappingStrategy." into pi-dev

parents cd5ca7e6 540c2a91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ import java.util.Arrays;
 */
public abstract class BrightnessMappingStrategy {
    private static final String TAG = "BrightnessMappingStrategy";
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;

    private static final float LUX_GRAD_SMOOTHING = 0.25f;
    private static final float MAX_GRAD = 1.0f;