Remove debug log from SensorPrivacyService

Test: Presubmit
Fixes: 221284968
Change-Id: I746debefabcba3ae0ba5699fd07c665c5efdcf80
This commit is contained in:
Evan Severson
2022-02-24 13:36:11 -08:00
parent ba688138fb
commit 49ac758666

View File

@@ -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");