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

Commit 725d8f06 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick
Browse files

Close some things in system_server that CloseGuard found.

Change-Id: I788c022235caddcb1972a34131442a683cd51eb5
parent 4543e0de
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -585,6 +585,7 @@ class BackupManagerService extends IBackupManager.Stub {
                    }
                }
            }
            tf.close();
        } catch (FileNotFoundException fnf) {
            // Probably innocuous
            Slog.v(TAG, "No ancestral data");
+1 −0
Original line number Diff line number Diff line
@@ -7334,6 +7334,7 @@ class PackageManagerService extends IPackageManager.Stub {
                    byte[] data = new byte[avail];
                    in.read(data);
                    pw.print(new String(data));
                    in.close();
                } catch (FileNotFoundException e) {
                } catch (IOException e) {
                }