This issue has been puzzeling me and I hope to find an answer from you.
I am trying to display the last 100 occurances(or lines) of logs that have my class xx tag and of level Info
this is done using
Adb logcat -t 100 -v long xx:I *:s
I am getting only last 12 or so occurances of xx:I not 100.
could it be that logcat is readig last 100 lines of logs and filtering them based on my criteria? Shouldnt it display last 100 tagged lines?
imperator_sp
Write adb logcat -t 100 -v long xx:I
, without *:s
.
来源:https://stackoverflow.com/questions/11946581/logcat-filtering-and-number-of-lines