Search code examples
android-emulatoradbappium

Enable "show_touches" via appium or adb on android emulator


Is it possible to enable the "show_touches" options on android from appium? Or via adb?

I have a appium test-script, which misbehaves. I have no Idea why, and I want to see where exactly it clicks.


Solution

  • adb shell settings put system show_touches 1