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

Commit 45af4061 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Add socket dumps via ss to bugreports. am: d3b809ba am: e0e72067

am: 4ee346ac

Change-Id: Id4ece86507d3ecdfed8b482a2839700114721c2d
parents b78c3ae2 4ee346ac
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1598,6 +1598,9 @@ int main(int argc, char *argv[]) {
    add_mountinfo();
    dump_iptables();

    // Run ss as root so we can see socket marks.
    run_command("DETAILED SOCKET STATE", 10, "ss", "-eionptu", NULL);

    if (!drop_root_user()) {
        return -1;
    }