summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherAppState.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-06-20 14:52:14 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-06-20 15:56:22 -0700
commite26d1008eb587303db25797ca02cc32464e45656 (patch)
tree4febea79b47be72766b6d2c2e7dcfbcd35b49064 /src/com/android/launcher3/LauncherAppState.java
parent91f3b1c0b8dbe2bf3f50e6913eb870e40486cbe6 (diff)
downloadandroid_packages_apps_Trebuchet-e26d1008eb587303db25797ca02cc32464e45656.tar.gz
android_packages_apps_Trebuchet-e26d1008eb587303db25797ca02cc32464e45656.tar.bz2
android_packages_apps_Trebuchet-e26d1008eb587303db25797ca02cc32464e45656.zip
Adding some tracing sections around launcher startup
Bug: 29007436 Change-Id: I53afd9130a2dc70a2223f1623e862faf44370f26
Diffstat (limited to 'src/com/android/launcher3/LauncherAppState.java')
-rw-r--r--src/com/android/launcher3/LauncherAppState.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/android/launcher3/LauncherAppState.java b/src/com/android/launcher3/LauncherAppState.java
index c2e7f1aac..fe65b31fb 100644
--- a/src/com/android/launcher3/LauncherAppState.java
+++ b/src/com/android/launcher3/LauncherAppState.java
@@ -25,6 +25,7 @@ import android.util.Log;
import com.android.launcher3.compat.LauncherAppsCompat;
import com.android.launcher3.compat.PackageInstallerCompat;
import com.android.launcher3.compat.UserManagerCompat;
+import com.android.launcher3.config.ProviderConfig;
import com.android.launcher3.dynamicui.ExtractionUtils;
import com.android.launcher3.logging.FileLog;
import com.android.launcher3.util.ConfigMonitor;
@@ -35,6 +36,8 @@ import java.lang.ref.WeakReference;
public class LauncherAppState {
+ public static final boolean PROFILE_STARTUP = ProviderConfig.IS_DOGFOOD_BUILD;
+
private final AppFilter mAppFilter;
@Thunk final LauncherModel mModel;
private final IconCache mIconCache;