Merge "Zygote: Avoid string concatentation for systrace"

am: 8bcd159234

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