Bug Reporting
Links¶
Check for known issues first¶
Please check to see if your issue is already documented on one of the following pages.
Where to report bugs¶
If you did not find your issue there please report it using one of the links below.
- Issues with the system: GitHub Issues, GitLab Issues
- Issues with the website: GitHub Issues, GitLab Issues
- Issues with Mull: GitHub Issues, GitLab Issues
- Issues with Mulch: GitLab Issues
- Issues with Hypatia: GitHub Issues, GitLab Issues
- Issues with Extirpater: GitHub Issues, GitLab Issues
- Issues with GMaps WV: GitHub Issues, GitLab Issues
- Issues with MergedWiFiNLP: GitHub Issues, GitLab Issues
- Issues with MotionLock: GitHub Issues, GitLab Issues
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
- hardened_malloc terminations:
adb logcat -b all -d | grep -i -e hardened_malloc