Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01eee379 authored by Joel Fernandes's avatar Joel Fernandes Committed by android-build-merger
Browse files

Merge "JankBench: Fix execution of incorrect benchmark" am: 8a52fda1 am: 187fcc9f

am: b199e12f

Change-Id: I90ff44942114da48426286ad36d58b7ff1379e41
parents 2ddb1c8f b199e12f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;