commit | 49db8535132ce49e69ef84d490854425300b4605 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Mon Jan 17 00:19:37 2011 +0100 |
committer | David 'Digit' Turner <digit@google.com> | Mon Jan 17 22:09:10 2011 +0100 |
tree | f8f2c6265db859e481a0c4dfac3a4610b3e172ee | |
parent | 73fddbae964ee41895c8218454d0ed7fd71d6913 [diff] |
UsbService: Remove stack-trace message during boot. This removes a stack trace message during the boot under emulation. The observers tried to access a null reference when no USB configuration is supported by the emulated device. So do not start them in this case. + Change a Slog.w into a Slog.i since this is an acceptable condition. Change-Id: I126b7f05c9648e39a060eb0974cc6f4ac7533791