Adjust logging of launcher2 launch times, and make all apps loading wait a little longer,

even though usually it happens later anyway.

For bug 2226555.
This commit is contained in:
Joe Onorato
2009-11-02 12:01:11 -05:00
parent a4c0cb9655
commit 080d9b614e
5 changed files with 40 additions and 16 deletions

View File

@@ -177,10 +177,11 @@ public class AllAppsView extends RSSurfaceView
@Override
public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
super.surfaceChanged(holder, format, w, h);
Log.d(TAG, "starting surfaceChanged");
long startTime = SystemClock.uptimeMillis();
super.surfaceChanged(holder, format, w, h);
if (mRS != null) {
destroyRenderScript();
mRS = null;