WebAPKs don't get past splash screen with release Chrome |
|||
Issue descriptionWebAPKs don't get past splash screen with release Chrome This seems to have to do with with the custom ChildProcessLauncher stuff. Commenting out WebApkActivity#initializeChildProcessCreationParams() makes the WebAPK get past the splash screen.
,
Nov 2 2016
Moved to Pri 1 for the sake of easier management. All CDS blocking bugs are Pri=1
,
Nov 3 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/17efc52ce3bb93c96b162ef9fd697233839a7a84 commit 17efc52ce3bb93c96b162ef9fd697233839a7a84 Author: hanxi <hanxi@chromium.org> Date: Thu Nov 03 19:16:40 2016 Fix bug: "WebAPKs don't get past splash screen with release Chrome". When creating WebApkSandboxedProcessService, we use reflection to call ChildProcessServiceImpl#create() and ChildProcessServiceImpl#bind(). Add "@UsedByReflection" flag to the class and the methods to prevent from being removed by Proguard in release build. BUG= 661407 Review-Url: https://codereview.chromium.org/2473833004 Cr-Commit-Position: refs/heads/master@{#429667} [modify] https://crrev.com/17efc52ce3bb93c96b162ef9fd697233839a7a84/content/public/android/java/src/org/chromium/content/app/ChildProcessServiceImpl.java
,
Nov 3 2016
|
|||
►
Sign in to add a comment |
|||
Comment 1 by pkotw...@chromium.org
, Nov 2 2016Status: Assigned (was: Untriaged)