No description
  • C++ 93.8%
  • QMake 3.2%
  • C 1.3%
  • Python 1%
  • Shell 0.6%
  • Other 0.1%
Find a file
MagneFire 7075428f1e config: Do not hide stepcounter by default.
Also do not hide the hrm and wrist gesture sensor by default(Also the default when not listed).
2020-12-01 21:33:12 +01:00
adaptors HybrisHrmAdaptor: Set default delay. 2020-04-08 20:38:34 +02:00
c-api Refactoring: 2010-12-10 14:56:51 +02:00
chains [sensorfw] Remove obsolete Qt4 support. Contributes to JB#38781 2020-04-08 20:38:34 +02:00
config config: Do not hide stepcounter by default. 2020-12-01 21:33:12 +01:00
config.tests/hybris [PATCH] Replace android headers hard-coded include path with pkgconfig 2018-02-18 07:10:34 +01:00
core hybris.pro: Include android-headers. 2020-04-08 20:38:34 +02:00
datatypes Register HeartRate with dbus. 2019-08-25 08:57:01 -07:00
debian [debian] Add missing iiosensorsadaptor plugin 2020-04-08 20:38:34 +02:00
doc [config] Process config.d files in alnum order 2018-05-24 10:31:13 +03:00
examples [sensorfw] Remove obsolete Qt4 support. Contributes to JB#38781 2020-04-08 20:38:34 +02:00
filters [sensorfw] Remove obsolete Qt4 support. Contributes to JB#38781 2020-04-08 20:38:34 +02:00
include API documentation improvements. 2011-03-21 18:26:04 +02:00
LuneOS sensorfw: Include updated patches for LuneOS and migrate to LS2 ACG model 2020-04-08 20:38:34 +02:00
qt-api [sensorfw] Remove obsolete Qt4 support. Contributes to JB#38781 2020-04-08 20:38:34 +02:00
rpm Bump version to 0.11.8 2020-04-08 20:38:34 +02:00
sensord [sensorfw] Remove obsolete Qt4 support. Contributes to JB#38781 2020-04-08 20:38:34 +02:00
sensors Hrm & WristGesture: Remove obsolete Qt4 support. 2020-04-08 20:38:34 +02:00
tests [sensorfw] Remove obsolete Qt4 support. Contributes to JB#38781 2020-04-08 20:38:34 +02:00
common-config.pri [sensorfw] Remove obsolete Qt4 support. Contributes to JB#38781 2020-04-08 20:38:34 +02:00
common-install.pri [sensorfw] Remove obsolete Qt4 support. Contributes to JB#38781 2020-04-08 20:38:34 +02:00
common.pri [sensorfw] Remove obsolete Qt4 support. Contributes to JB#38781 2020-04-08 20:38:34 +02:00
COPYING Package driverpolltest 2010-04-14 08:12:35 +00:00
makedist [sensorfw] remove mce, change daemon output to syslog/journal 2013-05-05 13:26:09 +10:00
README.md README formatting 2016-09-05 15:41:42 +03:00
sensord-qt5.pc Bump version to 0.11.6 2020-04-08 20:38:34 +02:00
sensord.conf Rename sensord daemon to sensorfwd 2015-01-13 12:02:23 +10:00
sensord.init Rename sensord daemon to sensorfwd 2015-01-13 12:02:23 +10:00
sensord.prf [sensorfw] Remove obsolete Qt4 support. Contributes to JB#38781 2020-04-08 20:38:34 +02:00
sensorfw.conf Package driverpolltest 2010-04-14 08:12:35 +00:00
sensorfw.pro [sensorfw] Remove obsolete Qt4 support. Contributes to JB#38781 2020-04-08 20:38:34 +02:00
TODO fix up debian build, include config files 2016-11-11 13:23:56 +10:00

sensorfw

Please use https://bugs.merproject.org to file bugs.

Debugging

Minimal debugging output is generated by default. You can increase the output in different ways. Easiest is to increase debug level on the fly with the running sensorfwd. Output can be seen with

journalctl -af

Dynamically increase debug level from command line:

devel-su
kill -USR1 \`pgrep sensorfwd\`
twice for highest output level.

For status report:

devel-su
kill -USR2 \`pgrep sensorfwd\`
Static increase debugging level

If running from systemd, edit /lib/systemd/system/sensorfwd.service and change --log-level=warning to --log-level=test or do:

devel-su
sed -i -e 's/--log-level=warning/--log-level=test/' /lib/systemd/system/sensorfwd.service

then run

devel-su
systemctl daemon-reload

Then reboot or

systemctl restart sensorfwd