From 447dba958681dc3054c3fd92ef571176ab52c279 Mon Sep 17 00:00:00 2001 From: henrika Date: Mon, 6 Feb 2017 04:58:01 -0800 Subject: [PATCH] Add debuggable=true to AppRTCMobile manifest. Improves possibility to debug the demo application using adb. As an example, now allows 'adb run as' which is useful when profiling CPU. It enables us to do profiling on non-rooted devices (excluding details). BUG=NONE Review-Url: https://codereview.webrtc.org/2676983003 Cr-Commit-Position: refs/heads/master@{#16446} --- webrtc/examples/androidapp/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webrtc/examples/androidapp/AndroidManifest.xml b/webrtc/examples/androidapp/AndroidManifest.xml index f3323a8620..f777ee5a7d 100644 --- a/webrtc/examples/androidapp/AndroidManifest.xml +++ b/webrtc/examples/androidapp/AndroidManifest.xml @@ -21,7 +21,8 @@ + android:allowBackup="false" + android:debuggable="true">