saravanarajan / acra

Automatically exported from code.google.com/p/acra
0 stars 0 forks source link

Improper defaults in ReportsCrashes annotation #79

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. includeEventsLogcat() and includeRadioLogcat() are missing and are included 
by default contrary to documentation.

2. The documentation advises not sending more than 100 lines of logcat, yet the 
default in @ReportsCrashes is 200. In addition, it isn't clear how sending of 
logcat can be completely disabled.

Original issue reported on code.google.com by npeer2...@gmail.com on 11 Sep 2011 at 8:40

GoogleCodeExporter commented 9 years ago
1. That's right, this was a last minute change... I finally removed 
includeEventsLogcat and includeRadioLogcat. To remove these fields you have to 
use customReportContent. 
http://code.google.com/p/acra/wiki/AdvancedUsage#Choosing_which_fields_to_be_inc
luded_in_reports

2. Right too. Disabling logcat can be achieved either by not providing the 
READ_LOGS permission to your application or using customReportContent.

Original comment by kevin.gaudin on 11 Sep 2011 at 9:39

GoogleCodeExporter commented 9 years ago
There should be a better way of disabling logcat sending, my app needs the 
read_logs permission for a "report an issue" button, but I don't want catlogs 
in the crash reports.

Original comment by gaz...@gmail.com on 25 Oct 2011 at 9:42