react-native-exception-handler icon indicating copy to clipboard operation
react-native-exception-handler copied to clipboard

Unable to obtain incorrect message

Open ShaoGongBra opened this issue 2 years ago • 1 comments
trafficstars

setJSExceptionHandler((e, isFatal) => {
  console.log('捕获错误', e.message)
  console.log('捕获错误', e.name)
})

e.name is undefined e.message is undefined

ShaoGongBra avatar Aug 19 '23 03:08 ShaoGongBra

Same problem here, did you get anywhere with this?

DanW82 avatar Mar 14 '24 11:03 DanW82