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

Commit 15626d3a authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am b32a33ce: Merge "Turn debug flag off"

* commit 'b32a33ce':
  Turn debug flag off
parents 2a6426c9 b32a33ce
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;