Created
February 26, 2018 14:15
-
-
Save trix0/93cc65e1c5c17a36c607ed8b95273e89 to your computer and use it in GitHub Desktop.
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
2018-02-26 14:07:42:030 - info: [Appium] Welcome to Appium v1.8.0-beta3 | |
2018-02-26 14:07:42:031 - info: [Appium] Non-default server args: | |
2018-02-26 14:07:42:032 - info: [Appium] port: 4001 | |
2018-02-26 14:07:42:032 - info: [Appium] bootstrapPort: 6001 | |
2018-02-26 14:07:42:032 - info: [Appium] log: /home/trixo/Code/javaRewrite/log4001.txt | |
2018-02-26 14:07:42:032 - info: [Appium] logTimestamp: true | |
2018-02-26 14:07:42:050 - info: [Appium] Appium REST http interface listener started on 0.0.0.0:4001 | |
2018-02-26 14:07:42:079 - info: [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"platformName":"Android","deviceName":"Android","appPackage":"com.gorro.nothing","appActivity":"com.gorro.nothing.NothingActivity","fullReset":false,"noReset":true,"newCommandTimeout":120000,"skipUnlock":true,"androidInstallTimeout":150000,"udid":"localhost:7401","requestOrigins":{"url":"http://webdriver.io","version":"4.10.1","name":"webdriverio"}}} | |
2018-02-26 14:07:42:081 - info: [debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"platformName":"Android","deviceName":"Android","appPackage":"com.gorro.nothing","appActivity":"com.gorro.nothing.NothingActivity","fullReset":false,"noReset":true,"newCommandTimeout":120000,"skipUnlock":true,"androidInstallTimeout":150000,"udid":"localhost:7401","requestOrigins":{"url":"http://webdriver.io","version":"4.10.1","name":"webdriverio"}},null,null] | |
2018-02-26 14:07:42:082 - info: [debug] [BaseDriver] Event 'newSessionRequested' logged at 1519654062082 (15:07:42 GMT+0100 (CET)) | |
2018-02-26 14:07:42:084 - info: [Appium] Creating new AndroidDriver (v1.40.1) session | |
2018-02-26 14:07:42:085 - info: [Appium] Capabilities: | |
2018-02-26 14:07:42:085 - info: [Appium] javascriptEnabled: true | |
2018-02-26 14:07:42:085 - info: [Appium] locationContextEnabled: true | |
2018-02-26 14:07:42:085 - info: [Appium] handlesAlerts: true | |
2018-02-26 14:07:42:085 - info: [Appium] rotatable: true | |
2018-02-26 14:07:42:086 - info: [Appium] platformName: Android | |
2018-02-26 14:07:42:086 - info: [Appium] deviceName: Android | |
2018-02-26 14:07:42:086 - info: [Appium] appPackage: com.gorro.nothing | |
2018-02-26 14:07:42:086 - info: [Appium] appActivity: com.gorro.nothing.NothingActivity | |
2018-02-26 14:07:42:087 - info: [Appium] fullReset: false | |
2018-02-26 14:07:42:087 - info: [Appium] noReset: true | |
2018-02-26 14:07:42:087 - info: [Appium] newCommandTimeout: 120000 | |
2018-02-26 14:07:42:087 - info: [Appium] skipUnlock: true | |
2018-02-26 14:07:42:087 - info: [Appium] androidInstallTimeout: 150000 | |
2018-02-26 14:07:42:087 - info: [Appium] udid: localhost:7401 | |
2018-02-26 14:07:42:088 - info: [Appium] requestOrigins: { | |
2018-02-26 14:07:42:088 - info: [Appium] url: http://webdriver.io | |
2018-02-26 14:07:42:088 - info: [Appium] version: 4.10.1 | |
2018-02-26 14:07:42:088 - info: [Appium] name: webdriverio | |
2018-02-26 14:07:42:089 - info: [Appium] } | |
2018-02-26 14:07:42:093 - info: [debug] [BaseDriver] | |
2018-02-26 14:07:42:093 - info: [debug] [BaseDriver] Creating session with MJSONWP desired capabilities: {"javascriptEnabled":true,"... | |
2018-02-26 14:07:42:098 - warn: [BaseDriver] The following capabilities were provided, but are not recognized by appium: javascriptEnabled, locationContextEnabled, handlesAlerts, rotatable, requestOrigins. | |
2018-02-26 14:07:42:099 - info: [BaseDriver] Session created with session id: 06a77a3b-0dbd-498a-b91a-29bba440016f | |
2018-02-26 14:07:42:099 - info: [debug] [AndroidDriver] Getting Java version | |
2018-02-26 14:07:42:152 - info: [AndroidDriver] Java version is: 1.8.0_151 | |
2018-02-26 14:07:42:156 - info: [ADB] Checking whether adb is present | |
2018-02-26 14:07:42:163 - info: [ADB] Found 2 'build-tools' folders under '/home/trixo/Android/Sdk' (newest first): | |
2018-02-26 14:07:42:163 - info: [ADB] /home/trixo/Android/Sdk/build-tools/27.0.3 | |
2018-02-26 14:07:42:163 - info: [ADB] /home/trixo/Android/Sdk/build-tools/25.0.0 | |
2018-02-26 14:07:42:164 - info: [ADB] Using adb from /home/trixo/Android/Sdk/platform-tools/adb | |
2018-02-26 14:07:42:164 - info: [AndroidDriver] Retrieving device list | |
2018-02-26 14:07:42:164 - info: [debug] [ADB] Trying to find a connected android device | |
2018-02-26 14:07:42:165 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:07:42:175 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:07:42:176 - info: [AndroidDriver] Using device: localhost:7401 | |
2018-02-26 14:07:42:177 - info: [ADB] Checking whether adb is present | |
2018-02-26 14:07:42:177 - info: [ADB] Using adb from /home/trixo/Android/Sdk/platform-tools/adb | |
2018-02-26 14:07:42:178 - info: [debug] [ADB] Setting device id to localhost:7401 | |
2018-02-26 14:07:42:178 - info: [AndroidDriver] App file was not listed, instead we're going to run com.gorro.nothing directly on the device | |
2018-02-26 14:07:42:178 - info: [debug] [AndroidDriver] Checking whether package is present on the device | |
2018-02-26 14:07:42:179 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:07:42:189 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:07:42:190 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","pm","list","packages","com.gorro.nothing"] | |
2018-02-26 14:07:44:232 - info: [AndroidDriver] Starting Android session | |
2018-02-26 14:07:44:234 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","wait-for-device"] | |
2018-02-26 14:07:44:245 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:07:44:256 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:07:44:257 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","echo","ping"] | |
2018-02-26 14:07:44:290 - info: [debug] [AndroidDriver] Pushing settings apk to device... | |
2018-02-26 14:07:44:291 - info: [debug] [ADB] Getting install status for io.appium.settings | |
2018-02-26 14:07:44:291 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:07:44:299 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:07:44:300 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","pm","list","packages","io.appium.settings"] | |
2018-02-26 14:07:46:419 - info: [debug] [ADB] App is installed | |
2018-02-26 14:07:46:419 - info: [debug] [ADB] Getting package info for io.appium.settings | |
2018-02-26 14:07:46:420 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:07:46:428 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:07:46:428 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","dumpsys","package","io.appium.settings"] | |
2018-02-26 14:07:46:536 - info: [ADB] Checking whether aapt is present | |
2018-02-26 14:07:46:538 - info: [ADB] Using aapt from /home/trixo/Android/Sdk/build-tools/27.0.3/aapt | |
2018-02-26 14:07:46:549 - info: [debug] [ADB] The installed 'io.appium.settings' package does not require upgrade ('2.3.0' >= '2.3.0') | |
2018-02-26 14:07:46:549 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:07:46:557 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:07:46:557 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","ps"] | |
2018-02-26 14:07:46:797 - info: [debug] [AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions. | |
2018-02-26 14:07:46:798 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:07:46:808 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:07:46:808 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","getprop","ro.build.version.sdk"] | |
2018-02-26 14:07:46:870 - info: [debug] [ADB] Current device property 'ro.build.version.sdk': 23 | |
2018-02-26 14:07:46:870 - info: [debug] [ADB] Device API level: 23 | |
2018-02-26 14:07:46:870 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:07:46:879 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:07:46:879 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","appops","set","io.appium.settings","android:mock_location","allow"] | |
2018-02-26 14:07:49:107 - warn: [AndroidDriver] setDeviceLanguageCountry requires language or country. | |
2018-02-26 14:07:49:108 - warn: [AndroidDriver] Got language: 'null' and country: 'null' | |
2018-02-26 14:07:49:109 - info: [debug] [Logcat] Starting logcat capture | |
2018-02-26 14:07:49:171 - info: [debug] [AndroidDriver] Pushing unlock helper app to device... | |
2018-02-26 14:07:49:172 - info: [debug] [ADB] Getting install status for io.appium.unlock | |
2018-02-26 14:07:49:172 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:07:49:180 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:07:49:180 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","pm","list","packages","io.appium.unlock"] | |
2018-02-26 14:07:51:346 - info: [debug] [ADB] App is installed | |
2018-02-26 14:07:51:347 - info: [debug] [ADB] Getting package info for io.appium.unlock | |
2018-02-26 14:07:51:347 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:07:51:355 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:07:51:356 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","dumpsys","package","io.appium.unlock"] | |
2018-02-26 14:07:51:445 - info: [ADB] Checking whether aapt is present | |
2018-02-26 14:07:51:446 - info: [ADB] Using aapt from /home/trixo/Android/Sdk/build-tools/27.0.3/aapt | |
2018-02-26 14:07:51:458 - info: [debug] [ADB] The installed 'io.appium.unlock' package does not require upgrade ('2.0.0' >= '2.0.0') | |
2018-02-26 14:07:51:459 - info: [ADB] Getting device platform version | |
2018-02-26 14:07:51:459 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:07:51:470 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:07:51:471 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","getprop","ro.build.version.release"] | |
2018-02-26 14:07:51:534 - info: [debug] [ADB] Current device property 'ro.build.version.release': 6.0.1 | |
2018-02-26 14:07:51:534 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:07:51:543 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:07:51:543 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","wm","size"] | |
2018-02-26 14:07:53:704 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:07:53:713 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:07:53:714 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","getprop","ro.product.model"] | |
2018-02-26 14:07:53:779 - info: [debug] [ADB] Current device property 'ro.product.model': SM-A300FU | |
2018-02-26 14:07:53:779 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:07:53:787 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:07:53:788 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","getprop","ro.product.manufacturer"] | |
2018-02-26 14:07:53:849 - info: [debug] [ADB] Current device property 'ro.product.manufacturer': samsung | |
2018-02-26 14:07:53:850 - warn: [AndroidDriver] No app sent in, not parsing package/activity | |
2018-02-26 14:07:53:850 - info: [debug] [AndroidDriver] No app capability. Assuming it is already on the device | |
2018-02-26 14:07:53:850 - info: [debug] [AndroidBootstrap] Watching for bootstrap disconnect | |
2018-02-26 14:07:53:851 - info: [debug] [ADB] Forwarding system: 6001 to device: 4724 | |
2018-02-26 14:07:53:852 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","forward","tcp:6001","tcp:4724"] | |
2018-02-26 14:07:53:859 - info: [debug] [UiAutomator] Starting UiAutomator | |
2018-02-26 14:07:53:859 - info: [debug] [UiAutomator] Moving to state 'starting' | |
2018-02-26 14:07:53:860 - info: [debug] [UiAutomator] Parsing uiautomator jar | |
2018-02-26 14:07:53:860 - info: [debug] [UiAutomator] Found jar name: 'AppiumBootstrap.jar' | |
2018-02-26 14:07:53:860 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","push","/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/appium-android-bootstrap/bootstrap/bin/AppiumBootstrap.jar","/data/local/tmp/"] | |
2018-02-26 14:07:53:888 - info: [debug] [ADB] Attempting to kill all uiautomator processes | |
2018-02-26 14:07:53:888 - info: [debug] [ADB] Getting all processes with uiautomator | |
2018-02-26 14:07:53:888 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:07:53:897 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:07:53:897 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","ps"] | |
2018-02-26 14:07:54:067 - info: [ADB] No uiautomator process found to kill, continuing... | |
2018-02-26 14:07:54:067 - info: [debug] [UiAutomator] Starting UIAutomator | |
2018-02-26 14:07:54:068 - info: [debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","localhost:7401","shell","uiautomator","runtest","AppiumBootstrap.jar","-c","io.appium.android.bootstrap.Bootstrap","-e","pkg","com.gorro.nothing","-e","disableAndroidWatchers",false,"-e","acceptSslCerts",false] | |
2018-02-26 14:07:56:495 - info: [debug] [UiAutomator] Moving to state 'online' | |
2018-02-26 14:07:56:497 - info: [AndroidBootstrap] Android bootstrap socket is now connected | |
2018-02-26 14:07:56:498 - info: [debug] [ADB] Device API level: 23 | |
2018-02-26 14:07:56:499 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:07:56:507 - info: [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Registered crash watchers. | |
2018-02-26 14:07:56:507 - info: [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Client connected | |
2018-02-26 14:07:56:507 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:07:56:508 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","am","start","-W","-n","com.gorro.nothing/com.gorro.nothing.NothingActivity","-S","-a","android.intent.action.MAIN","-c","android.intent.category.LAUNCHER","-f","0x10200000"] | |
2018-02-26 14:08:00:433 - info: [Appium] New AndroidDriver session created successfully, session 06a77a3b-0dbd-498a-b91a-29bba440016f added to master session list | |
2018-02-26 14:08:00:435 - info: [debug] [BaseDriver] Event 'newSessionStarted' logged at 1519654080434 (15:08:00 GMT+0100 (CET)) | |
2018-02-26 14:08:00:437 - info: [debug] [MJSONWP] Responding to client with driver.createSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":true,"warnings":{},"desired":{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"platformName":"Android","deviceName":"Android","appPackage":"com.gorro.nothing","appActivity":"com.gorro.nothing.NothingActivity","fullReset":false,"noReset":true,"newCommandTimeout":120000,"skipUnlock":true,"androidInstallTimeout":150000,"udid":"localhost:7401","requestOrigins":{"url":"http://webdriver.io","version":"4.10.1","name":"webdriverio"}},"handlesAlerts":true,"rotatable":true,"platformName":"Android","deviceName":"localhost:7401","appPackage":"com.gorro.nothing","appActivity":"com.gorro.nothing.NothingActivity","fullReset":false,"noReset":true,"newCommandTimeout":120000,"skipUnlock":true,"androidInstallTimeout":150000,"udid":"localhost:7401","requestOrigins":{"url":"http://webdriver.io","version":"4.10.... | |
2018-02-26 14:08:00:442 - info: [HTTP] <-- POST /wd/hub/session 200 18361 ms - 1260 | |
2018-02-26 14:08:00:449 - info: [HTTP] --> GET /wd/hub/session/06a77a3b-0dbd-498a-b91a-29bba440016f/window/current/size {} | |
2018-02-26 14:08:00:450 - info: [debug] [MJSONWP] Calling AppiumDriver.getWindowSize() with args: ["current","06a77a3b-0dbd-498a-b91a-29bba440016f"] | |
2018-02-26 14:08:00:452 - info: [debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"getDeviceSize","params":{}} | |
2018-02-26 14:08:00:457 - info: [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"getDeviceSize","params":{}} | |
2018-02-26 14:08:00:457 - info: [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION | |
2018-02-26 14:08:00:458 - info: [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: getDeviceSize | |
2018-02-26 14:08:00:472 - info: [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":{"height":960,"width":540}} | |
2018-02-26 14:08:00:473 - info: [debug] [AndroidBootstrap] Received command result from bootstrap | |
2018-02-26 14:08:00:475 - info: [debug] [MJSONWP] Responding to client with driver.getWindowSize() result: {"height":960,"width":540} | |
2018-02-26 14:08:00:477 - info: [HTTP] <-- GET /wd/hub/session/06a77a3b-0dbd-498a-b91a-29bba440016f/window/current/size 200 28 ms - 98 | |
2018-02-26 14:08:00:482 - info: [HTTP] --> POST /wd/hub/session/06a77a3b-0dbd-498a-b91a-29bba440016f/appium/device/app_installed {"bundleId":"com.pointvoucher.playlondonpv"} | |
2018-02-26 14:08:00:485 - info: [debug] [MJSONWP] Calling AppiumDriver.isAppInstalled() with args: ["com.pointvoucher.playlondonpv","06a77a3b-0dbd-498a-b91a-29bba440016f"] | |
2018-02-26 14:08:00:486 - info: [debug] [ADB] Getting install status for com.pointvoucher.playlondonpv | |
2018-02-26 14:08:00:486 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:08:00:493 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:08:00:494 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","pm","list","packages","com.pointvoucher.playlondonpv"] | |
2018-02-26 14:08:02:203 - info: [debug] [ADB] App is installed | |
2018-02-26 14:08:02:205 - info: [debug] [MJSONWP] Responding to client with driver.isAppInstalled() result: true | |
2018-02-26 14:08:02:208 - info: [HTTP] <-- POST /wd/hub/session/06a77a3b-0dbd-498a-b91a-29bba440016f/appium/device/app_installed 200 1725 ms - 76 | |
2018-02-26 14:08:02:211 - info: [HTTP] --> POST /wd/hub/session/06a77a3b-0dbd-498a-b91a-29bba440016f/appium/device/remove_app {"bundleId":"com.pointvoucher.playlondonpv"} | |
2018-02-26 14:08:02:213 - info: [debug] [MJSONWP] Calling AppiumDriver.removeApp() with args: ["com.pointvoucher.playlondonpv",null,null,null,"06a77a3b-0dbd-498a-b91a-29bba440016f"] | |
2018-02-26 14:08:02:214 - info: [debug] [ADB] Uninstalling com.pointvoucher.playlondonpv | |
2018-02-26 14:08:02:214 - info: [debug] [ADB] Getting install status for com.pointvoucher.playlondonpv | |
2018-02-26 14:08:02:214 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:08:02:221 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:08:02:221 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","pm","list","packages","com.pointvoucher.playlondonpv"] | |
2018-02-26 14:08:03:891 - info: [debug] [ADB] App is installed | |
2018-02-26 14:08:03:892 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:08:03:901 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:08:03:901 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","am","force-stop","com.pointvoucher.playlondonpv"] | |
2018-02-26 14:08:05:738 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","uninstall","com.pointvoucher.playlondonpv"] | |
2018-02-26 14:08:08:354 - info: [debug] [ADB] 'adb uninstall com.pointvoucher.playlondonpv' command output: Success | |
2018-02-26 14:08:08:354 - info: [ADB] com.pointvoucher.playlondonpv was successfully uninstalled | |
2018-02-26 14:08:08:355 - info: [debug] [MJSONWP] Responding to client with driver.removeApp() result: true | |
2018-02-26 14:08:08:355 - info: [HTTP] <-- POST /wd/hub/session/06a77a3b-0dbd-498a-b91a-29bba440016f/appium/device/remove_app 200 6144 ms - 76 | |
2018-02-26 14:08:08:358 - info: [HTTP] --> POST /wd/hub/session/06a77a3b-0dbd-498a-b91a-29bba440016f/appium/device/install_app {"appPath":"/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk"} | |
2018-02-26 14:08:08:358 - info: [debug] [MJSONWP] Calling AppiumDriver.installApp() with args: ["/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk",null,null,null,"06a77a3b-0dbd-498a-b91a-29bba440016f"] | |
2018-02-26 14:08:08:359 - info: [BaseDriver] Using local app '/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk' | |
2018-02-26 14:08:08:361 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","install","-r","/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk"] | |
2018-02-26 14:09:08:372 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","install","-r","/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk"] | |
2018-02-26 14:09:38:367 - info: [HTTP] <-- POST /wd/hub/session/06a77a3b-0dbd-498a-b91a-29bba440016f/appium/device/install_app - - ms - - | |
2018-02-26 14:09:38:369 - info: [HTTP] --> POST /wd/hub/session/06a77a3b-0dbd-498a-b91a-29bba440016f/appium/device/install_app {"appPath":"/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk"} | |
2018-02-26 14:09:38:370 - info: [debug] [MJSONWP] Calling AppiumDriver.installApp() with args: ["/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk",null,null,null,"06a77a3b-0dbd-498a-b91a-29bba440016f"] | |
2018-02-26 14:10:08:408 - info: [BaseDriver] Using local app '/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk' | |
2018-02-26 14:10:08:409 - error: [MJSONWP] Encountered internal error running command: Error: Error executing adbExec. Original error: 'Command '/home/trixo/Android/Sdk/platform-tools/adb -P 5037 -s localhost\:7401 install -r /home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk' timed out after 60000ms'; Stderr: ''; Code: 'null' | |
at ADB.execFunc$ (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/appium-adb/lib/tools/system-calls.js:317:13) | |
at tryCatch (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:67:40) | |
at GeneratorFunctionPrototype.invoke [as _invoke] (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:315:22) | |
at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:100:21) | |
at GeneratorFunctionPrototype.invoke (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:136:37) | |
at <anonymous> | |
2018-02-26 14:10:08:410 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","install","-r","/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk"] | |
2018-02-26 14:11:08:383 - info: [HTTP] <-- POST /wd/hub/session/06a77a3b-0dbd-498a-b91a-29bba440016f/appium/device/install_app - - ms - - | |
2018-02-26 14:11:08:384 - info: [HTTP] --> POST /wd/hub/session/06a77a3b-0dbd-498a-b91a-29bba440016f/appium/device/install_app {"appPath":"/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk"} | |
2018-02-26 14:11:08:385 - info: [debug] [MJSONWP] Calling AppiumDriver.installApp() with args: ["/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk",null,null,null,"06a77a3b-0dbd-498a-b91a-29bba440016f"] | |
2018-02-26 14:11:08:417 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","install","-r","/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk"] | |
2018-02-26 14:12:08:433 - info: [BaseDriver] Using local app '/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk' | |
2018-02-26 14:12:08:435 - error: [MJSONWP] Encountered internal error running command: Error: Error executing adbExec. Original error: 'Command '/home/trixo/Android/Sdk/platform-tools/adb -P 5037 -s localhost\:7401 install -r /home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk' timed out after 60000ms'; Stderr: ''; Code: 'null' | |
at ADB.execFunc$ (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/appium-adb/lib/tools/system-calls.js:317:13) | |
at tryCatch (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:67:40) | |
at GeneratorFunctionPrototype.invoke [as _invoke] (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:315:22) | |
at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:100:21) | |
at GeneratorFunctionPrototype.invoke (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:136:37) | |
at <anonymous> | |
2018-02-26 14:12:08:438 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","install","-r","/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk"] | |
2018-02-26 14:12:38:408 - info: [HTTP] <-- POST /wd/hub/session/06a77a3b-0dbd-498a-b91a-29bba440016f/appium/device/install_app - - ms - - | |
2018-02-26 14:12:38:415 - info: [HTTP] --> POST /wd/hub/session/06a77a3b-0dbd-498a-b91a-29bba440016f/appium/device/install_app {"appPath":"/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk"} | |
2018-02-26 14:12:38:416 - info: [debug] [MJSONWP] Calling AppiumDriver.installApp() with args: ["/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk",null,null,null,"06a77a3b-0dbd-498a-b91a-29bba440016f"] | |
2018-02-26 14:13:08:444 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","install","-r","/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk"] | |
2018-02-26 14:14:08:459 - info: [BaseDriver] Using local app '/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk' | |
2018-02-26 14:14:08:461 - error: [MJSONWP] Encountered internal error running command: Error: Error executing adbExec. Original error: 'Command '/home/trixo/Android/Sdk/platform-tools/adb -P 5037 -s localhost\:7401 install -r /home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk' timed out after 60000ms'; Stderr: ''; Code: 'null' | |
at ADB.execFunc$ (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/appium-adb/lib/tools/system-calls.js:317:13) | |
at tryCatch (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:67:40) | |
at GeneratorFunctionPrototype.invoke [as _invoke] (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:315:22) | |
at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:100:21) | |
at GeneratorFunctionPrototype.invoke (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:136:37) | |
at <anonymous> | |
2018-02-26 14:14:08:463 - info: [HTTP] <-- POST /wd/hub/session/06a77a3b-0dbd-498a-b91a-29bba440016f/appium/device/install_app - - ms - - | |
2018-02-26 14:14:08:463 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","install","-r","/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk"] | |
2018-02-26 14:14:08:472 - info: [HTTP] --> DELETE /wd/hub/session/06a77a3b-0dbd-498a-b91a-29bba440016f {} | |
2018-02-26 14:14:08:472 - info: [debug] [MJSONWP] Calling AppiumDriver.deleteSession() with args: ["06a77a3b-0dbd-498a-b91a-29bba440016f"] | |
2018-02-26 14:14:08:473 - info: [debug] [BaseDriver] Event 'quitSessionRequested' logged at 1519654448472 (15:14:08 GMT+0100 (CET)) | |
2018-02-26 14:14:08:473 - info: [Appium] Removing session 06a77a3b-0dbd-498a-b91a-29bba440016f from our master session list | |
2018-02-26 14:14:08:474 - info: [debug] [AndroidDriver] Shutting down Android driver | |
2018-02-26 14:14:08:475 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:14:08:483 - info: [debug] [ADB] 2 device(s) connected | |
2018-02-26 14:14:08:483 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","am","force-stop","com.gorro.nothing"] | |
2018-02-26 14:14:08:505 - error: [Logcat] Logcat terminated with code 0, signal null | |
2018-02-26 14:14:08:506 - error: [UiAutomator] UiAutomator exited unexpectedly with code 0, signal null | |
2018-02-26 14:14:08:506 - info: [debug] [UiAutomator] Moving to state 'stopped' | |
2018-02-26 14:14:08:526 - info: [debug] [AndroidDriver] Shutting down Android driver | |
2018-02-26 14:14:08:527 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","am","force-stop","com.gorro.nothing"] | |
2018-02-26 14:14:08:538 - info: [debug] [ADB] Getting connected devices... | |
2018-02-26 14:14:08:546 - warn: [Appium] Closing session, cause was 'UiAUtomator shut down unexpectedly' | |
2018-02-26 14:14:08:546 - info: [Appium] Removing session 06a77a3b-0dbd-498a-b91a-29bba440016f from our master session list | |
2018-02-26 14:14:08:547 - error: [Appium] Had trouble ending session 06a77a3b-0dbd-498a-b91a-29bba440016f: Error executing adbExec. Original error: 'Command '/home/trixo/Android/Sdk/platform-tools/adb -P 5037 -s localhost\:7401 shell am force-stop com.gorro.nothing' exited with code 1'; Stderr: 'error: device 'localhost:7401' not found'; Code: '1' | |
2018-02-26 14:14:08:548 - error: [MJSONWP] Encountered internal error running command: Error: Error executing adbExec. Original error: 'Command '/home/trixo/Android/Sdk/platform-tools/adb -P 5037 -s localhost\:7401 shell am force-stop com.gorro.nothing' exited with code 1'; Stderr: 'error: device 'localhost:7401' not found'; Code: '1' | |
at ADB.execFunc$ (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/appium-adb/lib/tools/system-calls.js:317:13) | |
at tryCatch (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:67:40) | |
at GeneratorFunctionPrototype.invoke [as _invoke] (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:315:22) | |
at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:100:21) | |
at GeneratorFunctionPrototype.invoke (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:136:37) | |
at <anonymous> | |
2018-02-26 14:14:08:549 - info: [HTTP] <-- DELETE /wd/hub/session/06a77a3b-0dbd-498a-b91a-29bba440016f 500 77 ms - 414 | |
2018-02-26 14:14:08:549 - info: [debug] [ADB] 1 device(s) connected | |
2018-02-26 14:14:08:549 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","am","force-stop","com.gorro.nothing"] | |
2018-02-26 14:14:08:559 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","shell","am","force-stop","com.gorro.nothing"] | |
2018-02-26 14:14:08:614 - info: [debug] [ADB] Running '/home/trixo/Android/Sdk/platform-tools/adb' with args: ["-P",5037,"-s","localhost:7401","install","-r","/home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk"] | |
2018-02-26 14:15:08:668 - error: [MJSONWP] Encountered internal error running command: Error: Error executing adbExec. Original error: 'Command '/home/trixo/Android/Sdk/platform-tools/adb -P 5037 -s localhost\:7401 install -r /home/trixo/Code/javaRewrite/Tests/CleanInstall/apk/pl.apk' timed out after 60000ms'; Stderr: 'error: device 'localhost:7401' not found | |
- waiting for device -'; Code: 'null' | |
at ADB.execFunc$ (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/appium-adb/lib/tools/system-calls.js:317:13) | |
at tryCatch (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:67:40) | |
at GeneratorFunctionPrototype.invoke [as _invoke] (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:315:22) | |
at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:100:21) | |
at GeneratorFunctionPrototype.invoke (/home/trixo/Downloads/appium-1.8.0-beta3/node_modules/babel-runtime/regenerator/runtime.js:136:37) | |
at <anonymous> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment