Browse Source

Remove unnecessary profileable flag in manifest

arkon 1 year ago
parent
commit
400ca48456
3 changed files with 146 additions and 143 deletions
  1. 1 0
      app/build.gradle.kts
  2. 0 5
      app/src/main/AndroidManifest.xml
  3. 145 138
      app/src/main/baseline-prof.txt

+ 1 - 0
app/build.gradle.kts

@@ -78,6 +78,7 @@ android {
             signingConfig = signingConfigs.getByName("debug")
             matchingFallbacks.add("release")
             isDebuggable = false
+            isProfileable = true
             versionNameSuffix = "-benchmark"
             applicationIdSuffix = ".benchmark"
         }

+ 0 - 5
app/src/main/AndroidManifest.xml

@@ -44,11 +44,6 @@
         android:supportsRtl="true"
         android:theme="@style/Theme.Tachiyomi">
 
-        <!-- enable profiling by macrobenchmark -->
-        <profileable
-            android:shell="true"
-            tools:targetApi="q" />
-
         <activity
             android:name=".ui.main.MainActivity"
             android:launchMode="singleTop"

File diff suppressed because it is too large
+ 145 - 138
app/src/main/baseline-prof.txt


Some files were not shown because too many files changed in this diff