Disable diagnostics support as default in Android sample app. (#53716)
authorJohan Lorensson <lateralusx.github@gmail.com>
Sun, 6 Jun 2021 10:52:36 +0000 (12:52 +0200)
committerGitHub <noreply@github.com>
Sun, 6 Jun 2021 10:52:36 +0000 (12:52 +0200)
src/mono/sample/Android/Makefile

index 889e312..11f1c35 100644 (file)
@@ -4,7 +4,6 @@ DOTNET := ../../../../dotnet.sh
 USE_LLVM=true
 AOT=false
 DEPLOY_AND_RUN?=true
-RUNTIME_COMPONENTS=diagnostics_tracing
 
 #If DIAGNOSTIC_PORTS is enabled, RUNTIME_COMPONENTS must also be enabled.
 #If RUNTIME_COMPONENTS is enabled, DIAGNOSTIC_PORTS is optional.