Skip to content

Commit

Permalink
[Android] Fix stack tool with provided symbols zip.
Browse files Browse the repository at this point in the history
DEFAULT_SYMROOT was missed in https://codereview.chromium.org/18326020/
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/18920007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211647 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
yfriedman@chromium.org committed Jul 15, 2013
1 parent c5da332 commit f78dd9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third_party/android_platform/development/scripts/stack
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ import subprocess
import symbol
import sys

DEFAULT_SYMROOT='/tmp/symbols'

def PrintUsage():
"""Print usage and exit with error."""
# pylint: disable-msg=C6310
Expand Down

0 comments on commit f78dd9f

Please sign in to comment.