Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5d5806c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix FakeUid implementation"

parents 182a0fc9 e98c54dd
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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;