History log of /frameworks/native/services/sensorservice/RecentEventLogger.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2c238fc281da578d382f64443a7c9d7df89b2f39 08-Sep-2016 Peng Xu <pengxu@google.com> Show masked value for sensor with permission

Show masked values in sensor event log in dump even if sensor
requires permission. Information about number of event and timestamp
will aid debugging.

Bug: 31065418

Change-Id: If038d2884a7b13b853183df037a9d2dcacfb5284
/frameworks/native/services/sensorservice/RecentEventLogger.cpp
45ca9f58a0f7808169199fba1cc067c51e2d437b 02-May-2016 Peng Xu <pengxu@google.com> [sensorservice] Fix on-change sensor send latest value on enable

This CL correct the behavior of sensorservice so that the latest
value of on-change sensor is send to client when enabling sensor.

The errornous behavior before is that sensorservice send the oldest
value in local cache.

Bug: 28480791
Change-Id: I7e0b8e52fa0be62ba95910789cff1fe0d4fbb03f
/frameworks/native/services/sensorservice/RecentEventLogger.cpp
6a2d3a06caa337857cf60cfc70a9a78909ad3608 21-Dec-2015 Peng Xu <pengxu@google.com> Fix sensor uuid, retrofit recent event logger

Fix an issue that causes uuid field not being initialzed in
sensorservice.

MostRecentEventLogger in sensorservice is migrated to use RingBuffer
instead of a custom circular buffer. This is expected to improve
readability and maintainability of code.

Dumpsys print format is retouched to offer more information in easier
to read format.

Bug: 28305085

Change-Id: I190e43350b60a22a9fccb92a95d6eab06a471560
/frameworks/native/services/sensorservice/RecentEventLogger.cpp