Merge "Zygote: Avoid string concatentation for systrace"
am: 8bcd159234
Change-Id: I484e5a56b790f57d097970f727959438debafafb
This commit is contained in:
@@ -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 + "...");
|
||||
|
||||
Reference in New Issue
Block a user