Merge "Map isolated processes to correct uid" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ba4ac09d23
@@ -10129,7 +10129,7 @@ public class BatteryStatsImpl extends BatteryStats {
|
||||
|
||||
@Override
|
||||
public void onUidCpuFreqTime(int uid, long[] cpuFreqTimeMs) {
|
||||
final Uid u = getUidStatsLocked(uid);
|
||||
final Uid u = getUidStatsLocked(mapUid(uid));
|
||||
if (u.mCpuFreqTimeMs == null) {
|
||||
u.mCpuFreqTimeMs = new LongSamplingCounterArray(mOnBatteryTimeBase);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user