diff options
author | 2019-09-27 10:01:07 -0700 | |
---|---|---|
committer | 2019-09-27 10:01:07 -0700 | |
commit | 19b80fa2bad7fe4c2726e9bda144ef9bf9940a1e (patch) | |
tree | 3ec9c752357e78fbcc4256f675cee6a15ca5ee27 | |
parent | a3dbd504707a2cc76e425f6ef71b98f0ef1d4e97 (diff) | |
parent | 43e3e986e9c77ba90ca6835b28dd46ee077939d8 (diff) |
Merge "Update installd for logwrapper" am: 2cf75a4780 am: ae78736189 am: 4ab3371f88
am: 43e3e986e9
Change-Id: I031be0fce249a3b7709a1314f8e4125204c91f3f
-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( |