summaryrefslogtreecommitdiff
path: root/system/stack/metrics/stack_metrics_logging.cc
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2022-07-07 04:50:11 -0700
committerLinux Build Service Account <lnxbuild@localhost>2022-07-07 04:50:11 -0700
commitdd6dc18f57235bf19b3886f51c1c91baa5d62ecc (patch)
tree57eebc6f0878d2d2aa19ccae6ad8332ecbd4c83d /system/stack/metrics/stack_metrics_logging.cc
parent241b2b700fd3cf842291ce13513d6bbb50564560 (diff)
parentc8523f5c9dfc0d3cf2f3ecc3c7f89326733fb276 (diff)
Merge c8523f5c9dfc0d3cf2f3ecc3c7f89326733fb276 on remote branch
Change-Id: Ibd4beb7c71dd436610071aff26ccde92e237dfbd
Diffstat (limited to 'system/stack/metrics/stack_metrics_logging.cc')
-rw-r--r--system/stack/metrics/stack_metrics_logging.cc5
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,