Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f836fec2 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Zygote: Avoid string concatentation for systrace" am: 8bcd1592 am: fdfc79a8

am: 8a8f3341

Change-Id: Idf1ecf65a9a4d1dc11c37e824ce876543da8efaa
parents 7aceace7 8a8f3341
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 + "...");