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

Commit 7cab5012 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "testing: Add bluetooth::shim::CountCounterMetrics"

parents 195d17bf bb11455d
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