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

Commit 6ef148ce 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" string." into pi-dev

am: 0a381595

Change-Id: Iadf8a52e65ba7930f419eacbaac9816992715506
parents a2232e28 0a381595
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");