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 CoreConfiguration getConfig() Provides the configuration
      final CrashReportData getReportData() loads the current report data
      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.
      • 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

      • getConfig

         final CoreConfiguration getConfig()

        Provides the configuration

      • 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.