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

Commit 20c776c4 authored by Michael Wright's avatar Michael Wright Committed by android-build-merger
Browse files

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

am: dc36f0c6

Change-Id: I1e8bf987a9b5dc1c1758f3d3d56858056f328ebc
parents f975ab3b dc36f0c6
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;