[GH-ISSUE #200] ACRA version 4.3.0 snapshot currently on master branch isn't 1.5 compatible #171

Closed
opened 2026-02-26 00:36:27 +03:00 by kerem · 1 comment
Owner

Originally created by @jddcef on GitHub (Dec 18, 2011).
Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/200

You need to use the code for ACRA that is above revision 733 : http://code.google.com/p/acra/source/detail?spec=svn766&r=733
because of an IOException error.

I tried updating to the latest 4.3.0 snapshot http://acra.googlecode.com/svn/repository/snapshots/org/acra/acra/4.3.0-SNAPSHOT/acra-4.3.0-20111101.153002-1.jar
But if you have preexisting error logs to be sent... you get:

12-19 01:27:13.056: E/ACRA(1172): Failed to send crash reports for 1324248875000-approved.stacktrace 12-19 01:27:13.056: E/ACRA(1172): java.lang.IllegalArgumentException: REPORT_SENDER is not a constant in the enum type class org.acra.ReportField 12-19 01:27:13.056: E/ACRA(1172): at java.lang.Enum.valueOf(Enum.java:196) 12-19 01:27:13.056: E/ACRA(1172): at org.acra.CrashReportPersister.load(CrashReportPersister.java:265) 12-19 01:27:13.056: E/ACRA(1172): at org.acra.CrashReportPersister.load(CrashReportPersister.java:76) 12-19 01:27:13.056: E/ACRA(1172): at org.acra.SendWorker.checkAndSendReports(SendWorker.java:112) 12-19 01:27:13.056: E/ACRA(1172): at org.acra.SendWorker.run(SendWorker.java:58)

Here is how the .stacktrace file looked: http://snipt.org/qpmI6

Then it doesn't send any more crashes....

Originally created by @jddcef on GitHub (Dec 18, 2011). Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/200 You need to use the code for ACRA that is above revision 733 : http://code.google.com/p/acra/source/detail?spec=svn766&r=733 because of an IOException error. I tried updating to the latest 4.3.0 snapshot http://acra.googlecode.com/svn/repository/snapshots/org/acra/acra/4.3.0-SNAPSHOT/acra-4.3.0-20111101.153002-1.jar But if you have preexisting error logs to be sent... you get: `12-19 01:27:13.056: E/ACRA(1172): Failed to send crash reports for 1324248875000-approved.stacktrace 12-19 01:27:13.056: E/ACRA(1172): java.lang.IllegalArgumentException: REPORT_SENDER is not a constant in the enum type class org.acra.ReportField 12-19 01:27:13.056: E/ACRA(1172): at java.lang.Enum.valueOf(Enum.java:196) 12-19 01:27:13.056: E/ACRA(1172): at org.acra.CrashReportPersister.load(CrashReportPersister.java:265) 12-19 01:27:13.056: E/ACRA(1172): at org.acra.CrashReportPersister.load(CrashReportPersister.java:76) 12-19 01:27:13.056: E/ACRA(1172): at org.acra.SendWorker.checkAndSendReports(SendWorker.java:112) 12-19 01:27:13.056: E/ACRA(1172): at org.acra.SendWorker.run(SendWorker.java:58)` Here is how the .stacktrace file looked: http://snipt.org/qpmI6 Then it doesn't send any more crashes....
kerem closed this issue 2026-02-26 00:36:27 +03:00
Author
Owner

@jddcef commented on GitHub (Dec 19, 2011):

Using the current version of ACRA means that an exception will cause the app to go in a sending loop until it runs out of diskspace on the /data partition on the device.

<!-- gh-comment-id:3203043 --> @jddcef commented on GitHub (Dec 19, 2011): Using the current version of ACRA means that an exception will cause the app to go in a sending loop until it runs out of diskspace on the /data partition on the device.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sms-backup-plus-jberkel#171
No description provided.