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

Commit f0e32ee5 authored by Alan Jeon's avatar Alan Jeon
Browse files

Turn debug flag off



Change-Id: Iced1a24ecfc182eccedd3a749fab9dd32dea41da
Signed-off-by: default avatarAlan Jeon <skyisle@gmail.com>
parent 3d00fdf4
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;