-
public final class ErrorEvent.FreezeProperties of App Hang and ANR errors
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classErrorEvent.Freeze.Companion
-
Constructor Summary
Constructors Constructor Description ErrorEvent.Freeze(Long duration)
-
Method Summary
Modifier and Type Method Description final LonggetDuration()final JsonElementtoJson()-
-
Constructor Detail
-
ErrorEvent.Freeze
ErrorEvent.Freeze(Long duration)
- Parameters:
duration- Duration of the main thread freeze (in ns)
-
-
Method Detail
-
getDuration
final Long getDuration()
-
toJson
final JsonElement toJson()
-
-
-
-