Manas
Manas
## Explanation Fix #5232 This PR updates the `ConsoleLogger` class to improve logging functionality. The key changes include: - **Append Mode for Logs**: The `FileWriter` is now opened in append...
## Explanation Fixes part of #5734 Project [PR 1.5 of project 4.3] This PR includes the following updates: - Implement in BazelClient to execute Bazel queries for file path collection...
## Explanation Fixes part of #5734 ### Project [PR 1.4 of project 4.3] This PR includes the following updates: - Add tests for Lint tool execution - Set up lint-test...
### Describe the bug While attempting to sync the full project using the Bazel plugin, multiple error logs appear: `No matching toolchains found for types @bazel_tools//tools/android:sdk_toolchain_type` This indicates that the...
### Is your feature request related to a problem? Please describe. The `TextViewStyleCheck` script was introduced in #5599 to ensure all TextView elements in layout XML files use centrally managed...