Closed abhishekk06 closed 2 years ago
In src/log.h:156
- if ( LOG_##type == LOG_Sched) { \
+ if ( LOG_##type == LOG_Cache) { \
We have to also modify the filter as per our needs by changing the line given above. I wish it can be done run-time or there should be a filter like LOG_ALL.
Hi,
Can someone explain how to enable debug logger? I did uncomment the following line in Sconstruct but I still don't see cache debug prints. :/
env["CPPFLAGS"] += " -D_LOG_TRACE_=1"