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

Unified Diff: cros_show_stacks

Issue 4782003: crosutils: Require cros_show_stacks to run inside chroot (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Created 10 years, 1 month 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: cros_show_stacks
diff --git a/cros_show_stacks b/cros_show_stacks
index c5bc02cc6488de11e43ce54b043779f722e2268f..fa6b769321d821385ee337217ff0749f41768d5a 100755
--- a/cros_show_stacks
+++ b/cros_show_stacks
@@ -12,7 +12,7 @@
. "$(dirname $0)/common.sh"
. "$(dirname $0)/remote_access.sh"
-restart_in_chroot_if_needed $*
+assert_inside_chroot
MINIDUMP_DUMP=/usr/bin/minidump_dump
MINIDUMP_STACKWALK=/usr/bin/minidump_stackwalk
« 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