Loading logcat/logcat.cpp +6 −1 Original line number Diff line number Diff line Loading @@ -284,6 +284,7 @@ static void show_help(const char *cmd) " other pruning activity is oldest first. Special case ~!\n" " represents an automatic quicker pruning for the noisiest\n" " UID as determined by the current statistics.\n" " -C colored output\n" " -P '<list> ...' set prune white and ~black list, using same format as\n" " printed above. Must be quoted.\n"); Loading Loading @@ -492,7 +493,7 @@ int main(int argc, char **argv) for (;;) { int ret; ret = getopt(argc, argv, ":cdDLt:T:gG:sQf:r:n:v:b:BSpP:"); ret = getopt(argc, argv, ":cdDLt:T:gG:sQf:r:n:v:b:BSpCP:"); if (ret < 0) { break; Loading Loading @@ -597,6 +598,10 @@ int main(int argc, char **argv) setPruneList = optarg; break; case 'C': setLogFormat ("color"); break; case 'b': { if (strcmp(optarg, "all") == 0) { while (devices) { Loading Loading
logcat/logcat.cpp +6 −1 Original line number Diff line number Diff line Loading @@ -284,6 +284,7 @@ static void show_help(const char *cmd) " other pruning activity is oldest first. Special case ~!\n" " represents an automatic quicker pruning for the noisiest\n" " UID as determined by the current statistics.\n" " -C colored output\n" " -P '<list> ...' set prune white and ~black list, using same format as\n" " printed above. Must be quoted.\n"); Loading Loading @@ -492,7 +493,7 @@ int main(int argc, char **argv) for (;;) { int ret; ret = getopt(argc, argv, ":cdDLt:T:gG:sQf:r:n:v:b:BSpP:"); ret = getopt(argc, argv, ":cdDLt:T:gG:sQf:r:n:v:b:BSpCP:"); if (ret < 0) { break; Loading Loading @@ -597,6 +598,10 @@ int main(int argc, char **argv) setPruneList = optarg; break; case 'C': setLogFormat ("color"); break; case 'b': { if (strcmp(optarg, "all") == 0) { while (devices) { Loading