I have an app that has a strange bug. I have registered the UIApplicationDidBecomeActiveNotification event, so when my app comes back from background, it does some things. I can play with that for h
I am getting the following error whenever I try to switch views like this: -(void)changeView1ToView4 {
I\'m fairly new at Android stuff, and I\'ve slogged through a few simple crashes, so I wanted to pass along a a couple of items to new guys because I haven\'t seen it posted anywhere and it would have
I\'m new to both c# and multi-threading and I\'ve recently hit a bit of a roadblock in the tool I\'m writing. The tool is designed to generate and launch a bunch of HttpWebRequests. Right now it\'s wo
I have some issues with my PC and don\'t know what else to check or look for. If the tags or description are off, feel free to edit/comment.
--> I\'ve implemented threading in my first activity. And made the use of progress dialog also. So now during the orientation (of that screen only) my application crashes - gives exception of memory L
Hi this is my first question so please treat me gently.I am detouring an exe, using MS detours and Visual Studio 2005, my dll gets loaded and my hook works a treat however when I try to extend my hook
I\'m trying to import ACRA to my Android app but it\'s not reporting force closes. I followed the guide but still it doesn\'t report the crashes. Any sugge开发者_运维问答stion why? xml:
I have this code that is crashing with error *** Terminating app due to uncaught exception \'NSRangeException\', reason: \'*** -[NSArray objectAtIndex:]: index 0 beyond bounds for empty array\'
I\'m using the Java Access Bridge to pull data from an Oracle interface, and occasionally get the following crash (I\'m assuming when I call releaseJavaObject() - as when I remove these lines of code,