Merge "Zygote: Avoid string concatentation for systrace"
This commit is contained in:
@@ -258,7 +258,7 @@ public class ZygoteInit {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
Trace.traceBegin(Trace.TRACE_TAG_DALVIK, "PreloadClass " + line);
|
Trace.traceBegin(Trace.TRACE_TAG_DALVIK, line);
|
||||||
try {
|
try {
|
||||||
if (false) {
|
if (false) {
|
||||||
Log.v(TAG, "Preloading " + line + "...");
|
Log.v(TAG, "Preloading " + line + "...");
|
||||||
|
|||||||
Reference in New Issue
Block a user