Pre-crash iphone symptoms - odd user position, volume change

Posted by BankStrong on Stack Overflow See other posts from Stack Overflow or by BankStrong
Published on 2010-04-12T02:08:30Z Indexed on 2010/04/12 2:13 UTC
Read the original article Hit count: 343

Filed under:
|
|

I'm seeing intermittent strange symtoms in my app:

  1. Blue blob (user position in MKMapView) starts "exploding" (odd, jerky animation). Can begin at startup and seems to indicate eventual problems.
  2. Speaker volume suddenly increases (back to level before I invoked kAudioSessionSetProperty_OtherMixableAudioShouldDuck). The app keeps running, but this change tells me to expect no more sounds from AVAudioPlayer. Also a reliable indicator of a future crash (on save, etc).

I'm having trouble provoking this in the debugger (seems to only happen with movement in GPS). Any ideas to track it down?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about xcode