Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

Commit 68943c2

Browse files
committedApr 13, 2017
[Bharath] Fix dariuszseweryn#1
1 parent 3532bcd commit 68943c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎rxandroidble/src/main/java/com/polidea/rxandroidble/internal/operations/RxBleRadioOperationConnect.java

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public RxBleRadioOperationConnect build() {
7575
private final Runnable releaseRadioRunnable = new Runnable() {
7676
@Override
7777
public void run() {
78+
RxBleLog.d("************Releasing Radio Semaphore");
7879
releaseRadio();
7980
}
8081
};

0 commit comments

Comments
 (0)