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

Commit 12f40cac authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "frameworks/base: Disabled SIGABRT after renaming tracefile name."

parents a67343fc 325542c7
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