Skip to content

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