Home
last modified time | relevance | path

Searched refs:fstr (Results 1 – 1 of 1) sorted by relevance

/system/core/liblog/
Dfake_log_device.c279 const char* fstr = getenv("ANDROID_PRINTF_LOG"); in configureInitialState() local
281 if (fstr == NULL) { in configureInitialState()
284 if (strcmp(fstr, "brief") == 0) in configureInitialState()
286 else if (strcmp(fstr, "process") == 0) in configureInitialState()
288 else if (strcmp(fstr, "tag") == 0) in configureInitialState()
290 else if (strcmp(fstr, "thread") == 0) in configureInitialState()
292 else if (strcmp(fstr, "raw") == 0) in configureInitialState()
294 else if (strcmp(fstr, "time") == 0) in configureInitialState()
296 else if (strcmp(fstr, "long") == 0) in configureInitialState()
299 format = (LogFormat) atoi(fstr); // really?! in configureInitialState()