summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Yifan Hong <elsk@google.com> 2020-04-27 13:30:01 -0700
committer Yifan Hong <elsk@google.com> 2020-04-28 14:41:50 -0700
commit524d0f5c2874ebfd006a26bbf2fa0341332d6ddc (patch)
tree1933d0fde6da9d4f2382dff1b1dc2378e2aa6475
parent5562d464c6cab06544294bbc823df89d30579bbf (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 (cherry picked from commit d3abb6d3851d23f4c15ed424ffde8771391acf14) Merged-In: I07836fe2c5cc361fa81f6fc24851ad2b0721591b
-rw-r--r--core/java/android/os/UpdateEngine.java3
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