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

Commit afe584a1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "fix documentation for the non-final version of dump() in AugmentedAutofillService"

parents ca1a0c44 3b24ef05
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -234,7 +234,12 @@ public abstract class AugmentedAutofillService extends Service {
    }

    /**
     * Implementation specific {@code dump}.
     * Implementation specific {@code dump}. The child class can override the method to provide
     * additional information about the Service's state into the dumpsys output.
     *
     * @param pw The PrintWriter to which you should dump your state.  This will be closed for
     * you after you return.
     * @param args additional arguments to the dump request.
     */
    protected void dump(@NonNull PrintWriter pw,
            @SuppressWarnings("unused") @NonNull String[] args) {