commit | 2924a29afb2ddb4144fd5b5709284a2d243f091c | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Mon Apr 04 22:14:57 2022 -0700 |
committer | Andy Hung <hunga@google.com> | Tue Apr 05 12:55:54 2022 -0700 |
tree | 2dbc57f0b69109b2c116d1c7deb26562bcf3b597 | |
parent | a6a905074f68c09873395fecd9992b48727533f4 [diff] [blame] |
EffectHalHidl: Enable binder transation time statistics Test: adb shell dumpsys media.audio_flinger Bug: 228188384 Change-Id: Ie04e3ba2b3a41a94628426e23f6c942e979cba0d
diff --git a/media/utils/MethodStatistics.cpp b/media/utils/MethodStatistics.cpp index 875c43d..b179b20 100644 --- a/media/utils/MethodStatistics.cpp +++ b/media/utils/MethodStatistics.cpp
@@ -28,6 +28,7 @@ std::shared_ptr<std::vector<std::string>>( new std::vector<std::string>{ "DeviceHalHidl", + "EffectHalHidl", "StreamInHalHidl", "StreamOutHalHidl", })