Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(434)

Unified Diff: systrace/atrace_helper/jni/logging.h

Issue 2946033002: Android systrace: Optimize memory dumps. (Closed)
Patch Set: tiny fix Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « systrace/atrace_helper/jni/libmemtrack_wrapper.h ('k') | systrace/atrace_helper/jni/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: systrace/atrace_helper/jni/logging.h
diff --git a/systrace/atrace_helper/jni/logging.h b/systrace/atrace_helper/jni/logging.h
index 4acaf2c44966fd4f6f6be260dba572af115b260a..c1320512a9090bb3b3cd3041d80eb62dacd402ba 100644
--- a/systrace/atrace_helper/jni/logging.h
+++ b/systrace/atrace_helper/jni/logging.h
@@ -6,6 +6,7 @@
#define LOGGING_H_
#include <android/log.h>
+#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
« no previous file with comments | « systrace/atrace_helper/jni/libmemtrack_wrapper.h ('k') | systrace/atrace_helper/jni/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698