Android release fixes (#3788)

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-31 16:51:57 -07:00
committed by GitHub
parent 873654a9fc
commit d838a0fcbc
4 changed files with 5 additions and 3 deletions
@@ -174,6 +174,8 @@ namespace AZ
AZStd::this_thread::sleep_for(milliseconds(1));
}
return AZ::Debug::Trace::IsDebuggerPresent();
#else
return false;
#endif
}