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

Commit d290cdfe authored by android-build-team Robot's avatar android-build-team Robot Committed by android-build-merger
Browse files

Merge "Increase timemout for dumpsys meminfo --unreachable" into pi-dev

am: 70831a89

Change-Id: I11b11ed003793db0ebc538ec70212ed48a093b10
parents 4ee5e1d6 70831a89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18812,7 +18812,7 @@ public class ActivityManagerService extends IActivityManager.Stub
                                thread.dumpMemInfo(tp.getWriteFd(),
                                        mi, opts.isCheckinRequest, opts.dumpFullDetails,
                                        opts.dumpDalvik, opts.dumpSummaryOnly, opts.dumpUnreachable, innerArgs);
                                tp.go(fd);
                                tp.go(fd, opts.dumpUnreachable ? 30000 : 5000);
                            } finally {
                                tp.kill();
                            }