planetfederal / geodroid-server

Apache License 2.0
3 stars 4 forks source link

add conditional tracing of http requests #37

Closed ischneider closed 10 years ago

ischneider commented 10 years ago

@jdeolive I tested this out and it seems to work correctly - mind giving it a shot?

Curious where your device plops the trace file. After enabling tracing, logcat should note something like:

I/dalvikvm(20390): TRACE STARTED: '/mnt/sdcard/dmtrace.trace' 8192KB
jdeolive commented 10 years ago

Nice. Trying this out now.

jdeolive commented 10 years ago

Tried it out running directly from eclipse and it worked great for me. The file however went to /mnt/sdcad/GeodroidServer.trace.

ischneider commented 10 years ago

Cool.

Yeah, that was an older log before I renamed the trace file. Mostly curious about the directory as on my physical device it was different.

ischneider commented 10 years ago

Merged with 491a3d1e