开发者

Applet Java console : remove trace message size limit

开发者 https://www.devze.com 2023-02-20 16:14 出处:网络
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.
Trace message truncated for length over 10K

I am doing some thread state review of an applet with lots of threads. When I press 'v' in the console, it just shows off lots of boring stuff an开发者_StackOverflow社区d then cuts the most interesting (locked up and stuck) thread stack just in the middle. Is there any way to avoid that? Setting trace level to 5 did not affect this behaviour.

UPD Versioning matters; so I have this problem with jre 1.6.0_20-b02.

Thanks!


Update Java? http://www.java.net/external?url=http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6850604

0

精彩评论

暂无评论...
验证码 换一张
取 消