Skip to content

Commit dc419d7

Browse files
committed
remove toast from animation benchmark
Change-Id: I9ec2aa57fafbde5875c2f070fe4a33e4d33ee2ae
1 parent cf15200 commit dc419d7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/TileBenchmark/src/com/test/tilebenchmark/ProfiledWebView.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import android.webkit.WebSettingsClassic;
2424
import android.webkit.WebView;
2525
import android.webkit.WebViewClassic;
26-
import android.widget.Toast;
2726

2827
import java.util.ArrayList;
2928

@@ -72,10 +71,7 @@ private class JavaScriptInterface {
7271
mContext = c;
7372
}
7473

75-
/** Show a toast from the web page */
7674
public void animationComplete() {
77-
Toast.makeText(mContext, "Animation complete!", Toast.LENGTH_SHORT).show();
78-
//Log.d(LOGTAG, "anim complete");
7975
mAnimationTime = System.currentTimeMillis();
8076
}
8177
}

0 commit comments

Comments
 (0)