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

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

Merge "BinaryTransparencyService: Set DEBUG flag to false."

parents a1be093b 00001111
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;