Skip to content

Instantly share code, notes, and snippets.

@mirao
Created August 28, 2019 15:28
Show Gist options
  • Save mirao/c31577b6b8268fbbf9053a8bfdfc8d04 to your computer and use it in GitHub Desktop.
Save mirao/c31577b6b8268fbbf9053a8bfdfc8d04 to your computer and use it in GitHub Desktop.
[HTTP] --> POST /wd/hub/session/cef50f91-0f0e-4510-823a-fb7da146fd28/appium/device/install_app
[HTTP] {"appPath":"http://192.168.1.239/SPORK-new.apk"}
[debug] [W3C (cef50f91)] Calling AppiumDriver.installApp() with args: ["http://192.168.1.239/SPORK-new.apk",null,null,null,"cef50f91-0f0e-4510-823a-fb7da146fd28"]
[BaseDriver] Using downloadable app 'http://192.168.1.239/SPORK-new.apk'
[debug] [BaseDriver] Last-Modified: Wed, 28 Aug 2019 07:51:37 GMT
[debug] [BaseDriver] Content-Type: application/vnd.android.package-archive
[debug] [BaseDriver] 'http://192.168.1.239/SPORK-new.apk' (24.89 MB) has been downloaded to '/tmp/2019728-25329-1szezqw.ttot/SPORK-new.apk' in 20.711s
[debug] [BaseDriver] Approximate download speed: 1.20 MB/s
[debug] [ADB] Running '/home/mira/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo _ERROR_''
[debug] [ADB] The count of applications in the cache: 2
[ADB] Caching the application at '/tmp/2019728-25329-1szezqw.ttot/SPORK-new.apk' to '/data/local/tmp/appium_cache/19dae6cd814b4b8b0230abb29732966581194a8e.apk'
[debug] [ADB] Running '/home/mira/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell mkdir -p /data/local/tmp/appium_cache'
[debug] [ADB] Running '/home/mira/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 push /tmp/2019728-25329-1szezqw.ttot/SPORK-new.apk /data/local/tmp/appium_cache/19dae6cd814b4b8b0230abb29732966581194a8e.apk'
[ADB] The upload of 'SPORK-new.apk' (24.89 MB) took 0.159s
[debug] [ADB] Running '/home/mira/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm install -r /data/local/tmp/appium_cache/19dae6cd814b4b8b0230abb29732966581194a8e.apk'
[ADB] The installation of 'SPORK-new.apk' took 2.756s
[debug] [ADB] Install command stdout: Success
[debug] [W3C (cef50f91)] Responding to client with driver.installApp() result: null
[HTTP] <-- POST /wd/hub/session/cef50f91-0f0e-4510-823a-fb7da146fd28/appium/device/install_app 200 24147 ms - 14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment