commit | 1d03fd93bc2f80af05d0f156e8991184843eaec1 | [log] [tgz] |
---|---|---|
author | Kedar Chitnis <kedarc@google.com> | Tue Jan 11 05:07:58 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jan 11 05:07:58 2022 +0000 |
tree | a289cc5d3e6db38990ceac12e9bd996064698238 | |
parent | b9f3b6228e1beb89f19b3ce7f226972da7eb5eed [diff] | |
parent | 243d10fe4209088588f60e6ad887d2aaff0a8b0a [diff] |
Merge "Fix dumpstate AIDL interface API comments" am: d8f9af28ee am: 243d10fe42 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1943153 Change-Id: I0c13f448045f6c76432bf8ddd8c605a200606602
diff --git a/dumpstate/aidl/android/hardware/dumpstate/IDumpstateDevice.aidl b/dumpstate/aidl/android/hardware/dumpstate/IDumpstateDevice.aidl index 3b42546..b994d04 100644 --- a/dumpstate/aidl/android/hardware/dumpstate/IDumpstateDevice.aidl +++ b/dumpstate/aidl/android/hardware/dumpstate/IDumpstateDevice.aidl
@@ -103,8 +103,9 @@ * @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);