Merge "Limit maxGxpDebugDumps to 3." into udc-dev
This commit is contained in:
commit
ee2650ea7c
@ -17,7 +17,7 @@
|
|||||||
#include <android-base/properties.h>
|
#include <android-base/properties.h>
|
||||||
#include <android-base/file.h>
|
#include <android-base/file.h>
|
||||||
|
|
||||||
#define maxGxpDebugDumps 8
|
#define maxGxpDebugDumps 3
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
if(::android::base::GetBoolProperty("vendor.gxp.attach_to_bugreport", false)) {
|
if(::android::base::GetBoolProperty("vendor.gxp.attach_to_bugreport", false)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user