Bluetooth: Remove safetynet logging for 120574260

Bug: 120574260
Test: make
Change-Id: Id86c139e654428f8d4376f2d0359329e47c052b9
This commit is contained in:
Jack He
2019-04-24 16:21:12 -07:00
parent d9919f2750
commit 69450753ac

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