Skip to content

Instantly share code, notes, and snippets.

@tiagoshibata
Created July 20, 2016 04:02
Show Gist options
  • Save tiagoshibata/5528d02eedc417176aaca2b099b51c0c to your computer and use it in GitHub Desktop.
Save tiagoshibata/5528d02eedc417176aaca2b099b51c0c to your computer and use it in GitHub Desktop.
[Appium] Welcome to Appium v1.5.3 (REV e026a14141230416e945fb6b49883b9993833f31)
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"platformName":"Android","appActivity":"com.ansca.corona.CoronaActivity","noReset":false,"deviceName":"Android","appPackage":"br.com.tapps.vloggergoviral"},"requiredCapabilities":{}}
[MJSONWP] Calling AppiumDriver.createSession() with args: [{"platformName":"Android",...
[Appium] Creating new AndroidDriver session
[Appium] Capabilities:
[Appium] platformName: 'Android'
[Appium] appActivity: 'com.ansca.corona.CoronaActivity'
[Appium] noReset: false
[Appium] deviceName: 'Android'
[Appium] appPackage: 'br.com.tapps.vloggergoviral'
[BaseDriver] Session created with session id: 198b80a0-1004-4a07-9689-cc78cdd0a8c9
[debug] [AndroidDriver] Getting Java version
[AndroidDriver] Java version is: 1.8.0_92
[ADB] Checking whether adb is present
[ADB] Using adb from /opt/android-sdk/platform-tools/adb
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[AndroidDriver] Using device: T099706ZXD
[ADB] Checking whether adb is present
[ADB] Using adb from /opt/android-sdk/platform-tools/adb
[debug] [ADB] Setting device id to T099706ZXD
[AndroidDriver] App file was not listed, instead we're going to run br.com.tapps.vloggergoviral directly on the device
[debug] [AndroidDriver] Checking whether package is present on the device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","pm","list","packages","br.com.tapps.vloggergoviral"]
[AndroidDriver] Starting Android session
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","wait-for-device"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","echo","ping"]
[debug] [Logcat] Starting logcat capture
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","install","/home/tiago/code/appium/node_modules/io.appium.settings/bin/settings_apk-debug.apk"]
[debug] [AndroidDriver] Pushing unlock helper app to device...
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","install","/home/tiago/code/appium/node_modules/appium-unlock/bin/unlock_apk-debug.apk"]
[ADB] Getting device platform version
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","getprop","ro.build.version.release"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","dumpsys","window"]
[AndroidDriver] Screen already unlocked, doing nothing
[AndroidDriver] No app sent in, not parsing package/activity
[debug] [AndroidDriver] No app capability. Assuming it is already on the device
[debug] [AndroidDriver] Running fast reset (stop and clear)
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","am","force-stop","br.com.tapps.vloggergoviral"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","pm","clear","br.com.tapps.vloggergoviral"]
[debug] [AndroidBootstrap] Watching for bootstrap disconnect
[debug] [ADB] Forwarding system: 4724 to device: 4724
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","forward","tcp:4724","tcp:4724"]
[debug] [UiAutomator] Starting UiAutomator
[debug] [UiAutomator] Moving to state 'starting'
[debug] [UiAutomator] Parsing uiautomator jar
[debug] [UiAutomator] Found jar name: 'AppiumBootstrap.jar'
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","push","/home/tiago/code/appium/node_modules/appium-android-bootstrap/bootstrap/bin/AppiumBootstrap.jar","/data/local/tmp/"]
[debug] [ADB] Attempting to kill all uiautomator processes
[debug] [ADB] Getting all processes with uiautomator
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","ps","uiautomator"]
[ADB] No uiautomator process found to kill, continuing...
[debug] [UiAutomator] Starting UIAutomator
[debug] [ADB] Creating ADB subprocess with args: -P, 5037, -s, T099706ZXD, shell, uiautomator, runtest, AppiumBootstrap.jar, -c, io.appium.android.bootstrap.Bootstrap, -e, pkg, br.com.tapps.vloggergoviral, -e, disableAndroidWatchers, false, -e, acceptSslCerts, false
[debug] [UiAutomator] Moving to state 'online'
[AndroidBootstrap] Android bootstrap socket is now connected
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","getprop","ro.build.version.sdk"]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] json loading complete.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Registered crash watchers.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Client connected
[debug] [ADB] Device API level: 23
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","am","start","-W","-n","br.com.tapps.vloggergoviral/com.ansca.corona.CoronaActivity","-S","-a","android.intent.action.MAIN","-c","android.intent.category.LAUNCHER","-f","0x10200000"]
[Appium] New AndroidDriver session created successfully, session 198b80a0-1004-4a07-9689-cc78cdd0a8c9 added to master session list
[MJSONWP] Responding to client with driver.createSession() result: {"platform":"LINUX","webSto...
[HTTP] <-- POST /wd/hub/session 200 18299 ms - 644
[HTTP] --> DELETE /wd/hub/session/198b80a0-1004-4a07-9689-cc78cdd0a8c9 {}
[MJSONWP] Calling AppiumDriver.deleteSession() with args: ["198b80a0-1004-4a07-9689-c...
[debug] [AndroidDriver] Shutting down Android driver
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","am","force-stop","br.com.tapps.vloggergoviral"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","am","force-stop","io.appium.unlock"]
[debug] [ADB] Pressing the HOME button
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","input","keyevent",3]
[debug] [Logcat] Stopping logcat capture
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"shutdown"}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"shutdown"}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type SHUTDOWN
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":"OK, shutting down"}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [UiAutomator] Shutting down UiAutomator
[debug] [UiAutomator] Moving to state 'stopping'
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Closed client connection
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: numtests=1
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: stream=.
[debug] [UiAutomator] UiAutomator shut down normally
[debug] [UiAutomator] Moving to state 'stopped'
[debug] [ADB] Attempting to kill all uiautomator processes
[debug] [ADB] Getting all processes with uiautomator
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","ps","uiautomator"]
[ADB] No uiautomator process found to kill, continuing...
[debug] [UiAutomator] Moving to state 'stopped'
[Appium] Removing session 198b80a0-1004-4a07-9689-cc78cdd0a8c9 from our master session list
[debug] [MJSONWP] Received response: null
[debug] [MJSONWP] But deleting session, so not returning
[MJSONWP] Responding to client with driver.deleteSession() result: null
[HTTP] <-- DELETE /wd/hub/session/198b80a0-1004-4a07-9689-cc78cdd0a8c9 200 3885 ms - 76
[HTTP] --> POST /wd/hub/session {"requiredCapabilities":{},"desiredCapabilities":{"appActivity":"com.ansca.corona.CoronaActivity","deviceName":"Android","noReset":false,"appPackage":"br.com.tapps.vloggergoviral","platformName":"Android"}}
[MJSONWP] Calling AppiumDriver.createSession() with args: [{"appActivity":"com.ansca....
[Appium] Creating new AndroidDriver session
[Appium] Capabilities:
[Appium] appActivity: 'com.ansca.corona.CoronaActivity'
[Appium] deviceName: 'Android'
[Appium] noReset: false
[Appium] appPackage: 'br.com.tapps.vloggergoviral'
[Appium] platformName: 'Android'
[BaseDriver] Session created with session id: 6651e93b-f2d1-4f00-8992-3b95a8db4be1
[debug] [AndroidDriver] Getting Java version
[AndroidDriver] Java version is: 1.8.0_92
[ADB] Checking whether adb is present
[ADB] Using adb from /opt/android-sdk/platform-tools/adb
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[AndroidDriver] Using device: T099706ZXD
[ADB] Checking whether adb is present
[ADB] Using adb from /opt/android-sdk/platform-tools/adb
[debug] [ADB] Setting device id to T099706ZXD
[AndroidDriver] App file was not listed, instead we're going to run br.com.tapps.vloggergoviral directly on the device
[debug] [AndroidDriver] Checking whether package is present on the device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","pm","list","packages","br.com.tapps.vloggergoviral"]
[AndroidDriver] Starting Android session
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","wait-for-device"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","echo","ping"]
[debug] [Logcat] Starting logcat capture
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","install","/home/tiago/code/appium/node_modules/io.appium.settings/bin/settings_apk-debug.apk"]
[debug] [AndroidDriver] Pushing unlock helper app to device...
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","install","/home/tiago/code/appium/node_modules/appium-unlock/bin/unlock_apk-debug.apk"]
[ADB] Getting device platform version
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","getprop","ro.build.version.release"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","dumpsys","window"]
[AndroidDriver] Screen already unlocked, doing nothing
[AndroidDriver] No app sent in, not parsing package/activity
[debug] [AndroidDriver] No app capability. Assuming it is already on the device
[debug] [AndroidDriver] Running fast reset (stop and clear)
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","am","force-stop","br.com.tapps.vloggergoviral"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","pm","clear","br.com.tapps.vloggergoviral"]
[debug] [AndroidBootstrap] Watching for bootstrap disconnect
[debug] [ADB] Forwarding system: 4724 to device: 4724
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","forward","tcp:4724","tcp:4724"]
[debug] [UiAutomator] Starting UiAutomator
[debug] [UiAutomator] Moving to state 'starting'
[debug] [UiAutomator] Parsing uiautomator jar
[debug] [UiAutomator] Found jar name: 'AppiumBootstrap.jar'
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","push","/home/tiago/code/appium/node_modules/appium-android-bootstrap/bootstrap/bin/AppiumBootstrap.jar","/data/local/tmp/"]
[debug] [ADB] Attempting to kill all uiautomator processes
[debug] [ADB] Getting all processes with uiautomator
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","ps","uiautomator"]
[ADB] No uiautomator process found to kill, continuing...
[debug] [UiAutomator] Starting UIAutomator
[debug] [ADB] Creating ADB subprocess with args: -P, 5037, -s, T099706ZXD, shell, uiautomator, runtest, AppiumBootstrap.jar, -c, io.appium.android.bootstrap.Bootstrap, -e, pkg, br.com.tapps.vloggergoviral, -e, disableAndroidWatchers, false, -e, acceptSslCerts, false
[debug] [UiAutomator] Moving to state 'online'
[AndroidBootstrap] Android bootstrap socket is now connected
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","getprop","ro.build.version.sdk"]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] json loading complete.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Registered crash watchers.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Client connected
[debug] [ADB] Device API level: 23
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","am","start","-W","-n","br.com.tapps.vloggergoviral/com.ansca.corona.CoronaActivity","-S","-a","android.intent.action.MAIN","-c","android.intent.category.LAUNCHER","-f","0x10200000"]
[Appium] New AndroidDriver session created successfully, session 6651e93b-f2d1-4f00-8992-3b95a8db4be1 added to master session list
[MJSONWP] Responding to client with driver.createSession() result: {"platform":"LINUX","webSto...
[HTTP] <-- POST /wd/hub/session 200 14008 ms - 644
[HTTP] --> DELETE /wd/hub/session/6651e93b-f2d1-4f00-8992-3b95a8db4be1 {}
[MJSONWP] Calling AppiumDriver.deleteSession() with args: ["6651e93b-f2d1-4f00-8992-3...
[debug] [AndroidDriver] Shutting down Android driver
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","am","force-stop","br.com.tapps.vloggergoviral"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","am","force-stop","io.appium.unlock"]
[debug] [ADB] Pressing the HOME button
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","input","keyevent",3]
[debug] [Logcat] Stopping logcat capture
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"shutdown"}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"shutdown"}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type SHUTDOWN
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":"OK, shutting down"}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [UiAutomator] Shutting down UiAutomator
[debug] [UiAutomator] Moving to state 'stopping'
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Closed client connection
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: numtests=1
[debug] [UiAutomator] UiAutomator shut down normally
[debug] [UiAutomator] Moving to state 'stopped'
[debug] [ADB] Attempting to kill all uiautomator processes
[debug] [ADB] Getting all processes with uiautomator
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","ps","uiautomator"]
[ADB] No uiautomator process found to kill, continuing...
[debug] [UiAutomator] Moving to state 'stopped'
[Appium] Removing session 6651e93b-f2d1-4f00-8992-3b95a8db4be1 from our master session list
[debug] [MJSONWP] Received response: null
[debug] [MJSONWP] But deleting session, so not returning
[MJSONWP] Responding to client with driver.deleteSession() result: null
[HTTP] <-- DELETE /wd/hub/session/6651e93b-f2d1-4f00-8992-3b95a8db4be1 200 4516 ms - 76
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"noReset":false,"platformName":"Android","appPackage":"br.com.tapps.vloggergoviral","appActivity":"com.ansca.corona.CoronaActivity","deviceName":"Android"},"requiredCapabilities":{}}
[MJSONWP] Calling AppiumDriver.createSession() with args: [{"noReset":false,"platform...
[Appium] Creating new AndroidDriver session
[Appium] Capabilities:
[Appium] noReset: false
[Appium] platformName: 'Android'
[Appium] appPackage: 'br.com.tapps.vloggergoviral'
[Appium] appActivity: 'com.ansca.corona.CoronaActivity'
[Appium] deviceName: 'Android'
[BaseDriver] Session created with session id: 52783d80-5081-4bcc-8c45-4b8ca858a159
[debug] [AndroidDriver] Getting Java version
[AndroidDriver] Java version is: 1.8.0_92
[ADB] Checking whether adb is present
[ADB] Using adb from /opt/android-sdk/platform-tools/adb
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[AndroidDriver] Using device: T099706ZXD
[ADB] Checking whether adb is present
[ADB] Using adb from /opt/android-sdk/platform-tools/adb
[debug] [ADB] Setting device id to T099706ZXD
[AndroidDriver] App file was not listed, instead we're going to run br.com.tapps.vloggergoviral directly on the device
[debug] [AndroidDriver] Checking whether package is present on the device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","pm","list","packages","br.com.tapps.vloggergoviral"]
[AndroidDriver] Starting Android session
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","wait-for-device"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","echo","ping"]
[debug] [Logcat] Starting logcat capture
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","install","/home/tiago/code/appium/node_modules/io.appium.settings/bin/settings_apk-debug.apk"]
[debug] [AndroidDriver] Pushing unlock helper app to device...
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","install","/home/tiago/code/appium/node_modules/appium-unlock/bin/unlock_apk-debug.apk"]
[ADB] Getting device platform version
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","getprop","ro.build.version.release"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","dumpsys","window"]
[AndroidDriver] Screen already unlocked, doing nothing
[AndroidDriver] No app sent in, not parsing package/activity
[debug] [AndroidDriver] No app capability. Assuming it is already on the device
[debug] [AndroidDriver] Running fast reset (stop and clear)
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","am","force-stop","br.com.tapps.vloggergoviral"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","pm","clear","br.com.tapps.vloggergoviral"]
[debug] [AndroidBootstrap] Watching for bootstrap disconnect
[debug] [ADB] Forwarding system: 4724 to device: 4724
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","forward","tcp:4724","tcp:4724"]
[debug] [UiAutomator] Starting UiAutomator
[debug] [UiAutomator] Moving to state 'starting'
[debug] [UiAutomator] Parsing uiautomator jar
[debug] [UiAutomator] Found jar name: 'AppiumBootstrap.jar'
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","push","/home/tiago/code/appium/node_modules/appium-android-bootstrap/bootstrap/bin/AppiumBootstrap.jar","/data/local/tmp/"]
[debug] [ADB] Attempting to kill all uiautomator processes
[debug] [ADB] Getting all processes with uiautomator
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","ps","uiautomator"]
[ADB] No uiautomator process found to kill, continuing...
[debug] [UiAutomator] Starting UIAutomator
[debug] [ADB] Creating ADB subprocess with args: -P, 5037, -s, T099706ZXD, shell, uiautomator, runtest, AppiumBootstrap.jar, -c, io.appium.android.bootstrap.Bootstrap, -e, pkg, br.com.tapps.vloggergoviral, -e, disableAndroidWatchers, false, -e, acceptSslCerts, false
[debug] [UiAutomator] Moving to state 'online'
[AndroidBootstrap] Android bootstrap socket is now connected
[debug] [ADB] Getting connected devices...
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Loading json...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","getprop","ro.build.version.sdk"]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] json loading complete.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Registered crash watchers.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Client connected
[debug] [ADB] Device API level: 23
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","am","start","-W","-n","br.com.tapps.vloggergoviral/com.ansca.corona.CoronaActivity","-S","-a","android.intent.action.MAIN","-c","android.intent.category.LAUNCHER","-f","0x10200000"]
[Appium] New AndroidDriver session created successfully, session 52783d80-5081-4bcc-8c45-4b8ca858a159 added to master session list
[MJSONWP] Responding to client with driver.createSession() result: {"platform":"LINUX","webSto...
[HTTP] <-- POST /wd/hub/session 200 11916 ms - 644
[HTTP] --> POST /wd/hub/session/52783d80-5081-4bcc-8c45-4b8ca858a159/touch/multi/perform {"sessionId":"52783d80-5081-4bcc-8c45-4b8ca858a159","actions":[[{"action":"press","options":{"x":14,"y":14}},{"action":"moveTo","options":{"x":5,"y":-5}},{"action":"release","options":{}}],[{"action":"wait","options":{"ms":5}},{"action":"press","options":{"x":24,"y":24}},{"action":"moveTo","options":{"x":0,"y":4}},{"action":"release","options":{}}]]}
[MJSONWP] Calling AppiumDriver.performMultiAction() with args: [[[{"action":"press","optio...
[MJSONWP] Encountered internal error running command: TypeError: Cannot read property 'x' of null
at AndroidDriver.callee$0$0$ (lib/commands/touch.js:258:32)
at tryCatch (/home/tiago/code/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/home/tiago/code/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/home/tiago/code/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/home/tiago/code/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[HTTP] <-- POST /wd/hub/session/52783d80-5081-4bcc-8c45-4b8ca858a159/touch/multi/perform 500 18 ms - 203
[HTTP] --> DELETE /wd/hub/session/52783d80-5081-4bcc-8c45-4b8ca858a159 {}
[MJSONWP] Calling AppiumDriver.deleteSession() with args: ["52783d80-5081-4bcc-8c45-4...
[debug] [AndroidDriver] Shutting down Android driver
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","am","force-stop","br.com.tapps.vloggergoviral"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","am","force-stop","io.appium.unlock"]
[debug] [ADB] Pressing the HOME button
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","input","keyevent",3]
[debug] [Logcat] Stopping logcat capture
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"shutdown"}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"shutdown"}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type SHUTDOWN
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":"OK, shutting down"}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [UiAutomator] Shutting down UiAutomator
[debug] [UiAutomator] Moving to state 'stopping'
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Closed client connection
[debug] [UiAutomator] UiAutomator shut down normally
[debug] [UiAutomator] Moving to state 'stopped'
[debug] [ADB] Attempting to kill all uiautomator processes
[debug] [ADB] Getting all processes with uiautomator
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running /opt/android-sdk/platform-tools/adb with args: ["-P",5037,"-s","T099706ZXD","shell","ps","uiautomator"]
[ADB] No uiautomator process found to kill, continuing...
[debug] [UiAutomator] Moving to state 'stopped'
[Appium] Removing session 52783d80-5081-4bcc-8c45-4b8ca858a159 from our master session list
[debug] [MJSONWP] Received response: null
[debug] [MJSONWP] But deleting session, so not returning
[MJSONWP] Responding to client with driver.deleteSession() result: null
[HTTP] <-- DELETE /wd/hub/session/52783d80-5081-4bcc-8c45-4b8ca858a159 200 3815 ms - 76
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment