diff options
| author | Kalle Lindström <karl.lindstrom@mullvad.net> | 2024-10-15 16:02:46 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-10-18 09:53:10 +0200 |
| commit | 6ae4d5feba198559d547fd26685c94146f24eb4f (patch) | |
| tree | 601e998eb2bdde919b2583642c1afedc5db76b10 /android/docs/BuildInstructions.macos.md | |
| parent | b0e151c515e40ca5e6cef09a1440a3136110a6ef (diff) | |
| download | mullvadvpn-6ae4d5feba198559d547fd26685c94146f24eb4f.tar.xz mullvadvpn-6ae4d5feba198559d547fd26685c94146f24eb4f.zip | |
Add native lib debug instructions document
Diffstat (limited to 'android/docs/BuildInstructions.macos.md')
| -rw-r--r-- | android/docs/BuildInstructions.macos.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/android/docs/BuildInstructions.macos.md b/android/docs/BuildInstructions.macos.md index a88db7f227..78bf345d1d 100644 --- a/android/docs/BuildInstructions.macos.md +++ b/android/docs/BuildInstructions.macos.md @@ -98,3 +98,7 @@ native code can be done in Android Studio or using gradle. # Build options and configuration For configuring signing or options to your build continue with the general [build instructions](../BuildInstructions.md). + +# Debugging the Rust native code + +For tips on how to debug the Rust library code from Android Studio, see the [debug instructions](DebugInstructions.md). |
