Merge "JankBench: Fix execution of incorrect benchmark"

This commit is contained in:
Joel Fernandes
2019-01-25 17:14:15 +00:00
committed by Gerrit Code Review

View File

@@ -323,7 +323,7 @@ public class RunLocalBenchmarksActivity extends AppCompatActivity {
intent = new Intent(getApplicationContext(), EditTextInputActivity.class);
break;
case R.id.benchmark_overdraw:
intent = new Intent(getApplicationContext(), BitmapUploadActivity.class);
intent = new Intent(getApplicationContext(), FullScreenOverdrawActivity.class);
break;
case R.id.benchmark_memory_bandwidth:
syntheticTestId = 0;