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

This commit is contained in:
TreeHugger Robot
2022-02-24 23:49:53 +00:00
committed by Android (Google) Code Review

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