使用Linux Kernel Dynamic Debug

在研讀LInux Kernel Drivers 時,常會遇到netif_dbg 、pr_debug 相關的debug 函數。此文章將介紹如何開啟此類函數的輸出Log。以下將以Arm Linux Kernel 3.18.44…