FAMA
FAMA copied to clipboard
bug: use system adb if available
If ADB is installed in the system, there is a considerable chance that ADB TCP service is already running, so it's preferred to use system ADB.
Check if it's already in the system before making adb devices.
Points of attention: maintain cross-OS compatibility.