On Tue, Sep 20, 2016 at 11:48 AM, Slávek Banko slavek.banko@axis.cz wrote:
On Tuesday 20 of September 2016 17:36:38 Michael Kohne wrote:
I'd like to log all dcop traffic to/from a particular application (or frankly, for the whole system if that's easier). I'm trying to understand some code I've inherited, and knowing what it's doing with dcop (if anything) would be helpful.
Thanks for any pointers.
I'm afraid you'd have to rebuild tdelibs with enabled definition DCOP_DEBUG - see tdelibs/dcop/dcopserver.cpp
-- Slávek
Ahh, I didn't miss a command line option then, good.
Thank you - If I can't solve it another way, I'll rebuild and see what happens.