Merge "Zygote: Avoid string concatentation for systrace"

This commit is contained in:
Treehugger Robot
2016-11-01 15:38:49 +00:00
committed by Gerrit Code Review

View File

@@ -258,7 +258,7 @@ public class ZygoteInit {
continue;
}
Trace.traceBegin(Trace.TRACE_TAG_DALVIK, "PreloadClass " + line);
Trace.traceBegin(Trace.TRACE_TAG_DALVIK, line);
try {
if (false) {
Log.v(TAG, "Preloading " + line + "...");