소스 검색

Update baseline profile

arkon 2 년 전
부모
커밋
a14c01c1de
2개의 변경된 파일353개의 추가작업 그리고 332개의 파일을 삭제
  1. 346 329
      app/src/main/baseline-prof.txt
  2. 7 3
      macrobenchmark/src/main/java/tachiyomi/macrobenchmark/BaselineProfileGenerator.kt

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 346 - 329
app/src/main/baseline-prof.txt


+ 7 - 3
macrobenchmark/src/main/java/tachiyomi/macrobenchmark/BaselineProfileGenerator.kt

@@ -20,12 +20,16 @@ class BaselineProfileGenerator {
             startActivityAndWait()
 
             device.findObject(By.text("Updates")).click()
+
             device.findObject(By.text("History")).click()
-            device.findObject(By.text("More")).click()
 
-            // TODO: Navigate to browse-extensions screen when storage permission
-            // in sources screen moved. Possibly open manga details screen too?
+            // TODO: automate storage permissions and possibly open manga details screen too?
             // device.findObject(By.text("Browse")).click()
+            // device.findObject(By.text("Extensions")).click()
+            // device.swipe(150, 150, 50, 150, 1)
+
+            device.findObject(By.text("More")).click()
+            device.findObject(By.text("Settings")).click()
         },
     )
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.