-
public class BacktraceANRSettings
-
-
Field Summary
Fields Modifier and Type Field Description private int
timeout
private OnApplicationNotRespondingEvent
onApplicationNotRespondingEvent
-
Constructor Summary
Constructors Constructor Description BacktraceANRSettings()
BacktraceANRSettings(int timeout, OnApplicationNotRespondingEvent onApplicationNotRespondingEvent, boolean debug)
-
Method Summary
Modifier and Type Method Description int
getTimeout()
OnApplicationNotRespondingEvent
getOnApplicationNotRespondingEvent()
boolean
isDebug()
-
-
Constructor Detail
-
BacktraceANRSettings
BacktraceANRSettings()
-
BacktraceANRSettings
BacktraceANRSettings(int timeout, OnApplicationNotRespondingEvent onApplicationNotRespondingEvent, boolean debug)
-
-
Method Detail
-
getTimeout
int getTimeout()
-
getOnApplicationNotRespondingEvent
OnApplicationNotRespondingEvent getOnApplicationNotRespondingEvent()
-
isDebug
boolean isDebug()
-
-
-
-