am eba188e2: am aa0a3b09: Merge change 22944 into eclair

Merge commit 'eba188e21c752d98f03215eb15822bd39c462664'

* commit 'eba188e21c752d98f03215eb15822bd39c462664':
  Various tweaks to try to improve low memory behavior.
This commit is contained in:
Dianne Hackborn
2009-08-27 12:30:50 -07:00
committed by Android Git Automerger
5 changed files with 156 additions and 40 deletions

View File

@@ -1292,6 +1292,11 @@ public final class ViewRoot extends Handler implements ViewParent,
// TODO: we should ask the window manager to do something!
// for now we just do nothing
return;
} catch (IllegalArgumentException e) {
Log.e("ViewRoot", "IllegalArgumentException locking surface", e);
// TODO: we should ask the window manager to do something!
// for now we just do nothing
return;
}
try {