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

Commit 6615d306 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: 4ab647f5

am: 2c16f7e7

Change-Id: I85c853bc590dfdc6d8f3093231a9258199f4b4d7
parents 37be2e81 2c16f7e7
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());
        }
    }