Re: [PATCH] mem: fix displaying heap ID failed for heap info command

2023-02-10 Thread lihuisong (C)
在 2023/2/9 11:23, fengchengwen 写道: Acked-by: Chengwen Feng And, how abort add error log in telemetry valid_name, so so that problems can be identified as early as possible. It might be better for adding an error log. What do you think, Bruce? On 2023/2/9 11:03, Huisong Li wrote: The telem

Re: [PATCH] mem: fix displaying heap ID failed for heap info command

2023-02-10 Thread lihuisong (C)
在 2023/2/9 16:48, David Marchand 写道: On Thu, Feb 9, 2023 at 4:24 AM fengchengwen wrote: Acked-by: Chengwen Feng And, how abort add error log in telemetry valid_name, so so that problems can be identified as early as possible. On 2023/2/9 11:03, Huisong Li wrote: The telemetry lib has adde

Re: [PATCH] mem: fix displaying heap ID failed for heap info command

2023-02-09 Thread David Marchand
On Thu, Feb 9, 2023 at 4:24 AM fengchengwen wrote: > > Acked-by: Chengwen Feng > > And, how abort add error log in telemetry valid_name, so so that problems can > be identified as early as possible. > > On 2023/2/9 11:03, Huisong Li wrote: > > The telemetry lib has added a allowed characters set

Re: [PATCH] mem: fix displaying heap ID failed for heap info command

2023-02-08 Thread fengchengwen
Acked-by: Chengwen Feng And, how abort add error log in telemetry valid_name, so so that problems can be identified as early as possible. On 2023/2/9 11:03, Huisong Li wrote: > The telemetry lib has added a allowed characters set for dictionary names, > See commit > 2537fb0c5f34 ("telemetry: lim

[PATCH] mem: fix displaying heap ID failed for heap info command

2023-02-08 Thread Huisong Li
The telemetry lib has added a allowed characters set for dictionary names, See commit 2537fb0c5f34 ("telemetry: limit characters allowed in dictionary names") The space is not in this set, which cause the heap ID in /eal/heap_info cannot be displayed. Additionally, 'heap' is also misspelling. So u