Android崩溃SQLiteDiskIOException

时间:2012-03-02 14:49:28

标签: android

我有Exception只出现在'Gio Galaxy Android 2.3.3`上。

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();

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

 }

1 个答案:

答案 0 :(得分:0)

当我用Google搜索时,这会在数据库损坏时发生。我假设这个Gio在您的错误日志中一遍又一遍地使用相同的设备吗?

Strack trace来自系统,所以我相信除了向Google报告此问题之外,你可以做些什么。

Source