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

Commit 2ec75045 authored by Yao Chen's avatar Yao Chen
Browse files

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

This reverts commit f84c641b.

Reason for revert: As part of the revert of encryption inside incidentd

Change-Id: Ia70c35f7d952bfc9c12db24dd373388f29343002
parent 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) {
            ALOGE("Failed to read one block");
            return BAD_VALUE;
            ALOGE("Failed to read one block");
        }
    } else {
        return BAD_VALUE;