1

我在 Android 上使用 Facebook SDK 来发布对用户提要的更新。当我没有安装 Facebook 客户端时,我能够让它工作。现在,即使在删除 Facebook 应用程序之后,当我尝试授权或打开提要对话框时,活动也会被突然终止。

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

我正在使用 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}
4

1 回答 1

0

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

于 2012-06-24T19:00:26.703 回答