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

Commit 895447e6 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk Committed by Android (Google) Code Review
Browse files

Merge "Fix few typos."

parents 910ac520 4d345363
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -499,10 +499,11 @@ public class UsbPortManager {
                mProxy.queryPortStatus();
            } catch (NoSuchElementException e) {
                logAndPrint(Log.ERROR, pw, sSERVICENAME + " not found."
                        + " Did the service failed to start ?");
                        + " Did the service fail to start?");
                Thread.dumpStack();
            } catch (RemoteException e) {
                logAndPrint(Log.ERROR, pw, sSERVICENAME + "connectToProxy: Service not responding");
                logAndPrint(Log.ERROR, pw, sSERVICENAME
                        + " connectToProxy: Service not responding");
                Thread.dumpStack();
            }
        }