Skip to content

Commit 512432b

Browse files
committed
Bug fixed
1 parent e00e693 commit 512432b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log-timber/src/main/java/no/nordicsemi/android/log/timber/nRFLoggerTree.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public nRFLoggerTree(final @NonNull Context context,
6060
this.session = Logger.newSession(context, profile, key, name);
6161
}
6262

63-
public nRFLoggerTree(final @Nullable LogSession session) {
63+
public nRFLoggerTree(final @Nullable ILogSession session) {
6464
this.session = session;
6565
}
6666

0 commit comments

Comments
 (0)