Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where has the "Terminate Application" button gone in the new logcat (Android Studio Dolphin 2022)

The current docs do not mention that this very important button has been removed. I imagine it's to do with the way it's tracking processes differently now. Where is it? Do we have to kill processes ourselves via adb now? Why has it moved? Why is no one talking about this?!

enter image description here

like image 949
Daniel Wilson Avatar asked Aug 31 '25 10:08

Daniel Wilson


2 Answers

With Android Studio Giraffe if you make a right click over the log in the logcat window you can find a menu "Kill process". enter image description here

like image 114
TheFedex87 Avatar answered Sep 13 '25 09:09

TheFedex87


I've made bug report, we are also missing this feature. You can upvote the issue if you like or add more details.

like image 32
Vojtěch Pešek Avatar answered Sep 13 '25 10:09

Vojtěch Pešek