-
public final class ProfilingThreadDumpThread snapshot used within ProfilingAnrDetectedEvent.
Defined here (in
dd-sdk-android-internal) so that ProfilingAnrDetectedEvent can live in this module without creating a circular dependency ondd-sdk-android-core.
-
-
Constructor Summary
Constructors Constructor Description ProfilingThreadDump(String name, Thread.State state, String stack)
-
Method Summary
-
-
Constructor Detail
-
ProfilingThreadDump
ProfilingThreadDump(String name, Thread.State state, String stack)
- Parameters:
name- Thread name.state- JVM thread state captured at dump time.stack- Serialized stack trace (lines joined with newline).
-
-
-
-