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

Commit e98c54dd authored by Mike Ma's avatar Mike Ma
Browse files

Fix FakeUid implementation

Test: local build
Change-Id: Ia1d7ac98e9f1abd12e483b101b45fefab34eb235
parent efac313a
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;