Merge "Limit maxGxpDebugDumps to 3." into udc-dev am: ee2650ea7c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs-common/+/22492548 Change-Id: I361fab79d27b125856ece4e1feda6d1638c7c19e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
62aa5d88c6
@ -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