Loading services/core/java/com/android/server/PinnerService.java +0 −2 Original line number Diff line number Diff line Loading @@ -1044,7 +1044,6 @@ public final class PinnerService extends SystemService { if (DEBUG) { Slog.d(TAG, "pin file: " + fileToPin + " use-pinlist: " + attemptPinIntrospection); } Trace.beginSection("pinFile:" + fileToPin); ZipFile fileAsZip = null; InputStream pinRangeStream = null; try { Loading @@ -1067,7 +1066,6 @@ public final class PinnerService extends SystemService { } finally { safeClose(pinRangeStream); safeClose(fileAsZip); // Also closes any streams we've opened Trace.endSection(); } } Loading Loading
services/core/java/com/android/server/PinnerService.java +0 −2 Original line number Diff line number Diff line Loading @@ -1044,7 +1044,6 @@ public final class PinnerService extends SystemService { if (DEBUG) { Slog.d(TAG, "pin file: " + fileToPin + " use-pinlist: " + attemptPinIntrospection); } Trace.beginSection("pinFile:" + fileToPin); ZipFile fileAsZip = null; InputStream pinRangeStream = null; try { Loading @@ -1067,7 +1066,6 @@ public final class PinnerService extends SystemService { } finally { safeClose(pinRangeStream); safeClose(fileAsZip); // Also closes any streams we've opened Trace.endSection(); } } Loading