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

Commit ca6ecc9e 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

am: f8feb16a

Change-Id: I03440e6a879514a0f1efa6a90b31a6c6ef471e5c
parents e2ead95c f8feb16a
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";
    }