awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Development Tooling Toggles · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesDevelopment Tooling Toggles

Mechanisms for enabling or disabling diagnostic tools to prevent interference with production or demo environments.

Distinguishing note: None of the candidates matched; this focuses on runtime toggling of diagnostic UI and analysis features.

Explore 1 awesome GitHub repository matching testing & quality assurance · Development Tooling Toggles. Refine with filters or upvote what's useful.

  1. Home
  2. Testing & Quality Assurance
  3. Development Tooling Toggles

Awesome Development Tooling Toggles GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • square/leakcanary

    square/leakcanary

    29,897View on GitHub↗

    LeakCanary is a diagnostic tool designed to identify memory leaks by monitoring object lifecycles and analyzing heap snapshots. It automatically detects objects that fail to be garbage collected after their expected lifespan, providing developers with actionable insights to prevent performance degradation and application crashes. The project distinguishes itself by offloading memory-intensive heap parsing to a separate background process, which minimizes performance impact on the main application during runtime. It includes sophisticated deobfuscation capabilities that map obfuscated stack tr

    LeakCanary allows toggling heap analysis or hiding the leak display icon via configuration flags to ensure the tool does not interfere with demos or performance testing.

    Kotlinandroidjavakotlin
    29,897View on GitHub↗