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

Commit 4ab647f5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 067b9dc4 69450753
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());
        }
    }