Merge "Bluetooth: Remove safetynet logging for 120574260" into qt-dev

am: 4ab647f501

Change-Id: I2fd055fcacce08994ea067f0a7aa81c5cdd5e51b
This commit is contained in:
Jack He
2019-04-24 23:23:29 -07:00
committed by android-build-merger

View File

@@ -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());
}
}