Hello,
does anybody knows where this "Terminate Application" icon is in new Android Studio?
I want to simulate process death
s
stantronic
10/09/2019, 1:34 PM
Do you mean the process of your own application? or some other application? You can do cmd-5 to open debug view, and there is a “Stop app” button on the left handside. Alternatively you could use adb with a kill command
j
Jemshit Iskenderov
10/09/2019, 1:44 PM
to kill app process and continue from last opened activity
I dont see "stop app", but "stop debugger". There is "stop" on "run" tab, which closes app (it does not resume from last opened activity)
z
zhuinden
10/09/2019, 2:47 PM
how new are we talking about? In AS 3.5, it's in the extra dropdown at the very bottom on the left in the Logcat tab, pretty much.
j
Jemshit Iskenderov
10/09/2019, 2:50 PM
🧐 i dont have that left pane in logcat tab. let me try to find a way to enable it (AS 3.5.1)