-
public class Diagnostics
-
-
Field Summary
Fields Modifier and Type Field Description public final static DiagnosticsINSTANCE
-
Method Summary
Modifier and Type Method Description final UnittrackCaptureMs(Long captureMs)final StringtoJsonAndClear(Gson gson)converts the diagnostics object to a json string and clears the object final UnittrackError(Throwable throwable, String source)final UnittrackError(String message, String source)-
-
Method Detail
-
trackCaptureMs
final Unit trackCaptureMs(Long captureMs)
-
toJsonAndClear
final String toJsonAndClear(Gson gson)
converts the diagnostics object to a json string and clears the object
-
trackError
final Unit trackError(Throwable throwable, String source)
-
trackError
final Unit trackError(String message, String source)
-
-
-
-