1 مستودع
Logic that detects the current execution process to avoid redundant library setup.
Distinct from Process Group Initializations: None of the candidates cover Android-specific process name checking for singleton initialization
Explore 1 awesome GitHub repository matching operating systems & systems programming · Process-Aware Initialization. Refine with filters or upvote what's useful.
Acra is an Android crash reporting framework and diagnostic data collector designed to detect failures and capture device diagnostics, system logs, and application state. It serves as an embeddable library for capturing and processing crash reports, providing a pipeline to send this data to custom backends or via email. The project features a plugin-based sender architecture that allows reports to be routed through HTTP endpoints, email clients, or proprietary backend implementations. It includes a user-controlled reporting system with preference toggles and interactive dialogs to manage user
Prevents duplicate library setup by checking the current Android process name.