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

Commit 287e14bb authored by Yi Jin's avatar Yi Jin Committed by android-build-merger
Browse files

Merge "The argument type is bool, the current bug passes a "true" or "false"...

Merge "The argument type is bool, the current bug passes a "true" or "false" string." into pi-dev am: 0a381595
am: 6ef148ce

Change-Id: Ie5ca5fe0df06c14b8c72108ef53313b41b4acac4
parents a01ad7dc 6ef148ce
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");