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

Commit 7837dac4 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Report FileBridge failures as wtf()." into lmp-dev

parents 7aea15a0 d3ca9917
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -119,9 +119,9 @@ public class FileBridge extends Thread {
            }

        } catch (ErrnoException e) {
            Log.e(TAG, "Failed during bridge: ", e);
            Log.wtf(TAG, "Failed during bridge", e);
        } catch (IOException e) {
            Log.e(TAG, "Failed during bridge: ", e);
            Log.wtf(TAG, "Failed during bridge", e);
        } finally {
            IoUtils.closeQuietly(mTarget);
            IoUtils.closeQuietly(mServer);