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.
Michael Kohne Senior Software Engineer Office: 215.283.0860 x208 mhkohne@moberg.com
Transforming Neurocritical Care
Moberg Research, Inc. 224 S Maple Street, Ambler, PA 19002 24/7 Customer Support: 1-888-662-7246 www.moberg.com
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.
Michael Kohne Senior Software Engineer Office: 215.283.0860 x208 mhkohne@moberg.com
Transforming Neurocritical Care
Moberg Research, Inc. 224 S Maple Street, Ambler, PA 19002 24/7 Customer Support: 1-888-662-7246 www.moberg.com
I'm afraid you'd have to rebuild tdelibs with enabled definition DCOP_DEBUG - see tdelibs/dcop/dcopserver.cpp
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.