Open GoogleCodeExporter opened 9 years ago
I would also love to see this feature implemented. Let me give you a little
rationale:
1. I am using Guice + RoboGuice in Android
2. My users install applications by themselves and unfortunately they sometimes
install old version over the new one which results in:
Error in custom provider, android.database.sqlite.SQLiteException: Can't
downgrade database from version 10 to 5
Thing is I get this ... 527 times! Same exception because the SQLiteDatabase is
the bean most frequently dependent on (either directly or indirectly).
3. This wouldn't be that much problem but I am using ACRA library to gather
crash reports. A stack trace of this size is both killing the device and its
GPRS data usage.
Original comment by lgaw...@gmail.com
on 16 Feb 2013 at 7:33
Original issue reported on code.google.com by
simon.pe...@simaptech.com
on 19 Sep 2012 at 7:22