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

Commit d2829c9c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Copy predump file's output in case of timeout" into udc-dev

parents 674a19a2 baae1c58
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -392,11 +392,9 @@ public class StackTracesDumpHelper {
            if (TEMP_DUMP_TIME_LIMIT <= timeTaken) {
                Slog.e(TAG, "Aborted stack trace dump (current primary pid=" + pid
                        + "); deadline exceeded.");
                tmpTracesFile.delete();
                if (latencyTracker != null) {
                    latencyTracker.dumpStackTracesTempFileTimedOut();
                }
                return null;
            }
            if (DEBUG_ANR) {
                Slog.d(TAG, "Done with primary pid " + pid + " in " + timeTaken + "ms"