http://gwt-code-reviews.appspot.com/1361801/diff/1/dev/core/src/com/google/gwt/dev/util/log/speedtracer/SpeedTracerLogger.java File dev/core/src/com/google/gwt/dev/util/log/speedtracer/SpeedTracerLogger.java (right):
http://gwt-code-reviews.appspot.com/1361801/diff/1/dev/core/src/com/google/gwt/dev/util/log/speedtracer/SpeedTracerLogger.java#newcode364 dev/core/src/com/google/gwt/dev/util/log/speedtracer/SpeedTracerLogger.java:364: } I think too, the check do a flush should occur after the logic handling the current event (if event != null). Otherwise you do a flush, followed by writing an event. In otherwords, move the lastFlush logic to the end of the routine (and don't do it if you just saw the flushSentinel?)... http://gwt-code-reviews.appspot.com/1361801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
