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

Commit e79cde5b authored by Tom Cherry's avatar Tom Cherry
Browse files

Update installd for logwrapper

Test: build
Change-Id: I701bed8681ce0ea10b0ba8e6e47eb9a91c1fe991
parent ac5b7594
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -832,7 +832,7 @@ static int32_t copy_directory_recursive(const char* from, const char* to) {
    };

    LOG(DEBUG) << "Copying " << from << " to " << to;
    return android_fork_execvp(ARRAY_SIZE(argv), argv, nullptr, false, true);
    return logwrap_fork_execvp(ARRAY_SIZE(argv), argv, nullptr, false, LOG_ALOG, false, nullptr);
}

binder::Status InstalldNativeService::snapshotAppData(