From 441e58be5642bd429808b62b36b84f6f086549a5 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 1 Aug 2018 23:15:18 -0700 Subject: [PATCH] anti-telemetry: Do not boot Error Collection sysmodule --- stratosphere/pm/source/pm_boot2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/pm/source/pm_boot2.cpp b/stratosphere/pm/source/pm_boot2.cpp index 27618124a..6bf25ea00 100644 --- a/stratosphere/pm/source/pm_boot2.cpp +++ b/stratosphere/pm/source/pm_boot2.cpp @@ -83,7 +83,7 @@ static const std::tuple g_additional_launch_programs[] {Boot2KnownTitleId::btm, true}, /* btm */ {Boot2KnownTitleId::eupld, false}, /* eupld */ {Boot2KnownTitleId::glue, true}, /* glue */ - {Boot2KnownTitleId::eclct, true}, /* eclct */ + /* {Boot2KnownTitleId::eclct, true}, */ /* eclct */ /* Skip launching error collection in Atmosphere to lessen telemetry. */ {Boot2KnownTitleId::npns, false}, /* npns */ {Boot2KnownTitleId::fatal, true}, /* fatal */ {Boot2KnownTitleId::ro, true}, /* ro */