Cannot parse dumpstate files generated on windows with adb shell

Issue #84 invalid
Mikhail Lopatkin repo owner created an issue

Use {{{ adb shell dumpstate > dumpstate.txt}}} in the CMD to generate a dumpstate file. Try to parse it with the tool.

Expected result: file successfully parsed.

Actual result: "unrecognized file format".

Workaround: open file with FAR editor and save it with Win or Unix line ending (with Shift+F2). The file is readable with the tool then.

Comments (1)

  1. Log in to comment