Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-25160] Updated adb devices call to parse device info from 'get… #16

Merged
merged 3 commits into from Aug 17, 2017

Conversation

cb1kenobi
Copy link
Contributor

[TIMOB-25160] Updated adb devices call to parse device info from 'getprop' instead of cat'ing the build.prop file.

JIRA: https://jira.appcelerator.org/browse/TIMOB-25160

…prop' instead of cat'ing the build.prop file.
@cb1kenobi cb1kenobi requested a review from feons August 16, 2017 03:49
lib/adb.js Outdated
if (p != -1) {
value = line.substring(p + 1).trim();
switch (key = line.substring(0, p)) {
var m = line.match(re);
Copy link
Contributor

Choose a reason for hiding this comment

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

why not use let here and below?

@feons
Copy link
Contributor

feons commented Aug 17, 2017

LoOk gOod to me!

@feons feons merged commit cc43aa0 into tidev:master Aug 17, 2017
@cb1kenobi cb1kenobi deleted the timob-25160 branch August 17, 2017 21:15
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.

None yet

2 participants