Hello, does anybody knows where this "Terminate Ap...
# android
j
Hello, does anybody knows where this "Terminate Application" icon is in new Android Studio? I want to simulate process death
s
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
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
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
🧐 i dont have that left pane in logcat tab. let me try to find a way to enable it (AS 3.5.1)
Found it, "Show Toolbar" in logcat
Thanks 🙂
👌 1
👍 2