X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2FMessageQueue.java;h=1831dfc1bd11c6272c9bd128a4785146844a897f;hb=c9e1bd707806233eefcaa5497a7a99a95ae3da51;hp=54c2a9972f89b46574eb2a38a68e9ed8fbf13fd3;hpb=bae6b60e2b3aae0e20ee691f718347cf19e951be;p=org.ibex.core.git diff --git a/src/org/xwt/MessageQueue.java b/src/org/xwt/MessageQueue.java index 54c2a99..1831dfc 100644 --- a/src/org/xwt/MessageQueue.java +++ b/src/org/xwt/MessageQueue.java @@ -86,14 +86,11 @@ public class MessageQueue extends Thread { } catch (Throwable t) { if (Log.on) Log.log(this, "caught throwable in MessageQueue.run(); this should never happen"); - - /* FIXME: causes crashes on Win32 if (Log.on) Log.log(this, " currentlyPerforming == " + currentlyPerforming); if (Log.on) Log.log(this, " working == " + working); if (Log.on) Log.log(this, " lastfunc == " + lastfunc); if (Log.on) Log.log(this, " lastmessage == " + lastmessage); - */ - + if (Log.on) Log.log(this, t); if (Log.on) Log.log(this, "resuming MessageQueue loop"); } }