diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-06-22 10:25:52 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-06-22 10:25:52 +0000 |
commit | 2e398f48ced7557f159da674227528cf3a67034d (patch) | |
tree | 50094b30fcb342b6ff25463a18f33861bec67970 /system/stack/metrics/stack_metrics_logging.cc | |
parent | 8708c09ddf80a046e60682c5d14f0bd6c01b54a9 (diff) | |
parent | 038cbfea4ae8c00c5a325ee9113b96412267b7d5 (diff) |
Snap for 8752685 from 038cbfea4ae8c00c5a325ee9113b96412267b7d5 to t-keystone-qcom-release
Change-Id: I0d7d40624614134b902694372d21e9570e07da30
Diffstat (limited to 'system/stack/metrics/stack_metrics_logging.cc')
-rw-r--r-- | system/stack/metrics/stack_metrics_logging.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/stack/metrics/stack_metrics_logging.cc b/system/stack/metrics/stack_metrics_logging.cc index 50f029f803..4e23bd2a08 100644 --- a/system/stack/metrics/stack_metrics_logging.cc +++ b/system/stack/metrics/stack_metrics_logging.cc @@ -57,6 +57,7 @@ void log_sdp_attribute(const RawAddress& address, uint16_t protocol_uuid, } void log_manufacturer_info(const RawAddress& address, + android::bluetooth::AddressTypeEnum address_type, android::bluetooth::DeviceInfoSrcEnum source_type, const std::string& source_name, const std::string& manufacturer, @@ -64,8 +65,8 @@ void log_manufacturer_info(const RawAddress& address, const std::string& hardware_version, const std::string& software_version) { bluetooth::shim::LogMetricManufacturerInfo( - address, source_type, source_name, manufacturer, model, hardware_version, - software_version); + address, address_type, source_type, source_name, manufacturer, model, + hardware_version, software_version); } void log_counter_metrics(android::bluetooth::CodePathCounterKeyEnum key, |