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

Commit a35d9336 authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

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

am: 4ab647f501

Change-Id: I2fd055fcacce08994ea067f0a7aa81c5cdd5e51b
parents 42426472 4e34f0d8
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());
        }
    }