Skip to content
Snippets Groups Projects
Commit 1f55608f authored by Emeric Vigier's avatar Emeric Vigier
Browse files

#14399: set debuggable flag to enable gdb debugging

parent d815a414
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,8 @@ as that of the covered work.
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
android:theme="@style/AppTheme"
android:debuggable="true" >
<activity
android:name=".client.SFLPhoneHome"
android:label="@string/title_activity_sflphone_home"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment