Merge "Limit maxGxpDebugDumps to 3." into udc-dev
This commit is contained in:
commit
ee2650ea7c
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue