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

Commit 2705e650 authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "DirectReply: Fix bugs when replying from HUNs" into nyc-mr1-dev am: a8cf435e

am: 009853b0

Change-Id: Ifb20a9513d6968ff7452767aeb1c80a295e022f5
parents 89fef0e5 009853b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13820,7 +13820,7 @@ public final class ActivityManagerService extends ActivityManagerNative
                    try {
                        java.lang.Process logcat = new ProcessBuilder(
                                "/system/bin/timeout", "-k", "15s", "10s",
                                "/system/bin/logcat", "-v", "time", "-b", "events", "-b", "system",
                                "/system/bin/logcat", "-v", "threadtime", "-b", "events", "-b", "system",
                                "-b", "main", "-b", "crash", "-t", String.valueOf(lines))
                                        .redirectErrorStream(true).start();