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

Commit cd5215df authored by David Duarte's avatar David Duarte Committed by Gerrit Code Review
Browse files

Merge "[Metrics] Cast the parameter for avoiding ambiguity in new atoms"

parents 866a8fa6 4bee35b3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -429,7 +429,8 @@ void LogMetricBluetoothHalCrashReason(
}

void LogMetricBluetoothLocalSupportedFeatures(uint32_t page_num, uint64_t features) {
  int ret = stats_write(BLUETOOTH_LOCAL_SUPPORTED_FEATURES_REPORTED, page_num, features);
  int ret = stats_write(
      BLUETOOTH_LOCAL_SUPPORTED_FEATURES_REPORTED, page_num, static_cast<int64_t>(features));
  if (ret < 0) {
    LOG_WARN(
        "Failed for LogMetricBluetoothLocalSupportedFeatures, "