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 28a4bcb commit 491368eCopy full SHA for 491368e
scripts/run_android_emulator.sh
@@ -19,8 +19,8 @@ adb uninstall org.pytorch.executorch.test || true
19
adb install -t android-test-debug-androidTest.apk
20
21
adb logcat -c
22
-adb shell am instrument -w -r \
23
-adb shell am instrument -w -r -e class org.pytorch.executorch.ModuleInstrumentationTest,org.pytorch.executorch.ModuleE2ETest \
+adb shell am instrument -w -r -e \
+ class org.pytorch.executorch.ModuleInstrumentationTest,org.pytorch.executorch.ModuleE2ETest \
24
org.pytorch.executorch.test/androidx.test.runner.AndroidJUnitRunner >result.txt 2>&1
25
adb logcat -d > logcat.txt
26
adb shell dumpsys meminfo
0 commit comments