mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 10:05:19 +00:00
Merge "Fix dumpstate AIDL interface API comments" am: d8f9af28ee
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1943153 Change-Id: I35a0823fcf5fe5c1f63f62189d9d019f74a99ed4
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user