Find out what line of code my app is currently running in Android Studio's debug mode -


when i'm running app in debug mode android studio, there way can find out line of code being processed? mean, there tool works kind of setting breakpoint, don't have set breakpoint - can find out @ point in time line of code being executed?

the reason this, may want debug intermittent hangs in app. if running in debug mode, , app hangs, useful find out line of code last processed, without having plan ahead setting breakpoints or trace calls


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -