sank20 / acra

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

Can't send reports for caught exceptions or for unexpected application state without any exception to Bug sense account. #96

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. call ErrorReporter.getInstance().handleException(caughtException); from code 
at unexpected application state.
2.Modify @ReportsCrashes(....) to @ReportsCrashes(formUri = 
"http://www.bugsense.com/api/acra?api_key=XXXXXX", formKey="")

What is the expected output? What do you see instead?
No error recieved at bugsense account. 

What version of the product are you using? On what operating system?
acra version is 4.2.3 and android version is 2.3.4

Please provide any additional information below.
catching uncaught exceptions in native code and using ErrorReporter instance to 
send exceptions detail to BugSense.

Original issue reported on code.google.com by s...@tintash.com on 7 Dec 2011 at 6:11