Skip to content

Commit

Permalink
Removed one log that caused crash
Browse files Browse the repository at this point in the history
[Step]
1. Connect Chromecast
2. Play Video
3. Disconnect
4. Connect Chromecast again [Crash!!]
  • Loading branch information
khk624 authored and khk624 committed Jun 4, 2014
1 parent 2f2dd78 commit 17261cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/com/connectsdk/service/CastService.java
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,6 @@ public void onApplicationDisconnected(int statusCode) {

@Override
public void onApplicationStatusChanged() {
Log.d("Connect SDK", "Cast.Listener.onApplicationStatusChanged: " + Cast.CastApi.getApplicationStatus(mApiClient));
}

@Override
Expand Down

0 comments on commit 17261cc

Please sign in to comment.