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

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

Merge "testing: Add bluetooth::shim::CountCounterMetrics" am: 7cab5012 am:...

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

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

Change-Id: Ia7b45a064a3c29838890fff996b72a39d70108c3
parents f2fd3b17 f70695b9
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