When I connect to a device or an emulator using adb, I can clear logcat using adb logcat -c
. The issue I am facing is that I often get the following message:
failed to clear the 'main' log
AFAIK, 'main' is a non-rooted buffer which means that I should be able to clear it without root. What can then be the reason for this message?