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

Commit a6676074 authored by Vishnu Nair's avatar Vishnu Nair
Browse files

SurfaceFlingerPerfTests: add permissions to read and write from storage

Permissions are needed to write perfetto trace and read/write simpleperf report.

Test: abtd test --test_location=remote --test_bench_config=crystalball/oriole-skhynix-128gb  --gerrit_hostname android   ab::lkgb:oriole-userdebug:git_master /google/src/cloud/vishnun/CS-surface_flinger_perf-2022-08-23_083349/google3/wireless/android/test_tools/atp/config/test/health/microbench/instr_metric/surface_flinger_perf.gcl
Bug: 230039226
Change-Id: I89c75c956d6aa644367a834453e80c550d351fc2
parent ea7e31ce
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -16,6 +16,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="android.perftests.surfaceflinger">
          package="android.perftests.surfaceflinger">


    <!-- permission needed to write perfetto trace and read/write simpleperf report -->
    <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

    <application android:label="SurfaceFlingerPerfTests">
    <application android:label="SurfaceFlingerPerfTests">
        <uses-library android:name="android.test.runner" />
        <uses-library android:name="android.test.runner" />
        <activity android:name="android.surfaceflinger.SurfaceFlingerTestActivity"
        <activity android:name="android.surfaceflinger.SurfaceFlingerTestActivity"