Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-8743] Android: Intermittent 'force close' issue

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2012-04-25T18:53:36.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sRelease 2.1.0, Sprint 2012-09 Core
ComponentsAndroid
Labelscore, look1
ReporterJunaid Younus
AssigneeAllen Yeung
Created2012-04-16T13:33:18.000+0000
Updated2017-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

FileDateSize
CrashSendLog_replaced.txt2012-04-16T13:33:18.000+0000158489
cricket.wav2012-04-24T16:34:32.000+000080923
SendLog_replaced.txt2012-04-16T13:33:18.000+0000148044

Comments

  1. Allen Yeung 2012-04-24

    This seems to be failing due to an invalid property for volume. Here is the fail case I used:
       var player = Ti.Media.createSound({url:"cricket.wav", volume:"abc"});
       player.play();
       
    I also attached the sound file to this ticket.
  2. Allen Yeung 2012-04-24

    PR ready https://github.com/appcelerator/titanium_mobile/pull/2066
  3. Thomas Huelbert 2012-06-23

    sent to Shak for closing
  4. Lee Morris 2017-03-16

    Closing ticket as fixed.

JSON Source