dagger-track icon indicating copy to clipboard operation
dagger-track copied to clipboard

Nothing in logcat

Open drdla49 opened this issue 4 years ago • 5 comments

I add all that you write in the manual:

maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }

dependencies { classpath "me.amanjeet.daggertrack:dagger-track:1.0.5-SNAPSHOT" }

apply plugin: 'com.android.application'

apply plugin: 'me.amanjeet.daggertrack'

daggerTrack { applyFor = ["debug"] }

implementation 'me.amanjeet.daggertrack:dagger-track-clocks:1.0.5-SNAPSHOT'

All in the right places.

I expect that I automatically see the output in logcat if I filter DaggerTrack. I force stop app and run but there is no DaggerTrack in logcat.

I have to do something else?

Thanks for answer

drdla49 avatar Jun 18 '21 10:06 drdla49

Hey @drdla49 thanks for reaching out are you using dagger hilt?

amanjeetsingh150 avatar Jun 18 '21 10:06 amanjeetsingh150

It works if I use com.jakewharton.dagger:dagger-codegen It not works if I use dagger reflect. It is possible to add support of dagger reflect? Thanks

drdla49 avatar Jun 18 '21 11:06 drdla49

Hey, do you mean it does not work if you implement Jake's dagger-reflect artifacts from here instead of dagger android or dagger hilt directly right?

amanjeetsingh150 avatar Jun 18 '21 21:06 amanjeetsingh150

Yes, I use Jake's dagger

drdla49 avatar Jun 21 '21 09:06 drdla49

Sure thing @drdla49 will have look into this. Will try reproduce this locally. Meanwhile do let me know if you find anything around this or any other feedbacks 😄

amanjeetsingh150 avatar Jun 21 '21 09:06 amanjeetsingh150