Is there a way to get ProGuard to return a line number where the crash happened?
I can use retrace
to get to the method, but often for things like NullPointerException
there are too many possibilities and in a large piece of code its extremely hard to determine the underlying cause as you have to check every object and it's life cycle to make sure nothing is wrong. It would really help if ProGuard could narrow this down to a line number for me.
question from:
https://stackoverflow.com/questions/10158849/android-proguard-return-line-number 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…