Skip to content

Commit 1979ab8

Browse files
Mustafa Sezginmttkay
authored andcommitted
Renamed the log tag as it was too long
1 parent df40af7 commit 1979ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-contrib/rxjava-android/src/main/java/rx/operators/OperationObserveFromAndroidComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static <T> Observable<T> observeFromAndroidComponent(Observable<T> source
4949

5050
private static class OnSubscribeBase<T, AndroidComponent> implements Observable.OnSubscribeFunc<T> {
5151

52-
private static final String LOG_TAG = OperationObserveFromAndroidComponent.class.getSimpleName();
52+
private static final String LOG_TAG = "AndroidObserver";
5353

5454
private final Observable<T> source;
5555
private AndroidComponent componentRef;

0 commit comments

Comments
 (0)