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

Device parsing bug in AdbWrapper #18

Closed
idb- opened this issue Feb 8, 2020 · 2 comments
Closed

Device parsing bug in AdbWrapper #18

idb- opened this issue Feb 8, 2020 · 2 comments
Labels
bug Something isn't working Windows

Comments

@idb-
Copy link

idb- commented Feb 8, 2020

[*] Working directory : E:\Dexcalibur\workspace\com.dontworry.aboutit
[INFO] Unrecognized key (single token) : devices
[INFO] Unrecognized key (single token) : devices
[INFO] Unrecognized key (single token) : devices
[INFO] Unrecognized key (single token) : product:bullhead

Here is the result of device list;

E:\Dexcalibur>adb devices -l
List of devices attached
0a1b2c3d4e5f6e7d device product:bullhead model:Nexus_5X device:bullhead transport_id:22

@FrenchYeti
Copy link
Owner

Parsers into AdbWrapper were not able to deal with platform specific EOL. I changed it, but I need to continue to apply changes in several location before it be fully working on Windows.

@FrenchYeti FrenchYeti added bug Something isn't working Windows labels Feb 12, 2020
@FrenchYeti FrenchYeti added this to To do in Dexcalibur - Improvements via automation Mar 22, 2020
@FrenchYeti
Copy link
Owner

FrenchYeti commented May 26, 2020

Dexcalibur >= v0.7 supports system-specific EOL.

If you experiment similar error feel free to add a comment.

@FrenchYeti FrenchYeti moved this from To do to Done in Dexcalibur - Improvements Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Windows
Projects
Development

No branches or pull requests

2 participants