mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
Merge "Remove misleading comment in sample dumpstate impl"
am: eac1c71ce4
Change-Id: I18041d79922f6c09161316d9fcf3249f0c46c6b0
This commit is contained in:
@@ -35,8 +35,7 @@ namespace implementation {
|
||||
// Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
|
||||
Return<void> DumpstateDevice::dumpstateBoard(const hidl_handle& handle) {
|
||||
// NOTE: this is just an example on how to use the DumpstateUtil.h functions to implement
|
||||
// this interface - since HIDL_FETCH_IDumpstateDevice() is not defined, this function will never
|
||||
// be called by dumpstate.
|
||||
// this interface.
|
||||
|
||||
// Exit when dump is completed since this is a lazy HAL.
|
||||
addPostCommandTask([]() {
|
||||
|
||||
Reference in New Issue
Block a user