Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c72e9869 authored by Rocky Fang's avatar Rocky Fang
Browse files

Create flag for cleaning up dynamic sensor data

Test: N/A
Bug: 329020894
Change-Id: I1f5f9c667390b0c744cf7d57b9cd4dffebce8537
parent 91340e0d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -21,3 +21,10 @@ flag {
  description: "This flag controls we allow to pass in nullptr as scratch in SensorEventConnection::sendEvents()"
  bug: "339306599"
}

flag {
  name: "sensor_service_clear_dynamic_sensor_data_at_the_end"
  namespace: "sensors"
  description: "When this flag is enabled, sensor service will only erase dynamic sensor data at the end of the threadLoop to prevent race condition."
  bug: "329020894"
}
 No newline at end of file