Acekumon Android LogCat Viewer Extension for VS Code This extension aids in debugging Android applications by filtering and displaying Android LogCat output directly within Visual Studio Code. Users can specify a log file directory for offline inspection, and based on their preferences, filter the LogCat output by typing a filter word or selecting from a list of installed packages on the device. Features -Log File Directory Specification: The location of the log file will be the workspace root directory. The log file name will be 'logcat.txt'. If the workspace root is null, Users must specify a directory for the logcat.txt file where filtered LogCat outputs are saved. Otherwise, the startLogcat command will fail. -Flexible Filtering: Depending on the extension settings, users can filter the LogCat output by typing a filter word or selecting from installed packages on an Android device. -Real-time Log Viewing: The filtered LogCat output is displayed in real-time through a dedicated Output Channel within VS Code. Getting Started Prerequisites -Ensure that you have the Android SDK installed and that adb (Android Debug Bridge) is correctly set up and accessible from your system's PATH.
Setup
Usage
Extension Settings This extension contributes the following settings:
Contributing We welcome contributions and suggestions! Please open an issue or submit a pull request on our GitHub repository, https://github.com/usarthurchoi/vs_extension_acekumon_logcat.git License This extension is licensed under the MIT License - see the LICENSE file for details. |