MyLogcat is a Visual Studio Code extension that allows you to interact with the Android Debug Bridge (ADB) logcat tool directly from the VS Code interface. You can start, stop, clear, and filter adb logcat logs using commands and keybindings.
Features
Start adb logcat: Start viewing adb logcat logs in a new terminal.
Stop adb logcat: Stop the running adb logcat process.
Clear adb logcat logs: Clear the adb logcat logs.
Filter adb logcat logs: Filter adb logcat logs by tag and priority.
Requirements
Ensure that ADB is installed and available in your system's PATH.
Extension Settings
This extension does not contribute any settings.
Commands
The extension contributes the following commands:
myLogcat.start: Start adb logcat
myLogcat.stop: Stop adb logcat
myLogcat.clear: Clear adb logcat logs
myLogcat.filter: Filter adb logcat logs
Keybindings
The extension provides the following keybindings:
Ctrl+Alt+L (Cmd+Alt+L on Mac): Start adb logcat
Ctrl+Alt+S (Cmd+Alt+S on Mac): Stop adb logcat
Ctrl+Alt+C (Cmd+Alt+C on Mac): Clear adb logcat logs
Ctrl+Alt+F (Cmd+Alt+F on Mac): Filter adb logcat logs
Known Issues
No known issues at this time.
Release Notes
0.0.1
Initial release of MyLogcat
Following extension guidelines
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.