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

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

am ef3b35b4: Merge "Logging in LocalTransport on as default"

* commit 'ef3b35b4':
  Logging in LocalTransport on as default
parents d01adef1 ef3b35b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ import java.util.ArrayList;

public class LocalTransport extends IBackupTransport.Stub {
    private static final String TAG = "LocalTransport";
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;

    private static final String TRANSPORT_DIR_NAME
            = "com.android.internal.backup.LocalTransport";