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

Commit d0b2c3b2 authored by Siqi Lin's avatar Siqi Lin Committed by Android (Google) Code Review
Browse files

Merge "BootReceiver: Remove error log when last-header.txt is missing" into oc-dr1-dev

parents f34b4633 81459461
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -143,7 +143,6 @@ public class BootReceiver extends BroadcastReceiver {
        try {
            return FileUtils.readTextFile(lastHeaderFile, 0, null);
        } catch (IOException e) {
            Slog.e(TAG, "Error reading " + lastHeaderFile, e);
            return null;
        }
    }