Package 

Annotation AcraScheduler

    • Method Summary

      Modifier and Type Method Description
      abstract int requiresNetworkType() Network constraint for report sending
      abstract boolean requiresCharging() Charging constraint for report sending
      abstract boolean requiresDeviceIdle() Idle constraint for report sending
      abstract boolean requiresBatteryNotLow() Battery constraint for report sending
      abstract boolean restartAfterCrash() Restarts the last activity immediately after a crash.
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • requiresCharging

         abstract boolean requiresCharging()

        Charging constraint for report sending

      • requiresDeviceIdle

         abstract boolean requiresDeviceIdle()

        Idle constraint for report sending

      • restartAfterCrash

         abstract boolean restartAfterCrash()

        Restarts the last activity immediately after a crash.If an activity is restarted, the EXTRA_APP_RESTARTED extra will contain a boolean true.Note that this might interact badly with the crash dialog.