Fix "Bluetooh" logging typo.

Change-Id: I2b9aea64f1b53e100ead6e71835bf5935b410eb9
This commit is contained in:
Elliott Hughes
2015-07-06 22:10:36 -07:00
parent 16d520fce6
commit 7271613ed6

View File

@@ -496,7 +496,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