awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
square avatar

square/leakcanary

0
View on GitHub↗
29,923 estrellas·3,976 forks·Kotlin·Apache-2.0·16 vistassquare.github.io/leakcanary↗

Leakcanary

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 traces back to original source code, and it supports granular control through reference filtering and custom inspection logic to suppress known false positives.

Beyond core detection, the tool offers comprehensive configuration options for managing analysis thresholds, build-specific behaviors, and environment-specific monitoring. It provides both deep heap analysis for development environments and lightweight instance tracking for production builds, ensuring memory health can be monitored across the entire application lifecycle.

Features

  • Memory Leak Detection - Provides automated detection and filtering of memory leaks to prevent false positives during heap analysis.
  • Debugging and Inspection - Memory leak detection library.
  • Developer Utilities - Automated detection of memory leaks during development.
  • Herramientas de desarrollo - Detect and identify memory leaks during development.
  • JVM Profiling Tools - Memory leak detection library for Android and Java.
  • Static Analysis - Offloads memory-intensive heap parsing to a separate background process to prevent performance degradation.
  • Performance Analysis - Tracks retained object counts to detect potential memory pressure issues during application execution.
  • Reverse Engineering Tools - Automatically maps obfuscated stack traces back to original source names to simplify debugging.
  • Execution Tracers - LeakCanary automatically maps obfuscated code back to original source names by applying a plugin that translates stack traces during development builds.

Historial de estrellas

Gráfico del historial de estrellas de square/leakcanaryGráfico del historial de estrellas de square/leakcanary

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Leakcanary

Proyectos open-source similares, clasificados según cuántas características comparten con Leakcanary.
  • seleniumhq/seleniumAvatar de SeleniumHQ

    SeleniumHQ/selenium

    34,203Ver en GitHub↗

    Selenium is a comprehensive browser automation framework that provides a standardized interface for controlling web browsers to perform automated tasks, user interactions, and data extraction. It functions as a cross-browser testing tool, enabling developers to execute identical automation scripts across various browser engines and operating systems to ensure consistent application behavior. By implementing the WebDriver protocol, it maps high-level automation commands to browser-specific drivers using a standardized HTTP-based wire protocol. The project distinguishes itself through its distr

    Javadotnetjavajavascript
    Ver en GitHub↗34,203
  • knuffapp/knuffAvatar de KnuffApp

    KnuffApp/Knuff

    5,229Ver en GitHub↗

    Knuff is a desktop debugging tool designed for testing Apple Push Notification service payloads. It enables the delivery of custom JSON payloads to mobile devices to verify that notifications are received correctly. The application integrates with the system keychain to manage security certificates and private keys for request signing. It also includes a utility to export these security identities from the keychain into portable file formats for use with other development tools. The tool provides mechanisms for automatic device token retrieval and a payload manager to save and reuse device t

    Objective-C
    Ver en GitHub↗5,229
  • googlechrome/lighthouseAvatar de GoogleChrome

    GoogleChrome/lighthouse

    30,355Ver en GitHub↗

    Lighthouse is an automated diagnostic tool that evaluates web pages against industry standards for performance, accessibility, and search engine optimization. It functions as a programmatic analysis engine and a command-line utility, allowing developers to integrate comprehensive web quality checks directly into continuous integration pipelines and local development workflows. The project distinguishes itself through a modular architecture that utilizes artifact-based data collection to ensure consistent analysis across different environments. It supports a headless execution mode for automat

    JavaScriptauditbest-practiceschrome-devtools
    Ver en GitHub↗30,355
  • goldbergyoni/javascript-testing-best-practicesAvatar de goldbergyoni

    goldbergyoni/javascript-testing-best-practices

    24,589Ver en GitHub↗

    This project is a comprehensive knowledge base and educational resource for JavaScript developers, focused on establishing industry-standard methodologies for automated software testing. It provides a structured collection of design patterns and actionable guidelines designed to improve code reliability, maintainability, and overall software quality across the development lifecycle. The repository distinguishes itself by offering a granular, pattern-based approach to testing that spans unit, integration, and end-to-end verification. It emphasizes specific architectural strategies such as comp

    JavaScriptangularchaici
    Ver en GitHub↗24,589
Ver las 30 alternativas a Leakcanary→

Preguntas frecuentes

¿Qué hace square/leakcanary?

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.

¿Cuáles son las características principales de square/leakcanary?

Las características principales de square/leakcanary son: Memory Leak Detection, Debugging and Inspection, Developer Utilities, Herramientas de desarrollo, JVM Profiling Tools, Static Analysis, Performance Analysis, Reverse Engineering Tools.

¿Qué alternativas de código abierto existen para square/leakcanary?

Las alternativas de código abierto para square/leakcanary incluyen: seleniumhq/selenium — Selenium is a comprehensive browser automation framework that provides a standardized interface for controlling web… knuffapp/knuff — Knuff is a desktop debugging tool designed for testing Apple Push Notification service payloads. It enables the… googlechrome/lighthouse — Lighthouse is an automated diagnostic tool that evaluates web pages against industry standards for performance,… goldbergyoni/javascript-testing-best-practices — This project is a comprehensive knowledge base and educational resource for JavaScript developers, focused on… lutzroeder/netron — Netron is a visualizer for neural network and machine learning models. It provides a graphical interface that renders… alibaba/arthas — Arthas is a Java diagnostic tool and runtime debugger designed for real-time troubleshooting of applications. It…