diff --git a/core/jni/android_server_BluetoothEventLoop.cpp b/core/jni/android_server_BluetoothEventLoop.cpp
index 62a50e5cad629..d2e94546cbafe 100644
--- a/core/jni/android_server_BluetoothEventLoop.cpp
+++ b/core/jni/android_server_BluetoothEventLoop.cpp
@@ -735,7 +735,6 @@ static DBusHandlerResult event_filter(DBusConnection *conn, DBusMessage *msg,
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
}
- // STOPSHIP: Change to LOGV
LOGE("%s: Received signal %s:%s from %s", __FUNCTION__,
dbus_message_get_interface(msg), dbus_message_get_member(msg),
dbus_message_get_path(msg));
diff --git a/docs/html/guide/tutorials/localization/index.jd b/docs/html/guide/tutorials/localization/index.jd
index 19f9eb3d22895..d31eb10962d39 100755
--- a/docs/html/guide/tutorials/localization/index.jd
+++ b/docs/html/guide/tutorials/localization/index.jd
@@ -76,7 +76,7 @@ subdirectories for the three most common types of resources: graphics
(res/values/). Most of the localization work you do later in this
tutorial will involve adding more subdirectories to the res/
directory.
res/layout/main.xml file and replace it with the
@@ -192,7 +192,7 @@ within res/values/strings.xml. The project structure now looks like this:
-
Tip: If you will want to run the application on @@ -215,9 +215,9 @@ should look something like this:




The application requires three more strings.xml files, one each
-for German, French, and Japanese. In this example, we will start by copying
-res/values/strings.xml into new
-res/values-<qualifier>/strings.xml files.
Under the res/ directory, create the three new directories and
-copy res/values/strings.xml into each of them. For example, using
-Eclipse you could do it like this:
The application requires three more strings.xml files, one
+each for German, French, and Japanese. To create these resource files within
+Eclipse:
res/values/ folder and select Copy.res/ folder and select Paste. Rename the
-folder values-de and click OK.
values-fr, and
-values-ja. Now the project includes these new files, all still
-containing British English text strings: 
strings.xml into
+the File field. In the left-hand list, select Language, then click the right arrow.
de in the Language box and click Finish.
+A new file, res/values-de/strings.xml, now appears among the project
+files.
fr and
+ ja.
+Now the project includes these new skeleton files: res/values-de/strings.xmlres/values-fr/strings.xmlres/values-ja/strings.xmlres/values-<qualifier>/strings.xml files and
replace the code as follows:

To switch to a new locale, long-press a locale name:
-

For a list of supported locales, see the @@ -549,14 +554,14 @@ locale. Here are some of the results you should see:





`
`rm_CH)

