Open GoogleCodeExporter opened 9 years ago
How do you feel about a --setup-only mode? Vogar would run dx, copy files to
the device, and then print the command you need to run yourself. You could
taylor this command to your particular needs, similarly to what we currently do
by combining --no-clean and --verbose.
Original comment by jessewil...@google.com
on 16 Jul 2010 at 6:20
that's part of it, but i'd like to cut out as many code middlemen as possible.
i don't want any code running that isn't absolutely necessary: no sockets or
xml or whatever. the tools i have in mind tend to be verbose/awkward enough
that i'm basically unable to cope with the distraction of all the
infrastructure's activity.
you've seen how inconvenient valgrind is (and that's without getting fancy and
supporting stuff like dropping into gdb), but strace is even worse (thanks to a
deficiency in android's strace), and tcpdump will get all the results' traffic
mixed in (though admittedly it's possible if i were more leet that i could
write a filter to ignore that).
Original comment by e...@google.com
on 16 Jul 2010 at 8:30
If we move to a model where the target vogar code runs the action as a
subprocess, it might resolve a lot of these concerns, since it won't mix other
code into the action, and sometrying to debug can be told the command line to
exec the subprocess for interactive replay of an action... which makes me think
of having a web interface on the target monitor for having it rerun, change
options, ... :)
Original comment by b...@google.com
on 16 Jul 2010 at 8:47
Original issue reported on code.google.com by
e...@google.com
on 16 Jul 2010 at 6:10