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

Commit f8feb16a authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

Metrics: Fix a typo in log am: 8e95f346

am: 57d9dd99

Change-Id: Ie893a70b38dd8a26e25190c694bf5b205cff64e1
parents fdcaf26d 57d9dd99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ static void read_or_set_metrics_salt() {
    metrics_salt.fill(0);
  }
  if (!AddressObfuscator::IsSaltValid(metrics_salt)) {
    LOG(INFO) << __func__ << ": Metrics salt is] not invalid, creating new one";
    LOG(INFO) << __func__ << ": Metrics salt is not invalid, creating new one";
    if (RAND_bytes(metrics_salt.data(), metrics_salt.size()) != 1) {
      LOG(FATAL) << __func__ << "Failed to generate salt for metrics";
    }