Merge "Limit maxGxpDebugDumps to 3." into udc-dev

This commit is contained in:
NISCHAL JAIN 2023-04-10 06:42:37 +00:00 committed by Android (Google) Code Review
commit ee2650ea7c

View File

@ -17,7 +17,7 @@
#include <android-base/properties.h>
#include <android-base/file.h>
#define maxGxpDebugDumps 8
#define maxGxpDebugDumps 3
int main() {
if(::android::base::GetBoolProperty("vendor.gxp.attach_to_bugreport", false)) {