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

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

Merge "Update installd for logwrapper" am: 2cf75a47

am: ae787361

Change-Id: Iadea8c0623ad6e8ffbc2b39d3131295cb61b53ec
parents 6eab267a ae787361
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(