awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesAndroid Log Management

Tools for organizing, tagging, and filtering log output specifically within the Android ecosystem.

Distinct from Android Thread Management: Existing candidates focus on dependency, SQLite, or thread management; none cover the general domain of Android log organization.

Explore 5 awesome GitHub repositories matching mobile development · Android Log Management. Refine with filters or upvote what's useful.

Awesome Android Log Management GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • orhanobut/loggerorhanobut का अवतार

    orhanobut/logger

    13,849GitHub पर देखें↗

    This Android logging library is a toolkit for printing formatted, stylized, and filtered debug messages to the Android console and local files. It functions as a console log styler, a log file writer, and a formatter for converting complex data into human-readable text. The library provides specific utilities for customizing the visual appearance of logs by tracking thread information and call depth. It includes capabilities for converting JSON, XML, and collection data into readable formats and saving console entries to local files for offline analysis. The system covers broader log managem

    Organizes and filters console output using custom tags and rules to isolate specific app behaviors.

    Java
    GitHub पर देखें↗13,849
  • jakewharton/timberJakeWharton का अवतार

    JakeWharton/timber

    10,833GitHub पर देखें↗

    Timber is an extensible logging framework and wrapper for Android applications. It provides an interface that extends the standard Android logging class to enable customizable output destinations and routing logic. The system uses a tree-based dispatch model and a plugin system to direct log messages to multiple external handlers. This allows for custom log routing to external services or files based on the current environment or specific criteria. The project includes tools for monitoring and observability, specifically a performance validator that analyzes logging calls to detect inefficie

    Provides a comprehensive framework for managing and routing system logs within Android applications.

    Kotlin
    GitHub पर देखें↗10,833
  • markzhai/androidperformancemonitormarkzhai का अवतार

    markzhai/AndroidPerformanceMonitor

    6,730GitHub पर देखें↗

    AndroidPerformanceMonitor is a diagnostic library and debugging tool designed to detect UI freezes and monitor main thread responsiveness in Android applications. It functions as a UI block detector that identifies performance degradation by capturing thread stack dumps and performance logs. The tool utilizes a watchdog mechanism to monitor the main thread for hangs based on configurable time thresholds. When a block is detected, it captures a full call stack dump and triggers system-level alert notifications to notify developers immediately. The library includes capabilities for performance

    Manages, filters, and exports performance logs specifically for the Android ecosystem.

    Javaandroidanrapm
    GitHub पर देखें↗6,730
  • google/perfettogoogle का अवतार

    google/perfetto

    5,558GitHub पर देखें↗

    Perfetto is a platform for system-level performance tracing and analysis on Linux and Android. It combines a high-throughput trace recorder, a SQL-based query engine, and a browser-based visualizer into a single toolchain. The platform covers CPU scheduling and call-stack profiling, native and Java heap memory allocation tracking, GPU and graphics events, and system-wide counters such as CPU frequency and power consumption. The architecture decouples trace recording from offline analysis, using a compact protobuf format for event encoding and columnar storage for efficient SQL queries. The we

    Perfetto streams logcat messages and periodically polls system properties, packages, CPU, wakelocks, and display state.

    C++
    GitHub पर देखें↗5,558
  • apache/logging-log4j2apache का अवतार

    apache/logging-log4j2

    3,607GitHub पर देखें↗

    This project is a logging framework for Java environments, providing a standardized interface for capturing diagnostic application events and maintaining persistent audit trails. It functions as an enterprise-grade logging engine designed to handle high-throughput applications while managing complex diagnostic data. The framework distinguishes itself through a modular provider architecture that allows for the dynamic swapping of logging implementations and output destinations. It utilizes a hierarchical configuration system that enables granular control over logging behavior, supported by plu

    Provides built-in benchmarking tools to measure resource consumption and identify throughput bottlenecks within the logging framework.

    Javaapacheapijava
    GitHub पर देखें↗3,607
  1. Home
  2. Mobile Development
  3. Android Log Management

सब-टैग एक्सप्लोर करें

  • Log Call ValidatorsTools that analyze code to ensure logging calls are performant and contain correct argument counts. **Distinct from Android Log Management:** Distinct from general log management: focuses on the static analysis tool rather than the logging runtime.
  • Log Event RecordersRecords Android log events into a trace, synchronized with other trace data, for long-duration capture. **Distinct from Android Log Management:** Distinct from Android Log Management: focuses on recording log events into a trace for analysis, not on organizing or filtering logs.
  • Logging Performance Optimization1 सब-टैगTechniques for reducing the runtime overhead of logging calls in Android apps. **Distinct from Android Log Management:** Distinct from general log management: focuses specifically on the performance overhead and string validation.
  • Trace Log and State CollectorsStreams logcat messages and periodically polls system properties, packages, CPU, wakelocks, and display state into trace data. **Distinct from Android Log Management:** Distinct from Android Log Management: focuses on collecting log and state data into a trace for analysis, not on organizing or filtering existing logs.