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

Commit 0a266965 authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

Merge "Log all individual settings restored" into jb-mr1-dev

parents 824b959d d7177880
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);
            }
        }