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
Post a Comment