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

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

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

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

Change-Id: I29875d1111a0c4d3aa9fc177f17129bc04151a83
parents 79c77f3f 7cab5012
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