package com.codename1.crash

On device crash protection client for Codename One applications.

CrashProtection installs handlers that capture unexpected failures and assembles a CrashReportPayload describing the crash. A PiiScrubber removes personally identifiable information from the payload before it is delivered, so reports can be collected without leaking user data.

Types

class CrashProtectionCrash protection: captures unhandled exceptions, scrubs PII, persists each crash to Storage immediately, and uploads to the Codename One cloud crash service when enabled.
class PiiScrubberDefault PII scrubber for CrashProtection uploads.