etStreamVolumeIndexAS: stream=10 dev=4000 idx=10 2023-05-06 17:47:26.431 710-24367/? I/APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 0x4000, index 10 2023-05-06 17:47:26.431 710-24367/? I/APM_AudioPolicyManager: setVolumeIndexForAttributes: attributes={ Content type: AUDIO_CONTENT_TYPE_UNKNOWN Usage: AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY Source: AUDIO_SOURCE_DEFAULT Flags: 0x0 Tags: } index=10 device=0x4000 2023-05-06 17:47:26.432 710-934/? D/AudioFlinger: setParameters(): io 0, keyvalue streamDevices=16384;streamType=10;volumeIndex=10, calling pid 710 calling uid 1041 2023-05-06 17:47:26.432 676-15101/? I/AudioModuleManager: [AudioModuleSetParameters:51]: list size: 13 2023-05-06 17:47:26.433 676-15101/? W/audio_dts_parser: [get_config_value:31]: get config file path failed 2023-05-06 17:47:26.433 676-15101/? I/audio_hw_effect: [voice_enhance_set_parameters:2035]: stream type is not music 2023-05-06 17:47:26.435 1699-1961/? I/AudioSystem: setStreamVolumeIndexAS: stream=10 dev=8000 idx=15 2023-05-06 17:47:26.435 710-24367/? I/APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 0x8000, index 15 2023-05-06 17:47:26.435 710-24367/? I/APM_AudioPolicyManager: setVolumeIndexForAttributes: attributes={ Content type: AUDIO_CONTENT_TYPE_UNKNOWN Usage: AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY Source: AUDIO_SOURCE_DEFAULT Flags: 0x0 Tags: } index=15 device=0x8000 2023-05-06 17:47:26.435 710-934/? D/AudioFlinger: setParameters(): io 0, keyvalue streamDevices=32768;streamType=10;volumeIndex=15, calling pid 710 calling uid 1041 2023-05-06 17:47:26.436 676-24988/? I/AudioModuleManager: [AudioModuleSetParameters:51]: list size: 13 2023-05-06 17:47:26.436 676-24988/? W/audio_dts_parser: [get_config_value:31]: get config file path failed 2023-05-06 17:47:26.436 676-24988/? I/audio_hw_effect: [voice_enhance_set_parameters:2035]: stream type is not music 2023-05-06 17:47:26.438 1699-1961/? I/AudioSystem: setStreamVolumeIndexAS: stream=10 dev=4000000 idx=4 2023-05-06 17:47:26.438 710-24367/? I/APM_AudioPolicyManager: setStreamVolumeIndex() stream 10, device 0x4000000, index 4 2023-05-06 17:47:26.438 710-24367/? I/APM_AudioPolicyManager: setVolumeIndexForAttributes: attributes={ Content type: AUDIO_CONTENT_TYPE_UNKNOWN Usage: AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY Source: AUDIO_SOURCE_DEFAULT Flags: 0x0 Tags: } index=4 device=0x4000000 2023-05-06 17:47:26.439 710-934/? D/AudioFlinger: setParameters(): io 0, keyvalue streamDevices=67108864;streamType=10;volumeIndex=4, calling pid 710 calling uid 1041 2023-05-06 17:47:26.439 676-24988/? I/AudioModuleManager: [AudioModuleSetParameters:51]: list size: 13 2023-05-06 17:47:26.440 676-24988/? W/audio_dts_parser: [get_config_value:31]: get config file path failed 2023-05-06 17:47:26.440 676-24988/? I/audio_hw_effect: [voice_enhance_set_parameters:2035]: stream type is not music 2023-05-06 17:47:26.442 1699-1961/? I/AudioSystem: setStreamVolumeIndexAS: stream=10 dev=20000000 idx=10 2023-05-06 17:47: 我进入mPaaS音视频通话之后提示是否同意录屏,同意闪退,禁止正式通话,这是日志,能帮忙看下吗?
做啥变更了吗?在rtcEngine初始化设置时,添加如下配置:设置notification的icon: if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { ScreenCaptureServiceCfg cfg = new ScreenCaptureServiceCfg(); Bitmap bitmap = BitmapFactory.decodeResource(CallActivity.this.getResources(), R.drawable.xx); // 替换成app icon cfg.icon = Icon.createWithBitmap(bitmap); rtcEngine.configScreenCaptureService(cfg); },此回答整理自钉群“mPaaS音视频通话技术支持”
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。