因此,我的新系统( USB TRX40 AORUS上的Threadrapper3970x)没有在Ubuntu19.10上启动--它被卡在识别USB设备上:7-6 New USB device strings: Mfr=0, Product=1, Serialnumber.....7-6:1.0: USB hub found
7-6:1.0: 4
我使用下面的代码获取用户设备中的音乐列表并显示它。但是withContext块中的代码似乎没有运行。该应用程序一运行就会退出。logcat中没有打印问题。private suspend fun fetchMusic() { val mediaList(this@MainActivity) }
private suspe