Merge "Zygote: Avoid string concatentation for systrace"
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