summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/AppInfo.java
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2017-01-30 15:11:27 -0800
committerHyunyoung Song <hyunyoungs@google.com>2017-02-01 15:11:08 -0800
commit3c7d9cbb209107a8c8d41211beff7bf5af6fe285 (patch)
tree9f8252ae24c185d5f266894e793d900a77d77285 /src/com/android/launcher3/AppInfo.java
parent1fafd719cb4c960448010e5fbdd8cc2634bd347d (diff)
downloadpackages_apps_Trebuchet-3c7d9cbb209107a8c8d41211beff7bf5af6fe285.tar.gz
packages_apps_Trebuchet-3c7d9cbb209107a8c8d41211beff7bf5af6fe285.tar.bz2
packages_apps_Trebuchet-3c7d9cbb209107a8c8d41211beff7bf5af6fe285.zip
Clean up around 1) Log.VERBOSE and 2) dump
b/31772480 Note: in the follow up CL, I will add the dump result of the bgDataModel to a proto Change-Id: I5261cff0fb29cedd1dd772b8b15f67095ad5b967
Diffstat (limited to 'src/com/android/launcher3/AppInfo.java')
-rw-r--r--src/com/android/launcher3/AppInfo.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/com/android/launcher3/AppInfo.java b/src/com/android/launcher3/AppInfo.java
index 6bec997a8..8bf49c27e 100644
--- a/src/com/android/launcher3/AppInfo.java
+++ b/src/com/android/launcher3/AppInfo.java
@@ -91,17 +91,6 @@ public class AppInfo extends ItemInfoWithIcon {
return super.dumpProperties() + " componentName=" + componentName;
}
- /**
- * Helper method used for debugging.
- */
- public static void dumpApplicationInfoList(String tag, String label, ArrayList<AppInfo> list) {
- Log.d(tag, label + " size=" + list.size());
- for (AppInfo info: list) {
- Log.d(tag, " title=\"" + info.title + "\" iconBitmap=" + info.iconBitmap
- + " componentName=" + info.componentName.getPackageName());
- }
- }
-
public ShortcutInfo makeShortcut() {
return new ShortcutInfo(this);
}