Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 127b3a77 authored by Grant Menke's avatar Grant Menke Committed by Android Build Coastguard Worker
Browse files

Remove the scheduled executor anomalies from the ConnectionServiceWrapper.

Flag: EXEMPT Security High/Critical Severity CVE
Bug: 388588560 
Test: manually using the provided apk + atest CallsManagerTest
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:f57dd3a2d722c35dc476886cb770d97e115119ca)
Merged-In: I6d7294b535041783b420b818ef1771b15ea75722
Change-Id: I6d7294b535041783b420b818ef1771b15ea75722
parent 5b1ee20e
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1670,9 +1670,6 @@ public class ConnectionServiceWrapper extends ServiceBinder implements
                    }
                } else {
                    Log.w(this, "createConference: Scheduled executor is null or shutdown");
                    mAnomalyReporter.reportAnomaly(
                        NULL_SCHEDULED_EXECUTOR_ERROR_UUID,
                        NULL_SCHEDULED_EXECUTOR_ERROR_MSG);
                }
                try {
                    mServiceInterface.createConference(
@@ -1812,9 +1809,6 @@ public class ConnectionServiceWrapper extends ServiceBinder implements
                    }
                } else {
                    Log.w(this, "createConnection: Scheduled executor is null or shutdown");
                    mAnomalyReporter.reportAnomaly(
                        NULL_SCHEDULED_EXECUTOR_ERROR_UUID,
                        NULL_SCHEDULED_EXECUTOR_ERROR_MSG);
                }
                try {
                    if (mFlags.cswServiceInterfaceIsNull() && mServiceInterface == null) {