Made the Android Test app debuggable so I can examine memory allocation patterns using DDMS (part of the Android SDK).

git-svn-id: https://zxing.googlecode.com/svn/trunk@957 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin 2009-05-27 18:10:47 +00:00
parent dbb2c31a40
commit 0827af1d89

View file

@ -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>