Adjust for changing BatteryStats.Uid API
Test: flash the build and go to Settings/Battery Change-Id: Iaf57d98bde7ac4978bcd71f0772970e1446e845d
This commit is contained in:
@@ -389,4 +389,9 @@ public class FakeUid extends Uid {
|
||||
public long[] getScreenOffCpuFreqTimes(int procState, int which) {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public double getProportionalSystemServiceUsage() {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user