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

Commit 75c1dfe8 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by Android Git Automerger
Browse files

am f7844245: am 0fa1899b: Removed AVRCP-related log messages that could fill-up the log.

* commit 'f7844245':
  Removed AVRCP-related log messages that could fill-up the log.
parents 05b856a2 f7844245
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -118,8 +118,6 @@ static void btavrcp_get_element_attr_callback(uint8_t num_attr, btrc_media_attr_
}

static void btavrcp_register_notification_callback(btrc_event_id_t event_id, uint32_t param) {
    ALOGI("%s", __FUNCTION__);

    if (!checkCallbackThread()) {
        ALOGE("Callback: '%s' is not called on the correct thread", __FUNCTION__);
        return;
@@ -391,7 +389,6 @@ static jboolean registerNotificationRspPlayPosNative(JNIEnv *env, jobject object
    bt_status_t status;
    btrc_register_notification_t param;

    ALOGI("%s: sBluetoothAvrcpInterface: %p", __FUNCTION__, sBluetoothAvrcpInterface);
    if (!sBluetoothAvrcpInterface) return JNI_FALSE;

    param.song_pos = (uint32_t)playPos;