Merge "BinaryTransparencyService: Set DEBUG flag to false."
This commit is contained in:
committed by
Android (Google) Code Review
commit
fac035b276
@@ -119,7 +119,7 @@ public class BinaryTransparencyService extends SystemService {
|
||||
// used for indicating newly installed MBAs that are updated (but unused currently)
|
||||
static final int MBA_STATUS_UPDATED_NEW_INSTALL = 4;
|
||||
|
||||
private static final boolean DEBUG = true; // set this to false upon submission
|
||||
private static final boolean DEBUG = false; // toggle this for local debug
|
||||
|
||||
private final Context mContext;
|
||||
private String mVbmetaDigest;
|
||||
|
||||
Reference in New Issue
Block a user