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

Commit 4ee346ac 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

Change-Id: I1b1e1b7c4e816e9168eeebcfe089cef6815a1720
parents 2bc204b6 e0e72067
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1540,6 +1540,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;
    }