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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
JakeWharton avatar

JakeWharton/pidcat

0
View on GitHub↗
4,939 stele·515 fork-uri·Python·Apache-2.0·2 vizualizări

Pidcat

Pidcat este un utilitar CLI conceput pentru dezvoltarea Android care filtrează log-urile de sistem pentru un pachet de aplicație specific. Funcționează ca un filtru și colorizator de logcat, izolând output-ul pentru un singur pachet pentru a asista la depanarea comportamentului aplicației.

Instrumentul se distinge prin urmărirea dinamică a identificatorilor de proces. Monitorizează listele de procese ale sistemului pentru a actualiza automat ID-ul procesului țintă atunci când o aplicație repornește sau se redeployează, asigurând persistența fluxului de log-uri fără intervenție manuală.

Pentru a îmbunătăți lizibilitatea, utilitarul aplică codificarea culorilor intrărilor de log bazate pe nivelurile de severitate și surse. Realizează acest lucru prin parsarea fluxurilor de log brute folosind expresii regulate și injectarea secvențelor de escape ANSI în output-ul terminalului.

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.

Istoric stele

Graficul istoricului de stele pentru jakewharton/pidcatGraficul istoricului de stele pentru jakewharton/pidcat

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Pidcat

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Pidcat.
  • jakewharton/scalpelAvatar JakeWharton

    JakeWharton/scalpel

    2,761Vezi pe GitHub↗

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

    Java
    Vezi pe GitHub↗2,761
  • facebook/stethoAvatar facebook

    facebook/stetho

    12,672Vezi pe 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
    Vezi pe GitHub↗12,672
  • pedrovgs/androidwifiadbAvatar pedrovgs

    pedrovgs/AndroidWiFiADB

    4,139Vezi pe 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
    Vezi pe GitHub↗4,139
  • bensadeh/tailspinAvatar bensadeh

    bensadeh/tailspin

    7,875Vezi pe 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
    Vezi pe GitHub↗7,875
Vezi toate cele 30 alternative pentru Pidcat→

Întrebări frecvente

Ce face jakewharton/pidcat?

Pidcat este un utilitar CLI conceput pentru dezvoltarea Android care filtrează log-urile de sistem pentru un pachet de aplicație specific. Funcționează ca un filtru și colorizator de logcat, izolând output-ul pentru un singur pachet pentru a asista la depanarea comportamentului aplicației.

Care sunt principalele funcționalități ale jakewharton/pidcat?

Principalele funcționalități ale jakewharton/pidcat sunt: 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.

Care sunt câteva alternative open-source pentru jakewharton/pidcat?

Alternativele open-source pentru jakewharton/pidcat includ: 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…