First of all, thank you for the improvements in ACS r04 (android-code-studio-armeabi-v7a-1.0.0+gh.r04 ).
I tested the new LogSender feature and it works correctly after enabling Developer Options and USB debugging.
I would like to suggest one usability improvement.
Currently, the LogSender output is displayed entirely in white, making long logs difficult to read.
It would be very helpful if log entries were colorized according to their log level, similar to Android Studio or AndroidIDE. For example:
E (Error) → Red
W (Warning) → Yellow
I (Info) → Green
D (Debug) → Blue or Cyan
V (Verbose) → Gray
This would make it much easier to quickly identify important messages and crashes while reading Logcat.
Thank you for your great work.
First of all, thank you for the improvements in ACS r04 (android-code-studio-armeabi-v7a-1.0.0+gh.r04 ).
I tested the new LogSender feature and it works correctly after enabling Developer Options and USB debugging.
I would like to suggest one usability improvement.
Currently, the LogSender output is displayed entirely in white, making long logs difficult to read.
It would be very helpful if log entries were colorized according to their log level, similar to Android Studio or AndroidIDE. For example:
E (Error) → Red
W (Warning) → Yellow
I (Info) → Green
D (Debug) → Blue or Cyan
V (Verbose) → Gray
This would make it much easier to quickly identify important messages and crashes while reading Logcat.
Thank you for your great work.