Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 433d3576 authored by Hunter Knepshield's avatar Hunter Knepshield
Browse files

[API review] Additional detail in BugreportCallback javadoc.

This covers edge cases left out of the previous generalization.

Bug: 180015324
Test: make
Change-Id: I309d17cd09434469b5d88275cd59e864f4830c3a
parent e0db8b99
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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 {
        /**