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

Commit f70695b9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "testing: Add bluetooth::shim::CountCounterMetrics" am: 7cab5012 am: 013354ff

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1975828

Change-Id: I7d1cf89e80da48212882c93c45b43b93128abc8b
parents 12014d37 013354ff
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -174,5 +174,9 @@ void bluetooth::shim::LogMetricManufacturerInfo(
      raw_address, source_type, source_name, manufacturer, model,
      hardware_version, software_version);
}
bool bluetooth::shim::CountCounterMetrics(int32_t key, int64_t count) {
  mock_function_count_map[__func__]++;
  return false;
}

// END mockcify generation