commit | 1a7408cd64dfc5e08f6d200c51d9fd3eb75e4d07 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Mon Jan 17 00:19:37 2011 +0100 |
committer | Mike Lockwood <lockwood@android.com> | Sun Feb 27 18:39:41 2011 -0800 |
tree | d9de5779a349dd91011b8916612f4fa3bc88e204 | |
parent | f13ec7a3ac18ad87936ddab2e18f57c3bf91bfb6 [diff] |
UsbService: Remove stack-trace message during boot. DO NOT MERGE 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: I801f352574716d7868f182bb6e5ee49e5b12e4f1