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

Commit 39ef4727 authored by Harshit Mahajan's avatar Harshit Mahajan Committed by Gerrit Code Review
Browse files

Merge "PackageWatchdog: fix the double close issue." into main

parents b4838c7c 5cc865b9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1228,8 +1228,6 @@ public class PackageWatchdog {
                Slog.w(TAG, "Failed to save monitored packages, restoring backup", e);
                mPolicyFile.failWrite(stream);
                return false;
            } finally {
                IoUtils.closeQuietly(stream);
            }
        }
    }