Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: webrtc/examples/androidapp/AndroidManifest.xml

Issue 2676983003: Adds debuggable=true to AppRTCMobile manifest (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698