aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-04 22:01:48 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-04 22:01:48 +0000
commit0aefdb15d620561146b7952e6323d079ab6e8018 (patch)
tree947ef844cf05d006d2ad3ceb9d2ba4c774c63bcd
parentdf73ec467635fbeb8555e542d5aaaafb69e8a300 (diff)
parent4e70ef3dde0079c416606d79fb8a98f848c26876 (diff)
downloadopenthread-simpleperf-release.tar.gz
Snap for 11526323 from 4e70ef3dde0079c416606d79fb8a98f848c26876 to simpleperf-releasesimpleperf-release
Change-Id: Ia7c934606e6f915d939f85d42d8f63118dcc6856
-rw-r--r--src/android/openthread-core-android-config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/android/openthread-core-android-config.h b/src/android/openthread-core-android-config.h
index 90e8da874..9c839aa8e 100644
--- a/src/android/openthread-core-android-config.h
+++ b/src/android/openthread-core-android-config.h
@@ -307,4 +307,7 @@
// Enable restriction on local source to larger scope multicast forwarding
#define OPENTHREAD_CONFIG_IP6_RESTRICT_FORWARDING_LARGER_SCOPE_MCAST_WITH_LOCAL_SRC 1
+// Set the max log size to 512 to allow the RCP to upload longer log.
+#define OPENTHREAD_CONFIG_LOG_MAX_SIZE 512
+
#endif // OPENTHREAD_CORE_ANDROID_CONFIG_H_