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

Commit 2383502b authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Remove log about reading/writing IOException

This exception could happen due to a race, according to ag/5743824. Remove this log to prevent logspam.

Bug: 223322529
Change-Id: Iae9cb95174794d9761d9fd27cdce3d7f6c02c023
parent 96a142ea
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -405,8 +405,7 @@ public final class UiAutomationConnection extends IUiAutomationConnection.Stub {
                    writeTo.write(buffer, 0, readByteCount);
                    writeTo.flush();
                }
            } catch (IOException ioe) {
                Log.w(TAG, "Error while reading/writing to streams");
            } catch (IOException ignored) {
            } finally {
                IoUtils.closeQuietly(readFrom);
                IoUtils.closeQuietly(writeTo);