New issue
Advanced search Search tips

Issue 681051 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Jun 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

mus_demo crashes running on device

Project Member Reported by kylec...@chromium.org, Jan 13 2017

Issue description

It's not possible to run mus_demo on a device right now. The ui service crashes in ui::Service::OnStart().

The problem is that Ozone DRM tries to use the TaskScheduler singleton but the singleton was never created. It's the same issue as  crbug.com/679840  I fixed earlier this week. However, I fixed the issue for things that started by MashRunner used by ./chrome --mash. This is different than what ./mash runner.

Here are some basic instructions to get all the necessary files on device, in case I forget.

# build mus_demo and mash/runner
ninja -C $BOARD services/ui/demo mash/runner

# rsync these files to your /opt/google/chrome on device
mash
mash_catalog.json
Packages/mus_demo/*
Packages/ui/*
Packages/tracing/*

# run mus_demo from terminal on device
./mash --service=mus_demo
 

Comment 1 by sky@chromium.org, May 8 2017

Owner: kylec...@chromium.org
Status: Assigned (was: Untriaged)
Kyle, is this bug still applicable? I suspect it's stale, but want to make sure of that before I close.
The bug probably still exists. This definitely isn't a priority to fix though.
Status: WontFix (was: Assigned)

Sign in to add a comment