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

Commit e32f5f01 authored by Rocky Fang's avatar Rocky Fang Committed by Android (Google) Code Review
Browse files

Merge "Fix flag configuration" into main

parents a56bf297 ed7137cb
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