| 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);
|
| }
|
|
|