What can I do to prevent Android Studio from automatically clearing my log -
i've got activity when launches, crashes leaves no trace of went wrong in console. can see brief moment of red text before cleared. dropdown shows debugged app switches app "no debuggable applications" , in blink of eye.
is there way prevent behavior?
you have disable adb integration:
tools -> android -> enable adb integration
there should no icon before menu item.
your logcat keeps log output after application closes or application crashes.
Comments
Post a Comment