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

Commit 257a1641 authored by Mohannad Farrag's avatar Mohannad Farrag Committed by Gerrit Code Review
Browse files

Merge "Revert "[Metrics] Cast the parameter for avoiding ambiguity in a..."" into main

parents b07035cb b335f433
Loading
Loading
Loading
Loading
+1 −6
Original line number Original line Diff line number Diff line
@@ -494,12 +494,7 @@ void LogMetricBluetoothRemoteSupportedFeatures(
  if (!address.IsEmpty()) {
  if (!address.IsEmpty()) {
    metric_id = MetricIdManager::GetInstance().AllocateId(address);
    metric_id = MetricIdManager::GetInstance().AllocateId(address);
  }
  }
  int ret = stats_write(
  int ret = stats_write(BLUETOOTH_REMOTE_SUPPORTED_FEATURES_REPORTED, metric_id, page, features, connection_handle);
      BLUETOOTH_REMOTE_SUPPORTED_FEATURES_REPORTED,
      metric_id,
      page,
      static_cast<int64_t>(features),
      connection_handle);
  if (ret < 0) {
  if (ret < 0) {
    LOG_WARN(
    LOG_WARN(
        "Failed for LogMetricBluetoothRemoteSupportedFeatures, "
        "Failed for LogMetricBluetoothRemoteSupportedFeatures, "