Questions tagged [hugo-logging]

The Hugo plugin allows you to log your debug builds using annotations.

The Hugo plugin allows you to log your debug builds using annotations.
For more info please visit: https://github.com/JakeWharton/hugo

7 questions
46
votes
6 answers

"'this' is not available" in debug windows of Android Studio

I get this message in debug windows in Android Studio. This is not a static method, nor is it a class. What does it mean?
Anthony
  • 3,989
  • 2
  • 30
  • 52
9
votes
2 answers

How to make Hugo and AndroidDevMetrics plugins compile only in debug:

I'm using Jack's Wharton Hugo Library and AndroidDevMetrics plugins to measure method execution time and application performance in Android. I need to make those libraries compile only in debug build and to exclude them from release builds. Because…
Emil Adz
  • 40,709
  • 36
  • 140
  • 187
2
votes
1 answer

How can I update the copyright information in hugo theme?

I'm using hugo theme for my IOS blog and updated the footer copyright information, but every time the website loads it loads the default copyright information from the original theme. How can I update the copyright information?
Nomad
  • 21
  • 4
2
votes
1 answer

Android: No output from Hugo DebugLog

I am trying to use Hugo in my android project but am not seeing anything after putting DebugLog annotations in my project. I've tried putting them in Activities, Fragments and normal Java classes. All of the above classes are in main app module, not…
Yash
  • 5,225
  • 4
  • 32
  • 65
1
vote
1 answer

How to log particular statement using Hugo plugin

I am using Hugo plugin for logging in my project. As mentioned in the git-hub page, it does logs the method return values, and method param values. For example: @DebugLog public String getName(String first, String last) { SystemClock.sleep(15);…
Teja Nandamuri
  • 11,045
  • 6
  • 57
  • 109
0
votes
1 answer

Modifier the Log level about Jake Wharton's Hugo

As we know !Hugo's default log level is verbose. In practice,verbose log is too Verbose for me.It show to much information to screen so that developer can not fetch the main Info. My Question is if there had any method to change Hugo's log…
linjiejun
  • 1,468
  • 15
  • 22
0
votes
0 answers

AOP aspectj with Hugo App becomes very slow take 20-50 seconds to load an Activity

I am trying to log the method execution time of every JAVA method in my app. I tried many aspectj plugin such as uPhyca, aspectx but all fails due to Java 8 compatibility or gradle plugin compatibility or mostly because I am using data binding in my…
Sunny
  • 14,522
  • 15
  • 84
  • 129