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

Commit 4d345363 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Fix few typos.

Test: manual (watching logs)
Bug: b/35805636
Change-Id: I066e8f94e73232eb59bef86fff4a4eef5d84fbb4
parent dcb0fb3d
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();
            }
        }