Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B buck
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 201
    • Issues 201
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • buck
  • Merge requests
  • !859

Replace Agent receive-file action with ddmlib file push.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/zbsz/remove_receive_file into master Aug 24, 2016
  • Overview 8
  • Commits 1
  • Pipelines 0
  • Changes 8

Created by: zbsz

Changed ExopackageInstaller.installFile to use ddmlib IDevice.pushFile instead of receive-file action of android agent app.

receive-file was used to upload a file and put it in specified path, using IDevice.pushFile is much easier and seems to be working better (at least on my devices). This was the only place where 'receive-file' was used, so I removed it completely, also from the native app version.

I have no idea why this was done this way, only tested it on couple devices, so this is just a suggestion, someone with more experience (or test devices) should verify if that is fine.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/zbsz/remove_receive_file