Skip to content

Commit

Permalink
Use method offset 5 for Timber in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Orhan Obut committed May 27, 2017
1 parent d6b46ca commit a3e7d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Logger.addLogAdapter(new DiskLogAdapter(formatStrategy));

- Timber Integration
```java
// Set methodOffset to 7 in order to hide internal method calls
// Set methodOffset to 5 in order to hide internal method calls
Timber.plant(new Timber.DebugTree() {
@Override protected void log(int priority, String tag, String message, Throwable t) {
Logger.log(priority, tag, message, t);
Expand Down

0 comments on commit a3e7d3d

Please sign in to comment.