Bluetooth: Remove safetynet logging for 120574260
Bug: 120574260 Test: make Change-Id: Id86c139e654428f8d4376f2d0359329e47c052b9
This commit is contained in:
@@ -1031,7 +1031,6 @@ class BluetoothManagerService extends IBluetoothManager.Stub {
|
||||
mAppOps.checkPackage(uid, packageName);
|
||||
} catch (SecurityException e) {
|
||||
Slog.w(TAG, "checkPackage(): " + packageName + " does not belong to uid " + uid);
|
||||
android.util.EventLog.writeEvent(0x534e4554, "120574260", uid, "");
|
||||
throw new SecurityException(e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user