We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0228ef commit 5a03820Copy full SHA for 5a03820
1 file changed
src/native/monodroid/monodroid-glue.cc
@@ -176,7 +176,6 @@ MonodroidRuntime::prof_method_end_invoke ([[maybe_unused]] MonoProfiler *prof, M
176
void
177
MonodroidRuntime::prof_method_enter ([[maybe_unused]] MonoProfiler *prof, MonoMethod *method, [[maybe_unused]] MonoProfilerCallContext *context) noexcept
178
{
179
- log_debug (LOG_ASSEMBLY, "prof_method_enter");
180
monodroidRuntime.log_method_event (method, MethodEvent::Enter);
181
}
182
0 commit comments