Trying to use dmtracedump tool.
in command line I write: dmtracedump -0 path_to_trace
And I’v got ERROR: unable to read 1333896 bytes from trace file
Is that tool works at all ? Or I do something wrong ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Short version: on Windows, that tool doesn’t work at all. It apparently is no longer maintained since traceview became available (both from the command line or from Eclipse DDMS).
Ubuntu, Mac OSX et al should be fine, but that probably doesn’t help you much.
As a sidenote, your example command line has a typo: it’s -o, not -0.