1
0

Merge "video: driver: modify default logging"

Este cometimento está contido em:
qctecmdr
2021-02-17 16:12:08 -08:00
cometido por Gerrit - the friendly Code Review server
ascendente bcb2df4067 c1bb737feb
cometimento 890505c6fb

Ver ficheiro

@@ -14,8 +14,7 @@
#define MAX_SSR_STRING_LEN 10
#define MAX_DEBUG_LEVEL_STRING_LEN 15
int msm_vidc_debug = VIDC_HIGH | VIDC_PKT | VIDC_ERR | VIDC_PRINTK |
FW_ERROR | FW_FATAL;
int msm_vidc_debug = VIDC_ERR | VIDC_PRINTK | FW_ERROR | FW_FATAL;
EXPORT_SYMBOL(msm_vidc_debug);
bool msm_vidc_lossless_encode = !true;