gen2brain / acra-go

Backend for Application Crash Reports for Android (ACRA)
Apache License 2.0
24 stars 7 forks source link

Can I use Acra to log angular errors through http request #4

Open stoto34 opened 6 years ago

stoto34 commented 6 years ago

Hi,

It's not an issue, just a question.

My android team using Acra to log crashes and it works very well. So I would like to know if it's possible to use Acra to log angular errors through a http request ?

Actually I've tested with boomerang tool. The request sent me a 200 but I can't see any log.

Thank you very much

stoto34 commented 6 years ago

Finally, I found an answer.

Yes it's possible and I found what json to send. Here the fields you have to send : { "ANDROID_VERSION": "XXX", "BRAND": "Angular", "DUMPSYS_MEMINFO": "DUMPSYS_MEMINFO", "LOGCAT": "LOG CAT", "PACKAGE_NAME": "PACKAGE NAME", "REPORT_ID": "ff6cac50-a668-4cba-757b-ec28b0677df15", "STACK_TRACE": "STACK TRACE", "USER_CRASH_DATE": "2018-03-30T22:10:24.164-11:00", "USER_EMAIL": "" }