tweaselORG / appstraction

An abstraction layer for common instrumentation functions (e.g. installing and starting apps, setting preferences, etc.) on Android and iOS.
MIT License
4 stars 1 forks source link

Ensure the adb server is running #91

Closed zner0L closed 1 year ago

zner0L commented 1 year ago

adb start-server just exits if a server is already running, so this is perfect to ensure it is.