summaryrefslogtreecommitdiff
path: root/dumpstate
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-07-24 11:08:12 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-07-24 11:08:12 -0700
commitdb2de2690c03ee290addc5ae8b90d7584d013577 (patch)
treef051f590a6a58ddce8a0a61a232a69730da7f224 /dumpstate
parent7715d50e5501c3632ddc5a82bdd44d40bba7ffe6 (diff)
parenteac1c71ce48d38cfb3a4f3a3cd53144de4cd03d6 (diff)
Merge "Remove misleading comment in sample dumpstate impl"
am: eac1c71ce4 Change-Id: I18041d79922f6c09161316d9fcf3249f0c46c6b0
Diffstat (limited to 'dumpstate')
-rw-r--r--dumpstate/1.0/default/DumpstateDevice.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/dumpstate/1.0/default/DumpstateDevice.cpp b/dumpstate/1.0/default/DumpstateDevice.cpp
index 88623afd7f..25d92b0acd 100644
--- a/dumpstate/1.0/default/DumpstateDevice.cpp
+++ b/dumpstate/1.0/default/DumpstateDevice.cpp
@@ -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([]() {