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

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

Merge "Fix permissions dump in the bugreports" into main

parents 2a2b0a40 c40e6f02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2027,7 +2027,7 @@ class PermissionService(private val service: AccessCheckingService) :

        val writer = IndentingPrintWriter(pw, "  ")

        if (args.isNullOrEmpty()) {
        if (args.isNullOrEmpty() || args[0] == "-a") {
            service.getState {
                writer.dumpSystemState(state)
                getAllAppIdPackageNames(state).forEachIndexed { _, appId, packageNames ->