Skip to content

Commit 0a26696

Browse files
Christopher TateAndroid (Google) Code Review
authored andcommitted
Merge "Log all individual settings restored" into jb-mr1-dev
2 parents 824b959 + d717788 commit 0a26696

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)