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

Unified Diff: sky/shell/android/org/domokit/sky/shell/TracingController.java

Issue 1215703010: Move home.dart into example/demo_launcher (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « sky/sdk/home.dart ('k') | sky/tools/skyx/bin/skyx.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/android/org/domokit/sky/shell/TracingController.java
diff --git a/sky/shell/android/org/domokit/sky/shell/TracingController.java b/sky/shell/android/org/domokit/sky/shell/TracingController.java
index b373747f6dc9fa03aab5833941a640c3000009c8..7c7076ee45c4d5440bbf015df76618838dce6067 100644
--- a/sky/shell/android/org/domokit/sky/shell/TracingController.java
+++ b/sky/shell/android/org/domokit/sky/shell/TracingController.java
@@ -54,7 +54,6 @@ class TracingController {
class TracingIntentFilter extends IntentFilter {
TracingIntentFilter(Context context) {
- Log.e(TAG, context.getPackageName() + TRACING_START);
addAction(context.getPackageName() + TRACING_START);
addAction(context.getPackageName() + TRACING_STOP);
}
« no previous file with comments | « sky/sdk/home.dart ('k') | sky/tools/skyx/bin/skyx.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698