Skip to content

Instantly share code, notes, and snippets.

@lduboeuf
Last active December 6, 2022 11:22
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 lduboeuf/b80680bae8694535079135271153994f to your computer and use it in GitHub Desktop.
Save lduboeuf/b80680bae8694535079135271153994f to your computer and use it in GitHub Desktop.
UT modem logs
#set ril log to on
sudo env LD_LIBRARY_PATH=/system/lib64:/vendor/lib64 lxc-attach -n android -e -- /system/bin/setprop persist.radio.adb_log_on 1
#in P3a (20.04) persist.vendor.radio.adb_log_on 1
reboot
sudo env LD_LIBRARY_PATH=/vendor/lib64:/system/lib64 /system/bin/logcat -b radio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment