Trying to get 'traceview' working for the first time and I'm having a strange problem. I can't get it to see the trace file that's right in front of it. I'm developing on XP but plan to attempt this on Linux as well once I get that set up.
I started by creating a trace and pulling it to my local machine following the instructions on the google android site. The file is called "inbox.trace". I cd to the directory with that file and run the following from a command line:
C:\tracesdir> traceview.bat inbox
trace file 'inbox' not found
I've tried everything I can think of including specifying the whole trace filename (instead of just the basename), and separating the file into it's "key" and "data" components. Does anybody have any ideas for me?