am 8f301e66: Merge "Add debug for b/7094175." into jb-mr1-dev

* commit '8f301e666873e4a9feaace38a0b184a5f3ce7003':
  Add debug for b/7094175.
This commit is contained in:
Craig Mautner
2012-09-20 06:20:25 -07:00
committed by Android Git Automerger
2 changed files with 6 additions and 0 deletions

View File

@@ -1554,6 +1554,8 @@ public class Resources {
public static void updateSystemConfiguration(Configuration config, DisplayMetrics metrics,
CompatibilityInfo compat) {
if (mSystem != null) {
// TODO: Remove once b/7094175 is fixed
Slog.v(TAG, "updateSystemConfiguration: b/7094175 config=" + config);
mSystem.updateConfiguration(config, metrics, compat);
//Log.i(TAG, "Updated system resources " + mSystem
// + ": " + mSystem.getConfiguration());