Skip to content

Instantly share code, notes, and snippets.

@arstagaev
Last active April 26, 2021 14:20
Show Gist options
  • Save arstagaev/7fbf5ef381444523c2a0d3ca669a7e3f to your computer and use it in GitHub Desktop.
Save arstagaev/7fbf5ef381444523c2a0d3ca669a7e3f to your computer and use it in GitHub Desktop.
error trace from Android Studio (Phone Sharp FS8032). Here I try to bond and read characteristic from ble device, based on DA14585. This happen in app nRf Connect (by Nordic))
2185-2185/? D: connect() - device: FC:01:31:07:FC:01, auto: false
2185-2185/? D: registerApp()
2185-2185/? D: registerApp() - UUID=4c29ac8a-d785-4bed-b6f8-4ba19eda60d5
2185-2215/? D: onClientRegistered() - status=0 clientIf=8
31689-31701/? D: getA2DPService(): returning com.android.bluetooth.a2dp.A2dpService@af2076f
31689-31701/? I: audio isMusicActive is false
31689-31710/? D: btif_get_address_type: Device [fc:01:31:07:fc:01] address type 0
31689-31710/? D: btif_get_device_type: Device [fc:01:31:07:fc:01] type 2
792-792/? I: SerialClockVote: vote for UART CLK ON
792-792/? D: Acquire wakelock is acquired
792-792/? I: DeviceWakeUp: Writing IBS_WAKE_IND
792-31728/? I: ProcessIbsCmd: Received IBS_WAKE_ACK: 0xFC
792-31728/? I: ProcessIbsCmd: Received IBS_WAKE_IND: 0xFD
792-31728/? I: ProcessIbsCmd: Writing IBS_WAKE_ACK
792-31728/? I: ProcessIbsCmd: Received IBS_SLEEP_IND: 0xFE
792-31733/? I: DeviceSleep: TX Awake, Sending SLEEP_IND
792-31733/? I: SerialClockVote: vote for UART CLK OFF
25461-25581/? I: isShowSXLTEStyle: false isRoaming: false
25461-25581/? I: notifyListeners showDataIcon: true mDataType: 2131232284 mComboNetworkTypeIconId: 2131232303 mRoamingNetworkTypeIconId: 0 SubscriptionId: 1 mDataNetType: 13 mDataState: 2 mServiceState: 0 0 voice home data home MTS RUS MTS RUS 25001 MTS RUS MTS RUS 25001 LTE LTE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=false mLteEarfcnRsrpBoost=0 mRilImsRadioTechnology=0 mCurrentState.dataConnected: true mCurrentState.imsRadioTechnology: 0
792-31723/? E: Release wakelock is released
25461-25581/? I: isShowSXLTEStyle: false isRoaming: false
25461-25581/? I: notifyListeners showDataIcon: true mDataType: 2131232284 mComboNetworkTypeIconId: 2131232303 mRoamingNetworkTypeIconId: 0 SubscriptionId: 1 mDataNetType: 13 mDataState: 2 mServiceState: 0 0 voice home data home MTS RUS MTS RUS 25001 MTS RUS MTS RUS 25001 LTE LTE CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=false mLteEarfcnRsrpBoost=0 mRilImsRadioTechnology=0 mCurrentState.dataConnected: true mCurrentState.imsRadioTechnology: 0
801-801/? W: type=1400 audit(0.0:15704): avc: denied { read } for name="mem" dev="debugfs" ino=2018326 scontext=u:r:hal_memtrack_default:s0 tcontext=u:object_r:qti_debugfs:s0 tclass=file permissive=0
801-801/? W: type=1400 audit(0.0:15706): avc: denied { read } for name="mem" dev="debugfs" ino=799071 scontext=u:r:hal_memtrack_default:s0 tcontext=u:object_r:qti_debugfs:s0 tclass=file permissive=0
25461-25581/? I: updateVoiceNetworkType voiceNetType: 13 mCurrentState.connected: true
25461-25581/? I: isShowSXLTEStyle: false isRoaming: false
792-31728/? I: ProcessIbsCmd: Received IBS_WAKE_IND: 0xFD
792-31728/? I: SerialClockVote: vote for UART CLK ON
792-31728/? D: Acquire wakelock is acquired
792-31728/? I: ProcessIbsCmd: Writing IBS_WAKE_ACK
31689-31730/? W: btm_acl_created hci_handle=3 link_role=0 transport=2
792-792/? I: DeviceWakeUp: Writing IBS_WAKE_IND
792-31728/? I: ProcessIbsCmd: Received IBS_WAKE_ACK: 0xFC
792-31728/? I: ProcessIbsCmd: Received IBS_SLEEP_IND: 0xFE
792-31728/? I: ProcessIbsCmd: Received IBS_WAKE_IND: 0xFD
792-31728/? I: ProcessIbsCmd: Writing IBS_WAKE_ACK
31689-31730/? E: btm_ble_read_remote_features_complete: failed for handle: 0x0003, status 0x3e
31689-31730/? W: bta_gattc_conn_cback() - cif=3 connected=0 conn_id=3 reason=0x003e
31689-31730/? W: bta_gattc_conn_cback() - cif=4 connected=0 conn_id=4 reason=0x003e
31689-31730/? W: bta_gattc_conn_cback() - cif=5 connected=0 conn_id=5 reason=0x003e
31689-31730/? W: bta_gattc_conn_cback() - cif=6 connected=0 conn_id=6 reason=0x003e
31689-31730/? W: bta_gattc_conn_cback() - cif=7 connected=0 conn_id=7 reason=0x003e
31689-31730/? W: bta_gattc_conn_cback() - cif=8 connected=0 conn_id=8 reason=0x003e
31689-31730/? I: btm_sec_disconnected clearing pending flag handle:3 reason:62
2185-2215/? D: onClientConnectionState() - status=133 clientIf=8 device=FC:01:31:07:FC:01
2185-2215/? E: Connection state changing error: 133
792-31728/? I: ProcessIbsCmd: Received IBS_SLEEP_IND: 0xFE
792-31733/? I: DeviceSleep: TX Awake, Sending SLEEP_IND
792-31733/? I: SerialClockVote: vote for UART CLK OFF
792-31723/? E: Release wakelock is released
25587-2255/? E: Couldn't load memtrack module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment