Skip to content

fix "NoClassDefFoundError: Class not found using the boot class loader"

  • NoClassDefFoundError is not a subclass of Exception, but of Error. All are subclasses of Throwable

  • Moving this out of the static block will make this dangerous code only get called when things actually are using the reflected methods.

  • Return null unless the setup all works. All consumers have nullguards.

!1158 (merged) #2477 (closed) acra-crash-reports#136 (closed)

Edited by Hans-Christoph Steiner

Merge request reports

Loading