summaryrefslogtreecommitdiff
path: root/tools/aapt2/link/ResourceExcluder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt2/link/ResourceExcluder.cpp')
-rw-r--r--tools/aapt2/link/ResourceExcluder.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/aapt2/link/ResourceExcluder.cpp b/tools/aapt2/link/ResourceExcluder.cpp
index 2555995dfc8e..b3b9dc47fd84 100644
--- a/tools/aapt2/link/ResourceExcluder.cpp
+++ b/tools/aapt2/link/ResourceExcluder.cpp
@@ -20,6 +20,7 @@
#include "DominatorTree.h"
#include "ResourceTable.h"
+#include "trace/TraceBuffer.h"
using android::ConfigDescription;
@@ -65,6 +66,7 @@ void RemoveIfExcluded(std::set<std::pair<ConfigDescription, int>>& excluded_conf
} // namespace
bool ResourceExcluder::Consume(IAaptContext* context, ResourceTable* table) {
+ TRACE_NAME("ResourceExcluder::Consume");
for (auto& package : table->packages) {
for (auto& type : package->types) {
for (auto& entry : type->entries) {