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

Commit e9ed614d authored by Gavin Corkery's avatar Gavin Corkery
Browse files

Remove unnecessary comment on retrieveBugreport API

The referenced parameter does not exist.

Test: n/a
Bug: 245328405
Change-Id: I88adc5d77f770f64856e7c41559a720c1c567e1b
parent 769d2293
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -279,7 +279,7 @@ public final class BugreportManager {
     * <p>The bugreport artifacts will be copied over to the given file descriptor only if the user
     * consents to sharing with the calling app.
     *
     * <p>{@link BugreportManager} takes ownership of {@code bugreportFd} and {@code screenshotFd}.
     * <p>{@link BugreportManager} takes ownership of {@code bugreportFd}.
     *
     * <p>The caller may only request to retrieve a given bugreport once. Subsequent calls will fail
     * with error code {@link BugreportCallback#BUGREPORT_ERROR_NO_BUGREPORT_TO_RETRIEVE}.