Skip to content

Add Android Studio's logcat compatibility for threadtime format#4

Open
codezjx wants to merge 2 commits intologcat-org:masterfrom
codezjx:master
Open

Add Android Studio's logcat compatibility for threadtime format#4
codezjx wants to merge 2 commits intologcat-org:masterfrom
codezjx:master

Conversation

@codezjx
Copy link

@codezjx codezjx commented Mar 20, 2020

Fix Android Studio's logcat compatibility issue: #3

Main change:
before: (\d+)\s+(\d+)\s+ after: (\d+)[-\s]+(\d+)\S*\s+ for pid, tid
before: ([VDIWEF])\s+(.*?):\s+ after: ([VDIWEF])[/\s]+(.*?):\s+ for log type, log tag

And regenerate .tmLanguage file by PackageDev plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant