Merge pull request #1600 from abarth/debuggable

Mark SkyShell as debuggable
This commit is contained in:
Adam Barth 2015-10-13 14:10:50 -07:00
commit 28581ed2b7
2 changed files with 4 additions and 1 deletions

View File

@ -41,6 +41,9 @@ Still reading?
<issue id="HandlerLeak">
<ignore path="remoting/android/java/src/org/chromium/chromoting/TapGestureDetector.java"/>
</issue>
<issue id="HardcodedDebugMode" severity="Fatal">
<ignore path="AndroidManifest.xml"/>
</issue>
<issue id="IconDensities">
<!-- crbug.com/457918 is tracking missing assets -->
<ignore path="components/web_contents_delegate_android/android/java/res/drawable-xxhdpi"/>

View File

@ -10,7 +10,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-feature android:name="android.hardware.sensor.accelerometer" android:required="true" />
<application android:label="Sky Shell" android:name="SkyApplication">
<application android:label="Sky Shell" android:name="SkyApplication" android:debuggable="true">
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize"
android:hardwareAccelerated="true"
android:launchMode="standard"