mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user