We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3650ea commit 3a156c8Copy full SHA for 3a156c8
scripts/run_android_emulator.sh
@@ -26,7 +26,7 @@ adb uninstall org.pytorch.executorch.test || true
26
adb install -t android-test-debug-androidTest.apk
27
28
adb logcat -c
29
-adb shell am instrument -w -r \
+adb shell am instrument -w -r -e class org.pytorch.executorch.ModuleInstrumentationTest,org.pytorch.executorch.ModuleE2ETest \
30
org.pytorch.executorch.test/androidx.test.runner.AndroidJUnitRunner >result.txt 2>&1
31
adb logcat -d > logcat.txt
32
adb shell dumpsys meminfo
0 commit comments