diff options
author | 2019-09-27 09:53:27 -0700 | |
---|---|---|
committer | 2019-09-27 09:53:27 -0700 | |
commit | 43e3e986e9c77ba90ca6835b28dd46ee077939d8 (patch) | |
tree | dfbb39977aee4b72eacbd560e0da7522546f9891 | |
parent | 78ee10215c6394776cdec165be8121feda043780 (diff) | |
parent | 4ab3371f8887a89833a43cb75acd5b0408f502f9 (diff) |
Merge "Update installd for logwrapper" am: 2cf75a4780 am: ae78736189
am: 4ab3371f88
Change-Id: I7648dd45f5b603df59889652ac9540e7c03de38f
-rw-r--r-- | cmds/installd/InstalldNativeService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/installd/InstalldNativeService.cpp b/cmds/installd/InstalldNativeService.cpp index dd51898422..4026f29208 100644 --- a/cmds/installd/InstalldNativeService.cpp +++ b/cmds/installd/InstalldNativeService.cpp @@ -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( |