summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2013-06-26 01:39:02 -0400
committerDaniel Sandler <dsandler@android.com>2013-06-26 14:30:19 -0400
commit8540bb8d72496dca3182ac091c2cafaaad597457 (patch)
tree1e366e439b3ca86c1c0c535f7ef1d455b871a07d /AndroidManifest.xml
parent566da1026c33a68157bf9caf93d2071ad2870f46 (diff)
downloadandroid_packages_apps_Trebuchet-8540bb8d72496dca3182ac091c2cafaaad597457.tar.gz
android_packages_apps_Trebuchet-8540bb8d72496dca3182ac091c2cafaaad597457.tar.bz2
android_packages_apps_Trebuchet-8540bb8d72496dca3182ac091c2cafaaad597457.zip
Include all processes in hprof dumps.
The emailed file is now a zipfile containing one .ahprof file for each process known to MemoryTracker. Change-Id: If4a73df9afd38756cc01ff37b2d249346e5f7e9f
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e1ad9f543..09a94aefc 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -116,7 +116,8 @@
android:theme="@android:style/Theme.NoDisplay"
android:label="@string/debug_memory_activity"
android:enabled="@bool/debug_memory_enabled"
- android:icon="@null"
+ android:excludeFromRecents="true"
+ android:icon="@mipmap/ic_launcher_home"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />