pluto icon indicating copy to clipboard operation
pluto copied to clipboard

Log tag in Logcat is too large.

Open pavelperc opened this issue 1 year ago • 0 comments

Hello. I use PlutoLog class to log errors. But it changes the log tag in console and it doesn't fit the Android Studio Logcat tag column size: image I tried to enlarge the column size, but reached the limit: image

Could you either

  • make an option to send logs to pluto ignoring logcat
  • do not modify the original log tag?

Here is the source code: https://github.com/androidPluto/pluto/blob/f2fc28c1ee35a970800f7a15b9df38860eacc606/pluto-plugins/plugins/logger/lib/src/main/java/com/pluto/plugins/logger/internal/LogsProcessor.kt#L61

pavelperc avatar Jun 24 '24 15:06 pavelperc