0

Google Play は例外を報告します。コメントで文句を言う人もいます。

私はそのような例外を自分で取得しません。

それを処理するには、try/catch で何をラップする必要がありますか?

または、どうすれば修正できますか?または、完全なスタック トレースを取得するにはどうすればよいですか?

java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=64206, result=0, data=null} to activity {com.roolez.tinshot/com.facebook.LoginActivity}: java.lang.NullPointerException
at android.app.ActivityThread.deliverResults(ActivityThread.java:3027)
at android.app.ActivityThread.handleSendResult(ActivityThread.java:3070)
at android.app.ActivityThread.access$1100(ActivityThread.java:127)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1209)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4508)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:809)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:576)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.facebook.AuthorizationClient$KatanaProxyAuthHandler.onActivityResult(AuthorizationClient.java:645)
at com.facebook.AuthorizationClient.onActivityResult(AuthorizationClient.java:142)
at com.facebook.LoginActivity.onActivityResult(LoginActivity.java:134)
at android.app.Activity.dispatchActivityResult(Activity.java:4663)
at android.app.ActivityThread.deliverResults(ActivityThread.java:3023)
... 11 more
4

1 に答える 1