Hi danm36,
Are you still seeing this across all your tested devices? I’m still seeing
E/Vold ( 280): Failed to find
mounted volume for
/storage/external_SD/Android/obb/uk.co.danm36.ue4androidgame/
This is not a UE4 specific error. Here is some info about Android and internal storage and sd card.
As to your audio problems, in the logs I see some references to issues with AudioFlinger, here is some documenation to debugging that.
I also see a Permission Denial: broadcasting Intent error involving what appears to be Facebook (
Permission Denial: broadcasting Intent
{
act=android.net.conn.CONNECTIVITY_CHANGE
flg=0x4000010 (has extras) } from null
(pid=-1, uid=-1) requires
com.facebook.permission.prod.FB_APP_COMMUNICATION
due to registered receiver
BroadcastFilter{2dccef44 u0
ReceiverList{e197857 14896
com.facebook.katana:dash/10147/u0
remote:6dafdd6}}
)
That might be something to look into if your app is needing FB integration to work.