From a9d2f032bae950162ed17e307ea848c298c76ccf Mon Sep 17 00:00:00 2001 From: Johan Lorensson Date: Sun, 6 Jun 2021 12:52:36 +0200 Subject: [PATCH] Disable diagnostics support as default in Android sample app. (#53716) --- src/mono/sample/Android/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mono/sample/Android/Makefile b/src/mono/sample/Android/Makefile index 889e31248dc18..11f1c35df9fb4 100644 --- a/src/mono/sample/Android/Makefile +++ b/src/mono/sample/Android/Makefile @@ -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.