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

Commit bb11455d authored by Chris Manton's avatar Chris Manton
Browse files

testing: Add bluetooth::shim::CountCounterMetrics

Bug: 187825293
Tag: #refactor
Test: gd/cert/run

Change-Id: I397429c354e16226dd82b95cc24fd47d3afc2dc6
parent 92d66222
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