ObjectBox数据库操作增加线程资源清理
This commit is contained in:
@@ -151,6 +151,9 @@ object ObjectBox {
|
|||||||
e.printStackTrace()
|
e.printStackTrace()
|
||||||
LogSaveUtil.saveLogFile("safeDbOp出现其它异常:${e.message}")
|
LogSaveUtil.saveLogFile("safeDbOp出现其它异常:${e.message}")
|
||||||
null
|
null
|
||||||
|
} finally {
|
||||||
|
// 线程资源清理
|
||||||
|
boxStore?.closeThreadResources()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user