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

Commit b335f433 authored by Hyundo Moon's avatar Hyundo Moon
Browse files

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

Revert submission 2813294-BluetoothContentProfileErrorReported

Reason for revert: Atom should be added after PDD review

Reverted changes: /q/submissionid:2813294-BluetoothContentProfileErrorReported

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