View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#4
Originally Posted by ZogG View Post
also it's not that help but u can check dmesg from terminal or run programs from terminal to check for errors
The GLog log handler in Maemo 5 is set to output messages to the syslog, as danielwilms mentioned. Of course, any messages printed using g_warning (), g_debug (), etc. will be handled using GLog and sent to the syslog. A useful trick for applications that you can't run from the terminal directly, but rather annoying when you are able to do so... When I'm able to do so, g_printerr () FTW.

Oh, if you are able to insert gtk-parasite into your application (GTK_MODULES), it will cause all messages to be printed on stderr
 

The Following User Says Thank You to qwerty12 For This Useful Post: