Index: build/android/adb_gdb |
diff --git a/build/android/adb_gdb b/build/android/adb_gdb |
index 78bc182742390719347852c1d4def5557bdf3372..01b539d3f154e9ea09a62a0b5e705365fad78e10 100755 |
--- a/build/android/adb_gdb |
+++ b/build/android/adb_gdb |
@@ -15,6 +15,9 @@ |
PROGNAME=$(basename "$0") |
PROGDIR=$(dirname "$0") |
+# Force locale to C to allow recognizing output from subprocesses. |
+LC_ALL=C |
+ |
# Location of Chromium-top-level sources. |
CHROMIUM_SRC=$(cd "$PROGDIR"/../.. >/dev/null && pwd 2>/dev/null) |