Skip to content

fix: getCurrentFocusedScreen() on api29#14

Merged
dtopuzov merged 1 commit intomasterfrom
dtopuzov-fix-check-for-booted-emu
Jul 4, 2019
Merged

fix: getCurrentFocusedScreen() on api29#14
dtopuzov merged 1 commit intomasterfrom
dtopuzov-fix-check-for-booted-emu

Conversation

@dtopuzov
Copy link
Contributor

@dtopuzov dtopuzov commented Jul 4, 2019

On api29 we fail to detect emulator is running because

adb shell dumpsys window windows | grep -E 'mCurrentFocus'

returns nothing.

It looks adb shell dumpsys window windows | grep -E 'mSurface' works properly on all devices.

On `api29` we fail to detect emulator is running because `adb shell dumpsys window windows | grep -E 'mSurface'` returns nothing.
@cla-bot cla-bot bot added the cla: yes label Jul 4, 2019
@dtopuzov dtopuzov merged commit f01038b into master Jul 4, 2019
@dtopuzov dtopuzov deleted the dtopuzov-fix-check-for-booted-emu branch July 5, 2019 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants