Merge "[API review] Additional detail in BugreportCallback javadoc." am: 39742a519c am: b79c80ba78

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1607112

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I71f11a4a2ecec595a428f611d5bf62181a5e18d4
This commit is contained in:
Hunter Knepshield
2021-02-26 19:12:00 +00:00
committed by Automerger Merge Worker

View File

@@ -68,8 +68,11 @@ public final class BugreportManager {
/**
* An interface describing the callback for bugreport progress and status.
*
* <p>In general, callers can expect to receive {@link #onProgress} calls as the bugreport
* progresses, followed by a terminal call to either {@link #onFinished} or {@link #onError}.
* <p>Callers will receive {@link #onProgress} calls as the bugreport progresses, followed by a
* terminal call to either {@link #onFinished} or {@link #onError}.
*
* <p>If an issue is encountered while starting the bugreport asynchronously, callers will
* receive an {@link #onError} call without any {@link #onProgress} callbacks.
*/
public abstract static class BugreportCallback {
/**