summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/7/changes
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2013-02-08 15:32:05 -0800
committerDianne Hackborn <hackbod@google.com>2013-02-08 17:18:03 -0800
commit50707cc8206f0d257ba83de2f1f99c3eaa13a4bd (patch)
treecdb9121fe11da7ac68b8786cd1b54aff78b63024 /docs/html/sdk/api_diff/7/changes
parentcd3b804e114c06b111fb0ad049c8845475a11a9b (diff)
Fix issue #8133857: Tracking ANR in Gallery
Reworking the locking in resources so that we never hold the state lock while calling in to potential long running operations. This means the mTmpValue can no longer be final (since we need to use it while the lock isn't held), so a new field needs to be added as the lock and everything that touches mTmpValue must deal with it being null, restoring the value in there when possible, etc. Change-Id: Ie5ffd0f66e5f2d0e869a62d72e7a55b1c74fe872
Diffstat (limited to 'docs/html/sdk/api_diff/7/changes')
0 files changed, 0 insertions, 0 deletions