Does anyone know how to filter out the logcat (‘adb shell logcat’) so that it only shows the log statements after current date and time ? Thanks in advance.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Activities created after the current date and time? Or just log statements after the current time?
Could it be as simple as “adb logcat -c; adb logcat”