添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
神勇威武的高山  ·  INDIGO TALK / AI ...·  3 月前    · 
严肃的乒乓球  ·  Database Management ...·  4 月前    · 
风流倜傥的玉米  ·  放飞心情 ...·  6 月前    · 
读研的豆芽  ·  中共重庆市委办公厅 ...·  9 月前    · 

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account SQLiteBlobTooBigException: Row too big to fit into CursorWindow requiredPos=0, totalRows=6 SQLiteBlobTooBigException: Row too big to fit into CursorWindow requiredPos=0, totalRows=6 01100044093 opened this issue Dec 10, 2020 · 1 comment

我的应用上市场后,经常在android 9抓到此BUG

android.database.sqlite.SQLiteBlobTooBigException: Row too big to fit into CursorWindow requiredPos=0, totalRows=6
	at android.database.sqlite.SQLiteConnection.nativeExecuteForCursorWindow(Native Method)
	at android.database.sqlite.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:904)
	at android.database.sqlite.SQLiteSession.executeForCursorWindow(SQLiteSession.java:851)
	at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:62)
	at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:149)
	at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:137)
	at org.greenrobot.greendao.a.d(Proguard:453)
	at org.greenrobot.greendao.a.c(Proguard:203)
	at org.greenrobot.greendao.f.a(Proguard:37)
	at org.greenrobot.greendao.c.f.b(Proguard:89)
	at com.aliyun.sls.android.sdk.g.b(Proguard:84)
	at com.aliyun.sls.android.sdk.a.c(Proguard:85)
	at com.aliyun.sls.android.sdk.a.b(Proguard:19)
	at com.aliyun.sls.android.sdk.a$a.run(Proguard:68)
	at java.util.TimerThread.processTask(Timer.java:569)
	at java.util.TimerThread.mainLoop(Timer.java:527)
	at java.util.TimerThread.run(Timer.java:512)
      ClientConfiguration txtconf = new ClientConfiguration();
        txtconf.setConnectionTimeout(15 * 1000); // 连接超时,默认15秒
        txtconf.setSocketTimeout(15 * 1000); // socket超时,默认15秒
        txtconf.setMaxConcurrentRequest(1); // 最大并发请求书,默认5个
        txtconf.setMaxErrorRetry(1); // 失败后最大重试次数,默认2次
        txtconf.setCachable(true);
        txtconf.setConnectType(ClientConfiguration.NetworkPolicy.WWAN_OR_WIFI);

我无法捕抓跳过此异常
请你们修复
oss-android-sdk 使用的是 2.4.2