Merge "Set DEBUG to false for BrightnessMappingStrategy." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
dc36f0c68a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user