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

Commit 0a381595 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "The argument type is bool, the current bug passes a "true" or "false" string." into pi-dev

parents c1eddaed 480a9565
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -421,7 +421,7 @@ static bool generateSectionListCpp(Descriptor const* descriptor) {
                printf(" NULL),\n");
                break;
            case SECTION_DUMPSYS:
                printf("    new DumpsysSection(%d, \"%s\",", field->number(),
                printf("    new DumpsysSection(%d, %s,", field->number(),
                       s.userdebug_and_eng_only() ? "true" : "false");
                splitAndPrint(s.args());
                printf(" NULL),\n");