Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd472b82 authored by Sandeep Patil's avatar Sandeep Patil
Browse files

dumpstate hal: use vendor toybox



Bug: 36463595
Test: Dumpstate works

Change-Id: I9f79924fe6c2c7624f97ce24dcf95f61ee165146
Signed-off-by: default avatarSandeep Patil <sspatil@google.com>
parent 939c906a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();