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

Commit 5ad607e9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Create flag for cleaning up dynamic sensor data" into main

parents f5c7fc5e c72e9869
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