2012-03-02 144 views
1

我有一個Exception只出現在'Gio Galaxy Android 2.3.3`上。Android崩潰SQLiteDiskIOException

enter image description here

代碼:

public void onCreate(Bundle savedInstanceState) 
{ 
    super.onCreate(savedInstanceState); 

    ............................... 



    setContentView(R.layout.web_view_layout); 

    WebView v = (WebView)findViewById(R.id.web_view); 

    v.getSettings().setJavaScriptEnabled(true); 

    CookieSyncManager.createInstance(this); 
    CookieManager cookieManager = CookieManager.getInstance(); 
    cookieManager.removeAllCookie(); 

.............................. 

} 
+0

請不要鏈接到外部託管的圖像。在錯誤文本的情況下嘗試將它們包含爲文本或如果這太複雜的圖像,但上傳到Stackoverflow.com – Robert 2012-03-02 14:56:10

+0

http://stackoverflow.com/questions/7158434/webview-causes-sqlitediskioexception – 2012-03-02 15:13:10

回答

0

從我所用Google搜索時,數據庫損壞發生這種情況。我假設這個Gio是一樣的設備,一遍又一遍,在你的錯誤日誌?

遺漏痕跡來自系統,所以我相信除了向Google報告問題之外,您無法對此做任何事情。

Source