summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/4/changes
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2010-03-25 17:27:29 +0800
committerWu-cheng Li <wuchengli@google.com>2010-03-25 18:26:42 +0800
commit59411b3373dca7582aa1a248d4cff4c2330ee224 (patch)
tree2341f99b8b9a88105303d3162e8ea6074a9fb135 /docs/html/sdk/api_diff/4/changes
parentff21e3776d588b04abee2b65e35d4daa8d112f21 (diff)
Fix testCameraPreviewMemoryUsage test.
Looper.quit() is asynchronous. The looper may still has some preview callbacks in the queue after quit is called. The preview callback still uses the camera object (setHasPreviewCallback). After camera is released, RuntimeException will be thrown from the method. So we need to join the looper thread here. This change also fixes a potential race condition. bug:2521202 Change-Id: If69bbb3125d1d30192563559579b87c20fa5aac8
Diffstat (limited to 'docs/html/sdk/api_diff/4/changes')
0 files changed, 0 insertions, 0 deletions