mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #65] process crash #56
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#56
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 @mandric on GitHub (Dec 3, 2012).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/65
just wondering if you might know what caused this or what subsystem to look at. it happened when sending in a message after the emulator had been asleep for a while and has only happened once. also planning to include http://acra.ch/ in a build, I have never tried it before but looks like a useful tool.
@eyedol commented on GitHub (Dec 15, 2012):
@mandric I think the notification system is trying to play a media that doesn't exist on the emulator. The code that shows the notification is in the Util class
Util.showFailNotification()That code actually doesn't call any sound notification. Anyway the code that shows notification is a bit old as it makes use of deprecated methods and classes. It needs an upgrade.I have heard about ARCA just haven't had the chance to set it up yet.
@eyedol commented on GitHub (Feb 11, 2013):
closing. couldn't reproduce