Skip to content

Conversation

teobugslayer
Copy link
Contributor

@ns-bot
Copy link

ns-bot commented Aug 12, 2015

this.device.adb.executeShellCommand(`rm "${envDebugOutFullpath}"`).wait();
this.device.adb.executeShellCommand(`mkdir -p "${packageDir}"`).wait();
this.device.adb.executeShellCommand(["rm", `${envDebugOutFullpath}`]).wait();
this.device.adb.executeShellCommand(["mkdir", "-p", `${packageDir}`]).wait();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

packageDir should be in ""

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We agreed in person that the code is correct.

@Fatme
Copy link
Contributor

Fatme commented Aug 12, 2015

👍 after addressing my comments

@ns-bot
Copy link

ns-bot commented Aug 12, 2015

teobugslayer added a commit that referenced this pull request Aug 12, 2015
Fixes for android related commands
@teobugslayer teobugslayer merged commit 4b41c15 into master Aug 12, 2015
@teobugslayer teobugslayer deleted the totev/fix-crash branch September 4, 2015 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants