Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trace JNI symbols #200

Merged
merged 4 commits into from
Jan 15, 2025
Merged

Trace JNI symbols #200

merged 4 commits into from
Jan 15, 2025

Conversation

Mr-Kanister
Copy link
Contributor

@Mr-Kanister Mr-Kanister commented Jan 11, 2025

Usage:

  • Start emulator
  • Build apk (cd frontend; ./gradlew build)
  • Install apk (adb install app/build/outputs/apk/real/release/app-real-release.apk)
  • Start App on emulator
  • Index symbols (cd ../rust; cargo xtask client --android -- index-symbols)
  • Setup JNI feature in app per process

Closes #182

Mr-Kanister and others added 3 commits January 11, 2025 13:38
ToDo: insert the fitting symbol names for DelLocal, AddLocal and
DelGlobal
@Mr-Kanister Mr-Kanister marked this pull request as ready for review January 11, 2025 22:19
@fhilgers fhilgers merged commit 2352218 into dev Jan 15, 2025
8 checks passed
@Mr-Kanister Mr-Kanister deleted the 182-trace-jni branch January 19, 2025 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants