You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logcat package now detects if the logs with a specific tag are disabled on a device (this was causing messages not to be displayed), and if so, displays a message with an option to fix such behavior.
Fixed an issue with MemoryWindow, where active package would get lost during domain reload.
Improved internal log to handle a large amount of messages.
Fixed an issue where logcat dispatcher would stop responding during domain reload.
Fixed an issue where MemoryWindow would fail to query memory stats using package name. It now uses process id instead.
Added Process Manager control which you can use to terminate an application or send a trim memory event.
Fixed tag filtering, previously logcat would check if incoming_tag contains tag_in_filter, now it will perform incoming_tag equals tag_in_filter. That way it's easier to filter messages with tags which have the same begining.