passy / build-time-tracker-plugin

Gradle plugin to continuously track and report your build times
https://plugins.gradle.org/plugin/net.rdrei.android.buildtimetracker
Apache License 2.0
1.21k stars 67 forks source link

Output not displayed by default #66

Closed adamdougal closed 8 years ago

adamdougal commented 8 years ago

Looks like my previous PR #63 has not had the desired effect. Now the build time summary does not get logged unless you pass the --info flag rather then just disabling it for the quiet level. So I think that commit may need to be reverted unless you have any other ideas on how to log it out by default, just not at quiet level.

passy commented 8 years ago

Hm, thanks for raising this. I'll revert it for now. I'm not sure if there's a way to configure it dynamically in the way you describe.

adamdougal commented 8 years ago

Np, sorry for introducing a bug!

passy commented 8 years ago

Not at all! I appreciate the contribution and gradle's behavior doesn't seem very intuitive to me.

Tagakov commented 8 years ago

Can you please revert this PR and update version in maven?

passy commented 8 years ago

@Tagakov Unfortunately I can't. Some of the tests turned out to be non-deterministic and fail randomly. I need to get those fixed first. I recommend using a previous version until then.

passy commented 8 years ago

Okay, tests are fixed now. I'll try to cut a new release tonight.

EDIT: Ugh sorry, won't be able to get this done tonight. Fingers crossed for tomorrow.

adamdougal commented 8 years ago

Looks like this is working now! Cheers