Re: [PR] system/adb: Fix log format error [nuttx-apps]

2024-11-22 Thread via GitHub
cederom commented on PR #2862: URL: https://github.com/apache/nuttx-apps/pull/2862#issuecomment-2494710241 Very cool! Thank you for the fix! :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

Re: [PR] system/adb: Fix log format error [nuttx-apps]

2024-11-21 Thread via GitHub
JianyuWang0623 commented on PR #2862: URL: https://github.com/apache/nuttx-apps/pull/2862#issuecomment-2492723897 > Thank you @JianyuWang0623 :-) Please let us know when testing is finished and successful :-) Sorry, selftest here is already passed. I mean the config `esp32s3-devkit

Re: [PR] system/adb: Fix log format error [nuttx-apps]

2024-11-21 Thread via GitHub
xiaoxiang781216 merged PR #2862: URL: https://github.com/apache/nuttx-apps/pull/2862 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

Re: [PR] system/adb: Fix log format error [nuttx-apps]

2024-11-21 Thread via GitHub
cederom commented on PR #2862: URL: https://github.com/apache/nuttx-apps/pull/2862#issuecomment-2492581969 Thank you @JianyuWang0623 :-) Please let us know when testing is finished and successful :-) -- This is an automated message from the Apache Git Service. To respond to the message,

[PR] system/adb: Fix log format error [nuttx-apps]

2024-11-21 Thread via GitHub
JianyuWang0623 opened a new pull request, #2862: URL: https://github.com/apache/nuttx-apps/pull/2862 ## Summary The `"%pV"` format depends on libc extension e.g. Calling `avb_log()` in function `adbd_main()`: ``` adbd_main (***): 0x3fc9175cV ``` ## Impact system/adb