Facebook对话框失败并停止活动

时间:2012-05-17 10:23:45

标签: android facebook-android-sdk native-activity

我正在使用Android上的Facebook SDK向用户的Feed发布更新。当我没有安装Facebook客户端时,我能够让它工作。现在,即使在删除Facebook应用程序后,当我尝试授权或打开订阅源对话框时,该活动也会被彻底杀死。

我没有收到任何消息告诉我应用程序已崩溃或任何事情。它刚被摧毁。唯一的消息是Mono告诉我线程0x0已经过早完成,这很奇怪。此外,还有一个奇怪的“在这种情况下不支持”。来自webcore的消息。

我正在使用NativeActivity类。我没有直接使用它,但我在我的活动中扩展它。这是来自周围出现问题的logcat:

I/PixelWorldEngine( 6796): Authorizing for Facebook...

D/Database( 6796): dbopen(): path = /data/data/com.ri.BubblingUpLite/databases/webview.db, flag = 6, cannot stat file, error message: No such file or directory

D/Database( 6796): dbopen(): path = /data/data/com.ri.BubblingUpLite/databases/webview.db, mode: delete, disk free size: 35 M, handle: 0x801450

D/Database( 6796): dbopen(): path = /data/data/com.ri.BubblingUpLite/databases/webviewCache.db, flag = 6, cannot stat file, error message: No such file or directory

D/Database( 6796): dbopen(): path = /data/data/com.ri.BubblingUpLite/databases/webviewCache.db, mode: delete, disk free size: 35 M, handle: 0x7ff128

D/skia    ( 6796): htcFlashPlugin::htcFlashPlugin

W/webcore ( 6796): Not supported in this case.

I/PixelWorld-glue( 6796): WindowFocusChanged: 0x333288 -- 0

D/SensorService(  120): disable: connection.get() = 0x9f5c20

D/SensorService(  120): disable: get sensor name = BMA150 3-axis Accelerometer

D/SensorService(  120): SensorDevice::activate: handle = 0x0, enabled = 0x0

D/Sensors (  120): Enable akm: en = 0

D/SensorService(  120): noteStopSensor: uid = 0x274d, handle = 0x0

D/SensorService(  120): pid=6796, uid=10061

D/SensorService(  120): Active sensors:

D/SensorService(  120): CM3602 Light sensor (handle=0x00000004, connections=1)

W/webcore ( 6796): Not supported in this case.

W/mono    ( 6796): Thread 0x0 may have been prematurely finalized

D/SensorGUI(  120): ~SensorChannel: mSendFd = 255, mReceiveFd = -1

D/AudioPolicyService(   72): stopOutput() tid 2223

D/AudioPolicyService(   72): releaseOutput() tid 2223

D/AudioPolicyService(   72): releaseOutput() tid 2223

I/ActivityManager(  120): Process com.ri.BubblingUpLite (pid 6796) has died.

I/WindowManager(  120): WIN DEATH: Window{407e9548 com.ri.BubblingUpLite/com.ri.PixelWorldEngine.GameActivity paused=false}

1 个答案:

答案 0 :(得分:0)

我认为这是一个似乎在HTC设备上显示的Android错误。 见http://code.google.com/p/android/issues/detail?id=33612

相关问题