We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2017-09-04 12:37:30 +0200

HowTo: enable debug mode with bluez5 bluetooth on JollaC

Bluez5 is pretty new on Jolla so there are problems expected. To enable debug mode you have to create a text file at "/etc/tracing/bluez/bluez.tracing" and set the variable "TRACING" to "-d". After a restart of bluez service it will log in debug mode for bluez. To undo this simply delete the file and restart bluez.

devel-su
echo "TRACING=-d" > /etc/tracing/bluez/bluez.tracing

Simply rebbot your phone. Then you can see what is going on

devel-su
journalctl --unit=bluetooth -f

HowTo: enable debug mode with bluez5 bluetooth on JollaC

Bluez5 is pretty new on Jolla so there are problems expected. To enable debug mode you have to create a text file at "/etc/tracing/bluez/bluez.tracing" and set the variable "TRACING" to "-d". After a restart of bluez service it will log in debug mode for bluez. To undo this simply delete the file and restart bluez.

devel-su
echo "TRACING=-d" > /etc/tracing/bluez/bluez.tracing

Simply rebbot your phone. Then you can see what is going on

devel-su
journalctl --unit=bluetooth -f

HowTo: enable debug mode with bluez5 bluetooth on JollaC

Bluez5 is pretty new on Jolla so there are problems expected. To enable debug mode you have to create a text file at "/etc/tracing/bluez/bluez.tracing" and set the variable "TRACING" to "-d". After a restart of bluez service it will log in debug mode for bluez. To undo this simply delete the file and restart bluez.

devel-su
echo "TRACING=-d" > /etc/tracing/bluez/bluez.tracing

Simply rebbot your phone. Then you can see what is going on

devel-su
journalctl --unit=bluetooth -f

Update 2017-12-01:

You can have the same by installing the package bluez5-tracing

pkcon install bluez5-tracing