v2.0.0-alpha6
Pre-release
Pre-release
Major changes
- Reworked Logcat output to QPlainTextEdit which less CPU usages
- Changed filtering cached Logcat in another thread
- Not all displayed Logcat will be filtered, they separated into 3 parts
- Cached Logcat will be filtered first when there are any input of keywords or PID
- During Filtering Cached Logcat, the tool will filter recent Logcat but it is still in a temporary place
- When Filtering Cached Logcat is done, the tool will display Filtered Cached Logcat, Filtered while Filtering Cached Logcat, and Filtered recent Logcat
- Maximum Cached Logcat can be configured in the Configuration widget on the Dashboard
- Added options for Process ID dropdown menu, by default configured to "By user apps only"
- "By user apps only", means the tool will filter Logcat that is produced by Any Apps installed by the User only
- "Related to user apps", means the tool will filter Logcat that is produced by Any Apps installed by the User with Frameworks included
- "AppName[\d+]", means the tool will filter Logcat that is produced by "AppName" only
- "AppName", means the tool will filter Logcat that is produced by "AppName" with Frameworks included
- Changed the Crashlog Symbolicator flow to save the result as a file.
- Added simple Re-codesign-er that can replace the codesign of a build