문제

I'm using ACRA with bugsense.com in conjunction for taking bug reports. Can I use them to send my arbitrary messages from an app?
I want it send user's wrong behavior to bugsense server. Is the only way to do this is generate Exception?
I'm not sure is it good idea at all. What do you use to save your Logs?

EDIT: I've completly migrated to Bugsense tracker. It has ability to send custom handled exceptions. Easy to implement, one line of the code only.

Log Handled Exceptions

도움이 되었습니까?

해결책

I can't remember, but I think you can use ACRA to send report even when the app don't crash. Look at the developer site: https://github.com/ACRA/acra/wiki/AdvancedUsage#sending-reports-for-caught-exceptions-or-for-unexpected-application-state-without-any-exception

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top