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

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

Log all individual settings restored

Trying to get a handle on bug 7129406

Change-Id: If436c7888f0a8565d83c03024c54ea6ec83e7955
parent 965e7ff4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -563,7 +563,7 @@ public class SettingsBackupAgent extends BackupAgentHelper {
                getContentResolver().insert(contentUri, contentValues);
            }

            if (DEBUG) {
            if (DEBUG || true) {
                Log.d(TAG, "Restored setting: " + key + "=" + value);
            }
        }