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

Commit 03b2efa4 authored by Terry Guan's avatar Terry Guan Committed by Automerger Merge Worker
Browse files

Merge "Add buffer result for generating vendor configs" into udc-qpr-dev am: 2e73101d

parents 249b66bc 2e73101d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -994,9 +994,11 @@ DumpResult FakeVehicleHardware::dump(const std::vector<std::string>& options) {
    } else if (EqualsIgnoreCase(option, "--genTestVendorConfigs")) {
        mAddExtraTestVendorConfigs = true;
        result.refreshPropertyConfigs = true;
        result.buffer = "successfully generated vendor configs";
    } else if (EqualsIgnoreCase(option, "--restoreVendorConfigs")) {
        mAddExtraTestVendorConfigs = false;
        result.refreshPropertyConfigs = true;
        result.buffer = "successfully restored vendor configs";
    } else {
        result.buffer = StringPrintf("Invalid option: %s\n", option.c_str());
    }