Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1808)

Unified Diff: build/android/adb_gdb

Issue 1541243003: Force locale to C to allow recognizing output from subprocesses in adb_gdb (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refine comment Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698