public interface SlowTaskDetector
Modifier and Type | Method and Description |
---|---|
void |
start(ExecutionGraph executionGraph,
SlowTaskDetectorListener listener,
ComponentMainThreadExecutor mainThreadExecutor)
Start detecting slow tasks periodically.
|
void |
stop()
Stop detecting slow tasks.
|
void start(ExecutionGraph executionGraph, SlowTaskDetectorListener listener, ComponentMainThreadExecutor mainThreadExecutor)
void stop()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.