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

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

Fix flag configuration

Sensor event queue does not belong to sensor service but lib sensor.

Bug: 333132224
Test: presubmit
Change-Id: Icf93c9596e24b0c09c5af3010d9f5ea43b30d0c6
parent 683fe045
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -8,3 +8,10 @@ flag {
  bug: "322228259"
  is_fixed_read_only: true
}

flag {
  name: "sensor_event_queue_report_sensor_usage_in_tracing"
  namespace: "sensors"
  description: "When this flag is enabled, sensor event queue will report sensor usage when system trace is enabled."
  bug: "333132224"
}
 No newline at end of file
+0 −7
Original line number Diff line number Diff line
@@ -28,10 +28,3 @@ flag {
  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"
}

flag {
  name: "sensor_service_report_sensor_usage_in_tracing"
  namespace: "sensors"
  description: "When this flag is enabled, sensor service will report sensor usage when system trace is enabled."
  bug: "333132224"
}
 No newline at end of file