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

Commit ae787361 authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "Update installd for logwrapper"

am: 2cf75a47

Change-Id: I3c1b0f94de16cb6d69e3ea8a29429fe56f5122be
parents e8ca9267 2cf75a47
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(