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

Commit 3bf2a519 authored by Harshit Mahajan's avatar Harshit Mahajan Committed by Automerger Merge Worker
Browse files

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

parents fa555189 39ef4727
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);
            }
        }
    }