Unable to obtain incorrect message
ShaoGongBra opened this issue · 1 comments
ShaoGongBra commented
setJSExceptionHandler((e, isFatal) => {
console.log('捕获错误', e.message)
console.log('捕获错误', e.name)
})
e.name
is undefined
e.message
is undefined
DanW82 commented
Same problem here, did you get anywhere with this?