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

Commit 55d28268 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove debug log from SensorPrivacyService" into tm-dev

parents 34476405 49ac7586
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -918,7 +918,6 @@ public final class SensorPrivacyService extends SystemService {
         */
        @Override
        public void addToggleSensorPrivacyListener(ISensorPrivacyListener listener) {
            Log.d("evan", "trying to add from " + Binder.getCallingUid());
            enforceObserveSensorPrivacyPermission();
            if (listener == null) {
                throw new IllegalArgumentException("listener cannot be null");