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

Commit 325542c7 authored by Sri Krishna Chaitanya Madireddy's avatar Sri Krishna Chaitanya Madireddy Committed by Gerrit - the friendly Code Review server
Browse files

frameworks/base: Disabled SIGABRT after renaming tracefile name.

SIGABRT was introduced to capture traces after renaming
tracefiles for multiple ANR scenario.
This is no more required from M.

Change-Id: I5fde9120c32250301423fe89f351cf610c8c5602
parent 58ee6ea5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -5088,10 +5088,6 @@ public final class ActivityManagerService extends ActivityManagerNative
                    newTracesPath = tracesPath + "_" + app.processName;
                traceRenameFile.renameTo(new File(newTracesPath));
                Process.sendSignal(app.pid, 6);
                SystemClock.sleep(1000);
                Process.sendSignal(app.pid, 6);
                SystemClock.sleep(1000);
            }
            // Bring up the infamous App Not Responding dialog