Loading dumpstate/1.0/default/DumpstateDevice.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ Return<void> DumpstateDevice::dumpstateBoard(const hidl_handle& handle) { dprintf(fd, "Dumpstate HIDL not provided by device; providing bogus data.\n"); // Shows some examples on how to use the libdumpstateutil API. RunCommandToFd(fd, "DATE", {"/system/bin/date"}); RunCommandToFd(fd, "DATE", {"/vendor/bin/date"}); DumpFileToFd(fd, "HOSTS", "/system/etc/hosts"); return Void(); Loading Loading
dumpstate/1.0/default/DumpstateDevice.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ Return<void> DumpstateDevice::dumpstateBoard(const hidl_handle& handle) { dprintf(fd, "Dumpstate HIDL not provided by device; providing bogus data.\n"); // Shows some examples on how to use the libdumpstateutil API. RunCommandToFd(fd, "DATE", {"/system/bin/date"}); RunCommandToFd(fd, "DATE", {"/vendor/bin/date"}); DumpFileToFd(fd, "HOSTS", "/system/etc/hosts"); return Void(); Loading