Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/native/clr/host/host.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <runtime-base/jni-wrappers.hh>
#include <runtime-base/logger.hh>
#include <runtime-base/monodroid-dl.hh>
#include <runtime-base/monodroid-state.hh>
#include <runtime-base/timing-internal.hh>
#include <shared/log_types.hh>

Expand Down Expand Up @@ -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
Expand Down
Loading