commit | cc9537ce558de42577feebeb91a8cc72e102ae2e | [log] [tgz] |
---|---|---|
author | Craig Mautner <cmautner@google.com> | Mon Aug 04 09:46:31 2014 -0700 |
committer | Craig Mautner <cmautner@google.com> | Mon Aug 04 09:46:31 2014 -0700 |
tree | 67d575ae088111586597278c13a837915a9b2292 | |
parent | cb566aab57cafb69c628809fc0a0ffa2151c7d6e [diff] |
Call method while holding lock. The method removeRecentTasksForUser() was being called without the ActivityManagerService lock held. This change calles it while the lock is held and renames it to indicate that it should be called while holding the lock. Fixes bug 16775111. Change-Id: I002f9f96d407de458934da8bc728acd54f0c398c