ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
489 stars 90 forks source link

Missing ACRA details on the crash #48

Closed latemic closed 11 years ago

latemic commented 11 years ago

Could not get how can I see crash details on the Acralyzer. What I do is click on the magnifier glass next to the bug.

screen shot 2013-07-01 at 7 55 13 am

Report is missing stacktrace and all the fields that should be there according to the user manual

My ACRA configuration

@ReportsCrashes(formKey = "", formUri = "https:///acra-wtf/_design/acra-storage/_update/report", reportType = org.acra.sender.HttpSender.Type.JSON,
httpMethod = org.acra.sender.HttpSender.Method.PUT, formUriBasicAuthLogin = "", formUriBasicAuthPassword = "", // Your usual ACRA configuration mode = ReportingInteractionMode.SILENT) public class WtfWeatherApp extends Application {

KevinGaudin commented 11 years ago

I'm updating the user manual which is a bit late compared to the actual sources, but I'm not done yet.

On this screen, you can click on the magnifier again on one report line to get the details of one report.

latemic commented 11 years ago

Thanks Kevin. That worked, I can see the full dump now

KevinGaudin commented 11 years ago

Sorry, I released this version of Acralyzer prior to updating the docs because it's much more efficient than the previous (documented) one.

Bugs are an aggregation of reports having in commont the app version code and exceptions raised (top and root).