diff options
author | Rob Seymour <rseymour@google.com> | 2022-04-02 03:52:13 +0000 |
---|---|---|
committer | Rob Seymour <rseymour@google.com> | 2022-04-02 04:01:22 +0000 |
commit | 4c7dc59bef24cc991251f9a7924ceada90c6bd63 (patch) | |
tree | a90550aa3ce1bc5e002ab6444c96954deca81af0 /system/stack/include/stack_metrics_logging.h | |
parent | 6fa2bea006b362a285f744f65f15b5902e55797a (diff) | |
parent | dd4d23c4e1de011f8cd4eb132422172d5e283a73 (diff) |
Merge TP1A.220328.001
Change-Id: I5f07094ba2fb3991da03673f97d2957b1f68018b
Diffstat (limited to 'system/stack/include/stack_metrics_logging.h')
-rw-r--r-- | system/stack/include/stack_metrics_logging.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/stack/include/stack_metrics_logging.h b/system/stack/include/stack_metrics_logging.h index 1705f307ee..56921ddbdf 100644 --- a/system/stack/include/stack_metrics_logging.h +++ b/system/stack/include/stack_metrics_logging.h @@ -49,3 +49,6 @@ void log_manufacturer_info(const RawAddress& address, const std::string& model, const std::string& hardware_version, const std::string& software_version); + +void log_counter_metrics(android::bluetooth::CodePathCounterKeyEnum key, + int64_t value); |