Created
August 16, 2017 17:22
-
-
Save snooplsm/30cbb0309d24958cad8f555a04c3918e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java.lang.RuntimeException: Unable to start service com.google.android.gms.carsetup.CarSetupService@bf2c2ad with Intent { cmp=com.google.android.gms/.carsetup.CarSetupService (has extras) }: java.lang.IllegalArgumentException: UsbAccessory[mManufacturer=Android, mModel=Android Open Automotive Protocol, mDescription=1.0, mVersion=Test Application, mUri=http://www.android.com, mSerial=0000000012345678] does not match current accessory UsbAccessory[mManufacturer=Android, mModel=Android, mDescription=null, mVersion=null, mUri=null, mSerial=null] | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3030) | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: at android.app.ActivityThread.access$2200(ActivityThread.java:152) | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1445) | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102) | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: at android.os.Looper.loop(Looper.java:157) | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5429) | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: UsbAccessory[mManufacturer=Android, mModel=Android Open Automotive Protocol, mDescription=1.0, mVersion=Test Application, mUri=http://www.android.com, mSerial=0000000012345678] does not match current accessory UsbAccessory[mManufacturer=Android, mModel=Android, mDescription=null, mVersion=null, mUri=null, mSerial=null] | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1624) | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1573) | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: at android.hardware.usb.IUsbManager$Stub$Proxy.openAccessory(IUsbManager.java:473) | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: at android.hardware.usb.UsbManager.openAccessory(UsbManager.java:368) | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: at com.google.android.gms.carsetup.CarSetupServiceImpl.onStartCommand(:com.google.android.gms:30) | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: at bwb.onStartCommand(:com.google.android.gms:0) | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: at jyl.onStartCommand(:com.google.android.gms:4) | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3013) | |
| 08-14 19:11:22.286 1011 1011 E AndroidRuntime: ... 8 more | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment