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

Commit 3ea6a444 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Revert "incidentd: Move logging statement so it's used""

parents 872344f1 2ec75045
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,8 +87,8 @@ status_t ProtoDecryptor::readOneBlock(string* output) {
            mReader->move(toRead);
        }
        if (pos != sectionSize) {
            ALOGE("Failed to read one block");
            return BAD_VALUE;
            ALOGE("Failed to read one block");
        }
    } else {
        return BAD_VALUE;