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

Commit 8bcd1592 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Zygote: Avoid string concatentation for systrace"

parents ba63f32e c4253620
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 + "...");