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

Unified Diff: components/cronet/tools/cr_cronet.py

Issue 1859593002: [Cronet] Change cr_cronet.py to use stack wrapper in third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months 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: components/cronet/tools/cr_cronet.py
diff --git a/components/cronet/tools/cr_cronet.py b/components/cronet/tools/cr_cronet.py
index bb19362d647bd6f88ecd2da5c732969684e55ec0..2cdb264f9521ff9ff9a82a01b472f5723de32796 100755
--- a/components/cronet/tools/cr_cronet.py
+++ b/components/cronet/tools/cr_cronet.py
@@ -44,9 +44,8 @@ def debug(extra_options):
def stack(out_dir):
- return run('adb logcat -d | third_party/android_tools/ndk/ndk-stack ' + \
- '-sym ' + out_dir + '/lib')
-
+ return run('adb logcat -d | CHROMIUM_OUTPUT_DIR=' + out_dir +
+ ' third_party/android_platform/development/scripts/stack')
def main():
parser = argparse.ArgumentParser()
« 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