Loading services/usb/java/com/android/server/usb/UsbPortManager.java +6 −5 Original line number Diff line number Diff line Loading @@ -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(); } } Loading Loading
services/usb/java/com/android/server/usb/UsbPortManager.java +6 −5 Original line number Diff line number Diff line Loading @@ -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(); } } Loading