Several of our customers have reported some crashes to us through the Play Store.
While the method and class names of these crash logs are properly symbolicated and readable, both in managed code and java code, the file names and line numbers are not.
They are shown as :
Caused by: ExampleException: This is a example message
at SampleClass.SampleMethod() [0x00006] <9dd3572d1c384c11abef369d15dce2ce>:0
Is there any way to get the line numbers for these crash logs?