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

Commit 16465c52 authored by Mohamad Mahmoud's avatar Mohamad Mahmoud Committed by Automerger Merge Worker
Browse files

Merge "Avoid printing the durations array twice on early dump copy failure"...

Merge "Avoid printing the durations array twice on early dump copy failure" into udc-dev am: 59e7d6ad am: ec737038

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23582577



Change-Id: I8037e1ac28ac643302394305c75fa2e2c52681b5
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 04620d35 ec737038
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@ public class StackTracesDumpHelper {
                firstPidEnd = new File(tracesFile).length();
            }
            // Append the Durations/latency comma separated array after the first PID.
            if (latencyTracker != null) {
            if (firstPidTempDumpCopied && latencyTracker != null) {
                appendtoANRFile(tracesFile,
                        latencyTracker.dumpAsCommaSeparatedArrayWithHeader());
            }