New issue
Advanced search Search tips

Issue 702046 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Prerenderer (and nostate-prefetch) is not running in background priority on android.

Project Member Reported by petewil@chromium.org, Mar 16 2017

Issue description

When running adb shell dumpsys on Android while pre-rendering, it seems that the pre-renderer is not running at background priority.




ACTIVITY MANAGER RUNNING PROCESSES (dumpsys activity processes)
  Isolated process list (sorted by uid):
    Isolated # 1: ProcessRecord{28640419 3788:org.chromium.chrome:sandboxed_process0/u0a121i762}

  Process LRU list (sorted by oom_adj, 30 total, non-act at 7, non-svc at 7):
  ...
    Proc # 4: fore  F/ /T  trm: 0 3830:org.chromium.chrome:privileged_process0/u0a121 (service)
        org.chromium.chrome/org.chromium.content.app.PrivilegedProcessService0<=Proc{3741:org.chromium.chrome/u0a121}
    Proc # 3: fore  F/ /T  trm: 0 3788:org.chromium.chrome:sandboxed_process0/u0a121i762 (service)
        org.chromium.chrome/org.chromium.content.app.SandboxedProcessService0<=Proc{3741:org.chromium.chrome/u0a121}
    Proc # 0: fore  F/A/T  trm: 0 3741:org.chromium.chrome/u0a121 (top-activity)
    Proc # 1: vis   B/ /IB trm: 0 22968:com.google.android.googlequicksearchbox:search/u0a34 (service)
        com.google.android.googlequicksearchbox/com.google.android.ssb.service.SsbService<=Proc{3741:org.chromium.chrome/u0a121}
 

Comment 1 by pasko@chromium.org, Mar 16 2017

Cc: droger@chromium.org lizeb@chromium.org mattcary@chromium.org
Status: Assigned (was: Untriaged)
since in Chrome we maintain the promise to never run two renderers with foreground priority at a time, we should fix it

Comment 2 by pasko@chromium.org, Aug 3 2017

Summary: Prerenderer ((and nostate-prefetch) is not running in background priority on android. (was: Prerenderer not running in background priority on android.)

Comment 3 by pasko@chromium.org, Aug 4 2017

Summary: Prerenderer (and nostate-prefetch) is not running in background priority on android. (was: Prerenderer ((and nostate-prefetch) is not running in background priority on android.)

Sign in to add a comment