amitabh488 / acra

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

Keep on getting the same method stack trace #94

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. simulate a crash on android device
2. check entry on Google docs
3.

What is the expected output? What do you see instead?
Expect to see the current method stack that caused the exception

What version of the product are you using? On what operating system?
4.2.3

Please provide any additional information below.
It worked fine in the beginning and I don't understand what I have done that 
causes this

Original issue reported on code.google.com by mike.a.f...@gmail.com on 3 Dec 2011 at 1:16

GoogleCodeExporter commented 8 years ago
Maybe you have accumulated a lot of reports. ACRA sends them 5 by 5 to avoid 
flooding the user data connection with reports (and slowing his device).

If this is on your dev phone, you can use 
http://acra.googlecode.com/svn/javadoc/4.2.3/org/acra/ErrorReporter.html#deleteP
endingReports() or uninstall your app and then reinstall it.

Original comment by kevin.gaudin on 4 Dec 2011 at 5:30