Skip to content
Snippets Groups Projects
Commit a2cf38b6 authored by Jay Sullivan's avatar Jay Sullivan Committed by Android (Google) Code Review
Browse files

Merge "Change trace tag for AppOpsCheckingServiceTracingDecorator" into udc-dev

parents 056fab6d 8b9c3802
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ import java.io.PrintWriter;
* Trace.traceEnd. These traces are used for performance testing.
*/
public class AppOpsCheckingServiceTracingDecorator implements AppOpsCheckingServiceInterface {
private static final long TRACE_TAG = Trace.TRACE_TAG_SYSTEM_SERVER;
private static final long TRACE_TAG = Trace.TRACE_TAG_ACTIVITY_MANAGER;
private final AppOpsCheckingServiceInterface mService;
AppOpsCheckingServiceTracingDecorator(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment