android: Remove command line args from intent bundle
The intent can be saved by android and re-used for launching a child service in edge cases. However the command line arguments are different for each launch of the child process. The command line args are already passed through an additional bundle through the aidl interface. So just fallback to the aidl bundle and remove command line args from the intent bundle. Note this may and probably does decrease parallelism in child service start up, thus causing a perf regression. BUG=664341 Review-Url: https://codereview.chromium.org/2560403002 Cr-Commit-Position: refs/heads/master@{#437929}
Showing
Please register or sign in to comment