Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 274c31ab authored by Nick Kralevich's avatar Nick Kralevich
Browse files

fix "logcat -c ; logcat -d" hang.

Change-Id: I1dc3633fc7228a6ff8ed0da4572f40055a28ceb2
parent afd91239
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -253,7 +253,7 @@ static void readLogLines(log_device_t* devices)
    int max = 0;
    int ret;
    int queued_lines = 0;
    bool sleep = true;
    bool sleep = false;

    int result;
    fd_set readset;