Created
May 24, 2018 17:11
-
-
Save eduardoreynoso/22daff835172c52ccf5dd987f711465c to your computer and use it in GitHub Desktop.
UIAutomator2 crashes on appium 1.8.1
This file contains 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
(pony-native-apps) ➜ automation-pony-native-apps git:(feature/onboarding-tests) ✗ appium | |
[Appium] Welcome to Appium v1.8.1 | |
[Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
[HTTP] --> POST /wd/hub/session | |
[HTTP] {"capabilities":{"firstMatch":[{}],"alwaysMatch":{"platformName":"android"}},"desiredCapabilities":{"platformName":"android","platformVersion":"8.1","deviceName":"Nexus_5X_API_27","app":"/Users/kyrenejackson/ora/automation-pony-native-apps/apps/app-dev-debug.apk","newCommandTimeout":5000,"automationName":"UiAutomator2"}} | |
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"platformName":"android","platformVersion":"8.1","deviceName":"Nexus_5X_API_27","app":"/Users/kyrenejackson/ora/automation-pony-native-apps/apps/app-dev-debug.apk","newCommandTimeout":5000,"automationName":"UiAutomator2"},null,{"firstMatch":[{}],"alwaysMatch":{"platformName":"android"}}] | |
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1527181580580 (12:06:20 GMT-0500 (CDT)) | |
[Appium] Could not parse W3C capabilities: 'deviceName' can't be blank. Falling back to JSONWP protocol. | |
[Appium] The following capabilities were provided in the JSONWP desired capabilities that are missing in W3C capabilities: ["platformName","platformVersion","deviceName","app","newCommandTimeout","automationName"]. Falling back to JSONWP protocol. | |
[Appium] Creating new AndroidUiautomator2Driver (v1.12.0) session | |
[Appium] Capabilities: | |
[Appium] platformName: android | |
[Appium] platformVersion: 8.1 | |
[Appium] deviceName: Nexus_5X_API_27 | |
[Appium] app: /Users/kyrenejackson/ora/automation-pony-native-apps/apps/app-dev-debug.apk | |
[Appium] newCommandTimeout: 5000 | |
[Appium] automationName: UiAutomator2 | |
[debug] [BaseDriver] Creating session with MJSONWP desired capabilities: {"platformName":"android","... | |
[BaseDriver] Session created with session id: 6fc3372f-c469-475a-9052-4966299863d3 | |
[BaseDriver] Using local app '/Users/kyrenejackson/ora/automation-pony-native-apps/apps/app-dev-debug.apk' | |
[debug] [UiAutomator2] Checking whether app is actually present | |
[debug] [AndroidDriver] Getting Java version | |
[AndroidDriver] Java version is: 1.8.0_171 | |
[ADB] Checking whether adb is present | |
[ADB] Found 3 'build-tools' folders under '/Users/kyrenejackson/Library/Android/sdk' (newest first): | |
[ADB] /Users/kyrenejackson/Library/Android/sdk/build-tools/27.0.3 | |
[ADB] /Users/kyrenejackson/Library/Android/sdk/build-tools/27.0.0 | |
[ADB] /Users/kyrenejackson/Library/Android/sdk/build-tools/26.0.2 | |
[ADB] Using adb from /Users/kyrenejackson/Library/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] Looking for a device with Android '8.1' | |
[debug] [ADB] Setting device id to emulator-5554 | |
[ADB] Getting device platform version | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.release' | |
[debug] [ADB] Current device property 'ro.build.version.release': 8.1.0 | |
[AndroidDriver] Using device: emulator-5554 | |
[debug] [ADB] Setting device id to emulator-5554 | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.sdk' | |
[debug] [ADB] Current device property 'ro.build.version.sdk': 27 | |
[debug] [ADB] Device API level: 27 | |
[debug] [AndroidDriver] Parsing package and activity from app manifest | |
[ADB] Using apkanalyzer from /Users/kyrenejackson/Library/Android/sdk/tools/bin/apkanalyzer | |
[debug] [ADB] Starting '/Users/kyrenejackson/Library/Android/sdk/tools/bin/apkanalyzer' with args ["-h","manifest","print","/Users/kyrenejackson/ora/automation-pony-native-apps/apps/app-dev-debug.apk"] | |
[ADB] Package name: 'com.ponyapp.ponyapp.dev' | |
[ADB] Main activity name: 'com.ponyapp.ponyapp.ui.activity.AuthActivity' | |
[debug] [AndroidDriver] Parsed package and activity are: com.ponyapp.ponyapp.dev/com.ponyapp.ponyapp.ui.activity.AuthActivity | |
[ADB] Getting device platform version | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.release' | |
[debug] [ADB] Current device property 'ro.build.version.release': 8.1.0 | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell wm size' | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell wm density' | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.product.model' | |
[debug] [ADB] Current device property 'ro.product.model': Android SDK built for x86 | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.product.manufacturer' | |
[debug] [ADB] Current device property 'ro.product.manufacturer': Google | |
[debug] [ADB] Device API level: 27 | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop io.appium.uiautomator2.server' | |
[debug] [ADB] Checking app cert for /usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.12.0.apk | |
[ADB] Using apksigner from /Users/kyrenejackson/Library/Android/sdk/build-tools/27.0.3/apksigner | |
[debug] [ADB] Starting '/Users/kyrenejackson/Library/Android/sdk/build-tools/27.0.3/apksigner' with args 'verify,--print-certs,/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.12.0.apk' | |
[debug] [ADB] '/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.12.0.apk' is not signed with debug cert. | |
[debug] [ADB] Zip-aligning '/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.12.0.apk' | |
[ADB] Checking whether zipalign is present | |
[ADB] Using zipalign from /Users/kyrenejackson/Library/Android/sdk/build-tools/27.0.3/zipalign | |
[debug] [ADB] Signing '/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.12.0.apk' with default cert | |
[debug] [ADB] Starting '/Users/kyrenejackson/Library/Android/sdk/build-tools/27.0.3/apksigner' with args 'sign,--key,/usr/local/lib/node_modules/appium/node_modules/appium-adb/keys/testkey.pk8,--cert,/usr/local/lib/node_modules/appium/node_modules/appium-adb/keys/testkey.x509.pem,/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.12.0.apk' | |
[debug] [ADB] Checking app cert for /usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk | |
[debug] [ADB] Starting '/Users/kyrenejackson/Library/Android/sdk/build-tools/27.0.3/apksigner' with args 'verify,--print-certs,/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' | |
[debug] [ADB] '/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' is not signed with debug cert. | |
[debug] [ADB] Zip-aligning '/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' | |
[debug] [ADB] Signing '/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' with default cert | |
[debug] [ADB] Starting '/Users/kyrenejackson/Library/Android/sdk/build-tools/27.0.3/apksigner' with args 'sign,--key,/usr/local/lib/node_modules/appium/node_modules/appium-adb/keys/testkey.pk8,--cert,/usr/local/lib/node_modules/appium/node_modules/appium-adb/keys/testkey.x509.pem,/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' | |
[debug] [ADB] Uninstalling io.appium.uiautomator2.server | |
[debug] [ADB] Getting install status for io.appium.uiautomator2.server | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list packages io.appium.uiautomator2.server' | |
[debug] [ADB] App is installed | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop io.appium.uiautomator2.server' | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 uninstall io.appium.uiautomator2.server' | |
[debug] [ADB] 'adb uninstall io.appium.uiautomator2.server' command output: Success | |
[ADB] io.appium.uiautomator2.server was successfully uninstalled | |
[debug] [ADB] Uninstalling io.appium.uiautomator2.server.test | |
[debug] [ADB] Getting install status for io.appium.uiautomator2.server.test | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list packages io.appium.uiautomator2.server.test' | |
[debug] [ADB] App is installed | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop io.appium.uiautomator2.server.test' | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 uninstall io.appium.uiautomator2.server.test' | |
[debug] [ADB] 'adb uninstall io.appium.uiautomator2.server.test' command output: Success | |
[ADB] io.appium.uiautomator2.server.test was successfully uninstalled | |
[debug] [ADB] Getting install status for io.appium.uiautomator2.server | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list packages io.appium.uiautomator2.server' | |
[debug] [ADB] App is not installed | |
[debug] [ADB] App '/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.12.0.apk' not installed. Installing | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 install /usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.12.0.apk' | |
[debug] [ADB] Install command stdout: Success | |
[debug] [ADB] Getting install status for io.appium.uiautomator2.server.test | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list packages io.appium.uiautomator2.server.test' | |
[debug] [ADB] App is not installed | |
[debug] [ADB] App '/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' not installed. Installing | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 install /usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' | |
[debug] [ADB] Install command stdout: Success | |
[debug] [UiAutomator2] Waiting up to 20000ms for instrumentation 'io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner' to be available | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list instrumentation' | |
[debug] [UiAutomator2] Instrumentation 'io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner' available | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 wait-for-device' | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell echo ping' | |
[debug] [AndroidDriver] Pushing settings apk to device... | |
[debug] [ADB] Getting install status for io.appium.settings | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list packages io.appium.settings' | |
[debug] [ADB] App is installed | |
[debug] [ADB] Getting package info for 'io.appium.settings' | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings' | |
[ADB] Checking whether aapt is present | |
[ADB] Using aapt from /Users/kyrenejackson/Library/Android/sdk/build-tools/27.0.3/aapt | |
[debug] [ADB] The installed 'io.appium.settings' package does not require upgrade ('2.3.0' >= '2.3.0') | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell ps' | |
[debug] [AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions. | |
[debug] [ADB] Device API level: 27 | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell appops set io.appium.settings android\:mock_location allow' | |
[AndroidDriver] setDeviceLanguageCountry requires language or country. | |
[AndroidDriver] Got language: 'null' and country: 'null' | |
[debug] [Logcat] Starting logcat capture | |
[debug] [AndroidDriver] Pushing unlock helper app to device... | |
[debug] [ADB] Getting install status for io.appium.unlock | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list packages io.appium.unlock' | |
[debug] [ADB] App is installed | |
[debug] [ADB] Getting package info for 'io.appium.unlock' | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.unlock' | |
[debug] [ADB] The installed 'io.appium.unlock' package does not require upgrade ('2.0.0' >= '2.0.0') | |
[debug] [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to 8203 | |
[debug] [ADB] Forwarding system: 8203 to device: 6790 | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp\:8203 tcp\:6790' | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell rm -rf /data/local/tmp/strings.json' | |
[debug] [AndroidDriver] Extracting strings from apk | |
[debug] [AndroidDriver] /Users/kyrenejackson/ora/automation-pony-native-apps/apps/app-dev-debug.apk | |
[debug] [AndroidDriver] null | |
[debug] [AndroidDriver] /var/folders/6n/wrz64z4s63b0_1nyx40fw9w80000gn/T/com.ponyapp.ponyapp.dev | |
[debug] [ADB] Extracting strings for language: default | |
[ADB] Successfully extracted 285 strings from '/Users/kyrenejackson/ora/automation-pony-native-apps/apps/app-dev-debug.apk' resources for '(default)' configuration | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 push /var/folders/6n/wrz64z4s63b0_1nyx40fw9w80000gn/T/com.ponyapp.ponyapp.dev/strings.json /data/local/tmp' | |
[debug] [ADB] Checking app cert for /Users/kyrenejackson/ora/automation-pony-native-apps/apps/app-dev-debug.apk | |
[debug] [ADB] Starting '/Users/kyrenejackson/Library/Android/sdk/build-tools/27.0.3/apksigner' with args 'verify,--print-certs,/Users/kyrenejackson/ora/automation-pony-native-apps/apps/app-dev-debug.apk' | |
[debug] [ADB] '/Users/kyrenejackson/ora/automation-pony-native-apps/apps/app-dev-debug.apk' is already signed. | |
[debug] [ADB] Getting install status for com.ponyapp.ponyapp.dev | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list packages com.ponyapp.ponyapp.dev' | |
[debug] [ADB] App is installed | |
[debug] [ADB] Getting install status for com.ponyapp.ponyapp.dev | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list packages com.ponyapp.ponyapp.dev' | |
[debug] [ADB] App is installed | |
[debug] [ADB] Getting package info for 'com.ponyapp.ponyapp.dev' | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package com.ponyapp.ponyapp.dev' | |
[debug] [ADB] The installed 'com.ponyapp.ponyapp.dev' package does not require upgrade ('1.0.0' >= '1.0.0') | |
[AndroidDriver] Performing fast reset on 'com.ponyapp.ponyapp.dev' | |
[debug] [ADB] Getting install status for com.ponyapp.ponyapp.dev | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list packages com.ponyapp.ponyapp.dev' | |
[debug] [ADB] App is installed | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.ponyapp.ponyapp.dev' | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm clear com.ponyapp.ponyapp.dev' | |
[debug] [AndroidDriver] Performed fast reset on the installed 'com.ponyapp.ponyapp.dev' application (stop and clear) | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop io.appium.uiautomator2.server' | |
[UiAutomator2] Starting uiautomator2 server 1.12.0 | |
[UiAutomator2] Using UIAutomator2 server from '/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.12.0.apk' and test from '/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' | |
[UiAutomator2] Running command: 'adb -s emulator-5554 shell am instrument -w io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner' | |
[UiAutomator2] Waiting up to 20000ms for UiAutomator2 to be online... | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [UiAutomator2] [UIAutomator2] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:INSTRUMENTATION_RESULT: shortMsg=Process crashed. | |
[debug] [UiAutomator2] [UIAutomator2] INSTRUMENTATION_CODE: 0 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8203/wd/hub/status] with no body | |
[debug] [UiAutomator2] Deleting UiAutomator2 session | |
[debug] [UiAutomator2] Deleting UiAutomator2 server session | |
[UiAutomator2] Did not get confirmation UiAutomator2 deleteSession worked; Error was: Error: Trying to proxy a session command without session id | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.ponyapp.ponyapp.dev' | |
[debug] [Logcat] Stopping logcat capture | |
[debug] [ADB] Removing forwarded port socket connection: 8203 | |
[debug] [ADB] Running '/Users/kyrenejackson/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp\:8203' | |
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1527181615557 (12:06:55 GMT-0500 (CDT)) | |
[MJSONWP] Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: Error: read ECONNRESET | |
[MJSONWP] at JWProxy.proxy$ (/usr/local/lib/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:152:13) | |
[MJSONWP] at tryCatch (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40) | |
[MJSONWP] at GeneratorFunctionPrototype.invoke [as _invoke] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22) | |
[MJSONWP] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21) | |
[MJSONWP] at GeneratorFunctionPrototype.invoke (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37) | |
[MJSONWP] at <anonymous> | |
[HTTP] <-- POST /wd/hub/session 500 34989 ms - 217 | |
[HTTP] | |
^C[Appium] Received SIGINT - shutting down |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment