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

Unified Diff: runtime/vm/native_arguments.h

Issue 2818253002: Make --trace-natives respect the isolate filter. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | runtime/vm/native_entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/native_arguments.h
diff --git a/runtime/vm/native_arguments.h b/runtime/vm/native_arguments.h
index 23f61c790796ffd7689c6bbc409778f20025d6a5..9823d8221c72022140f13e78ad22e02aba81364d 100644
--- a/runtime/vm/native_arguments.h
+++ b/runtime/vm/native_arguments.h
@@ -69,17 +69,6 @@ void VerifyOnTransition();
#endif
-#ifndef PRODUCT
-#define TRACE_NATIVE_CALL(format, name) \
- if (FLAG_trace_natives) { \
- OS::Print("Calling native: " format "\n", name); \
- }
-#else
-#define TRACE_NATIVE_CALL(format, name) \
- do { \
- } while (0)
-#endif
-
// Class NativeArguments is used to access arguments passed in from
// generated dart code to a runtime function or a dart library native
// function. It is also used to set the return value if any at the slot
« no previous file with comments | « no previous file | runtime/vm/native_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698