From fd472b82f5728d21265e8ecd72ec73d76fa24ded Mon Sep 17 00:00:00 2001 From: Sandeep Patil Date: Fri, 14 Apr 2017 19:09:29 -0700 Subject: [PATCH] dumpstate hal: use vendor toybox Bug: 36463595 Test: Dumpstate works Change-Id: I9f79924fe6c2c7624f97ce24dcf95f61ee165146 Signed-off-by: Sandeep Patil --- dumpstate/1.0/default/DumpstateDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumpstate/1.0/default/DumpstateDevice.cpp b/dumpstate/1.0/default/DumpstateDevice.cpp index 8000d85826..213fc62252 100644 --- a/dumpstate/1.0/default/DumpstateDevice.cpp +++ b/dumpstate/1.0/default/DumpstateDevice.cpp @@ -52,7 +52,7 @@ Return 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();