瀏覽代碼

Remove unnecessary profileable flag in manifest

arkon 1 年之前
父節點
當前提交
400ca48456
共有 3 個文件被更改,包括 146 次插入143 次删除
  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"

文件差異過大導致無法顯示
+ 145 - 138
app/src/main/baseline-prof.txt


部分文件因文件數量過多而無法顯示