| Index: components/cronet/tools/cr_cronet.py
|
| diff --git a/components/cronet/tools/cr_cronet.py b/components/cronet/tools/cr_cronet.py
|
| index 7d2c269bd092a54523b726c5339f7e4aa1f1465a..52ea424711ae58d12df6dc0008b8b8b2bb78f6e3 100755
|
| --- a/components/cronet/tools/cr_cronet.py
|
| +++ b/components/cronet/tools/cr_cronet.py
|
| @@ -36,7 +36,7 @@ def debug(extra_options):
|
| return run ('build/android/adb_gdb --start ' + \
|
| '--activity=.CronetTestActivity ' + \
|
| '--program-name=CronetTest ' + \
|
| - '--package-name=org.chromium.cronet_test_apk ' + \
|
| + '--package-name=org.chromium.net ' + \
|
| ' '.join(extra_options))
|
|
|
|
|
|
|