This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb help // List all comands | |
== Adb Server | |
adb kill-server | |
adb start-server | |
== Adb Reboot | |
adb reboot | |
adb reboot recovery | |
adb reboot-bootloader |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> info: Welcome to Appium v1.4.16 (REV ae6877eff263066b26328d457bd285c0cc62430d) | |
> info: Appium REST http interface listener started on 127.0.0.1:4723 | |
> info: [debug] Non-default server args: {"address":"127.0.0.1","sessionOverride":true,"logNoColors":true,"platformName":"Android","platformVersion":"23","automationName":"Appium"} | |
> info: Console LogLevel: debug | |
> info: --> POST /wd/hub/session {"desiredCapabilities":{"appPackage":"com.android.ctoomum","appActivity":"CordovaApp","orientation":"LANDSCAPE","newCommandTimeout":"40","platformVersion":"5.0.2","platformName":"Android","deviceName":"SamsungDS5"}} | |
> info: Client User-Agent string: Apache-HttpClient/4.5.1 (Java/1.8.0_101) | |
> info: [debug] Didn't get app but did get Android package, will attempt to launch it on the device | |
> info: [debug] Creating new appium session d451d7d1-26e3-4ec3-a11f-f2bbd9a512c4 | |
> info: Starting android appium | |
> info: [debug] Getting Java version |