Searched defs:binary (Results 1 - 1 of 1) sorted by relevance

/system/core/logcat/
H A Dlogcat.cpp57 bool binary; member in struct:log_device_t
67 binary = b;
167 if (dev->binary) {
407 " -B output the log in binary");
513 bool binary = strcmp(optarg, "events") == 0; local
514 if (binary) {
523 dev->next = new log_device_t(buf, binary, optarg[0]);
525 devices = new log_device_t(buf, binary, optarg[0]);

Completed in 49 milliseconds