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

Commit d3a2faa3 authored by Joanne Chung's avatar Joanne Chung
Browse files

Add missing dumpsys help description

Bug: 285289284
Test: dumpsys package -h
Change-Id: Iee4d8a262ff3be699de3fde7b54c60c8b8365c35
parent 029c69c8
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -617,7 +617,9 @@ final class DumpHelper {
        pw.println("    --checkin: dump for a checkin");
        pw.println("    -f: print details of intent filters");
        pw.println("    -h: print this help");
        pw.println("    ---proto: dump data to proto");
        pw.println("    --all-components: include all component names in package dump");
        pw.println("    --include-apex: includes the apex packages in package dump");
        pw.println("  cmd may be one of:");
        pw.println("    apex: list active APEXes and APEX session state");
        pw.println("    l[ibraries]: list known shared libraries");
@@ -631,7 +633,7 @@ final class DumpHelper {
        pw.println("    prov[iders]: dump content providers");
        pw.println("    p[ackages]: dump installed packages");
        pw.println("    q[ueries]: dump app queryability calculations");
        pw.println("    s[hared-users]: dump shared user IDs");
        pw.println("    s[hared-users] [noperm]: dump shared user IDs");
        pw.println("    m[essages]: print collected runtime messages");
        pw.println("    v[erifiers]: print package verifier info");
        pw.println("    d[omain-preferred-apps]: print domains preferred apps");
@@ -644,9 +646,12 @@ final class DumpHelper {
        pw.println("    dexopt: dump dexopt state");
        pw.println("    compiler-stats: dump compiler statistics");
        pw.println("    service-permissions: dump permissions required by services");
        pw.println("    snapshot: dump snapshot statistics");
        pw.println("    snapshot [--full|--brief]: dump snapshot statistics");
        pw.println("    protected-broadcasts: print list of protected broadcast actions");
        pw.println("    known-packages: dump known packages");
        pw.println("    changes: dump the packages that have been changed");
        pw.println("    frozen: dump the frozen packages");
        pw.println("    volumes: dump the loaded volumes");
        pw.println("    <package.name>: info about given package");
    }