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

Commit 8151d4fc 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:...

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

Change-Id: I767c6f790412c2453ed1a4288548fe6139113dbe
parents 5579ff57 f836fec2
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 + "...");