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

Commit d2b9f813 authored by Alex Buynytskyy's avatar Alex Buynytskyy Committed by Android (Google) Code Review
Browse files

Merge "Less confusing error message."

parents 79dbc1af 7f3eeeb6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1152,8 +1152,8 @@ public class PackageManagerServiceUtils {
                throw new IOException("Root has not present");
            }
            return ApkChecksums.verityHashForFile(new File(filename), hashInfo.rawRootHash);
        } catch (IOException ignore) {
            Slog.e(TAG, "ERROR: could not load root hash from incremental install");
        } catch (IOException e) {
            Slog.i(TAG, "Could not obtain verity root hash", e);
        }
        return null;
    }