Quellcode durchsuchen

Tegra: increase platform assert logging level to VERBOSE

This patch increases the assert logging level for all Tegra platforms
to VERBOSE, to print the actual assertion condition to the console,
improving debuggability.

Change-Id: If3399bde63fa4261522cab984cc9c49cd2073358
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Varun Wadekar vor 5 Jahren
Ursprung
Commit
61c418ba75
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      plat/nvidia/tegra/platform.mk

+ 1 - 1
plat/nvidia/tegra/platform.mk

@@ -13,7 +13,7 @@ $(eval $(call add_define,CRASH_REPORTING))
 
 # enable assert() for release/debug builds
 ENABLE_ASSERTIONS	:=	1
-PLAT_LOG_LEVEL_ASSERT	:=	40
+PLAT_LOG_LEVEL_ASSERT	:=	50
 $(eval $(call add_define,PLAT_LOG_LEVEL_ASSERT))
 
 # enable dynamic memory mapping