Bug Reporting

Collecting logs¶

Commands for collecting logs

  • All errors: adb logcat -b all -d *:E
  • SELinux denials: adb logcat -b all -d | grep -i audit
  • GPS issues: adb logcat -b all -d | grep -i -e locsvc -e izat -e gps -e gnss -e location -e xtra
  • Radio issues: adb logcat -b all -d | grep -i -e radio -e modem -e network -e connect -e phone -e tele
  • Library issues: adb logcat -b all -d | grep -i -e dlopen -e "cannot link"
  • hardened_malloc terminations: adb logcat -b all -d | grep -i -e hardened_malloc -e "fatal allocator error"