From 524d0f5c2874ebfd006a26bbf2fa0341332d6ddc Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Mon, 27 Apr 2020 13:30:01 -0700 Subject: [PATCH] Update cleanupAppliedPayload comment. ServiceSpecificException might be thrown, but it is not actionable by the caller. Hence hide the comment. Fixes: 151156841 Test: none Change-Id: I07836fe2c5cc361fa81f6fc24851ad2b0721591b (cherry picked from commit d3abb6d3851d23f4c15ed424ffde8771391acf14) Merged-In: I07836fe2c5cc361fa81f6fc24851ad2b0721591b --- core/java/android/os/UpdateEngine.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/java/android/os/UpdateEngine.java b/core/java/android/os/UpdateEngine.java index de274c082c807..e907e2204b7b2 100644 --- a/core/java/android/os/UpdateEngine.java +++ b/core/java/android/os/UpdateEngine.java @@ -614,9 +614,6 @@ public class UpdateEngine { * encountered. Device is corrupted, and future updates must not be applied. * The device cannot recover without flashing and factory resets. * - * - * @throws ServiceSpecificException if other transient errors has occurred. - * A reboot may or may not help resolving the issue. */ @WorkerThread @ErrorCode