mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 19:57:27 -08:00
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:
parent
dbb2c31a40
commit
0827af1d89
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue