Gegenbauer / CatSpy

Tool for browsing log.
Apache License 2.0
20 stars 3 forks source link

Reduce memory usage and change default color scheme to match Android Studio Logcat #26

Closed Gegenbauer closed 3 weeks ago

Gegenbauer commented 3 weeks ago

Optimize color editing of the Log Customization and change default color scheme to match Android Studio Logcat Remove "logLine" field from LogItem to reduce memory usage. Move time-consuming operations of "show log details" and  "copy selected logs" to background Add select effect, search match effect and filter match effect in Log Detail Dialog. Add constraint rule to forbid using invalid xml key for Column Name, Filter Name and Log Type create release work flow Not to remember enabled state of filter

Fix that unmatched logs appear in Filtered Log Panel. Fix that failing to save column width with column name which is an invalid key in xml. Fix that content of filter was replaced by other content accidentally