VSC Logcat is a lightweight Visual Studio Code extension that allows you to view and filter Android Logcat logs directly within your editor. It provides a clean, native-feeling interface to stream logs from connected devices without leaving your coding environment.
Features
Device Selection: Automatically detects and lists connected Android devices via ADB.
Log Streaming: View logs as they happen with auto-scrolling capabilities.
Filtering:
Package Name: Focus on a specific application by filtering by its package name (e.g., com.android.chrome).