[Java-gnome-developer] GTK Warnings
Brought to you by:
afcowie
From: Niranjan R. <nh...@gm...> - 2013-01-10 21:30:43
|
Seems like java gnome treats like GTK warnings as fatal errors. Is there any flag that I can use to say log the warning, but don't treat it as fatal error. I have integrated webkit and in general it works fine and I get most of the functionality of web kit I care to have. Depending upon what we are doing, sometime we have to enable WBKIT_DEBUG flag and use it with webkit debug version. If we switch webkit to standard library and forget to remove the WEBKIT_DEBUG flag, webkit just logs a warning about log not being available. This causes java gnome to crash. We would prefer to see those warning so that we know what's happening. Normally you will get the warnings on stdout/stderr, but our code runs with daemon/xvfb combo and we don't have stdout/stderror always readable. Regards, Niranjan |