From 6203c61005c69bb8a71d05edd976abfc87b5135d Mon Sep 17 00:00:00 2001 From: dswitkin Date: Wed, 27 May 2009 18:10:47 +0000 Subject: [PATCH 1/1] Made the Android Test app debuggable so I can examine memory allocation patterns using DDMS (part of the Android SDK). git-svn-id: http://zxing.googlecode.com/svn/trunk@957 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- androidtest/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/androidtest/AndroidManifest.xml b/androidtest/AndroidManifest.xml index 8d764892..27013ae2 100755 --- a/androidtest/AndroidManifest.xml +++ b/androidtest/AndroidManifest.xml @@ -17,7 +17,8 @@ + android:icon="@drawable/icon" + android:debuggable="true"> -- 2.20.1