-
Enhancement
-
Resolution: Fixed
-
P4
-
8
-
Embedded
Calling the function startNativeEventLoop() is accurate, but creates the misleading impression in logs that any log messages coming from that thread are at the time the event loop is starting up. In fact almost all logs are going to be later on.
For example,
Mar 03, 2013 6:29:06 PM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
SEVERE: 26082 LensWindowManager.c:761 lens_wm_notifyButtonEvent: Press event while on drag !
For example,
Mar 03, 2013 6:29:06 PM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
SEVERE: 26082 LensWindowManager.c:761 lens_wm_notifyButtonEvent: Press event while on drag !