Package org.mozilla.geckoview
Interface CrashPullController.Delegate
- Enclosing class:
- CrashPullController
public static interface CrashPullController.Delegate
Implement this interface to get notification of a remote settings request to submit one or more
crash reports.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
onCrashPull
(String[] crashIDs) Handling of the crash pull delegation: creation of a CrashAction that will end up showing the user a dialog to explain specific crash reports are of use and query for their submission.
-
Method Details
-
onCrashPull
Handling of the crash pull delegation: creation of a CrashAction that will end up showing the user a dialog to explain specific crash reports are of use and query for their submission.- Parameters:
crashIDs
- The list of crash IDs directly pointing to the crash dump file with the full path
-