作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有如下所示的代码,它可以很好地显示消息,但无法找到获取堆栈跟踪的任何方法。
try {
throw new RuntimeException("This is bad stuff!");
} catch (Exception e ) {
mainForm.append("Exception: " + e.getMessage());
}
最佳答案
看这篇文章:
http://lwuit.blogspot.com/2008/12/redirecting-output-on-s60-devices.html
太糟糕了,没有 System.setErr(PrintWriter) 或 Thread.getStackTrace()
我认为这个问题没有(通用)解决方案
关于exception - 有没有办法在 Java ME 中打印堆栈跟踪到屏幕?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/334527/
我是一名优秀的程序员,十分优秀!