Loading src/com/android/settings/fuelgauge/BatteryEntry.java +3 −2 Original line number Diff line number Diff line Loading @@ -625,8 +625,9 @@ public class BatteryEntry { iconId = R.drawable.ic_settings_phone_idle; break; default: name = DebugUtils.constantToString(BatteryConsumer.class, "POWER_COMPONENT_", powerComponentId); Log.w(TAG, "unknown attribute:" + DebugUtils.constantToString( BatteryConsumer.class, "POWER_COMPONENT_", powerComponentId)); name = null; iconId = R.drawable.ic_power_system; break; } Loading Loading
src/com/android/settings/fuelgauge/BatteryEntry.java +3 −2 Original line number Diff line number Diff line Loading @@ -625,8 +625,9 @@ public class BatteryEntry { iconId = R.drawable.ic_settings_phone_idle; break; default: name = DebugUtils.constantToString(BatteryConsumer.class, "POWER_COMPONENT_", powerComponentId); Log.w(TAG, "unknown attribute:" + DebugUtils.constantToString( BatteryConsumer.class, "POWER_COMPONENT_", powerComponentId)); name = null; iconId = R.drawable.ic_power_system; break; } Loading