Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写实现一些协议的 Dbus 服务。我的服务向客户端发送带有意外数据的消息(我使用的库有一些错误,我想覆盖这些错误)。
如何检查、跟踪客户端调用?我想确定客户想要什么并找到错误的方法。
或者如何跟踪服务中的所有呼叫?我有很多logger.debug()插入。
logger.debug()
服务是python,客户端是c。
如何指定dbus-monitor发送方和接收方监控的路径或服务?
dbus-monitor
dbus-monitor "sender=org.freedesktop.Telepathy.Connection.******"