New issue
Advanced search Search tips

Issue 868709 link

Starred by 1 user

Issue metadata

Status: Unconfirmed
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug-Regression



Sign in to add a comment

android system issue which slows down sandbox sevice startup more than 1s above android N.

Reported by luliang3...@gmail.com, Jul 29

Issue description

Steps to reproduce the problem:
1.above android N, it uses compiled complie for dex of apk, however which it changed the permission of /data/app/xxx/oat/arm/base.odex to -rw-r-----,which means sandbox service(all render process)has no permission to acess it, so now sandbox can only use /data/app/xxx/base.apk to create pathclassloader when startup, it will do unzip esch time, cost times
2.i have report an issue to andriod, however at present no one answered, details are here:https://issuetracker.google.com/issues/111759770

What is the expected behavior?
-rw-r--r-- 1 xxx /data/app/com.android.chrome-1/oat/arm/base.odex  good state is like above,android combined compile    
should not change permission.

What went wrong?
i hvae not find a way to sovle the promlem at present, so i report an issue here to have a discuss. in fact, it have slow down more than 1s on startup of sandbox service at present.

Did this work before? N/A 

Chrome version: all version  Channel: stable
OS Version: above N, sdk 24
Flash Version:
 
above android N, it uses combined compile...

sorry for spell mistake for i use mobile to write this assue. one word to mention,both androd N and O have the bug reported.
Labels: Needs-triage-Mobile
Cc: chelamcherla@chromium.org
Components: Internals>Sandbox
Labels: TE-NeedsTriageHelp Triaged-Mobile
As per comment#0 this issue seems to be out of TE scope as this is related to sandbox. Tentatively adding Internals>Sandbox component. Could someone from dev team please have a look at this issue.

Thanks!
adb shell cmd package compile -m speed -f xxx.xxx.xxx.xxx
adb shell cmd package compile -m speed-profile -f xxx.xxx.xxx.xxx
to see permission using cmd above

Sign in to add a comment