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

Commit edcec154 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: 243d10fe am: 1d03fd93

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

Change-Id: I5b2a6ec49680ce0991aac1c74505209b6e5b8559
parents ebaa020b 1d03fd93
Loading
Loading
Loading
Loading
+3 −2
Original line number 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.
     *     If execution runs longer than this, the IDumpstateDevice service may be killed and only
     *     partial information will be included in the report.
     * @return If error, return service specific error with code
     *           ERROR_UNSUPPORTED_MODE or ERROR_DEVICE_LOGGING_NOT_ENABLED
     * @throws ServiceSpecificException with one of the following values:
     *         |ERROR_UNSUPPORTED_MODE|,
     *         |ERROR_DEVICE_LOGGING_NOT_ENABLED|
     */
    void dumpstateBoard(in ParcelFileDescriptor[] fd, in DumpstateMode mode, in long timeoutMillis);