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

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

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

parents 39e7ba0d f84c641b
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) {
            return BAD_VALUE;
            ALOGE("Failed to read one block");
            return BAD_VALUE;
        }
    } else {
        return BAD_VALUE;