-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bluebinder busy-waiting is back #32
Comments
Here is some trace from logcat, too:
|
It looks like the HAL is trying to tell us something, but the vhci interface has been rfkilled. I'm not sure how this should be handled... |
Could you show the output of "rfkill" and "hciconfig" in this state? |
@krnlyng I dont remember if BT was on but I guess not. Exept for testing stuff I dont turn it on, and I think I rebooted this thing for an update last days.
|
Oh and the journal of bluebinder, and would also be interesting to see what the HAL wants to send. |
@krnlyng how to obtain journal of bluebinder :) |
Does this not work?
|
No @krnlyng UT does not use systemd, as such the logging might be different. Will try to find how this works:
|
No @krnlyng UT does not use systemd, as such the logging might be different.
Will try to find how this works: ```
***@***.***:~$ sudo journalctl -u bluebinder
[sudo] password for phablet:
No journal files were found.
-- No entries --
```
Hey, is this enabled for you?
https://upstart.ubuntu.com/cookbook/#console-log
In such as case the logs should be in /var/log/upstart/$service.
|
@Thaodan thanks, yes this was missing in this job...
So Bluetooth was off at start. We have actually a delayed start for the service to determine the BT address, could that affect it in some way? |
Ok wait this is not fully true, after reboot it is silent:
I guess I have to wait until I can catch it again... |
For the latter part we would need to change the code and add a printf with the data where that message is printed. |
Seems like an issue similar to #20 is back again on the same device:
I could only do this with a screen shot, since I needed the device to work normally and so rebooted. Also fishy are 10% of mem usage for bluebinder.
The text was updated successfully, but these errors were encountered: