Skip to content

Instantly share code, notes, and snippets.

@gursuj
Last active February 11, 2026 07:08
Show Gist options
  • Select an option

  • Save gursuj/90862ee543f444c2d2fbc8a076a3be4d to your computer and use it in GitHub Desktop.

Select an option

Save gursuj/90862ee543f444c2d2fbc8a076a3be4d to your computer and use it in GitHub Desktop.
View adb logcat output in a nicer way (using lnav)

Requires adb and lnav

Currentlly has an issue where newer logs aren't shown after a while. Check this chat for fixes

adb logcat -v color --pid=$(adb shell pidof com.your.packagename) | lnav

Requires a slightly more complex one-liner to use wildcards.

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