Package 

Enum BreadcrumbType

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      USER

      A user action, such as tapping a button

      STATE

      A change in application state, such as launch or memory warning

      REQUEST

      A network request

      PROCESS

      A background process such as a database query

      NAVIGATION

      A navigation event, such as a window opening or closing

      MANUAL

      A manual invocation of leaveBreadcrumb (default)

      LOG

      A log message

      ERROR

      An error was sent to Bugsnag (internal use only)

    • Method Summary

      Modifier and Type Method Description
      String toString()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait