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

Commit 1e5536f4 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 2a32279d 0efcc3bc
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -5087,10 +5087,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