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: Codeberg Issues, GitHub Issues, GitLab Issues
- Issues with the website: Codeberg Issues, GitHub Issues, GitLab Issues
- Issues with Mull: Codeberg Issues, GitHub Issues, GitLab Issues
- Issues with Mulch: GitLab Issues
- Issues with Hypatia: Codeberg Issues, GitHub Issues, GitLab Issues
- Issues with Extirpater: Codeberg Issues, GitHub Issues, GitLab Issues
- Issues with GMaps WV: Codeberg Issues, GitHub Issues, GitLab Issues
- Issues with MergedWiFiNLP: Codeberg Issues, GitHub Issues, GitLab Issues
- Issues with MotionLock: Codeberg Issues, 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 -e "cannot link"
- hardened_malloc terminations:
adb logcat -b all -d | grep -i -e hardened_malloc -e "fatal allocator error"