[TIMOB-8743] Android: Intermittent 'force close' issue
| GitHub Issue | n/a |
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-04-25T18:53:36.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | Release 2.1.0, Sprint 2012-09 Core |
| Components | Android |
| Labels | core, look1 |
| Reporter | Junaid Younus |
| Assignee | Allen Yeung |
| Created | 2012-04-16T13:33:18.000+0000 |
| Updated | 2017-03-16T22:04:10.000+0000 |
Description
*Issue*
-The app randomly 'force quits' when launched, I personally don't seem to be able to reproduce this (yet).
-What one of the users reported back: "I launch and it's basically frozen...the small black "app name" bar appears at the top but nothing happens...now finally after minutes (3-5) got the error message "sorry! Activity APPNAME (in application APPNAME is not responding...force close...wait...report"
-Attached are the log files. App source code can also be attached, if required.
*Notes*
-Name of the actual app has been removed and replaced with 'APPNAME'.
Attachments
This seems to be failing due to an invalid property for volume. Here is the fail case I used:
I also attached the sound file to this ticket.var player = Ti.Media.createSound({url:"cricket.wav", volume:"abc"}); player.play();PR ready https://github.com/appcelerator/titanium_mobile/pull/2066
sent to Shak for closing
Closing ticket as fixed.