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

Commit a999b042 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove dump_bitmaps flag" into main

parents 7773a40b 60c027ee
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1700,10 +1700,6 @@ final class ActivityManagerShellCommand extends ShellCommand {

    @NeverCompile // Avoid size overhead of debugging code
    int runDumpBitmaps(PrintWriter pw) throws RemoteException {
        if (!Flags.dumpBitmaps()) {
            pw.println("dumpbitmaps is not enabled");
            return -1;
        }
        ArrayList<String> processes = new ArrayList<>();
        boolean packages = false;
        String dumpFormat = null;
+0 −8
Original line number Diff line number Diff line
@@ -249,11 +249,3 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "dump_bitmaps"
    namespace: "system_performance"
    is_fixed_read_only: true
    description: "Allow am to dump information and contents of bitmaps"
    bug: "369619160"
}