| Index: webrtc/examples/androidapp/AndroidManifest.xml
|
| diff --git a/webrtc/examples/androidapp/AndroidManifest.xml b/webrtc/examples/androidapp/AndroidManifest.xml
|
| index f3323a8620e86315bb1857f1b46131cfcf112f2f..f777ee5a7da68ca5b5dc2cc4d5e0243fdc92ce27 100644
|
| --- a/webrtc/examples/androidapp/AndroidManifest.xml
|
| +++ b/webrtc/examples/androidapp/AndroidManifest.xml
|
| @@ -21,7 +21,8 @@
|
|
|
| <application android:label="@string/app_name"
|
| android:icon="@drawable/ic_launcher"
|
| - android:allowBackup="false">
|
| + android:allowBackup="false"
|
| + android:debuggable="true">
|
|
|
| <activity android:name="ConnectActivity"
|
| android:label="@string/app_name"
|
|
|