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

Commit 0fde5333 authored by Shijian Li's avatar Shijian Li
Browse files

Add aconfig flag for dumping WearableSensingManagerService.

Test: Wait for presubmit
Flag: android.app.wearable.enable_wearable_sensing_manager_service_dump
Bug: 437414825
Change-Id: I7fef00c78e9c44d65001c1df49c552cd299cd293
parent 0e94fa0b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -55,3 +55,11 @@ flag {
    description: "This flag enables the APIs for providing read-only ParcelFileDescriptors to the WearableSensingService."
    bug: "358130861"
}

flag {
    name: "enable_wearable_sensing_manager_service_dump"
    is_exported: false
    namespace: "machine_learning"
    description: "This flag enables the system WearableSensingManager binder to dump information."
    bug: "437414825"
}