Skip to content

Commit fa005bf

Browse files
committed
Document some adb commands
1 parent aa7d618 commit fa005bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rust-build/build_rust_for_rust_keylock_android.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,8 @@ echo "Rust build for rust-keylock-android completed."
7272
# emulator -list-avds
7373
# emulator -avd $AVD_NAME
7474
# adb install $REPO_BASE/App/build/outputs/apk/debug/App-debug.apk
75-
# adb logcat | grep rustkeylock
75+
# adb logcat | grep rustkeylock
76+
# Log in and have access to the app files via adb
77+
# adb shell
78+
# run-as org.astonbitecode.rustkeylock
79+
# cd /data/data/org.astonbitecode.rustkeylock

0 commit comments

Comments
 (0)