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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·11 views

Pidcat

Pidcat is a command-line utility designed for Android development that filters system logs for a specific application package. It functions as a logcat filter and colorizer, isolating output for a single package to assist in debugging application behavior.

The tool distinguishes itself by tracking process identifiers dynamically. It monitors system process lists to automatically update the target process ID when an application restarts or redeploys, ensuring the log stream persists without manual intervention.

To improve readability, the utility applies color coding to log entries based on severity levels and sources. It achieves this by parsing raw log streams using regular expressions and injecting ANSI escape sequences into the terminal output.

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.

Star history

Star history chart for jakewharton/pidcatStar history chart for jakewharton/pidcat

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Pidcat

Similar open-source projects, ranked by how many features they share with Pidcat.
  • jakewharton/scalpelJakeWharton avatar

    JakeWharton/scalpel

    2,761View on GitHub↗

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

    Java
    View on GitHub↗2,761
  • facebook/stethofacebook avatar

    facebook/stetho

    12,672View on 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
    View on GitHub↗12,672
  • pedrovgs/androidwifiadbpedrovgs avatar

    pedrovgs/AndroidWiFiADB

    4,139View on 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
    View on GitHub↗4,139
  • bensadeh/tailspinbensadeh avatar

    bensadeh/tailspin

    7,875View on 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
    View on GitHub↗7,875
See all 30 alternatives to Pidcat→

Frequently asked questions

What does jakewharton/pidcat do?

Pidcat is a command-line utility designed for Android development that filters system logs for a specific application package. It functions as a logcat filter and colorizer, isolating output for a single package to assist in debugging application behavior.

What are the main features of jakewharton/pidcat?

The main features of jakewharton/pidcat are: 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.

What are some open-source alternatives to jakewharton/pidcat?

Open-source alternatives to jakewharton/pidcat include: 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…