commit | 223d1276f0eb5afc209ed678d1c489e637abc08f | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Thu Feb 23 13:28:35 2012 -0800 |
committer | Nick Kralevich <nnk@google.com> | Thu Feb 23 14:48:51 2012 -0800 |
tree | 0c6db82bedab1cf8efedc127d327de7f1e919e87 | |
parent | 5919ab3ac60c823622ab9fa6b0f386bed94fbeaa [diff] |
fix "logcat -c ; logcat -d" hang. Change-Id: I1dc3633fc7228a6ff8ed0da4572f40055a28ceb2
diff --git a/logcat/logcat.cpp b/logcat/logcat.cpp index ae56c41..b71ce86 100644 --- a/logcat/logcat.cpp +++ b/logcat/logcat.cpp
@@ -253,7 +253,7 @@ int max = 0; int ret; int queued_lines = 0; - bool sleep = true; + bool sleep = false; int result; fd_set readset;