summaryrefslogtreecommitdiff
path: root/tools/aapt2/compile/Png.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt2/compile/Png.cpp')
-rw-r--r--tools/aapt2/compile/Png.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/aapt2/compile/Png.cpp b/tools/aapt2/compile/Png.cpp
index 33122dccb7de..d396d81d699a 100644
--- a/tools/aapt2/compile/Png.cpp
+++ b/tools/aapt2/compile/Png.cpp
@@ -27,6 +27,7 @@
#include "androidfw/ResourceTypes.h"
#include "Source.h"
+#include "trace/TraceBuffer.h"
#include "util/BigBuffer.h"
#include "util/Util.h"
@@ -1233,6 +1234,7 @@ getout:
bool Png::process(const Source& source, std::istream* input,
BigBuffer* outBuffer, const PngOptions& options) {
+ TRACE_CALL();
png_byte signature[kPngSignatureSize];
// Read the PNG signature first.