-
@JsonClass(generateAdapter = true) public final class AppExitInfoConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerappExitInfoTracesLimitprivate final FloatpctAeiCaptureEnabledprivate final IntegeraeiMaxNum
-
Constructor Summary
Constructors Constructor Description AppExitInfoConfig(Integer appExitInfoTracesLimit, Float pctAeiCaptureEnabled, Integer aeiMaxNum)
-
Method Summary
Modifier and Type Method Description final IntegergetAppExitInfoTracesLimit()Defines the max size of bytes to allow capturing AppExitInfo ndk/anr traces final FloatgetPctAeiCaptureEnabled()final IntegergetAeiMaxNum()-
-
Method Detail
-
getAppExitInfoTracesLimit
final Integer getAppExitInfoTracesLimit()
Defines the max size of bytes to allow capturing AppExitInfo ndk/anr traces
-
getPctAeiCaptureEnabled
final Float getPctAeiCaptureEnabled()
-
getAeiMaxNum
final Integer getAeiMaxNum()
-
-
-
-