android - gradle --profile option not working properly -


i have multimodule gradle android project.

i trying run :app:installdebug task root project directory --profile flag , expecting profile report in app/build/reports see profiling report in root/build/report.

also reports generated doesn't include profiling data :app:installdebug task configuration phase data app module.

it nice if gradle doc doesn't give ample information on this.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -