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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
JakeWharton avatar

JakeWharton/pidcat

0
View on GitHub↗
4,939 stars·515 forks·Python·Apache-2.0·2 vues

Pidcat

Pidcat est un utilitaire en ligne de commande conçu pour le développement Android qui filtre les journaux système pour un package d'application spécifique. Il fonctionne comme un filtre et un coloriseur de logcat, isolant la sortie pour un seul package pour aider au débogage du comportement de l'application.

L'outil se distingue en suivant dynamiquement les identifiants de processus. Il surveille les listes de processus système pour mettre à jour automatiquement l'ID de processus cible lorsqu'une application redémarre ou est redéployée, garantissant que le flux de journaux persiste sans intervention manuelle.

Pour améliorer la lisibilité, l'utilitaire applique un codage couleur aux entrées de journal en fonction des niveaux de gravité et des sources. Il y parvient en analysant les flux de journaux bruts à l'aide d'expressions régulières et en injectant des séquences d'échappement ANSI dans la sortie du terminal.

Features

  • Android Application Debugging - Provides a specialized utility for inspecting the runtime behavior of Android apps via filtered system logs.
  • Process Lifecycle Tracking - Ensures the log stream persists by automatically tracking the process ID across application restarts.
  • Logcat Filters - Isolates log output for a specific Android application package to simplify debugging.
  • Domain-Based Log Filtering - Filters log entries based on the application package domain to isolate specific app behavior.
  • PID-Based Process Tracking - Monitors system process lists to automatically update the target PID when an application restarts.
  • Package-to-PID Resolution - Provides the mechanism to resolve an Android package name to a numeric process ID for targeted logging.
  • Log Stream Visualizations - Applies color coding to Logcat streams to make different severity levels easier to distinguish.
  • Regex-Based Colorizers - Uses regular expressions to apply specific colors to log entries based on severity and source.
  • Colored Log Formatters - Styles console output using colors to differentiate between log severity levels and sources.
  • Android Dynamic Analysis Tools - Logcat color script for filtering logs by specific application packages.
  • Debugging Tools - Colored ADB wrapper for filtering logs by application package.
  • Development Tooling - Colored logcat script for specific packages.
  • Testing and Debugging Tools - Colored logcat script for filtering application-specific logs.

Historique des stars

Graphique de l'historique des stars pour jakewharton/pidcatGraphique de l'historique des stars pour jakewharton/pidcat

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Pidcat

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Pidcat.
  • jakewharton/scalpelAvatar de JakeWharton

    JakeWharton/scalpel

    2,761Voir sur GitHub↗

    A surgical debugging tool to uncover the layers under your app.

    Java
    Voir sur GitHub↗2,761
  • facebook/stethoAvatar de facebook

    facebook/stetho

    12,672Voir sur GitHub↗

    Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time inspection of network traffic, internal application state, and the user interface layout directly within a desktop browser. The project provides specialized inspectors for analyzing Android-specific components. This includes a network inspector for capturing HTTP requests and responses, an SQLite database browser for querying local storage, and a view hierarchy inspector for mapping UI elements and styles. Additional capabilities cover runtime execution via an embedded JavaScrip

    Java
    Voir sur GitHub↗12,672
  • pedrovgs/androidwifiadbAvatar de pedrovgs

    pedrovgs/AndroidWiFiADB

    4,139Voir sur GitHub↗

    AndroidWiFiADB is an IntelliJ IDE plugin that provides wireless debugging and device connection management for Android devices. It serves as a tool for establishing wireless connections over WiFi, allowing for the deployment and debugging of applications without a physical USB cable. The plugin includes a mobile device connection manager that provides a centralized dashboard for tracking and monitoring the connection states of multiple wireless Android devices. The system integrates directly into the JetBrains development environment, utilizing a tool window to manage device connectivity and

    Java
    Voir sur GitHub↗4,139
  • bensadeh/tailspinAvatar de bensadeh

    bensadeh/tailspin

    7,875Voir sur GitHub↗

    Tailspin is a regex-based text colorizer and terminal log viewer designed to transform plain text streams into colorized output. It functions as a command line log highlighter and tailer that applies syntax highlighting to logs using regular expressions. The tool distinguishes itself through its ability to monitor files in real time and pipe live output through a highlighter. It recognizes and colors common data types such as IP addresses, UUIDs, HTTP methods, JSON objects, dates, and memory pointers. Users can define custom highlight styles and regex patterns to assign specific colors to uni

    Rustcczecolorizercolors
    Voir sur GitHub↗7,875
Voir les 30 alternatives à Pidcat→

Questions fréquentes

Que fait jakewharton/pidcat ?

Pidcat est un utilitaire en ligne de commande conçu pour le développement Android qui filtre les journaux système pour un package d'application spécifique. Il fonctionne comme un filtre et un coloriseur de logcat, isolant la sortie pour un seul package pour aider au débogage du comportement de l'application.

Quelles sont les fonctionnalités principales de jakewharton/pidcat ?

Les fonctionnalités principales de jakewharton/pidcat sont : Android Application Debugging, Process Lifecycle Tracking, Logcat Filters, Domain-Based Log Filtering, PID-Based Process Tracking, Package-to-PID Resolution, Log Stream Visualizations, Regex-Based Colorizers.

Quelles sont les alternatives open-source à jakewharton/pidcat ?

Les alternatives open-source à jakewharton/pidcat incluent : jakewharton/scalpel — A surgical debugging tool to uncover the layers under your app. facebook/stetho — Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time… pedrovgs/androidwifiadb — AndroidWiFiADB is an IntelliJ IDE plugin that provides wireless debugging and device connection management for Android… bensadeh/tailspin — Tailspin is a regex-based text colorizer and terminal log viewer designed to transform plain text streams into… chuckerteam/chucker — Chucker is an on-device HTTP inspector for Android applications that captures and records network traffic for the… jgilfelt/chuck — Chuck is an in-app network debugger and HTTP traffic logger for Android applications. It intercepts and records…