Package org.mozilla.geckoview
Class CrashPullController
Object
org.mozilla.geckoview.CrashPullController
The CrashPullController offers a way to get notified of JS level Crash Pull events, that may be
triggered by incoming Remote Settings requests offering developpers a way to collect specific
crash reports that may be required for investigation on specific bugs.
Upon the event triggered by the JS level code in GeckoViewStartup and assuming a CrashPullController.Delegate was registered, then its onCrashPull gets called to perform the rest of the handling, i.e., notifying the user to ask for those crash submission.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Implement this interface to get notification of a remote settings request to submit one or more crash reports. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CrashPullController
public CrashPullController()
-