Error line numbers on android builds

I have an android app which records crashes to a log, that users can then send me to debug any problems on device. The problem is the crash errors have all sorts of weird line numbers - the correct function but I don’t know what it is in that function that is crashing.

Is there any way to get better error reporting in android builds - ideally errors like you get with the browser testing version (coming from ‘ionic serve’) which have stack trace and line numbers from the actual code?