awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • geniusvjr/learningnotesGeniusVJR 的头像

    GeniusVJR/LearningNotes

    13,145在 GitHub 上查看↗

    LearningNotes 是一个技术知识库和工程学习指南,专注于 Android 框架内部原理、系统架构和移动性能优化。它作为分析 Android 引导序列、进程引导和系统服务初始化的参考。 该项目提供了关于移动性能的详细指南,包括减少内存占用、识别内存泄漏和优化图像解码的策略。它进一步涵盖了使用 AIDL 和 Binder 内核驱动程序的 Android 进程间通信,以及通过 MVVM 和 MVP 等模式将业务逻辑与用户界面解耦的软件架构手册。 除了移动开发外,该仓库还包括用于技术面试准备的计算机科学知识库,涵盖数据结构、算法和操作系统概念。它还具有 Git 版本控制的实用参考,详细介绍了仓库管理、同步和分支工作流。

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

    在 GitHub 上查看↗13,145
  • iqiyi/xcrashiqiyi 的头像

    iqiyi/xCrash

    3,939在 GitHub 上查看↗

    xCrash 是一个 Android 崩溃报告 SDK 和诊断工具,旨在监控应用程序健康状况。它捕获 Java 异常、原生 C/C++ 崩溃和应用程序无响应 (ANR) 事件,无需 root 或系统权限。 该系统生成包含进程内存、文件描述符和网络统计信息的诊断墓碑文件 (tombstones)。它利用统一的流水线处理 JVM 异常和原生信号故障,提供用于分析的线程状态快照和寄存器状态。 该工具集包括通过正则表达式进行线程转储过滤以减少噪音的功能,以及用于识别性能瓶颈和死锁的应用程序无响应监控器。

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

    Candroidanrcrash
    在 GitHub 上查看↗3,939
  1. Home
  2. Mobile Development
  3. ANR Diagnoses