summaryrefslogtreecommitdiffstats
path: root/dex2oat/dex2oat.cc
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2016-03-04 14:58:03 -0800
committerMathieu Chartier <mathieuc@google.com>2016-03-04 18:37:19 -0800
commit32ce2adefb8a3d0eda59a29f5e87c1eb43eef796 (patch)
tree50aaa40b31ede355359765259edc7989485cc7d5 /dex2oat/dex2oat.cc
parentc71dc3852edfa8e0cd2083d12845ff8607e189ff (diff)
downloadandroid_art-32ce2adefb8a3d0eda59a29f5e87c1eb43eef796.tar.gz
android_art-32ce2adefb8a3d0eda59a29f5e87c1eb43eef796.tar.bz2
android_art-32ce2adefb8a3d0eda59a29f5e87c1eb43eef796.zip
Add more systracing everywhere
Added to: JIT DexFile functions Oat file manager Added helper ScopedTrace to prevent errors and reduce excess code. Bug: 27502458 (cherry picked from commit dabdc0fe183d4684f3cf4d70cb09d318cff81b42) Change-Id: Ifaeff8913d79eefc797380987d13cc00456266f8
Diffstat (limited to 'dex2oat/dex2oat.cc')
-rw-r--r--dex2oat/dex2oat.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc
index f25d748490..ea190591e2 100644
--- a/dex2oat/dex2oat.cc
+++ b/dex2oat/dex2oat.cc
@@ -32,9 +32,6 @@
#include <sys/utsname.h>
#endif
-#define ATRACE_TAG ATRACE_TAG_DALVIK
-#include <cutils/trace.h>
-
#include "arch/instruction_set_features.h"
#include "arch/mips/instruction_set_features_mips.h"
#include "art_method-inl.h"