google / caliper

Micro-benchmarking library for Java
Apache License 2.0
809 stars 109 forks source link

Add extra logging to caliper to help users understand when waiting goes wrong #493

Closed copybara-service[bot] closed 5 months ago

copybara-service[bot] commented 5 months ago

Add extra logging to caliper to help users understand when waiting goes wrong

When port forwarding ADB, it's unclear that caliper is also opening another port unless that's logged. I got an error message about the service not starting up, and had to do a lot of reverse engineering work to figure out what my problem was I didn't forward the other port.

RELNOTES=More logging when running android benchmarks