aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2014-07-24 00:46:14 -0700
committerKoushik Dutta <koushd@gmail.com>2014-07-24 00:46:14 -0700
commit86fb8a6e63afd2212d017c84e19358baf83205ea (patch)
treebd921e55bdef7dde61745aa98debe1f031d0ffa1 /AndroidAsync
parentc08b7a36ce3cfc3032819089554a74ae4fae5cd4 (diff)
downloadAndroidAsync-86fb8a6e63afd2212d017c84e19358baf83205ea.tar.gz
AndroidAsync-86fb8a6e63afd2212d017c84e19358baf83205ea.tar.bz2
AndroidAsync-86fb8a6e63afd2212d017c84e19358baf83205ea.zip
potential fix for selector exception in L preview.
https://github.com/koush/AndroidAsync/issues/196
Diffstat (limited to 'AndroidAsync')
-rw-r--r--AndroidAsync/src/com/koushikdutta/async/AsyncServer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidAsync/src/com/koushikdutta/async/AsyncServer.java b/AndroidAsync/src/com/koushikdutta/async/AsyncServer.java
index b399362..6d5e557 100644
--- a/AndroidAsync/src/com/koushikdutta/async/AsyncServer.java
+++ b/AndroidAsync/src/com/koushikdutta/async/AsyncServer.java
@@ -130,7 +130,7 @@ public class AsyncServer {
selector.wakeupOnce();
}
catch (Exception e) {
- Log.i(LOGTAG, "Selector shit the bed.");
+ Log.i(LOGTAG, "Selector Exception? L Preview?");
}
}
});