Package 

Interface OutOfMemoryHandler

    • Method Summary

      Modifier and Type Method Description
      abstract Boolean onOutOfMemory(OutOfMemoryError oom) Called when an OutOfMemoryError is reported but before it is handled by Bugsnag.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onOutOfMemory

         abstract Boolean onOutOfMemory(OutOfMemoryError oom)

        Called when an OutOfMemoryError is reported but before it is handled by Bugsnag. This can be used to either fully-process the OutOfMemoryError on a safe path, or can attempt to free more memory to allow the OutOfMemoryError error to be processed and reported (as a normal Event).