- wx.createBLEConnection连接报错status:0的情况,请问怎么回事?
错误如下: {"errno":1509001,"errCode":10003,"errMsg":"createBLEConnection:fail:connection fail status:0"} fail status:0,这个是代表什么意思
1天前 - 安卓12及以上,小程序能否获取到微信是否打开附近设备的权限?
[图片]如图所示,目前的 wx.getSystemInfoSync() 只能获取位置权限,无法获取附近设备的权限
03-25 - wx.getLogManager,level:1,参数无效,过滤不到生命周期函数的日志?
wx.getLogManager({ level: 1 }) 已经设置 level为1的级别,但是拉下来的日志,还是有包含生命周期函数的日志,比如: 2023-11-17 15:48:12 [log] wx.writeBLECharacteristicValue api invoke 2023-11-17 15:48:12 [log] wx.writeBLECharacteristicValue success callback with msg writeBLECharacteristicValue:ok 2023-11-17 15:48:12 [log] wx.writeBLECharacteristicValue api invoke 2023-11-17 15:48:12 [log] wx.writeBLECharacteristicValue success callback with msg writeBLECharacteristicValue:ok 2023-11-17 15:48:12 [log] wx.writeBLECharacteristicValue api invoke 请问怎么设置,才能过滤掉这些log级别的日志,显示我需要的info,warn级别等日志?
2023-11-23