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

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

Merge "Update installd for logwrapper" am: 2cf75a47 am: ae787361

am: 4ab3371f

Change-Id: I7648dd45f5b603df59889652ac9540e7c03de38f
parents 78ee1021 4ab3371f
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(