NullPointerException in handleStopActivity — No reference to my code in stack trace

前端 未结 5 769
别跟我提以往
别跟我提以往 2020-12-28 17:31

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

5条回答
  •  北海茫月
    2020-12-28 18:11

    Maybe try wrapping the method handleStopActivity in try-catch block and handle the error yourself, giving yourself more details and preventing "force-close" ?

提交回复
热议问题