adb-idea
adb-idea copied to clipboard
Error when trying to restart app from find actions shortcut
Description
While trying to restart the app through find actions panel ( launched by the shortcut cmd+shift+a in macos), without having a chance to interact with the panel, terminal immediately launches with nothing appropriate
message.
Environment
- Android studio 3.5 Beta 1 ( this issue has been happening since AS 3.4 )
- ADB Idea v1.5.3
- Android Debug Bridge version 1.0.41
- ADB Version 28.0.3-5475833
- MacOS mojave 10.14.4
p.s. not sure if there are any other relevant environment information i missed to add, please let me know if so.
Steps to replicate
- Launch a virtual device
- Use the shortcut cmd + shift + a
- Type in adb res, ADB Restart App will be the first option in the list that is displayed.
- Tap esc on your keyboard (or you can go ahead and restart app too)
- Re-open the find actions panel with the shortcut cmd + shift + a
Result: Terminal is launched with the following screen
p.s. the issue only occurs when you use the cmd + shift + a shortcut. if you search for All
(double shift keyboard shortcut) the issue does not happen.
p.s. this might actually also be an AS bug, not sure.
This is not a bug in ADB idea, see https://intellij-support.jetbrains.com/hc/en-us/articles/360005137400-Cmd-Shift-A-hotkey-opens-Terminal-with-apropos-search-instead-of-the-Find-Action-dialog for more information and a workaround.