Fix typo for chreDebugDumpLog API am: 84da328935 Original change: https://android-review.googlesource.com/c/platform/system/chre/+/3333133 Change-Id: Id016ca90cf4d9135c3114d14c0b3b6622f66abfe Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/chre_api/include/chre_api/chre/re.h b/chre_api/include/chre_api/chre/re.h index b523a41..8d76987 100644 --- a/chre_api/include/chre_api/chre/re.h +++ b/chre_api/include/chre_api/chre/re.h
@@ -465,7 +465,7 @@ * CHRE framework is required to pass this information to the debug method in * the Context Hub HAL, where it can be captured in Android bugreports, etc. * - * This function must only be called while handling CHRE_DEBUG_DUMP_EVENT, + * This function must only be called while handling CHRE_EVENT_DEBUG_DUMP, * otherwise it will have no effect. A nanoapp can call this function multiple * times while handling the event. If the resulting formatted string from a * single call to this function is longer than CHRE_DEBUG_DUMP_MINIMUM_MAX_SIZE