用facebook unity sdk 6.0创建了一个简单的应用程序。
在启动功能中,调用init facebook。
有一个按钮调用登录,而登录回调仅输出字符串。
在装有Android 4.4.2的Samsung galaxy s5上运行。
问题(100%可重复):
1. First time click login button, get the facebook login screen.
2. Click exit button, back to app.
3. Click login button again, app crashed.
Run Code Online (Sandbox Code Playgroud)
崩溃转储:
W/dalvikvm(16020): threadid=1: thread exiting with uncaught exception (group=0x417f3da0)
V/SmartFaceService - 3rd party pause( 704): onReceive [android.intent.action.ACTIVITY_STATE/com.xxxxx.testfacebook/create]
I/SpenGestureManager( 704): setFocusWindow21055
D/PointerIcon( 704): setMouseIconStyle1 pointerType: 1001iconType:101 flag:0
D/PointerIcon( 704): setMouseCustomIcon IconType is same.101
D/PointerIcon( 704): setHoveringSpenIconStyle1 pointerType: 10001iconType:1 flag:0
D/PointerIcon( 704): setHoveringSpenCustomIcon IconType is …
Run Code Online (Sandbox Code Playgroud)