Please check in logcat below things but before that you can see this first:
Try to Enable advanced profiling:
Select Run > Edit Configurations.
Select your app module in the left pane.
Click the Profiling tab, and then check Enable advanced profiling.
1) Please select your mobile device/emulator first on which you run your application( In your first spinner view).
2) Please select your application package which you run in mobile/emulator in second spinner view.
3) And Third options has some pre-defined tag like verbose,debug,info,error and so on.Please select verbose so you can see each and every log of your applications.
If above thing is not useful then please restart your studio once or invalidate caches and restart to check once again above all option revise.
And Please check below is not written into progard config for Android:
-dontskipnonpubliclibraryclasses
-dontobfuscate
-forceprocessing
-optimizationpasses 5
-keep class * extends android.app.Activity
-assumenosideeffects class android.util.Log {
public static *** d(...);
public static *** v(...);
}
Hope it helps you and solved your problem.