-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nothing in logcat #8
Comments
Hey @drdla49 thanks for reaching out are you using dagger hilt? |
It works if I use com.jakewharton.dagger:dagger-codegen |
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? |
Yes, I use Jake's dagger |
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 😄 |
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
The text was updated successfully, but these errors were encountered: