I am creating a framework for my main application. I also integrated the Firebase Crashlytics. It's working fine when the crash occurred in the main app. But when the crash happens due to framework, it does not give any exact information like in the main. It only give, in which framework crash occurred and function name. There is no line number.
How do I know the exact information about crashes in the framework?
