All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC BlueZ 0/2] Print bluetoothd messages in btmon
@ 2014-01-24 21:41 Vinicius Costa Gomes
  2014-01-24 21:41 ` [RFC BlueZ 1/2] monitor: Add stubs for monitoring bluetoothd's journal entries Vinicius Costa Gomes
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Vinicius Costa Gomes @ 2014-01-24 21:41 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Vinicius Costa Gomes

Hi,

It is very common when debugging issues, specially users' problems to
ask for btmon logs and the accompaining bluetoothd logs. And depending
on the issue, it takes some time to relate the HCI/MGMT commands to
bluetoothd messages that help narrow down the problem.

This is just a proof of concept, to know if this will be generally
helpful. And so, it needs some improvements: sending bluetoothd the USR2
signal so debug is enabled, color support and better formatting.


Cheers,


Vinicius Costa Gomes (2):
  monitor: Add stubs for monitoring bluetoothd's journal entries
  monitor: Add support for printing bluetoothd messages

 Makefile.tools    |   3 +-
 configure.ac      |   7 +++
 monitor/journal.c | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 monitor/journal.h |  24 +++++++++++
 monitor/main.c    |  13 +++++-
 5 files changed, 171 insertions(+), 2 deletions(-)
 create mode 100644 monitor/journal.c
 create mode 100644 monitor/journal.h


--
1.8.5.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-01-29 21:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-24 21:41 [RFC BlueZ 0/2] Print bluetoothd messages in btmon Vinicius Costa Gomes
2014-01-24 21:41 ` [RFC BlueZ 1/2] monitor: Add stubs for monitoring bluetoothd's journal entries Vinicius Costa Gomes
2014-01-24 21:41 ` [RFC BlueZ 2/2] monitor: Add support for printing bluetoothd messages Vinicius Costa Gomes
2014-01-29  6:42 ` [RFC BlueZ 0/2] Print bluetoothd messages in btmon Marcel Holtmann
2014-01-29 21:35   ` Vinicius Costa Gomes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.