summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/java/android/content/res/ThemeConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/res/ThemeConfig.java b/core/java/android/content/res/ThemeConfig.java
index ea20f09..2bb5dea 100644
--- a/core/java/android/content/res/ThemeConfig.java
+++ b/core/java/android/content/res/ThemeConfig.java
@@ -200,7 +200,7 @@ public class ThemeConfig implements Cloneable, Parcelable, Comparable<ThemeConfi
bootTheme = builder.build();
}
} catch (SecurityException e) {
- Log.e(TAG, "Could not get boot theme", e);
+ Log.w(TAG, "Could not get boot theme");
}
return bootTheme;
}