Made the Android Test app debuggable so I can examine memory allocation patterns...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 27 May 2009 18:10:47 +0000 (18:10 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 27 May 2009 18:10:47 +0000 (18:10 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@957 59b500cc-1b3d-0410-9834-0bbf25fbcc57

androidtest/AndroidManifest.xml

index 8d76489..27013ae 100755 (executable)
@@ -17,7 +17,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           package="com.google.zxing.client.androidtest">
   <application android:label="@string/app_name"
-               android:icon="@drawable/icon">
+               android:icon="@drawable/icon"
+               android:debuggable="true">
     <activity android:name="ZXingTestActivity"
               android:label="@string/app_name">
       <intent-filter>