Re: [RFC 0/4] Intel Integrated Sensor Hub Support (ISH)

From: Bastien Nocera
Date: Fri Jun 10 2016 - 11:27:44 EST


On Fri, 2016-06-10 at 08:23 -0700, Srinivas Pandruvada wrote:
> On Fri, 2016-06-10 at 17:04 +0200, Bastien Nocera wrote:
> > >
>
> [...]
>
> > Are there any errors when setting the triggers?
> >
> Is there any debug option in this service to give more verbose
> output?

Add:
Environment="G_MESSAGES_DEBUG=all"

To the service file. You should see the debug in systemctl:
systemctl status iio-sensor-proxy.service

Or in journalctl if there's too much data:
journalctl --reverse -u iio-sensor-proxy.service

Cheers