summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@android.com>2010-02-07 22:25:34 -0800
committerBrad Fitzpatrick <bradfitz@android.com>2010-02-09 17:49:43 -0800
commita63730d1f103f78589faef461d2af7351fc49f42 (patch)
treec68abd5a73daea5b3aab93b713031ae6df95e846 /Android.mk
parente1d683074b9a5cfa12c39e2e3d5a538599a9da75 (diff)
downloadframeworks_base-a63730d1f103f78589faef461d2af7351fc49f42.zip
frameworks_base-a63730d1f103f78589faef461d2af7351fc49f42.tar.gz
frameworks_base-a63730d1f103f78589faef461d2af7351fc49f42.tar.bz2
Log ContentProvider operations to the EventLog.
Just like with db_operation, operations over 100ms are always logged, while operations under that are subsampled. This will help with performance analysis, getting real-world performance numbers from dogfooders.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index ec6f96b..eb84785 100644
--- a/Android.mk
+++ b/Android.mk
@@ -33,6 +33,9 @@ include $(CLEAR_VARS)
# FRAMEWORKS_BASE_SUBDIRS comes from build/core/pathmap.mk
LOCAL_SRC_FILES := $(call find-other-java-files,$(FRAMEWORKS_BASE_SUBDIRS))
+# EventLogTags files.
+LOCAL_SRC_FILES += core/java/android/content/EventLogTags.logtags
+
# The following filters out code we are temporarily not including at all.
# TODO: Move AWT and beans (and associated harmony code) back into libcore.
# TODO: Maybe remove javax.microedition entirely?