am 66c8a2f9: am 0254af6f: Merge "Fix "Bluetooh" logging typo."

* commit '66c8a2f92acedaa05639ceb0737b95be2fd56281':
  Fix "Bluetooh" logging typo.
This commit is contained in:
Elliott Hughes
2015-07-07 06:31:40 +00:00
committed by Android Git Automerger

View File

@@ -497,7 +497,7 @@ public final class SystemServer {
// TODO: Use a more reliable check to see if this product should
// support Bluetooth - see bug 988521
if (isEmulator) {
Slog.i(TAG, "No Bluetooh Service (emulator)");
Slog.i(TAG, "No Bluetooth Service (emulator)");
} else if (mFactoryTestMode == FactoryTest.FACTORY_TEST_LOW_LEVEL) {
Slog.i(TAG, "No Bluetooth Service (factory test)");
} else if (!context.getPackageManager().hasSystemFeature