Aaaaah, bugs. Yes, it is annoying. But how to fight against it ?
Disclaimer: 99% of the time, we are aware of the bugs.
Kindly check your XDA thread/telegram group/discord device thread before reporting it to your maintainer.
PLEASE AVOID SPAMMING. It will only lead to your ban.
Here is a list of things you can do before rushing to talk with your maintainer on Discord, XDA...
Okay, maybe your bug is unknown. You should report it to your maintainer obviously, but there is a way to do so !
Maintainers need real bugs report, not just complaints.
If you want to please your maintainer, here is how you should make a bug report.
adb logcat and upload it on our paste server.Tip: when an application crashes, you can get a log link ! Actually, the crash log will be sent to our server to make the bug report easier.
How can I take a logcat?
You can use ADB to record a logcat by using the command:
adb logcat -d
Alternatively you can use the syslog or LogFox.
<write the description of the bug here><write the method of reproducing the bug here><upload your logcat to ourpaste server and paste the link here><you can attach screenshots to the bug report>It is way easier for the developer and for other users as well, to see your bug report organized and not just a complaint.
This way the developer will be able to implement a solution to the bug you found and other users won't re-report the bug.
