I am developing an application where I have implemented ACRA for log reporting, that's implemented and activated by default in my app configuration. However, when I am developing and entering in a typical trial-error phase, my development device sends a lot of dummy error reporting that are of no interest for me (as I have all information of eclipse).
It gets annoying as I need to discard a significant amount of reports in acralyzer.
What I would like to do, is having a way to configure ACRA that, for a specific device ID, it will not send a report. Some kind of device filtering that allows me developing without filling the database with several reports.
I have been navigating through the documentation of advanced use of ACRA and I have not been able to find it. The only options coming to my mind is commenting the call to the constructor of ACRA when developing for later on activate it when doing the app release.
Is there any other option to solve this problem in a more durable way avoiding me to patch temporary files?
I'm using something like this as my development report sender:
and then at the Application#onCreate():