Skip to content
🤔 Documentation issue? Report it

//leakcanary-repo/leakcanary/NoLeakAssertionFailedError

NoLeakAssertionFailedError

[androidJvm]\ class NoLeakAssertionFailedError(val heapAnalysis: HeapAnalysisSuccess) : AssertionError

Thrown when using the NoLeakAssertionFailedError.throwOnApplicationLeaks HeapAnalysisReporter

Constructors

NoLeakAssertionFailedError [androidJvm]
constructor(heapAnalysis: HeapAnalysisSuccess)

Types

Name Summary
Companion [androidJvm]
object Companion

Functions

Name Summary
addSuppressed [androidJvm]
fun addSuppressed(p0: Throwable)
fillInStackTrace [androidJvm]
open fun fillInStackTrace(): Throwable
getLocalizedMessage [androidJvm]
open fun getLocalizedMessage(): String
getStackTrace [androidJvm]
open fun getStackTrace(): Array<StackTraceElement>
getSuppressed [androidJvm]
fun getSuppressed(): Array<Throwable>
initCause [androidJvm]
open fun initCause(p0: Throwable): Throwable
printStackTrace [androidJvm]
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
setStackTrace [androidJvm]
open fun setStackTrace(p0: Array<StackTraceElement>)

Properties

Name Summary
cause [androidJvm]
open val cause: Throwable?
heapAnalysis [androidJvm]
val heapAnalysis: HeapAnalysisSuccess
message [androidJvm]
open val message: String?