android10 / frodo

Android Library for Logging RxJava Observables and Subscribers.
1.48k stars 103 forks source link

No Logoutput at all #2

Closed meierjan closed 8 years ago

meierjan commented 8 years ago

Hey,

first thanks for your effort @android10.

I set up a project inspired by your clean-architecture repo (so I am using multi-modules). I (for example) put annotations on the DefaultSubscriber class (which is exactly as it is in your c-a repo). The defaultPublishConfig is added to all project build.gradle files. Everything compiles fine.

The Problem is that I don't get any output at all.

Excerpt from the build.gradle:

apply plugin: 'com.fernandocejas.frodo'

android {
    defaultPublishConfig "debug"
[...]```

Any ideas why there is no output? (As I don't have errors I can't post them)
android10 commented 8 years ago

Hi @meierjan, this is the commit where I enabled frodo on the Clean Architecture project. Can you make sure that you added frodo to your classpath in your build script?

https://github.com/android10/Android-CleanArchitecture/commit/0879354b4b5c9afb78d82be0d8cf16bcfd09ad90

xk009 commented 8 years ago

android10

I have same question。I config project follow your introduction。

android10 commented 8 years ago

@meierjan @xk009 is it working for you? Maybe the documentation is not clear or I'm missing something. Please any feedback/input on this is very welcome.

meierjan commented 8 years ago

@android10 Yes, it started working magically. I have no clue why - I didn't change anything :+1: Maybe making a clean build did the trick

android10 commented 8 years ago

@meierjan good to hear. Maybe the android build tools or something that you updated did the trick. Anyway, thanks for the feedback/input :)