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

Commit 9522e0c5 authored by Siqi Lin's avatar Siqi Lin Committed by android-build-merger
Browse files

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

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

Change-Id: I0bfb235c4046623a5ae81cf8f2555ab408c0689c
parents 261ec603 0e015132
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;
        }
    }