Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69450753 authored by Jack He's avatar Jack He
Browse files

Bluetooth: Remove safetynet logging for 120574260

Bug: 120574260
Test: make
Change-Id: Id86c139e654428f8d4376f2d0359329e47c052b9
parent d9919f27
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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());
        }
    }