提交 f19083ad authored 作者: Thomas Mueller's avatar Thomas Mueller

Deal with out of memory while loading messages.

上级 e4489976
......@@ -57,6 +57,8 @@ public class DbException extends RuntimeException {
}
}
}
} catch (OutOfMemoryError e) {
TraceSystem.traceThrowable(e);
} catch (IOException e) {
TraceSystem.traceThrowable(e);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论