On Fri, 2008-07-25 at 09:39 +0100, ext David Greaves wrote: > Hi > > I have some ~ hildon questions... if you create an app that doesn't do the > dbus > registering thing then I've read that it gets killed after "a while". > > So, is this logged anywhere? (so I know it was killed and didn't die due to > 'David-code syndrome'...)
It's not logged. I think your process gets the number 9 signal (KILL), so unless you are out of RAM and the kernel killed you or killed the process yourself, it is the D-Bus daemon. > Also, does this apply to correctly built apps started from the command line? Programs started from the command line are not started by a D-Bus daemon, so you are protected from its wrath :) BR; Kimmo > > David > _______________________________________________ > maemo-developers mailing list > [email protected] > https://lists.maemo.org/mailman/listinfo/maemo-developers _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
