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

Commit b32a33ce authored by Christopher Tate's avatar Christopher Tate Committed by Gerrit Code Review
Browse files

Merge "Turn debug flag off"

parents e9e1e0d2 f0e32ee5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ import java.util.concurrent.CountDownLatch;
 */
public abstract class BackupAgent extends ContextWrapper {
    private static final String TAG = "BackupAgent";
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;

    /** @hide */
    public static final int TYPE_EOF = 0;