Merge "Limit maxGxpDebugDumps to 4" into main

This commit is contained in:
Dinesh Yadav 2024-05-10 13:43:19 +00:00 committed by Android (Google) Code Review
commit 6c1885ee19

View File

@ -17,7 +17,7 @@
#include <android-base/properties.h>
#include <android-base/file.h>
#define maxGxpDebugDumps 3
#define maxGxpDebugDumps 4
int main() {
/* TODO(b/277094681): Set default value to false around device beta milestone. */