Tagging main thread as game thread on Android (similar to CL 14378525 for HL2)

#JIRA: UE-99920
#CodeReview: jules.blok, arne.schober

[CL 14630758 by Jason Bestimt in ue5-main branch]
This commit is contained in:
Jason Bestimt
2020-11-02 14:37:51 -04:00
parent 80a62b175e
commit 20c77883a2
@@ -740,6 +740,8 @@ struct android_app* GNativeAndroidApp = NULL;
void android_main(struct android_app* state)
{
FTaskTagScope Scope(ETaskTag::EGameThread);
GGameThreadId = FPlatformTLS::GetCurrentThreadId();
BootTimingPoint("android_main");