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

Commit e1f60532 authored by Kedar Chitnis's avatar Kedar Chitnis Committed by Automerger Merge Worker
Browse files

Merge "Fix dumpstate AIDL interface API comments" am: d8f9af28 am:...

Merge "Fix dumpstate AIDL interface API comments" am: d8f9af28 am: 243d10fe am: 1d03fd93 am: edcec154

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1943153

Change-Id: Ib4d209355f5e7a837d83aa368b7974f660edd639
parents 4caf3c8b edcec154
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -103,8 +103,9 @@ interface IDumpstateDevice {
     * @param timeoutMillis An approximate "budget" for how much time this call has been allotted.
     * @param timeoutMillis An approximate "budget" for how much time this call has been allotted.
     *     If execution runs longer than this, the IDumpstateDevice service may be killed and only
     *     If execution runs longer than this, the IDumpstateDevice service may be killed and only
     *     partial information will be included in the report.
     *     partial information will be included in the report.
     * @return If error, return service specific error with code
     * @throws ServiceSpecificException with one of the following values:
     *           ERROR_UNSUPPORTED_MODE or ERROR_DEVICE_LOGGING_NOT_ENABLED
     *         |ERROR_UNSUPPORTED_MODE|,
     *         |ERROR_DEVICE_LOGGING_NOT_ENABLED|
     */
     */
    void dumpstateBoard(in ParcelFileDescriptor[] fd, in DumpstateMode mode, in long timeoutMillis);
    void dumpstateBoard(in ParcelFileDescriptor[] fd, in DumpstateMode mode, in long timeoutMillis);