fs: proc: backport PROC_AVC from N770F
* Provides filtered AVC log at /proc/avc_msg * Replaces SEC_AVC_LOG
This commit is contained in:
parent
452c39f514
commit
b406237766
6 changed files with 212 additions and 39 deletions
|
@ -471,11 +471,6 @@ extern void sec_debug_save_last_kmsg(unsigned char *head_ptr, unsigned char *cur
|
|||
/*
|
||||
* Samsung TN Logging Options
|
||||
*/
|
||||
#ifdef CONFIG_SEC_AVC_LOG
|
||||
extern void sec_debug_avc_log(char *fmt, ...);
|
||||
#else
|
||||
#define sec_debug_avc_log(a, ...) do { } while (0)
|
||||
#endif /* CONFIG_SEC_AVC_LOG */
|
||||
|
||||
/**
|
||||
* sec_debug_tsp_log : Leave tsp log in tsp_msg file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue