awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repos

Awesome GitHub RepositoriesANR Diagnoses

Techniques for identifying the causes of Application Not Responding errors using logs and stack traces.

Distinct from Responder Chain Analyzers: None of the candidates address Android-specific UI freeze/ANR diagnosis via log analysis.

Explore 2 awesome GitHub repositories matching mobile development · ANR Diagnoses. Refine with filters or upvote what's useful.

Awesome ANR Diagnoses GitHub Repositories

Find the best repos with AI.We'll search the best matching repositories with AI.
  • geniusvjr/learningnotesGeniusVJR avatar

    GeniusVJR/LearningNotes

    13,145View on GitHub↗

    LearningNotes is a technical knowledge base and engineering study guide focused on Android framework internals, system architecture, and mobile performance optimization. It serves as a reference for analyzing the Android boot sequence, process bootstrapping, and system service initialization. The project provides detailed guides on mobile performance, including strategies for reducing memory footprints, identifying memory leaks, and optimizing image decoding. It further covers Android inter-process communication using AIDL and the Binder kernel driver, as well as software architecture manuals

    Provides techniques for diagnosing Application Not Responding (ANR) errors through log and stack trace analysis.

    View on GitHub↗13,145
  • iqiyi/xcrashiqiyi avatar

    iqiyi/xCrash

    3,939View on GitHub↗

    xCrash is an Android crash reporting SDK and diagnostic tool designed to monitor application health. It captures Java exceptions, native C/C++ crashes, and application not responding events without requiring root or system permissions. The system generates diagnostic tombstones that include process memory, file descriptors, and network statistics. It utilizes a unified pipeline to handle both JVM exceptions and native signal failures, providing thread-state snapshotting and register states for analysis. The toolset includes capabilities for thread dump filtering via regular expressions to re

    Detects and analyzes Application Not Responding events to identify performance bottlenecks and deadlocks in Android apps.

    Candroidanrcrash
    View on GitHub↗3,939
  1. Home
  2. Mobile Development
  3. ANR Diagnoses