From a895fde7eb9dcfbde6c5d0b63bd2a169beb72788 Mon Sep 17 00:00:00 2001 From: Erwan Croze Date: Mon, 26 Nov 2018 14:13:07 +0100 Subject: [PATCH] Update README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d6e05b96d..1f7f7efe7 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,18 @@ ln -s /linphone-sdk/build/linphone-sdk/bin/outputs/aar/lin 4. Rebuild the app in Android Studio. +## Native debugging + +1. Install LLDB from SDK Tools in Android-studio. + +2. In Android-studio go to Run->Edit Configurations->Debugger. + +3. Select 'Dual' or 'Native' and add the path to linphone-sdk libraries. + +4. Open native file and put your breakpoint on it. + +5. Debug app. + ## Create an apk with a different package name Before the 4.1 release, there were a lot of files to edit to change the package name.