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

am: 8a8f33416b

Change-Id: Idf1ecf65a9a4d1dc11c37e824ce876543da8efaa
This commit is contained in:
Andreas Gampe
2016-11-01 17:28:47 +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 + "...");