New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 854388 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Ensure BackgroundTask.reschedule() is run on the UI/MainThread

Project Member Reported by s...@chromium.org, Jun 19 2018

Issue description

It looks like BackgroundTask.java annotates all of its methods with @MainThread, and the BTS code typically calls 

ThreadUtils.assertOnUiThread();

before invoking a BackgroundTask method. However, we do not seem to do this for reschedule().
 

Sign in to add a comment