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

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

am 15626d3a: am b32a33ce: Merge "Turn debug flag off"

* commit '15626d3a':
  Turn debug flag off
parents 4abd09f7 15626d3a
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;