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

Commit 07031ca5 authored by Sandeep Patil's avatar Sandeep Patil Committed by android-build-merger
Browse files

Merge "dumpstate hal: use vendor toybox" into oc-dev am: 5bd796b6

am: e3ae6a1d

Change-Id: Id55f8d5b933b6cece1417f34005a6b18e84c2d95
parents 725771fd e3ae6a1d
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();