Merge "Zygote: Avoid string concatentation for systrace" am: 8bcd159234

am: fdfc79a878

Change-Id: I105f07f2b2ca925139da6fc78641ee486eb68410
This commit is contained in:
Andreas Gampe
2016-11-01 17:24:19 +00:00
committed by android-build-merger

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 + "...");