Skip to content

Commit d717788

Browse files
author
Christopher Tate
committed
Log all individual settings restored
Trying to get a handle on bug 7129406 Change-Id: If436c7888f0a8565d83c03024c54ea6ec83e7955
1 parent 965e7ff commit d717788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/SettingsProvider/src/com/android/providers/settings/SettingsBackupAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ private void restoreSettings(byte[] settings, int bytes, Uri contentUri) {
563563
getContentResolver().insert(contentUri, contentValues);
564564
}
565565

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

0 commit comments

Comments
 (0)