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

Commit 18aea933 authored by Andy Hung's avatar Andy Hung
Browse files

MethodStatistics: Fix aidl stream logging

Flag: EXEMPT bugfix
Test: adb shell dumpsys media.audio_flinger
Bug: 386293132
Change-Id: Iaac42f874b04c6dafbdb74f492a5f2a44a21c33c
parent b30b63e1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -42,7 +42,8 @@ getStatisticsClassesForModule(std::string_view moduleName) {
                new std::vector<std::string>{
                "DeviceHalAidl",
                "EffectHalAidl",
                "StreamHalAidl",
                "StreamInHalAidl",
                "StreamOutHalAidl",
              })
        },
    };