hugo
hugo copied to clipboard
Annotation-triggered method call logging for your debug builds.
When I add Hugo in my project I am getting this **_`Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.`_** Please tell me why I am getting...
This is technically a dupe of #127 but I'll avoid the nondescript title and inflammatory exclamation points. I've pulled the latest hugo plugin, and wanted to access that handy little...
I've created the following example test: https://github.com/alecplumb/hugo/blob/demo_test_failure/hugo-example/src/test/java/com/example/hugo/HugoActivityTest.java Running the test results in the following error: ``` java.lang.RuntimeException: Method myLooper in android.os.Looper not mocked. See http://g.co/androidstudio/not-mocked for details. at android.os.Looper.myLooper(Looper.java) at...
When I try to add Hugo to my build, I get the following during the `:app:compileDebugJavaWithJavac` task: ``` build config error: skipping missing, empty or corrupt aspectpath entry: /Users/jeff/projects/VisitorDetector/app/build/tmp/kotlin-classes/debug incorrect...
compile is no longer supported so replaced it with implementation
Issue #101
Hi, What do you say about combine it with timber? Or at least integrate it with Timber
Using Hugo 1.2.1, the following stack traces are written into a few files called "ajcore...": ``` ---- AspectJ Properties --- AspectJ Compiler 1.8.5 built on Thursday Jan 29, 2015 at...
Hello folks, I was just wondering: what is the current status of hugo as an open source project? I'm asking this because I can see a lot of issues still...
When i use "@DebugLog" in Kotlin file(.kt), it show error : `........... p:compileDebugKotlinAfterJava Using experimental kotlin incremental compilation e: Supertypes of the following classes cannot be resolved. Please make sure...