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

Commit 63160403 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Fix clang-tidy performance warnings in frameworks/native." am: 5ec3274b am: 2f7048b9

am: 1c583ace

Change-Id: Ieb8533e5b389728c16ca4b1aac48bb15f38b6c4c
parents 04da9df3 1c583ace
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ void Task::ReadStatusFields() {
    std::istream file_stream(&filebuf);

    for (std::string line; std::getline(file_stream, line);) {
      auto offset = line.find(":");
      auto offset = line.find(':');
      if (offset == std::string::npos) {
        ALOGW("ReadStatusFields: Failed to find delimiter \":\" in line=\"%s\"",
              line.c_str());