Reporting issues/bugs
General information
If you think you have stumbled upon an expected issue, which is NOT listed in the bug list I provide, you are free to report it via Telegram or via GitHub issues.
Properly reporting issues
To properly report issues, you must include a set of information which I can use to debug the problem.
Before even reporting anything to me, you must consider the posibility that the issue comes from your end. This can be due to, for example, XPosed mods, Magisk modules etc. If this is the case, then I cannot really help. You should also make sure that you have followed this guide correctly, and that if you are using GApps, you are using the recommended package.
The information you must include in your bug report are the following:
- Description of the issue
You must mention exactly which LineageOS build you are running as well as some basic description of the problem. Apart from that, you shall mention whether you have the Global (Redmi Note 9T) or the Chinese (Redmi Note 9 5G) model. You should also confirm that your issue is not from your side, for example, if you have not flashed the correct MIUI version before flashing LineageOS.
- Logs (logcat)
Getting a logcat is quite simple but it requires to enable 'USB debugging' from 'Developer Options'
On a Terminal window, type the following command:
adb logcat -db all > logcat.txt
Notice: Make sure to capture the logcat right after reproducing the issue in order for important information to be in it.