diff options
| author | Yifan Hong <elsk@google.com> | 2020-04-27 13:30:01 -0700 |
|---|---|---|
| committer | Yifan Hong <elsk@google.com> | 2020-04-27 13:30:09 -0700 |
| commit | d3abb6d3851d23f4c15ed424ffde8771391acf14 (patch) | |
| tree | a834b1c229039e86c58d5d70b70711242bd5eae1 /core/java/android/os/UpdateEngine.java | |
| parent | c070b1de571b56903a293ad6f0921dc55da738b2 (diff) | |
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
Diffstat (limited to 'core/java/android/os/UpdateEngine.java')
| -rw-r--r-- | core/java/android/os/UpdateEngine.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/java/android/os/UpdateEngine.java b/core/java/android/os/UpdateEngine.java index de274c082c80..e907e2204b7b 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. * </ul> - * - * @throws ServiceSpecificException if other transient errors has occurred. - * A reboot may or may not help resolving the issue. */ @WorkerThread @ErrorCode |
