-
Constructors Constructor Description com.chuckerteam.chucker.api.ChuckerInterceptor(Context,ChuckerCollector,Long,Set,Boolean) An OkHttp Interceptor which persists and displays HTTP activity in your application for later inspection.
-
Methods Method Description com.chuckerteam.chucker.api.getLaunchIntent(Context,Integer) Get an Intent to launch the Chucker UI directly. com.chuckerteam.chucker.api.registerDefaultCrashHandler(ChuckerCollector) Configure the default crash handler of the JVM to report all uncaught Throwable to Chucker. com.chuckerteam.chucker.api.dismissTransactionsNotification(Context) Method to dismiss the Chucker notification of HTTP Transactions com.chuckerteam.chucker.api.dismissErrorsNotification(Context) Method to dismiss the Chucker notification of Uncaught Errors. com.chuckerteam.chucker.api.onError(String,Throwable) Call this method when a throwable is triggered and you want to record it.
-
Classes Class Description com.chuckerteam.chucker.api.Chucker.Screen Annotation used to specify which screen of Chucker should be launched.