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

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

Add flag for tracing

Bug: 333132224
Test: presubmit
Change-Id: I4f9e96dd4811406d9273d37310e3b415c12928f2
parent e43ad598
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -28,3 +28,10 @@ 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