Turn off debug logging flags
Fixes: 130558346 Test: visual Change-Id: Ie82bfe503f789435a3474697391fdfdeb94864ee
This commit is contained in:
@@ -41,7 +41,7 @@ import java.util.ArrayList;
|
||||
public class FaceEnrollEnrolling extends BiometricsEnrollEnrolling {
|
||||
|
||||
private static final String TAG = "FaceEnrollEnrolling";
|
||||
private static final boolean DEBUG = true;
|
||||
private static final boolean DEBUG = false;
|
||||
private static final String TAG_FACE_PREVIEW = "tag_preview";
|
||||
|
||||
private TextView mErrorText;
|
||||
|
||||
@@ -124,7 +124,7 @@ public class FingerprintSettings extends SubSettings {
|
||||
|
||||
private static final int ADD_FINGERPRINT_REQUEST = 10;
|
||||
|
||||
protected static final boolean DEBUG = true;
|
||||
protected static final boolean DEBUG = false;
|
||||
|
||||
private FingerprintManager mFingerprintManager;
|
||||
private boolean mInFingerprintLockout;
|
||||
|
||||
Reference in New Issue
Block a user