OSDN Git Service

BatteryStats: Fix coalescing of shared app GIDs and system UIDs
authorAdam Lesinski <adamlesinski@google.com>
Thu, 13 Aug 2015 23:56:30 +0000 (16:56 -0700)
committerAdam Lesinski <adamlesinski@google.com>
Fri, 14 Aug 2015 05:12:47 +0000 (22:12 -0700)
commit8f743471d5367935aea7663e362913e9b68b8e61
treef4c5f8c09c1fe7cb4122a37fc8b4bdc2209ed6d5
parenteea96f22a1ec156d78374f49352341c46c219ca0
BatteryStats: Fix coalescing of shared app GIDs and system UIDs

UIDs that consumed power and were actually shared app GIDs are now
coelsced for system apps as well as regular applications. In addition,
system UIDs like logd, NFC, DRM, etc are coalesced into Android System.

Bug:23189342
Change-Id: I6c8eb4baec66fba3d1f71a155d8ea1fe920ffec9
src/com/android/settings/fuelgauge/BatteryEntry.java
src/com/android/settings/fuelgauge/PowerUsageSummary.java