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

Commit b1543a96 authored by Christopher Tate's avatar Christopher Tate
Browse files

Turn off MORE_DEBUG logspam

Down with logspam!

Change-Id: Idadad3531cee53afd3cb5cbeb68ced2d348311eb
parent d16d57b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ import javax.crypto.spec.SecretKeySpec;
class BackupManagerService extends IBackupManager.Stub {
    private static final String TAG = "BackupManagerService";
    private static final boolean DEBUG = true;
    private static final boolean MORE_DEBUG = true;
    private static final boolean MORE_DEBUG = false;

    // Name and current contents version of the full-backup manifest file
    static final String BACKUP_MANIFEST_FILENAME = "_manifest";