Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - launching program with add'l kernel logging - delay: (2 Items)
   
launching program with add'l kernel logging - delay  
Hi,

a customer just reported this and I see it too - in IDE 4.5, Run Launch Config has a new feature under Add Tool: you can
 start with kernel logging. But there is a problem:

Kernel logging seems to be started *after* launch of application. This means that the initialization phase of the app is
 not logged. This is bad, because sometimes this is a very interesting part. Can this be fixed for a future release, so 
that kernel logging is started before app launch?


- Malte
Re: launching program with add'l kernel logging - delay  
It is fixed in 4.5.1.
Problem was if logging is started before app starts, IDE latency between two launches was about 2-3 second, for standard
 3 second kernel log if was not enough to see app in the log. So it was done opposite, but now we missing first second 
of app initialization. It is fixed:
now  IDE starts app and suspends immediately, when
kernel logging starts, when program is release and you should see it's initialization.