Remove debug log from SensorPrivacyService
Test: Presubmit Fixes: 221284968 Change-Id: I746debefabcba3ae0ba5699fd07c665c5efdcf80
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user