Skip to content
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

Open
drdla49 opened this issue Jun 18, 2021 · 5 comments
Open

Nothing in logcat #8

drdla49 opened this issue Jun 18, 2021 · 5 comments

Comments

@drdla49
Copy link

drdla49 commented Jun 18, 2021

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

@amanjeetsingh150
Copy link
Owner

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

@drdla49
Copy link
Author

drdla49 commented Jun 18, 2021

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

@amanjeetsingh150
Copy link
Owner

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?

@drdla49
Copy link
Author

drdla49 commented Jun 21, 2021

Yes, I use Jake's dagger

@amanjeetsingh150
Copy link
Owner

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 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants