Skip to content

Instantly share code, notes, and snippets.

@erchenger
Last active February 9, 2016 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erchenger/c0c0b1d1ad36594edaa7 to your computer and use it in GitHub Desktop.
Save erchenger/c0c0b1d1ad36594edaa7 to your computer and use it in GitHub Desktop.
Formatting Regex for Single Line Android Logs
//Regex
//Replace 19326 with the PID of your app.
([ADEIVW][\/])(.+?)(19326\)\:)
//Replacement
\n$1$2$3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment