ProGuard is a tool to shrink, optimize, obfuscate, and preverify Java classes.
Is there a way to get ProGuard to return a line number where the crash happened? I can use retrace …
My app runs normally when ProGuard is disabled. After ProGuard is enabled, the app is exported into apk and installed …