Merge "Fix FakeUid implementation"
This commit is contained in:
committed by
Android (Google) Code Review
commit
a5d5806cb5
@@ -362,6 +362,16 @@ public class FakeUid extends Uid {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public long getCpuActiveTime() {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public long[] getCpuClusterTimes() {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public long[] getCpuFreqTimes(int procState, int which) {
|
public long[] getCpuFreqTimes(int procState, int which) {
|
||||||
return null;
|
return null;
|
||||||
|
Reference in New Issue
Block a user