Merge "Limit maxGxpDebugDumps to 4" into main
This commit is contained in:
commit
6c1885ee19
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 3
|
||||
#define maxGxpDebugDumps 4
|
||||
|
||||
int main() {
|
||||
/* TODO(b/277094681): Set default value to false around device beta milestone. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue