Package 

Class CrashReportDialogHelper

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final CoreConfiguration config
      private final CrashReportData reportData
    • Method Summary

      Modifier and Type Method Description
      final Unit cancelReports() Cancel any pending crash reports.
      final Unit sendCrash(String comment, String userEmail) Send crash report given user's comment and email address.
      final CoreConfiguration getConfig() Provides the configuration
      final CrashReportData getReportData() loads the current report data
      • Methods inherited from class org.acra.dialog.CrashReportDialogHelper

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

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

      • CrashReportDialogHelper

        CrashReportDialogHelper(Context context, Intent intent)
        Parameters:
        context - a context
        intent - the intent which started this activity
    • Method Detail

      • sendCrash

         final Unit sendCrash(String comment, String userEmail)

        Send crash report given user's comment and email address.

        Parameters:
        comment - Comment (may be null) provided by the user.
        userEmail - Email address (may be null) provided by the user.
      • getConfig

         final CoreConfiguration getConfig()

        Provides the configuration