We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f473b commit 954c8e5Copy full SHA for 954c8e5
runtime/backend/backend_init_context.h
@@ -25,6 +25,11 @@ class BackendInitContext final {
25
const char* method_name = nullptr,
26
const NamedDataMap* named_data_map = nullptr)
27
: runtime_allocator_(runtime_allocator),
28
+#ifdef ET_EVENT_TRACER_ENABLED
29
+ event_tracer_(event_tracer),
30
+#else
31
+ event_tracer_(nullptr),
32
+#endif
33
method_name_(method_name),
34
named_data_map_(named_data_map) {}
35
0 commit comments