A surgical debugging tool to uncover the layers under your app.
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
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
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
Pidcat ist ein Kommandozeilen-Utility für die Android-Entwicklung, das System-Logs für ein spezifisches Anwendungspaket filtert. Es fungiert als Logcat-Filter und Colorizer, der die Ausgabe für ein einzelnes Paket isoliert, um beim Debugging des Anwendungsverhaltens zu unterstützen.
Die Hauptfunktionen von jakewharton/pidcat sind: 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.
Open-Source-Alternativen zu jakewharton/pidcat sind unter anderem: 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…