diff --git a/src/native/clr/host/host.cc b/src/native/clr/host/host.cc index 70585533641..f1c3fa1e8e4 100644 --- a/src/native/clr/host/host.cc +++ b/src/native/clr/host/host.cc @@ -28,6 +28,7 @@ #include #include #include +#include #include #include @@ -483,6 +484,8 @@ void Host::Java_mono_android_Runtime_initInternal ( internal_timing.end_event (); // native to managed internal_timing.end_event (); // total init time } + + MonodroidState::mark_startup_done (); } void Host::Java_mono_android_Runtime_register (JNIEnv *env, jstring managedType, jclass nativeClass, jstring methods) noexcept