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

Unified Diff: mojo/devtools/common/devtoolslib/android_shell.py

Issue 1460213002: Add default file for command line arguments. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow live discussion Created 5 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 | shell/android/apk/src/org/chromium/mojo/shell/ShellService.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/devtools/common/devtoolslib/android_shell.py
diff --git a/mojo/devtools/common/devtoolslib/android_shell.py b/mojo/devtools/common/devtoolslib/android_shell.py
index 5e70013f3235098cb1010c598d69b1a2833825ca..bda59c94db76abe454340181889f5ed087cec998 100644
--- a/mojo/devtools/common/devtoolslib/android_shell.py
+++ b/mojo/devtools/common/devtoolslib/android_shell.py
@@ -25,9 +25,8 @@ from devtoolslib.utils import overrides
_LOGCAT_JAVA_TAGS = [
'AndroidHandler',
'MojoFileHelper',
- 'MojoMain',
- 'MojoShellActivity',
'MojoShellApplication',
+ 'ShellService',
]
_MOJO_SHELL_PACKAGE_NAME = 'org.chromium.mojo.shell'
« no previous file with comments | « no previous file | shell/android/apk/src/org/chromium/mojo/shell/ShellService.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698