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

/system/core/liblog/
H A Dfake_log_device.c286 const char* fstr = getenv("ANDROID_PRINTF_LOG"); local
288 if (fstr == NULL) {
291 if (strcmp(fstr, "brief") == 0)
293 else if (strcmp(fstr, "process") == 0)
295 else if (strcmp(fstr, "tag") == 0)
297 else if (strcmp(fstr, "thread") == 0)
299 else if (strcmp(fstr, "raw") == 0)
301 else if (strcmp(fstr, "time") == 0)
303 else if (strcmp(fstr, "long") == 0)
306 format = (LogFormat)atoi(fstr); // reall
[all...]

Completed in 638 milliseconds