Searched refs:log_config_watcher (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/fastrpc/src/ |
H A D | log_config.c | 80 static struct log_config_watcher_params log_config_watcher[NUM_DOMAINS_EXTEND]; variable 112 …VERIFY_IPRINTF("%s: #files: %d max_len: %d\n", log_config_watcher[dom].fileToWatch, filesToLogLen,… in parseLogConfig() 129 VERIFY_IPRINTF("%s: %s\n", log_config_watcher[dom].fileToWatch, filesToLog[i].data); in parseLogConfig() 181 VERIFY_IPRINTF("%s: Couldn't find file: %s\n",log_config_watcher[dom].fileToWatch, path); in readLogConfigFromPath() 185 if (log_config_watcher[dom].adspmsgdEnabled == FALSE){ in readLogConfigFromPath() 195 log_config_watcher[dom].adspmsgdEnabled = TRUE; in readLogConfigFromPath() 197 VERIFY_EPRINTF("Found %s. adspmsgd enabled \n", log_config_watcher[dom].fileToWatch); in readLogConfigFromPath() 209 …VERIFY_IPRINTF("%s: Config file %s contents: %s\n", log_config_watcher[dom].fileToWatch, path, buf… in readLogConfigFromPath() 214 VERIFY_IPRINTF("%s: Setting log mask:0x%x", log_config_watcher[dom].fileToWatch, mask); in readLogConfigFromPath() 224 …VERIFY_IPRINTF("%s: Setting log mask:0x%x, filename:%s", log_config_watcher[dom].fileToWatch, mask… in readLogConfigFromPath() [all …]
|