mirror of
https://github.com/jberkel/sms-backup-plus.git
synced 2026-04-26 09:25:55 +03:00
[GH-ISSUE #200] ACRA version 4.3.0 snapshot currently on master branch isn't 1.5 compatible #171
Labels
No labels
AM+RCS
FAQ
awaiting response
backup
bespoke
bug
calendar
call log
cannot reproduce
cloudless
device-specific
documentation
dual- & multi-SIM
duplicate
feature-request
fixed in beta
good first issue
half-missing
help wanted
helpful
meta
misattribution
mms
other message sources
pull-request
question
rejuvenation
restore
schedule
security
stale
task
thanks
v1.5.1
v1.5.10
v1.5.11
v1.5.2
v1.5.3
v1.5.3
v1.5.4
v1.5.4
v1.5.5
v1.5.5
v1.5.6
v1.5.7
v1.5.8
v1.5.9
v1.6β
xoauth
~$ bounty $~
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sms-backup-plus-jberkel#171
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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....
@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.