1 रिपॉजिटरी
Utilities for retrieving runtime call stacks and logs specifically from the Android process environment.
Distinct from Stack Trace Generation: Specializes general stack trace generation to the extraction of logs and traces from Android crashed processes.
Explore 1 awesome GitHub repository matching software engineering & architecture · Android Stack Trace Extraction. Refine with filters or upvote what's useful.
CustomActivityOnCrash is an Android crash handling library that replaces the default system crash dialog with a custom activity. It functions as an application recovery tool and error interface manager, designed to handle application failures gracefully. The library provides mechanisms to customize the visual appearance of error screens using specific themes and translated strings. It manages application stability by preventing infinite crash cycles through time-based loop prevention and configuring whether error screens launch during background execution. The tool includes capabilities for
Retrieves activity logs and stack traces from crashed Android processes for failure reporting.