Replaced Logger usage with LOG_x#548
Conversation
|
Important Review skippedToo many files! This PR contains 162 files, which is 12 over the limit of 150. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (162)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Upstream TactilityProject#548 replaced tt::Logger with C-style LOG_x macros and TactilityProject#550 removed Tactility/Logger.h entirely. Convert our fork-only files (CST3530, GDEQ031T10, and the lilygo-tdeck-max device sources) to match. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The template class
Loggergenerated 161 functions, which is undesirable. I replaced it with the kernel logging functions.