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 2211893 commit 22cd82eCopy full SHA for 22cd82e
scripts/run_android_emulator.sh
@@ -24,7 +24,8 @@ for i in {1..40}; do
24
done &
25
26
adb logcat -c
27
-adb shell am instrument -w -r \
+adb shell am instrument -w -r -e \
28
+ class org.pytorch.executorch.ModuleInstrumentationTest,org.pytorch.executorch.ModuleE2ETest \
29
org.pytorch.executorch.test/androidx.test.runner.AndroidJUnitRunner >result.txt 2>&1
30
adb logcat -d > logcat.txt
31
adb shell dumpsys meminfo
0 commit comments