LogCat indicates the line number (line 2793) in which the error occurred, but there is no such line in the source code!
How to correctly navigate through LogCat and find the actual string in the source code with an error?
PS This LogCat is taken from the Test Report from the Google Play Console (testing takes place on the Google Play server, on the local computer all the rules)
... FATAL EXCEPTION: ControllerMessenger Process: ..., PID: 11569 java.lang.RuntimeException: Unable to start activity ComponentInfo{ru.../ru...Module1}: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.contains(java.lang.CharSequence)' on a null object reference at ndroid.app.ActivityThread.performLaunchActivity(ActivityThread.java:2793) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2864) at android.app.ActivityThread.-wrap12(ActivityThread.java) ...