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

Commit 686fad5e authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am b1e16f11: Merge "Track a typo fix in hidden libcore API."

* commit 'b1e16f11':
  Track a typo fix in hidden libcore API.
parents 9fa542a5 b1e16f11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ public class SamplingProfilerIntegration {
        }

        ThreadGroup group = Thread.currentThread().getThreadGroup();
        SamplingProfiler.ThreadSet threadSet = SamplingProfiler.newThreadGroupTheadSet(group);
        SamplingProfiler.ThreadSet threadSet = SamplingProfiler.newThreadGroupThreadSet(group);
        samplingProfiler = new SamplingProfiler(samplingProfilerDepth, threadSet);
        samplingProfiler.start(samplingProfilerMilliseconds);
        startMillis = System.currentTimeMillis();