Class CrashPullController

Object
org.mozilla.geckoview.CrashPullController

public class CrashPullController extends Object
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.

  • Constructor Details

    • CrashPullController

      public CrashPullController()