Home
last modified time | relevance | path

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

/system/core/liblog/
Dfake_log_device.c278 const char* fstr = getenv("ANDROID_PRINTF_LOG"); in configureInitialState() local
280 if (fstr == NULL) { in configureInitialState()
283 if (strcmp(fstr, "brief") == 0) in configureInitialState()
285 else if (strcmp(fstr, "process") == 0) in configureInitialState()
287 else if (strcmp(fstr, "tag") == 0) in configureInitialState()
289 else if (strcmp(fstr, "thread") == 0) in configureInitialState()
291 else if (strcmp(fstr, "raw") == 0) in configureInitialState()
293 else if (strcmp(fstr, "time") == 0) in configureInitialState()
295 else if (strcmp(fstr, "long") == 0) in configureInitialState()
298 format = (LogFormat) atoi(fstr); // really?! in configureInitialState()