I\'m a bit at a loss, here. I\'ve been seeing a steadily increasing number of these NullPointerExceptions in handleStopActivity. I suspect that the
NullPointerException
handleStopActivity
Maybe try wrapping the method handleStopActivity in try-catch block and handle the error yourself, giving yourself more details and preventing "force-close" ?