disable all fw logs by default except FW_ERROR and FW_ERROR. Change-Id: I90f62ca72684f326872cbe5cd87444d237d360be Signed-off-by: Akshata Sahukar <[email protected]>
@@ -6,8 +6,7 @@
#include "msm_vidc_debug.h"
int msm_vidc_debug = VIDC_HIGH | VIDC_PKT | VIDC_ERR | VIDC_PRINTK |
- FW_ERROR | FW_FATAL | FW_FTRACE | FW_LOW | FW_MED | FW_HIGH |
- FW_PERF | FW_PRINTK;
+ FW_ERROR | FW_FATAL;
EXPORT_SYMBOL(msm_vidc_debug);
bool msm_vidc_lossless_encode = !true;