Created
June 28, 2020 14:25
-
-
Save prashanth-sams/6d2f50d3a5079b81f281bac6e2a63b6f to your computer and use it in GitHub Desktop.
Appium server logs
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
[info] [35m[Appium][39m Welcome to Appium v1.17.1 | |
[info] [35m[Appium][39m Non-default server args: | |
[info] [35m[Appium][39m allowInsecure: { | |
[info] [35m[Appium][39m } | |
[info] [35m[Appium][39m denyInsecure: { | |
[info] [35m[Appium][39m } | |
[info] [35m[Appium][39m Appium REST http interface listener started on 0.0.0.0:4723[info] [35m[HTTP][39m [37m-->[39m [37mPOST[39m [37m/wd/hub/session[39m | |
[info] [35m[HTTP][39m [90m{"capabilities":{"firstMatch":[{"platformName":"Android","appium:platformVersion":"","appium:deviceName":"PF","appium:app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","appium:noReset":false}]},"desiredCapabilities":{"platformName":"Android","platformVersion":"","deviceName":"PF","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false}}[39m | |
[debug] [35m[W3C][39m Calling AppiumDriver.createSession() with args: [{"platformName":"Android","platformVersion":"","deviceName":"PF","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false},null,{"firstMatch":[{"platformName":"Android","appium:platformVersion":"","appium:deviceName":"PF","appium:app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","appium:noReset":false}]}] | |
[debug] [35m[BaseDriver][39m Event 'newSessionRequested' logged at 1593352102430 (17:48:22 GMT+0400 (Gulf Standard Time)) | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m ====================================================================== | |
[warn] [35m[Appium][39m DEPRECATION WARNING: | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m The 'automationName' capability was not provided in the desired | |
[warn] [35m[Appium][39m capabilities for this Android session | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m Setting 'automationName=UiAutomator2' by default and using the | |
[warn] [35m[Appium][39m UiAutomator2 Driver | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m The next major version of Appium (2.x) will **require** the | |
[warn] [35m[Appium][39m 'automationName' capability to be set for all sessions on all | |
[warn] [35m[Appium][39m platforms | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m In previous versions (Appium <= 1.13.x), the default was | |
[warn] [35m[Appium][39m 'automationName=UiAutomator1' | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m If you wish to use that automation instead of UiAutomator2, please | |
[warn] [35m[Appium][39m add 'automationName=UiAutomator1' to your desired capabilities | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m For more information about drivers, please visit | |
[warn] [35m[Appium][39m http://appium.io/docs/en/about-appium/intro/ and explore the | |
[warn] [35m[Appium][39m 'Drivers' menu | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m ====================================================================== | |
[warn] [35m[Appium][39m | |
[info] [35m[Appium][39m Appium v1.17.1 creating new AndroidUiautomator2Driver (v1.44.2) session | |
[debug] [35m[BaseDriver][39m W3C capabilities and MJSONWP desired capabilities were provided | |
[debug] [35m[BaseDriver][39m Creating session with W3C capabilities: { | |
[debug] [35m[BaseDriver][39m "alwaysMatch": { | |
[debug] [35m[BaseDriver][39m "platformName": "Android", | |
[debug] [35m[BaseDriver][39m "appium:platformVersion": "", | |
[debug] [35m[BaseDriver][39m "appium:deviceName": "PF", | |
[debug] [35m[BaseDriver][39m "appium:app": "/Users/prashanth/Projects/apps/app-staging-debug.apk", | |
[debug] [35m[BaseDriver][39m "appium:noReset": false | |
[debug] [35m[BaseDriver][39m }, | |
[debug] [35m[BaseDriver][39m "firstMatch": [ | |
[debug] [35m[BaseDriver][39m {} | |
[debug] [35m[BaseDriver][39m ] | |
[debug] [35m[BaseDriver][39m } | |
[info] [35m[BaseDriver][39m Session created with session id: c9a5f6be-7339-4f0a-82d6-c079fc0a0216 | |
[info] [35m[BaseDriver][39m Using local app '/Users/prashanth/Projects/apps/app-staging-debug.apk' | |
[debug] [35m[UiAutomator2][39m Checking whether app is actually present | |
[info] [35m[ADB][39m Using 'adb' from '/Users/prashanth/Library/Android/sdk/platform-tools/adb' | |
[info] [35m[AndroidDriver][39m Retrieving device list | |
[debug] [35m[ADB][39m Trying to find a connected android device | |
[debug] [35m[ADB][39m Getting connected devices... | |
[debug] [35m[ADB][39m Connected devices: [{"udid":"emulator-5554","state":"device"}] | |
[info] [35m[AndroidDriver][39m Using device: emulator-5554 | |
[info] [35m[ADB][39m Using 'adb' from '/Users/prashanth/Library/Android/sdk/platform-tools/adb' | |
[debug] [35m[ADB][39m Setting device id to emulator-5554 | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.sdk' | |
[debug] [35m[ADB][39m Current device property 'ro.build.version.sdk': 28 | |
[info] [35m[ADB][39m Getting device platform version | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.release' | |
[debug] [35m[ADB][39m Current device property 'ro.build.version.release': 9 | |
[debug] [35m[ADB][39m Device API level: 28 | |
[warn] [35m[UiAutomator2][39m Relaxing hidden api policy | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy_pre_p_apps 1' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy_p_apps 1' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy 1'[debug] [35m[AndroidDriver][39m Parsing package and activity from app manifest | |
[info] [35m[ADB][39m Package name: 'ae.propertyfinder.manager.debug' | |
[info] [35m[ADB][39m Main activity name: 'ae.propertyfinder.ui.splash.SplashActivity' | |
[debug] [35m[AndroidDriver][39m Parsed package and activity are: ae.propertyfinder.manager.debug/ae.propertyfinder.ui.splash.SplashActivity | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 wait-for-device' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell echo ping' | |
[debug] [35m[AndroidDriver][39m Pushing settings apk to device... | |
[debug] [35m[ADB][39m Getting install status for io.appium.settings | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings' | |
[debug] [35m[ADB][39m 'io.appium.settings' is installed | |
[debug] [35m[ADB][39m Getting package info for 'io.appium.settings' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings' | |
[debug] [35m[ADB][39m The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('3.1.0' >= '3.1.0') | |
[debug] [35m[ADB][39m There is no need to install/upgrade '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk' | |
[debug] [35m[ADB][39m Getting IDs of all 'io.appium.settings' processes | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'pgrep --help; echo $?'' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pgrep -f io\\.appium\\.settings' | |
[debug] [35m[AndroidDriver][39m io.appium.settings is already running. There is no need to reset its permissions. | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell appops set io.appium.settings android\:mock_location allow' | |
[debug] [35m[Logcat][39m Starting logcat capture[debug] [35m[UiAutomator2][39m Forwarding UiAutomator2 Server port 6790 to 8200 | |
[debug] [35m[ADB][39m Forwarding system: 8200 to device: 6790 | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp\:8200 tcp\:6790' | |
[debug] [35m[ADB][39m Getting install status for io.appium.uiautomator2.server | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server' | |
[debug] [35m[ADB][39m 'io.appium.uiautomator2.server' is installed | |
[debug] [35m[ADB][39m Getting package info for 'io.appium.uiautomator2.server' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server' | |
[debug] [35m[ADB][39m The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('4.5.5' >= '4.5.5') | |
[debug] [35m[UiAutomator2][39m io.appium.uiautomator2.server installation state: sameVersionInstalled | |
[debug] [35m[ADB][39m Checking app cert for /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk | |
[info] [35m[ADB][39m Using 'apksigner.jar' from '/Users/prashanth/Library/Android/sdk/build-tools/29.0.0/lib/apksigner.jar' | |
[debug] [35m[ADB][39m Starting apksigner: /Library/Java/JavaVirtualMachines/openjdk-14.0.1.jdk/Contents/Home/bin/java -Xmx1024M -Xss1m -jar /Users/prashanth/Library/Android/sdk/build-tools/29.0.0/lib/apksigner.jar verify --print-certs /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk[debug] [35m[ADB][39m apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
[debug] [35m[ADB][39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
[debug] [35m[ADB][39m | |
[debug] [35m[ADB][39m '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk' is signed with the default certificate | |
[debug] [35m[ADB][39m Getting install status for io.appium.uiautomator2.server.test | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server.test' | |
[debug] [35m[ADB][39m 'io.appium.uiautomator2.server.test' is installed | |
[debug] [35m[ADB][39m Checking app cert for /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk | |
[debug] [35m[ADB][39m Starting apksigner: /Library/Java/JavaVirtualMachines/openjdk-14.0.1.jdk/Contents/Home/bin/java -Xmx1024M -Xss1m -jar /Users/prashanth/Library/Android/sdk/build-tools/29.0.0/lib/apksigner.jar verify --print-certs /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk[debug] [35m[ADB][39m apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
[debug] [35m[ADB][39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
[debug] [35m[ADB][39m | |
[debug] [35m[ADB][39m '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' is signed with the default certificate | |
[info] [35m[UiAutomator2][39m Server packages are not going to be (re)installed | |
[debug] [35m[UiAutomator2][39m Waiting up to 30000ms for services to be available | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list instrumentation' | |
[debug] [35m[UiAutomator2][39m Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available | |
[debug] [35m[ADB][39m Checking app cert for /Users/prashanth/Projects/apps/app-staging-debug.apk | |
[debug] [35m[ADB][39m Starting apksigner: /Library/Java/JavaVirtualMachines/openjdk-14.0.1.jdk/Contents/Home/bin/java -Xmx1024M -Xss1m -jar /Users/prashanth/Library/Android/sdk/build-tools/29.0.0/lib/apksigner.jar verify --print-certs /Users/prashanth/Projects/apps/app-staging-debug.apk[debug] [35m[ADB][39m apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
[debug] [35m[ADB][39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
[debug] [35m[ADB][39m | |
[debug] [35m[ADB][39m '/Users/prashanth/Projects/apps/app-staging-debug.apk' is signed with the default certificate | |
[debug] [35m[ADB][39m Getting install status for ae.propertyfinder.manager.debug | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m 'ae.propertyfinder.manager.debug' is installed | |
[debug] [35m[ADB][39m Getting package info for 'ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m The version name of the installed 'ae.propertyfinder.manager.debug' is greater or equal to the application version name ('5.11.0' >= '5.11.0') | |
[debug] [35m[ADB][39m There is no need to install/upgrade '/Users/prashanth/Projects/apps/app-staging-debug.apk' | |
[info] [35m[AndroidDriver][39m Performing fast reset on 'ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m Getting install status for ae.propertyfinder.manager.debug | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m 'ae.propertyfinder.manager.debug' is installed | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm clear ae.propertyfinder.manager.debug' | |
[debug] [35m[AndroidDriver][39m Performed fast reset on the installed 'ae.propertyfinder.manager.debug' application (stop and clear) | |
[debug] [35m[UiAutomator2][39m Performing shallow cleanup of automation leftovers[debug] [35m[UiAutomator2][39m No obsolete sessions have been detected (Error: socket hang up) | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop io.appium.uiautomator2.server.test' | |
[info] [35m[UiAutomator2][39m Starting UIAutomator2 server 4.5.5 | |
[info] [35m[UiAutomator2][39m Using UIAutomator2 server from '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk' and test from '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' | |
[info] [35m[UiAutomator2][39m Waiting up to 30000ms for UiAutomator2 to be online... | |
[debug] [35m[ADB][39m Creating ADB subprocess with args: ["-P",5037,"-s","emulator-5554","shell","am","instrument","-w","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"][debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[Instrumentation][39m io.appium.uiautomator2.server.test.AppiumUiAutomator2Server: | |
[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[debug] [35m[WD Proxy][39m Got response with status 200: {"sessionId":"None","value":{"ready":true,"message":"UiAutomator2 Server is ready to accept commands"}} | |
[debug] [35m[UiAutomator2][39m The initialization of the instrumentation process took 4238ms | |
[debug] [35m[WD Proxy][39m Matched '/session' to command name 'createSession' | |
[debug] [35m[WD Proxy][39m Proxying [POST /session] to [POST http://127.0.0.1:8200/wd/hub/session] with body: {"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","platformVersion":"","deviceName":"PF","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false},"platformName":"Android","platformVersion":"","deviceName":"emulator-5554","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false,"deviceUDID":"emulator-5554","appPackage":"ae.propertyfinder.manager.debug"}],"alwaysMatch":{}}}[debug] [35m[WD Proxy][39m Got response with status 200: {"sessionId":"ba979c07-2d95-4d2e-8c9e-09a949861b0e","value":{"sessionId":"ba979c07-2d95-4d2e-8c9e-09a949861b0e","capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","platformVersion":"","deviceName":"PF","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false},"platformName":"Android","platformVersion":"","deviceName":"emulator-5554","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false,"deviceUDID":"emulator-5554","appPackage":"ae.propertyfinder.manager.debug"}],"alwaysMatch":{}}}} | |
[info] [35m[WD Proxy][39m Determined the downstream protocol as 'W3C' | |
[debug] [35m[WD Proxy][39m Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8200/wd/hub/session/ba979c07-2d95-4d2e-8c9e-09a949861b0e/appium/device/info] with no body | |
[debug] [35m[WD Proxy][39m Got response with status 200: {"sessionId":"ba979c07-2d95-4d2e-8c9e-09a949861b0e","value":{"androidId":"60dfd844b0ff2745","manufacturer":"Google","model":"Android SDK built for x86","brand":"google","apiVersion":"28","platformVersion":"9","carrierName":"Android","realDisplaySize":"1080x2160","displayDensity":440,"networks":[{"type":1,"typeName":"WIFI","subtype":0,"subtypeName":"","isConnected":true,"detailedState":"CONNECTED","state":"CONNECTED","extraInfo":null,"isAvailable":true,"isFailover":false,"isRoaming":false,"capabilities":{"transportTypes":"TRANSPORT_WIFI","networkCapabilities":"NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,NET_CAPABILITY_TRUSTED,NET_CAPABILITY_NOT_VPN,NET_CAPABILITY_VALIDATED,NET_CAPABILITY_NOT_ROAMING,NET_CAPABILITY_FOREGROUND,NET_CAPABILITY_NOT_CONGESTED,NET_CAPABILITY_NOT_SUSPENDED","linkUpstreamBandwidthKbps":1048576,"linkDownBandwidthKbps":1048576,"signalStrength":-50,"networkSpecifier":null,"SSID":null}},{"type":0,"typeName":"MOBILE","subtype":13,"subtypeName":"LTE","... | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window' | |
[info] [35m[AndroidDriver][39m Screen already unlocked, doing nothing | |
[info] [35m[UiAutomator2][39m Starting 'ae.propertyfinder.manager.debug/ae.propertyfinder.ui.splash.SplashActivity and waiting for 'ae.propertyfinder.manager.debug/ae.propertyfinder.ui.splash.SplashActivity' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start -W -n ae.propertyfinder.manager.debug/ae.propertyfinder.ui.splash.SplashActivity -S'[debug] [35m[UiAutomator2][39m Deleting UiAutomator2 session | |
[debug] [35m[UiAutomator2][39m Deleting UiAutomator2 server session | |
[debug] [35m[WD Proxy][39m Matched '/' to command name 'deleteSession' | |
[debug] [35m[WD Proxy][39m Proxying [DELETE /] to [DELETE http://127.0.0.1:8200/wd/hub/session/ba979c07-2d95-4d2e-8c9e-09a949861b0e] with no body | |
[debug] [35m[WD Proxy][39m Got response with status 200: {"sessionId":"ba979c07-2d95-4d2e-8c9e-09a949861b0e","value":null} | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop ae.propertyfinder.manager.debug' | |
[debug] [35m[Logcat][39m Stopping logcat capture | |
[debug] [35m[ADB][39m Removing forwarded port socket connection: 8200 | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp\:8200' | |
[info] [35m[UiAutomator2][39m Restoring hidden api policy to the device default configuration | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings delete global hidden_api_policy_pre_p_apps' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings delete global hidden_api_policy_p_apps'[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings delete global hidden_api_policy' | |
[debug] [35m[BaseDriver][39m Event 'newSessionStarted' logged at 1593352129974 (17:48:49 GMT+0400 (Gulf Standard Time)) | |
[debug] [35m[W3C][39m Encountered internal error running command: Error: Cannot start the 'ae.propertyfinder.manager.debug' application. Visit https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/android/activity-startup.md for troubleshooting. Original error: Error executing adbExec. Original error: 'Command '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start -W -n ae.propertyfinder.manager.debug/ae.propertyfinder.ui.splash.SplashActivity -S' timed out after 20000ms'. Try to increase the 20000ms adb execution timeout represented by 'adbExecTimeout' capability | |
[debug] [35m[W3C][39m at ADB.startApp (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-adb/lib/tools/apk-utils.js:165:11) | |
[debug] [35m[W3C][39m Destroying socket connection | |
[info] [35m[HTTP][39m [37m<-- POST /wd/hub/session [39m[31m500[39m [90m27546 ms - 1685[39m | |
[info] [35m[HTTP][39m [90m[39m[debug] [35m[Instrumentation][39m .[debug] [35m[Instrumentation][39m Time: 23.076 | |
[debug] [35m[Instrumentation][39m | |
[debug] [35m[Instrumentation][39m OK (1 test) | |
[debug] [35m[Instrumentation][39m The process has exited with code 0[info] [35m[HTTP][39m [37m-->[39m [37mPOST[39m [37m/wd/hub/session[39m | |
[info] [35m[HTTP][39m [90m{"capabilities":{"firstMatch":[{"platformName":"Android","appium:platformVersion":"","appium:deviceName":"PF","appium:app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","appium:noReset":false}]},"desiredCapabilities":{"platformName":"Android","platformVersion":"","deviceName":"PF","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false}}[39m | |
[debug] [35m[W3C][39m Calling AppiumDriver.createSession() with args: [{"platformName":"Android","platformVersion":"","deviceName":"PF","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false},null,{"firstMatch":[{"platformName":"Android","appium:platformVersion":"","appium:deviceName":"PF","appium:app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","appium:noReset":false}]}] | |
[debug] [35m[BaseDriver][39m Event 'newSessionRequested' logged at 1593352149345 (17:49:09 GMT+0400 (Gulf Standard Time)) | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m ====================================================================== | |
[warn] [35m[Appium][39m DEPRECATION WARNING: | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m The 'automationName' capability was not provided in the desired | |
[warn] [35m[Appium][39m capabilities for this Android session | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m Setting 'automationName=UiAutomator2' by default and using the | |
[warn] [35m[Appium][39m UiAutomator2 Driver | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m The next major version of Appium (2.x) will **require** the | |
[warn] [35m[Appium][39m 'automationName' capability to be set for all sessions on all | |
[warn] [35m[Appium][39m platforms | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m In previous versions (Appium <= 1.13.x), the default was | |
[warn] [35m[Appium][39m 'automationName=UiAutomator1' | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m If you wish to use that automation instead of UiAutomator2, please | |
[warn] [35m[Appium][39m add 'automationName=UiAutomator1' to your desired capabilities | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m For more information about drivers, please visit | |
[warn] [35m[Appium][39m http://appium.io/docs/en/about-appium/intro/ and explore the | |
[warn] [35m[Appium][39m 'Drivers' menu | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m ====================================================================== | |
[warn] [35m[Appium][39m | |
[info] [35m[Appium][39m Appium v1.17.1 creating new AndroidUiautomator2Driver (v1.44.2) session | |
[debug] [35m[BaseDriver][39m W3C capabilities and MJSONWP desired capabilities were provided | |
[debug] [35m[BaseDriver][39m Creating session with W3C capabilities: { | |
[debug] [35m[BaseDriver][39m "alwaysMatch": { | |
[debug] [35m[BaseDriver][39m "platformName": "Android", | |
[debug] [35m[BaseDriver][39m "appium:platformVersion": "", | |
[debug] [35m[BaseDriver][39m "appium:deviceName": "PF", | |
[debug] [35m[BaseDriver][39m "appium:app": "/Users/prashanth/Projects/apps/app-staging-debug.apk", | |
[debug] [35m[BaseDriver][39m "appium:noReset": false | |
[debug] [35m[BaseDriver][39m }, | |
[debug] [35m[BaseDriver][39m "firstMatch": [ | |
[debug] [35m[BaseDriver][39m {} | |
[debug] [35m[BaseDriver][39m ] | |
[debug] [35m[BaseDriver][39m } | |
[info] [35m[BaseDriver][39m Session created with session id: 6ffa2dc9-c3ef-46e7-8ac2-a99eff02c70a | |
[info] [35m[BaseDriver][39m Using local app '/Users/prashanth/Projects/apps/app-staging-debug.apk' | |
[debug] [35m[UiAutomator2][39m Checking whether app is actually present | |
[info] [35m[ADB][39m Using 'adb' from '/Users/prashanth/Library/Android/sdk/platform-tools/adb' | |
[info] [35m[AndroidDriver][39m Retrieving device list | |
[debug] [35m[ADB][39m Trying to find a connected android device | |
[debug] [35m[ADB][39m Getting connected devices... | |
[debug] [35m[ADB][39m Connected devices: [{"udid":"emulator-5554","state":"device"}] | |
[info] [35m[AndroidDriver][39m Using device: emulator-5554 | |
[info] [35m[ADB][39m Using 'adb' from '/Users/prashanth/Library/Android/sdk/platform-tools/adb' | |
[debug] [35m[ADB][39m Setting device id to emulator-5554 | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.sdk' | |
[debug] [35m[ADB][39m Current device property 'ro.build.version.sdk': 28 | |
[info] [35m[ADB][39m Getting device platform version | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.release'[debug] [35m[ADB][39m Current device property 'ro.build.version.release': 9 | |
[debug] [35m[ADB][39m Device API level: 28 | |
[warn] [35m[UiAutomator2][39m Relaxing hidden api policy | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy_pre_p_apps 1' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy_p_apps 1' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy 1' | |
[debug] [35m[AndroidDriver][39m Parsing package and activity from app manifest | |
[info] [35m[ADB][39m Package name: 'ae.propertyfinder.manager.debug' | |
[info] [35m[ADB][39m Main activity name: 'ae.propertyfinder.ui.splash.SplashActivity' | |
[debug] [35m[AndroidDriver][39m Parsed package and activity are: ae.propertyfinder.manager.debug/ae.propertyfinder.ui.splash.SplashActivity | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 wait-for-device' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell echo ping' | |
[debug] [35m[AndroidDriver][39m Pushing settings apk to device... | |
[debug] [35m[ADB][39m Getting install status for io.appium.settings | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings' | |
[debug] [35m[ADB][39m 'io.appium.settings' is installed | |
[debug] [35m[ADB][39m Getting package info for 'io.appium.settings' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings' | |
[debug] [35m[ADB][39m The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('3.1.0' >= '3.1.0') | |
[debug] [35m[ADB][39m There is no need to install/upgrade '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk' | |
[debug] [35m[ADB][39m Getting IDs of all 'io.appium.settings' processes | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'pgrep --help; echo $?''[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pgrep -f io\\.appium\\.settings' | |
[debug] [35m[AndroidDriver][39m io.appium.settings is already running. There is no need to reset its permissions. | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell appops set io.appium.settings android\:mock_location allow' | |
[debug] [35m[Logcat][39m Starting logcat capture | |
[debug] [35m[UiAutomator2][39m Forwarding UiAutomator2 Server port 6790 to 8200 | |
[debug] [35m[ADB][39m Forwarding system: 8200 to device: 6790 | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp\:8200 tcp\:6790' | |
[debug] [35m[ADB][39m Getting install status for io.appium.uiautomator2.server | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server' | |
[debug] [35m[ADB][39m 'io.appium.uiautomator2.server' is installed | |
[debug] [35m[ADB][39m Getting package info for 'io.appium.uiautomator2.server' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server' | |
[debug] [35m[ADB][39m The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('4.5.5' >= '4.5.5') | |
[debug] [35m[UiAutomator2][39m io.appium.uiautomator2.server installation state: sameVersionInstalled | |
[debug] [35m[ADB][39m Checking app cert for /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk | |
[info] [35m[ADB][39m Using 'apksigner.jar' from '/Users/prashanth/Library/Android/sdk/build-tools/29.0.0/lib/apksigner.jar' | |
[debug] [35m[ADB][39m Starting apksigner: /Library/Java/JavaVirtualMachines/openjdk-14.0.1.jdk/Contents/Home/bin/java -Xmx1024M -Xss1m -jar /Users/prashanth/Library/Android/sdk/build-tools/29.0.0/lib/apksigner.jar verify --print-certs /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk[debug] [35m[ADB][39m apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
[debug] [35m[ADB][39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
[debug] [35m[ADB][39m | |
[debug] [35m[ADB][39m '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk' is signed with the default certificate | |
[debug] [35m[ADB][39m Getting install status for io.appium.uiautomator2.server.test | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server.test' | |
[debug] [35m[ADB][39m 'io.appium.uiautomator2.server.test' is installed | |
[debug] [35m[ADB][39m Checking app cert for /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk | |
[debug] [35m[ADB][39m Starting apksigner: /Library/Java/JavaVirtualMachines/openjdk-14.0.1.jdk/Contents/Home/bin/java -Xmx1024M -Xss1m -jar /Users/prashanth/Library/Android/sdk/build-tools/29.0.0/lib/apksigner.jar verify --print-certs /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk[debug] [35m[ADB][39m apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
[debug] [35m[ADB][39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
[debug] [35m[ADB][39m | |
[debug] [35m[ADB][39m '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' is signed with the default certificate | |
[info] [35m[UiAutomator2][39m Server packages are not going to be (re)installed | |
[debug] [35m[UiAutomator2][39m Waiting up to 30000ms for services to be available | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list instrumentation' | |
[debug] [35m[UiAutomator2][39m Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available | |
[debug] [35m[ADB][39m Checking app cert for /Users/prashanth/Projects/apps/app-staging-debug.apk | |
[debug] [35m[ADB][39m Starting apksigner: /Library/Java/JavaVirtualMachines/openjdk-14.0.1.jdk/Contents/Home/bin/java -Xmx1024M -Xss1m -jar /Users/prashanth/Library/Android/sdk/build-tools/29.0.0/lib/apksigner.jar verify --print-certs /Users/prashanth/Projects/apps/app-staging-debug.apk[debug] [35m[ADB][39m apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
[debug] [35m[ADB][39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
[debug] [35m[ADB][39m | |
[debug] [35m[ADB][39m '/Users/prashanth/Projects/apps/app-staging-debug.apk' is signed with the default certificate | |
[debug] [35m[ADB][39m Getting install status for ae.propertyfinder.manager.debug | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m 'ae.propertyfinder.manager.debug' is installed | |
[debug] [35m[ADB][39m Getting package info for 'ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m The version name of the installed 'ae.propertyfinder.manager.debug' is greater or equal to the application version name ('5.11.0' >= '5.11.0') | |
[debug] [35m[ADB][39m There is no need to install/upgrade '/Users/prashanth/Projects/apps/app-staging-debug.apk' | |
[info] [35m[AndroidDriver][39m Performing fast reset on 'ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m Getting install status for ae.propertyfinder.manager.debug | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m 'ae.propertyfinder.manager.debug' is installed | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm clear ae.propertyfinder.manager.debug' | |
[debug] [35m[AndroidDriver][39m Performed fast reset on the installed 'ae.propertyfinder.manager.debug' application (stop and clear) | |
[debug] [35m[UiAutomator2][39m Performing shallow cleanup of automation leftovers[debug] [35m[UiAutomator2][39m No obsolete sessions have been detected (Error: socket hang up) | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop io.appium.uiautomator2.server.test' | |
[info] [35m[UiAutomator2][39m Starting UIAutomator2 server 4.5.5 | |
[info] [35m[UiAutomator2][39m Using UIAutomator2 server from '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk' and test from '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' | |
[info] [35m[UiAutomator2][39m Waiting up to 30000ms for UiAutomator2 to be online... | |
[debug] [35m[ADB][39m Creating ADB subprocess with args: ["-P",5037,"-s","emulator-5554","shell","am","instrument","-w","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"][debug] [35m[Instrumentation][39m io.appium.uiautomator2.server.test.AppiumUiAutomator2Server: | |
[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[debug] [35m[WD Proxy][39m Got response with status 200: {"sessionId":"None","value":{"ready":true,"message":"UiAutomator2 Server is ready to accept commands"}} | |
[debug] [35m[UiAutomator2][39m The initialization of the instrumentation process took 3136ms | |
[debug] [35m[WD Proxy][39m Matched '/session' to command name 'createSession' | |
[debug] [35m[WD Proxy][39m Proxying [POST /session] to [POST http://127.0.0.1:8200/wd/hub/session] with body: {"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","platformVersion":"","deviceName":"PF","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false},"platformName":"Android","platformVersion":"","deviceName":"emulator-5554","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false,"deviceUDID":"emulator-5554","appPackage":"ae.propertyfinder.manager.debug"}],"alwaysMatch":{}}} | |
[debug] [35m[WD Proxy][39m Got response with status 200: {"sessionId":"12579c93-f8e6-40bb-9412-30683336ec7f","value":{"sessionId":"12579c93-f8e6-40bb-9412-30683336ec7f","capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","platformVersion":"","deviceName":"PF","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false},"platformName":"Android","platformVersion":"","deviceName":"emulator-5554","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false,"deviceUDID":"emulator-5554","appPackage":"ae.propertyfinder.manager.debug"}],"alwaysMatch":{}}}} | |
[info] [35m[WD Proxy][39m Determined the downstream protocol as 'W3C' | |
[debug] [35m[WD Proxy][39m Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8200/wd/hub/session/12579c93-f8e6-40bb-9412-30683336ec7f/appium/device/info] with no body | |
[debug] [35m[WD Proxy][39m Got response with status 200: {"sessionId":"12579c93-f8e6-40bb-9412-30683336ec7f","value":{"androidId":"60dfd844b0ff2745","manufacturer":"Google","model":"Android SDK built for x86","brand":"google","apiVersion":"28","platformVersion":"9","carrierName":"Android","realDisplaySize":"1080x2160","displayDensity":440,"networks":[{"type":1,"typeName":"WIFI","subtype":0,"subtypeName":"","isConnected":true,"detailedState":"CONNECTED","state":"CONNECTED","extraInfo":null,"isAvailable":true,"isFailover":false,"isRoaming":false,"capabilities":{"transportTypes":"TRANSPORT_WIFI","networkCapabilities":"NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,NET_CAPABILITY_TRUSTED,NET_CAPABILITY_NOT_VPN,NET_CAPABILITY_VALIDATED,NET_CAPABILITY_NOT_ROAMING,NET_CAPABILITY_FOREGROUND,NET_CAPABILITY_NOT_CONGESTED,NET_CAPABILITY_NOT_SUSPENDED","linkUpstreamBandwidthKbps":1048576,"linkDownBandwidthKbps":1048576,"signalStrength":-50,"networkSpecifier":null,"SSID":null}},{"type":0,"typeName":"MOBILE","subtype":13,"subtypeName":"LTE","... | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window'[info] [35m[AndroidDriver][39m Screen already unlocked, doing nothing | |
[info] [35m[UiAutomator2][39m Starting 'ae.propertyfinder.manager.debug/ae.propertyfinder.ui.splash.SplashActivity and waiting for 'ae.propertyfinder.manager.debug/ae.propertyfinder.ui.splash.SplashActivity' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start -W -n ae.propertyfinder.manager.debug/ae.propertyfinder.ui.splash.SplashActivity -S'[debug] [35m[UiAutomator2][39m Deleting UiAutomator2 session | |
[debug] [35m[UiAutomator2][39m Deleting UiAutomator2 server session | |
[debug] [35m[WD Proxy][39m Matched '/' to command name 'deleteSession' | |
[debug] [35m[WD Proxy][39m Proxying [DELETE /] to [DELETE http://127.0.0.1:8200/wd/hub/session/12579c93-f8e6-40bb-9412-30683336ec7f] with no body | |
[debug] [35m[WD Proxy][39m Got response with status 200: {"sessionId":"12579c93-f8e6-40bb-9412-30683336ec7f","value":null} | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop ae.propertyfinder.manager.debug' | |
[debug] [35m[Logcat][39m Stopping logcat capture | |
[debug] [35m[ADB][39m Removing forwarded port socket connection: 8200 | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp\:8200' | |
[info] [35m[UiAutomator2][39m Restoring hidden api policy to the device default configuration | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings delete global hidden_api_policy_pre_p_apps'[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings delete global hidden_api_policy_p_apps' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings delete global hidden_api_policy' | |
[debug] [35m[BaseDriver][39m Event 'newSessionStarted' logged at 1593352176183 (17:49:36 GMT+0400 (Gulf Standard Time)) | |
[debug] [35m[W3C][39m Encountered internal error running command: Error: Cannot start the 'ae.propertyfinder.manager.debug' application. Visit https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/android/activity-startup.md for troubleshooting. Original error: Error executing adbExec. Original error: 'Command '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start -W -n ae.propertyfinder.manager.debug/ae.propertyfinder.ui.splash.SplashActivity -S' timed out after 20000ms'. Try to increase the 20000ms adb execution timeout represented by 'adbExecTimeout' capability | |
[debug] [35m[W3C][39m at ADB.startApp (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-adb/lib/tools/apk-utils.js:165:11) | |
[debug] [35m[W3C][39m Destroying socket connection | |
[info] [35m[HTTP][39m [37m<-- POST /wd/hub/session [39m[31m500[39m [90m26843 ms - 1685[39m | |
[info] [35m[HTTP][39m [90m[39m[debug] [35m[Instrumentation][39m .[debug] [35m[Instrumentation][39m Time: 23.096 | |
[debug] [35m[Instrumentation][39m | |
[debug] [35m[Instrumentation][39m OK (1 test) | |
[debug] [35m[Instrumentation][39m The process has exited with code 0[info] [35m[HTTP][39m [37m-->[39m [37mPOST[39m [37m/wd/hub/session[39m | |
[info] [35m[HTTP][39m [90m{"capabilities":{"firstMatch":[{"platformName":"Android","appium:platformVersion":"","appium:deviceName":"PF","appium:app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","appium:noReset":false}]},"desiredCapabilities":{"platformName":"Android","platformVersion":"","deviceName":"PF","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false}}[39m | |
[debug] [35m[W3C][39m Calling AppiumDriver.createSession() with args: [{"platformName":"Android","platformVersion":"","deviceName":"PF","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false},null,{"firstMatch":[{"platformName":"Android","appium:platformVersion":"","appium:deviceName":"PF","appium:app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","appium:noReset":false}]}] | |
[debug] [35m[BaseDriver][39m Event 'newSessionRequested' logged at 1593352206554 (17:50:06 GMT+0400 (Gulf Standard Time)) | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m ====================================================================== | |
[warn] [35m[Appium][39m DEPRECATION WARNING: | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m The 'automationName' capability was not provided in the desired | |
[warn] [35m[Appium][39m capabilities for this Android session | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m Setting 'automationName=UiAutomator2' by default and using the | |
[warn] [35m[Appium][39m UiAutomator2 Driver | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m The next major version of Appium (2.x) will **require** the | |
[warn] [35m[Appium][39m 'automationName' capability to be set for all sessions on all | |
[warn] [35m[Appium][39m platforms | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m In previous versions (Appium <= 1.13.x), the default was | |
[warn] [35m[Appium][39m 'automationName=UiAutomator1' | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m If you wish to use that automation instead of UiAutomator2, please | |
[warn] [35m[Appium][39m add 'automationName=UiAutomator1' to your desired capabilities | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m For more information about drivers, please visit | |
[warn] [35m[Appium][39m http://appium.io/docs/en/about-appium/intro/ and explore the | |
[warn] [35m[Appium][39m 'Drivers' menu | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m ====================================================================== | |
[warn] [35m[Appium][39m | |
[info] [35m[Appium][39m Appium v1.17.1 creating new AndroidUiautomator2Driver (v1.44.2) session | |
[debug] [35m[BaseDriver][39m W3C capabilities and MJSONWP desired capabilities were provided | |
[debug] [35m[BaseDriver][39m Creating session with W3C capabilities: { | |
[debug] [35m[BaseDriver][39m "alwaysMatch": { | |
[debug] [35m[BaseDriver][39m "platformName": "Android", | |
[debug] [35m[BaseDriver][39m "appium:platformVersion": "", | |
[debug] [35m[BaseDriver][39m "appium:deviceName": "PF", | |
[debug] [35m[BaseDriver][39m "appium:app": "/Users/prashanth/Projects/apps/app-staging-debug.apk", | |
[debug] [35m[BaseDriver][39m "appium:noReset": false | |
[debug] [35m[BaseDriver][39m }, | |
[debug] [35m[BaseDriver][39m "firstMatch": [ | |
[debug] [35m[BaseDriver][39m {} | |
[debug] [35m[BaseDriver][39m ] | |
[debug] [35m[BaseDriver][39m } | |
[info] [35m[BaseDriver][39m Session created with session id: 61b3c339-3300-4540-8b1f-404975ff51f2 | |
[info] [35m[BaseDriver][39m Using local app '/Users/prashanth/Projects/apps/app-staging-debug.apk' | |
[debug] [35m[UiAutomator2][39m Checking whether app is actually present | |
[info] [35m[ADB][39m Using 'adb' from '/Users/prashanth/Library/Android/sdk/platform-tools/adb' | |
[info] [35m[AndroidDriver][39m Retrieving device list | |
[debug] [35m[ADB][39m Trying to find a connected android device | |
[debug] [35m[ADB][39m Getting connected devices... | |
[debug] [35m[ADB][39m Connected devices: [{"udid":"emulator-5554","state":"device"}] | |
[info] [35m[AndroidDriver][39m Using device: emulator-5554[debug] [35m[ADB][39m Current device property 'ro.build.version.sdk': 28 | |
[info] [35m[ADB][39m Getting device platform version | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.release' | |
[debug] [35m[ADB][39m Current device property 'ro.build.version.release': 9 | |
[debug] [35m[ADB][39m Device API level: 28 | |
[warn] [35m[UiAutomator2][39m Relaxing hidden api policy | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy_pre_p_apps 1'[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy_p_apps 1' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy 1'[info] [35m[ADB][39m Package name: 'ae.propertyfinder.manager.debug' | |
[info] [35m[ADB][39m Main activity name: 'ae.propertyfinder.ui.splash.SplashActivity' | |
[debug] [35m[AndroidDriver][39m Parsed package and activity are: ae.propertyfinder.manager.debug/ae.propertyfinder.ui.splash.SplashActivity | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 wait-for-device' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell echo ping' | |
[debug] [35m[AndroidDriver][39m Pushing settings apk to device... | |
[debug] [35m[ADB][39m Getting install status for io.appium.settings | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings' | |
[debug] [35m[ADB][39m 'io.appium.settings' is installed | |
[debug] [35m[ADB][39m Getting package info for 'io.appium.settings' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings'[debug] [35m[ADB][39m The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('3.1.0' >= '3.1.0') | |
[debug] [35m[ADB][39m There is no need to install/upgrade '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk' | |
[debug] [35m[ADB][39m Getting IDs of all 'io.appium.settings' processes | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'pgrep --help; echo $?'' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pgrep -f io\\.appium\\.settings'[debug] [35m[AndroidDriver][39m io.appium.settings is already running. There is no need to reset its permissions. | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell appops set io.appium.settings android\:mock_location allow' | |
[debug] [35m[Logcat][39m Starting logcat capture | |
[debug] [35m[UiAutomator2][39m Forwarding UiAutomator2 Server port 6790 to 8200 | |
[debug] [35m[ADB][39m Forwarding system: 8200 to device: 6790 | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp\:8200 tcp\:6790' | |
[debug] [35m[ADB][39m Getting install status for io.appium.uiautomator2.server | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server'[debug] [35m[ADB][39m 'io.appium.uiautomator2.server' is installed | |
[debug] [35m[ADB][39m Getting package info for 'io.appium.uiautomator2.server' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server'[debug] [35m[ADB][39m The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('4.5.5' >= '4.5.5') | |
[debug] [35m[UiAutomator2][39m io.appium.uiautomator2.server installation state: sameVersionInstalled | |
[debug] [35m[ADB][39m Checking app cert for /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk | |
[info] [35m[ADB][39m Using 'apksigner.jar' from '/Users/prashanth/Library/Android/sdk/build-tools/29.0.0/lib/apksigner.jar' | |
[debug] [35m[ADB][39m Starting apksigner: /Library/Java/JavaVirtualMachines/openjdk-14.0.1.jdk/Contents/Home/bin/java -Xmx1024M -Xss1m -jar /Users/prashanth/Library/Android/sdk/build-tools/29.0.0/lib/apksigner.jar verify --print-certs /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk[debug] [35m[ADB][39m apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
[debug] [35m[ADB][39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
[debug] [35m[ADB][39m | |
[debug] [35m[ADB][39m '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk' is signed with the default certificate | |
[debug] [35m[ADB][39m Getting install status for io.appium.uiautomator2.server.test | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server.test' | |
[debug] [35m[ADB][39m 'io.appium.uiautomator2.server.test' is installed | |
[debug] [35m[ADB][39m Checking app cert for /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk | |
[debug] [35m[ADB][39m Starting apksigner: /Library/Java/JavaVirtualMachines/openjdk-14.0.1.jdk/Contents/Home/bin/java -Xmx1024M -Xss1m -jar /Users/prashanth/Library/Android/sdk/build-tools/29.0.0/lib/apksigner.jar verify --print-certs /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk[debug] [35m[ADB][39m apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
[debug] [35m[ADB][39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
[debug] [35m[ADB][39m | |
[debug] [35m[ADB][39m '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' is signed with the default certificate | |
[info] [35m[UiAutomator2][39m Server packages are not going to be (re)installed | |
[debug] [35m[UiAutomator2][39m Waiting up to 30000ms for services to be available | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list instrumentation'[debug] [35m[UiAutomator2][39m Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available | |
[debug] [35m[ADB][39m Checking app cert for /Users/prashanth/Projects/apps/app-staging-debug.apk | |
[debug] [35m[ADB][39m Starting apksigner: /Library/Java/JavaVirtualMachines/openjdk-14.0.1.jdk/Contents/Home/bin/java -Xmx1024M -Xss1m -jar /Users/prashanth/Library/Android/sdk/build-tools/29.0.0/lib/apksigner.jar verify --print-certs /Users/prashanth/Projects/apps/app-staging-debug.apk[debug] [35m[ADB][39m apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
[debug] [35m[ADB][39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
[debug] [35m[ADB][39m | |
[debug] [35m[ADB][39m '/Users/prashanth/Projects/apps/app-staging-debug.apk' is signed with the default certificate | |
[debug] [35m[ADB][39m Getting install status for ae.propertyfinder.manager.debug | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package ae.propertyfinder.manager.debug'[debug] [35m[ADB][39m 'ae.propertyfinder.manager.debug' is installed | |
[debug] [35m[ADB][39m Getting package info for 'ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m The version name of the installed 'ae.propertyfinder.manager.debug' is greater or equal to the application version name ('5.11.0' >= '5.11.0') | |
[debug] [35m[ADB][39m There is no need to install/upgrade '/Users/prashanth/Projects/apps/app-staging-debug.apk' | |
[info] [35m[AndroidDriver][39m Performing fast reset on 'ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m Getting install status for ae.propertyfinder.manager.debug | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package ae.propertyfinder.manager.debug'[debug] [35m[ADB][39m 'ae.propertyfinder.manager.debug' is installed | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm clear ae.propertyfinder.manager.debug'[debug] [35m[AndroidDriver][39m Performed fast reset on the installed 'ae.propertyfinder.manager.debug' application (stop and clear) | |
[debug] [35m[UiAutomator2][39m Performing shallow cleanup of automation leftovers | |
[debug] [35m[UiAutomator2][39m No obsolete sessions have been detected (Error: socket hang up) | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop io.appium.uiautomator2.server.test'[info] [35m[UiAutomator2][39m Starting UIAutomator2 server 4.5.5 | |
[info] [35m[UiAutomator2][39m Using UIAutomator2 server from '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk' and test from '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' | |
[info] [35m[UiAutomator2][39m Waiting up to 30000ms for UiAutomator2 to be online... | |
[debug] [35m[ADB][39m Creating ADB subprocess with args: ["-P",5037,"-s","emulator-5554","shell","am","instrument","-w","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"][debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[Instrumentation][39m io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body[debug] [35m[WD Proxy][39m Got response with status 200: {"sessionId":"None","value":{"ready":true,"message":"UiAutomator2 Server is ready to accept commands"}} | |
[debug] [35m[UiAutomator2][39m The initialization of the instrumentation process took 6478ms | |
[debug] [35m[WD Proxy][39m Matched '/session' to command name 'createSession' | |
[debug] [35m[WD Proxy][39m Proxying [POST /session] to [POST http://127.0.0.1:8200/wd/hub/session] with body: {"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","platformVersion":"","deviceName":"PF","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false},"platformName":"Android","platformVersion":"","deviceName":"emulator-5554","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false,"deviceUDID":"emulator-5554","appPackage":"ae.propertyfinder.manager.debug"}],"alwaysMatch":{}}}[debug] [35m[WD Proxy][39m Got response with status 200: {"sessionId":"0bd371bb-7bac-4b50-8be6-050350207179","value":{"sessionId":"0bd371bb-7bac-4b50-8be6-050350207179","capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","platformVersion":"","deviceName":"PF","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false},"platformName":"Android","platformVersion":"","deviceName":"emulator-5554","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false,"deviceUDID":"emulator-5554","appPackage":"ae.propertyfinder.manager.debug"}],"alwaysMatch":{}}}} | |
[info] [35m[WD Proxy][39m Determined the downstream protocol as 'W3C' | |
[debug] [35m[WD Proxy][39m Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8200/wd/hub/session/0bd371bb-7bac-4b50-8be6-050350207179/appium/device/info] with no body | |
[debug] [35m[WD Proxy][39m Got response with status 200: {"sessionId":"0bd371bb-7bac-4b50-8be6-050350207179","value":{"androidId":"60dfd844b0ff2745","manufacturer":"Google","model":"Android SDK built for x86","brand":"google","apiVersion":"28","platformVersion":"9","carrierName":"Android","realDisplaySize":"1080x2160","displayDensity":440,"networks":[{"type":1,"typeName":"WIFI","subtype":0,"subtypeName":"","isConnected":true,"detailedState":"CONNECTED","state":"CONNECTED","extraInfo":null,"isAvailable":true,"isFailover":false,"isRoaming":false,"capabilities":{"transportTypes":"TRANSPORT_WIFI","networkCapabilities":"NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,NET_CAPABILITY_TRUSTED,NET_CAPABILITY_NOT_VPN,NET_CAPABILITY_VALIDATED,NET_CAPABILITY_NOT_ROAMING,NET_CAPABILITY_FOREGROUND,NET_CAPABILITY_NOT_CONGESTED,NET_CAPABILITY_NOT_SUSPENDED","linkUpstreamBandwidthKbps":1048576,"linkDownBandwidthKbps":1048576,"signalStrength":-50,"networkSpecifier":null,"SSID":null}},{"type":0,"typeName":"MOBILE","subtype":13,"subtypeName":"LTE","... | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window'[info] [35m[AndroidDriver][39m Screen already unlocked, doing nothing | |
[info] [35m[UiAutomator2][39m Starting 'ae.propertyfinder.manager.debug/ae.propertyfinder.ui.splash.SplashActivity and waiting for 'ae.propertyfinder.manager.debug/ae.propertyfinder.ui.splash.SplashActivity' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start -W -n ae.propertyfinder.manager.debug/ae.propertyfinder.ui.splash.SplashActivity -S'[debug] [35m[ADB][39m Waiting up to 20000ms for activity matching pkg: 'ae.propertyfinder.manager.debug' and activity: 'ae.propertyfinder.ui.splash.SplashActivity' to be focused | |
[debug] [35m[ADB][39m Possible activities, to be checked: 'ae.propertyfinder.ui.splash.SplashActivity', 'ae.propertyfinder.manager.debug.ae.propertyfinder.ui.splash.SplashActivity' | |
[debug] [35m[ADB][39m Getting focused package and activity | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window windows'[debug] [35m[ADB][39m Found package: 'ae.propertyfinder.manager.debug' and fully qualified activity name : 'ae.propertyfinder.ui.splash.SplashActivity' | |
[debug] [35m[WD Proxy][39m Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:8200/wd/hub/session/0bd371bb-7bac-4b50-8be6-050350207179/appium/device/pixel_ratio] with body: {}[debug] [35m[WD Proxy][39m Got response with status 200: {"sessionId":"0bd371bb-7bac-4b50-8be6-050350207179","value":2.75} | |
[debug] [35m[WD Proxy][39m Matched '/appium/device/system_bars' to command name 'getSystemBars' | |
[debug] [35m[WD Proxy][39m Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:8200/wd/hub/session/0bd371bb-7bac-4b50-8be6-050350207179/appium/device/system_bars] with body: {} | |
[debug] [35m[WD Proxy][39m Got response with status 200: {"sessionId":"0bd371bb-7bac-4b50-8be6-050350207179","value":{"statusBar":66}} | |
[debug] [35m[WD Proxy][39m Matched '/window/current/size' to command name 'getWindowSize' | |
[debug] [35m[WD Proxy][39m Proxying [GET /window/current/size] to [GET http://127.0.0.1:8200/wd/hub/session/0bd371bb-7bac-4b50-8be6-050350207179/window/current/size] with body: {} | |
[debug] [35m[WD Proxy][39m Got response with status 200: {"sessionId":"0bd371bb-7bac-4b50-8be6-050350207179","value":{"height":2028,"width":1080}} | |
[info] [35m[Appium][39m New AndroidUiautomator2Driver session created successfully, session 61b3c339-3300-4540-8b1f-404975ff51f2 added to master session list | |
[debug] [35m[BaseDriver][39m Event 'newSessionStarted' logged at 1593352236584 (17:50:36 GMT+0400 (Gulf Standard Time)) | |
[debug] [35m[W3C (61b3c339)][39m Cached the protocol value 'W3C' for the new session 61b3c339-3300-4540-8b1f-404975ff51f2 | |
[debug] [35m[W3C (61b3c339)][39m Responding to client with driver.createSession() result: {"capabilities":{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","platformVersion":"","deviceName":"PF","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false},"platformName":"Android","platformVersion":"9","deviceName":"emulator-5554","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false,"deviceUDID":"emulator-5554","appPackage":"ae.propertyfinder.manager.debug","deviceApiLevel":28,"deviceScreenSize":"1080x2160","deviceScreenDensity":440,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.75,"statBarHeight":66,"viewportRect":{"left":0,"top":66,"width":1080,"height":1962}}} | |
[info] [35m[HTTP][39m [37m<-- POST /wd/hub/session [39m[32m200[39m [90m30037 ms - 903[39m | |
[info] [35m[HTTP][39m [90m[39m[info] [35m[HTTP][39m [37m-->[39m [37mPOST[39m [37m/wd/hub/session/61b3c339-3300-4540-8b1f-404975ff51f2/appium/app/launch[39m | |
[info] [35m[HTTP][39m [90m{}[39m | |
[debug] [35m[W3C (61b3c339)][39m Calling AppiumDriver.launchApp() with args: ["61b3c339-3300-4540-8b1f-404975ff51f2"] | |
[debug] [35m[ADB][39m Checking app cert for /Users/prashanth/Projects/apps/app-staging-debug.apk | |
[debug] [35m[ADB][39m Starting apksigner: /Library/Java/JavaVirtualMachines/openjdk-14.0.1.jdk/Contents/Home/bin/java -Xmx1024M -Xss1m -jar /Users/prashanth/Library/Android/sdk/build-tools/29.0.0/lib/apksigner.jar verify --print-certs /Users/prashanth/Projects/apps/app-staging-debug.apk[debug] [35m[ADB][39m apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
[debug] [35m[ADB][39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
[debug] [35m[ADB][39m | |
[debug] [35m[ADB][39m '/Users/prashanth/Projects/apps/app-staging-debug.apk' is signed with the default certificate | |
[debug] [35m[ADB][39m Getting install status for ae.propertyfinder.manager.debug | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m 'ae.propertyfinder.manager.debug' is installed | |
[debug] [35m[ADB][39m Getting package info for 'ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package ae.propertyfinder.manager.debug'[debug] [35m[ADB][39m The version name of the installed 'ae.propertyfinder.manager.debug' is greater or equal to the application version name ('5.11.0' >= '5.11.0') | |
[debug] [35m[ADB][39m There is no need to install/upgrade '/Users/prashanth/Projects/apps/app-staging-debug.apk' | |
[info] [35m[AndroidDriver][39m Performing fast reset on 'ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m Getting install status for ae.propertyfinder.manager.debug | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m 'ae.propertyfinder.manager.debug' is installed | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop ae.propertyfinder.manager.debug'[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm clear ae.propertyfinder.manager.debug'[debug] [35m[AndroidDriver][39m Performed fast reset on the installed 'ae.propertyfinder.manager.debug' application (stop and clear) | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start -W -n ae.propertyfinder.manager.debug/ae.propertyfinder.ui.splash.SplashActivity -S'[debug] [35m[ADB][39m Waiting up to 20000ms for activity matching pkg: 'ae.propertyfinder.manager.debug' and activity: 'ae.propertyfinder.ui.splash.SplashActivity' to be focused | |
[debug] [35m[ADB][39m Possible activities, to be checked: 'ae.propertyfinder.ui.splash.SplashActivity', 'ae.propertyfinder.manager.debug.ae.propertyfinder.ui.splash.SplashActivity' | |
[debug] [35m[ADB][39m Getting focused package and activity | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window windows'[debug] [35m[ADB][39m Found package: 'ae.propertyfinder.manager.debug' and fully qualified activity name : 'ae.propertyfinder.ui.splash.SplashActivity' | |
[debug] [35m[W3C (61b3c339)][39m Responding to client with driver.launchApp() result: null | |
[info] [35m[HTTP][39m [37m<-- POST /wd/hub/session/61b3c339-3300-4540-8b1f-404975ff51f2/appium/app/launch [39m[32m200[39m [90m22019 ms - 14[39m | |
[info] [35m[HTTP][39m [90m[39m[warn] [35m[BaseDriver][39m Shutting down because we waited 60 seconds for a command | |
[warn] [35m[Appium][39m Closing session, cause was 'New Command Timeout of 60 seconds expired. Try customizing the timeout using the 'newCommandTimeout' desired capability' | |
[info] [35m[Appium][39m Removing session '61b3c339-3300-4540-8b1f-404975ff51f2' from our master session list | |
[debug] [35m[UiAutomator2][39m Deleting UiAutomator2 session | |
[debug] [35m[UiAutomator2][39m Deleting UiAutomator2 server session | |
[debug] [35m[WD Proxy][39m Matched '/' to command name 'deleteSession' | |
[debug] [35m[WD Proxy][39m Proxying [DELETE /] to [DELETE http://127.0.0.1:8200/wd/hub/session/0bd371bb-7bac-4b50-8be6-050350207179] with no body | |
[debug] [35m[WD Proxy][39m Got response with status 200: {"sessionId":"0bd371bb-7bac-4b50-8be6-050350207179","value":null} | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop ae.propertyfinder.manager.debug' | |
[debug] [35m[Logcat][39m Stopping logcat capture | |
[debug] [35m[ADB][39m Removing forwarded port socket connection: 8200 | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp\:8200' | |
[info] [35m[UiAutomator2][39m Restoring hidden api policy to the device default configuration | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings delete global hidden_api_policy_pre_p_apps' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings delete global hidden_api_policy_p_apps'[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings delete global hidden_api_policy'[debug] [35m[Instrumentation][39m .[debug] [35m[Instrumentation][39m Time: 116.97 | |
[debug] [35m[Instrumentation][39m | |
[debug] [35m[Instrumentation][39m OK (1 test)[debug] [35m[Instrumentation][39m The process has exited with code 0[info] [35m[HTTP][39m [37m-->[39m [37mPOST[39m [37m/wd/hub/session[39m | |
[info] [35m[HTTP][39m [90m{"capabilities":{"firstMatch":[{"platformName":"Android","appium:platformVersion":"","appium:deviceName":"PF","appium:app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","appium:noReset":false}]},"desiredCapabilities":{"platformName":"Android","platformVersion":"","deviceName":"PF","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false}}[39m | |
[debug] [35m[W3C][39m Calling AppiumDriver.createSession() with args: [{"platformName":"Android","platformVersion":"","deviceName":"PF","app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","noReset":false},null,{"firstMatch":[{"platformName":"Android","appium:platformVersion":"","appium:deviceName":"PF","appium:app":"/Users/prashanth/Projects/apps/app-staging-debug.apk","appium:noReset":false}]}] | |
[debug] [35m[BaseDriver][39m Event 'newSessionRequested' logged at 1593354017378 (18:20:17 GMT+0400 (Gulf Standard Time)) | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m ====================================================================== | |
[warn] [35m[Appium][39m DEPRECATION WARNING: | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m The 'automationName' capability was not provided in the desired | |
[warn] [35m[Appium][39m capabilities for this Android session | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m Setting 'automationName=UiAutomator2' by default and using the | |
[warn] [35m[Appium][39m UiAutomator2 Driver | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m The next major version of Appium (2.x) will **require** the | |
[warn] [35m[Appium][39m 'automationName' capability to be set for all sessions on all | |
[warn] [35m[Appium][39m platforms | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m In previous versions (Appium <= 1.13.x), the default was | |
[warn] [35m[Appium][39m 'automationName=UiAutomator1' | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m If you wish to use that automation instead of UiAutomator2, please | |
[warn] [35m[Appium][39m add 'automationName=UiAutomator1' to your desired capabilities | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m For more information about drivers, please visit | |
[warn] [35m[Appium][39m http://appium.io/docs/en/about-appium/intro/ and explore the | |
[warn] [35m[Appium][39m 'Drivers' menu | |
[warn] [35m[Appium][39m | |
[warn] [35m[Appium][39m ====================================================================== | |
[warn] [35m[Appium][39m | |
[info] [35m[Appium][39m Appium v1.17.1 creating new AndroidUiautomator2Driver (v1.44.2) session | |
[debug] [35m[BaseDriver][39m W3C capabilities and MJSONWP desired capabilities were provided | |
[debug] [35m[BaseDriver][39m Creating session with W3C capabilities: { | |
[debug] [35m[BaseDriver][39m "alwaysMatch": { | |
[debug] [35m[BaseDriver][39m "platformName": "Android", | |
[debug] [35m[BaseDriver][39m "appium:platformVersion": "", | |
[debug] [35m[BaseDriver][39m "appium:deviceName": "PF", | |
[debug] [35m[BaseDriver][39m "appium:app": "/Users/prashanth/Projects/apps/app-staging-debug.apk", | |
[debug] [35m[BaseDriver][39m "appium:noReset": false | |
[debug] [35m[BaseDriver][39m }, | |
[debug] [35m[BaseDriver][39m "firstMatch": [ | |
[debug] [35m[BaseDriver][39m {} | |
[debug] [35m[BaseDriver][39m ] | |
[debug] [35m[BaseDriver][39m } | |
[info] [35m[BaseDriver][39m Session created with session id: 33e71a1f-9aa4-4019-9f80-3b59f6b22292 | |
[info] [35m[BaseDriver][39m Using local app '/Users/prashanth/Projects/apps/app-staging-debug.apk' | |
[debug] [35m[UiAutomator2][39m Checking whether app is actually present | |
[info] [35m[ADB][39m Using 'adb' from '/Users/prashanth/Library/Android/sdk/platform-tools/adb' | |
[info] [35m[AndroidDriver][39m Retrieving device list | |
[debug] [35m[ADB][39m Trying to find a connected android device | |
[debug] [35m[ADB][39m Getting connected devices...[debug] [35m[ADB][39m Connected devices: [{"udid":"emulator-5554","state":"device"}] | |
[info] [35m[AndroidDriver][39m Using device: emulator-5554 | |
[info] [35m[ADB][39m Using 'adb' from '/Users/prashanth/Library/Android/sdk/platform-tools/adb' | |
[debug] [35m[ADB][39m Setting device id to emulator-5554 | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.sdk' | |
[debug] [35m[ADB][39m Current device property 'ro.build.version.sdk': 29 | |
[info] [35m[ADB][39m Getting device platform version | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.release' | |
[debug] [35m[ADB][39m Current device property 'ro.build.version.release': 10 | |
[debug] [35m[ADB][39m Device API level: 29 | |
[warn] [35m[UiAutomator2][39m Relaxing hidden api policy | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy_pre_p_apps 1' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy_p_apps 1'[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy 1' | |
[debug] [35m[AndroidDriver][39m Parsing package and activity from app manifest | |
[info] [35m[ADB][39m Package name: 'ae.propertyfinder.manager.debug' | |
[info] [35m[ADB][39m Main activity name: 'ae.propertyfinder.ui.splash.SplashActivity' | |
[debug] [35m[AndroidDriver][39m Parsed package and activity are: ae.propertyfinder.manager.debug/ae.propertyfinder.ui.splash.SplashActivity | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 wait-for-device' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell echo ping' | |
[debug] [35m[AndroidDriver][39m Pushing settings apk to device... | |
[debug] [35m[ADB][39m Getting install status for io.appium.settings | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings'[debug] [35m[ADB][39m 'io.appium.settings' is not installed | |
[debug] [35m[ADB][39m App '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk' is not installed | |
[debug] [35m[ADB][39m Installing '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 features' | |
[info] [35m[ADB][39m The application at '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk' will not be cached, because the device under test has confirmed the support of streamed installs | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 install -g /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk'[info] [35m[ADB][39m The installation of 'settings_apk-debug.apk' took 647ms | |
[debug] [35m[ADB][39m Install command stdout: Performing Streamed Install | |
[debug] [35m[ADB][39m Success | |
[debug] [35m[ADB][39m Getting IDs of all 'io.appium.settings' processes | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'pgrep --help; echo $?'' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pgrep -f io\\.appium\\.settings'[debug] [35m[ADB][39m Getting IDs of all 'io.appium.settings' processes | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pgrep -f io\\.appium\\.settings' | |
[debug] [35m[ADB][39m Starting Appium Settings app | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start -n io.appium.settings/.Settings -a android.intent.action.MAIN -c android.intent.category.LAUNCHER'[debug] [35m[ADB][39m Getting IDs of all 'io.appium.settings' processes | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pgrep -f io\\.appium\\.settings'[debug] [35m[ADB][39m Getting IDs of all 'io.appium.settings' processes | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pgrep -f io\\.appium\\.settings' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell appops set io.appium.settings android\:mock_location allow' | |
[debug] [35m[Logcat][39m Starting logcat capture | |
[debug] [35m[UiAutomator2][39m Forwarding UiAutomator2 Server port 6790 to 8200 | |
[debug] [35m[ADB][39m Forwarding system: 8200 to device: 6790 | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp\:8200 tcp\:6790'[debug] [35m[ADB][39m Getting install status for io.appium.uiautomator2.server | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server' | |
[debug] [35m[ADB][39m 'io.appium.uiautomator2.server' is not installed | |
[debug] [35m[ADB][39m App '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk' is not installed | |
[debug] [35m[UiAutomator2][39m io.appium.uiautomator2.server installation state: notInstalled | |
[debug] [35m[ADB][39m Checking app cert for /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk | |
[info] [35m[ADB][39m Using 'apksigner.jar' from '/Users/prashanth/Library/Android/sdk/build-tools/29.0.0/lib/apksigner.jar' | |
[debug] [35m[ADB][39m Starting apksigner: /Library/Java/JavaVirtualMachines/openjdk-14.0.1.jdk/Contents/Home/bin/java -Xmx1024M -Xss1m -jar /Users/prashanth/Library/Android/sdk/build-tools/29.0.0/lib/apksigner.jar verify --print-certs /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk[debug] [35m[ADB][39m apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
[debug] [35m[ADB][39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
[debug] [35m[ADB][39m | |
[debug] [35m[ADB][39m '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk' is signed with the default certificate | |
[debug] [35m[ADB][39m Getting install status for io.appium.uiautomator2.server.test | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server.test' | |
[debug] [35m[ADB][39m 'io.appium.uiautomator2.server.test' is not installed | |
[debug] [35m[ADB][39m Checking app cert for /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk | |
[debug] [35m[ADB][39m Starting apksigner: /Library/Java/JavaVirtualMachines/openjdk-14.0.1.jdk/Contents/Home/bin/java -Xmx1024M -Xss1m -jar /Users/prashanth/Library/Android/sdk/build-tools/29.0.0/lib/apksigner.jar verify --print-certs /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk[debug] [35m[ADB][39m apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
[debug] [35m[ADB][39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
[debug] [35m[ADB][39m | |
[debug] [35m[ADB][39m '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' is signed with the default certificate | |
[info] [35m[UiAutomator2][39m Server packages are going to be (re)installed | |
[info] [35m[ADB][39m The application at '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk' will not be cached, because the device under test has confirmed the support of streamed installs | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 install -r /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk'[info] [35m[ADB][39m The installation of 'appium-uiautomator2-server-v4.5.5.apk' took 1034ms | |
[debug] [35m[ADB][39m Install command stdout: Performing Streamed Install | |
[debug] [35m[ADB][39m Success | |
[info] [35m[ADB][39m The application at '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' will not be cached, because the device under test has confirmed the support of streamed installs | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 install -r /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'[info] [35m[ADB][39m The installation of 'appium-uiautomator2-server-debug-androidTest.apk' took 2135ms | |
[debug] [35m[ADB][39m Install command stdout: Performing Streamed Install | |
[debug] [35m[ADB][39m Success | |
[debug] [35m[UiAutomator2][39m Waiting up to 30000ms for services to be available | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list instrumentation'[debug] [35m[UiAutomator2][39m Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available | |
[debug] [35m[ADB][39m Checking app cert for /Users/prashanth/Projects/apps/app-staging-debug.apk | |
[debug] [35m[ADB][39m Starting apksigner: /Library/Java/JavaVirtualMachines/openjdk-14.0.1.jdk/Contents/Home/bin/java -Xmx1024M -Xss1m -jar /Users/prashanth/Library/Android/sdk/build-tools/29.0.0/lib/apksigner.jar verify --print-certs /Users/prashanth/Projects/apps/app-staging-debug.apk[debug] [35m[ADB][39m apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
[debug] [35m[ADB][39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
[debug] [35m[ADB][39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
[debug] [35m[ADB][39m | |
[debug] [35m[ADB][39m '/Users/prashanth/Projects/apps/app-staging-debug.apk' is signed with the default certificate | |
[debug] [35m[ADB][39m Getting install status for ae.propertyfinder.manager.debug | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package ae.propertyfinder.manager.debug' | |
[debug] [35m[ADB][39m 'ae.propertyfinder.manager.debug' is not installed | |
[debug] [35m[ADB][39m App '/Users/prashanth/Projects/apps/app-staging-debug.apk' is not installed | |
[debug] [35m[ADB][39m Installing '/Users/prashanth/Projects/apps/app-staging-debug.apk' | |
[info] [35m[ADB][39m The application at '/Users/prashanth/Projects/apps/app-staging-debug.apk' will not be cached, because the device under test has confirmed the support of streamed installs | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 install /Users/prashanth/Projects/apps/app-staging-debug.apk'[info] [35m[ADB][39m The installation of 'app-staging-debug.apk' took 3240ms | |
[debug] [35m[ADB][39m Install command stdout: Performing Streamed Install | |
[debug] [35m[ADB][39m Success | |
[debug] [35m[UiAutomator2][39m Performing shallow cleanup of automation leftovers | |
[debug] [35m[UiAutomator2][39m No obsolete sessions have been detected (Error: socket hang up) | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop io.appium.uiautomator2.server.test'[info] [35m[UiAutomator2][39m Starting UIAutomator2 server 4.5.5 | |
[info] [35m[UiAutomator2][39m Using UIAutomator2 server from '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk' and test from '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' | |
[info] [35m[UiAutomator2][39m Waiting up to 30000ms for UiAutomator2 to be online... | |
[debug] [35m[ADB][39m Creating ADB subprocess with args: ["-P",5037,"-s","emulator-5554","shell","am","instrument","-w","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"][debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[Instrumentation][39m io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"}[debug] [35m[WD Proxy][39m Matched '/status' to command name 'getStatus' | |
[debug] [35m[WD Proxy][39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[info] [35m[WD Proxy][39m Got response with unknown status: {"code":"ECONNRESET"} | |
[error] [35m[UiAutomator2][39m The instrumentation process cannot be initialized within 30000ms timeout. Make sure the application under test does not crash and investigate the logcat output. You could also try to increase the value of 'uiautomator2ServerLaunchTimeout' capability. | |
[debug] [35m[UiAutomator2][39m Deleting UiAutomator2 session | |
[debug] [35m[UiAutomator2][39m Deleting UiAutomator2 server session | |
[debug] [35m[WD Proxy][39m Matched '/' to command name 'deleteSession' | |
[warn] [35m[UiAutomator2][39m Did not get confirmation UiAutomator2 deleteSession worked; Error was: UnknownError: An unknown server-side error occurred while processing the command. Original error: Trying to proxy a session command without session id | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop ae.propertyfinder.manager.debug'[debug] [35m[Logcat][39m Stopping logcat capture | |
[debug] [35m[ADB][39m Removing forwarded port socket connection: 8200 | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp\:8200' | |
[info] [35m[UiAutomator2][39m Restoring hidden api policy to the device default configuration | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings delete global hidden_api_policy_pre_p_apps' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings delete global hidden_api_policy_p_apps' | |
[debug] [35m[ADB][39m Running '/Users/prashanth/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings delete global hidden_api_policy' | |
[debug] [35m[BaseDriver][39m Event 'newSessionStarted' logged at 1593354065350 (18:21:05 GMT+0400 (Gulf Standard Time)) | |
[debug] [35m[W3C][39m Encountered internal error running command: Error: The instrumentation process cannot be initialized within 30000ms timeout. Make sure the application under test does not crash and investigate the logcat output. You could also try to increase the value of 'uiautomator2ServerLaunchTimeout' capability. | |
[debug] [35m[W3C][39m at Object.errorAndThrow (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-support/lib/logging.js:87:35) | |
[debug] [35m[W3C][39m at UiAutomator2Server.startSession (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-driver/lib/uiautomator2.js:220:15) | |
[debug] [35m[W3C][39m Destroying socket connection | |
[info] [35m[HTTP][39m [37m<-- POST /wd/hub/session [39m[31m500[39m [90m47987 ms - 1065[39m | |
[info] [35m[HTTP][39m [90m[39m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment