Merge "Fix "Bluetooh" logging typo."
This commit is contained in:
@@ -496,7 +496,7 @@ public final class SystemServer {
|
|||||||
// TODO: Use a more reliable check to see if this product should
|
// TODO: Use a more reliable check to see if this product should
|
||||||
// support Bluetooth - see bug 988521
|
// support Bluetooth - see bug 988521
|
||||||
if (isEmulator) {
|
if (isEmulator) {
|
||||||
Slog.i(TAG, "No Bluetooh Service (emulator)");
|
Slog.i(TAG, "No Bluetooth Service (emulator)");
|
||||||
} else if (mFactoryTestMode == FactoryTest.FACTORY_TEST_LOW_LEVEL) {
|
} else if (mFactoryTestMode == FactoryTest.FACTORY_TEST_LOW_LEVEL) {
|
||||||
Slog.i(TAG, "No Bluetooth Service (factory test)");
|
Slog.i(TAG, "No Bluetooth Service (factory test)");
|
||||||
} else if (!context.getPackageManager().hasSystemFeature
|
} else if (!context.getPackageManager().hasSystemFeature
|
||||||
|
|||||||
Reference in New Issue
Block a user