New issue
Advanced search Search tips

Issue 863484 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

Turn on enforced thread restrictions for annotated methods

Project Member Reported by tigero@google.com, Jul 13

Issue description

We created an annotation processor in 842695, but it isn't currently turned on as there are various places in the existing code where the assertion fails. 

The processor ensures that a method with a @UiThread annotation in running on the UI thread, and that a method with a @WorkerThread annotation is running on a background thread.
 
Description: Show this description

Sign in to add a comment