Fix FakeUid implementation
Test: local build Change-Id: Ia1d7ac98e9f1abd12e483b101b45fefab34eb235
This commit is contained in:
@@ -362,6 +362,16 @@ public class FakeUid extends Uid {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getCpuActiveTime() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long[] getCpuClusterTimes() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long[] getCpuFreqTimes(int procState, int which) {
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user