Package io. sentry. android. gradle. instrumentation. util
Types
Analyzing Visitor
Link copied to clipboard
class AnalyzingVisitor(apiVersion: Int, nextVisitor: (List<MethodNode>) -> ClassVisitor) : ClassNode
Content copied to clipboard
Catching Method Visitor
Link copied to clipboard
class CatchingMethodVisitor(apiVersion: Int, prevVisitor: MethodVisitor, className: String, methodContext: MethodContext, exceptionHandler: ExceptionHandler?, logger: Logger) : MethodVisitor
Content copied to clipboard
Exception Handler
Link copied to clipboard
interface ExceptionHandler
Content copied to clipboard
File Log Textifier
Link copied to clipboard
class FileLogTextifier(apiVersion: Int, log: File, methodName: String?, methodDescriptor: String?) : Textifier, ExceptionHandler
Content copied to clipboard
Functions
is Sentry Class
Link copied to clipboard