How to exclude certain messages by TAG name using Android adb logcat?

You can do this from within DDMS Monitor (and also Eclipse or Android Studio) with the regular expression input box and negative look-ahead assertions, for example I am excluding a lot of noise from my log with the following: tag:^(?!(WifiMulticast|WifiHW|MtpService|PushClient)) (The “tag:” isn’t part of the regular expression, but tells LogCat to only apply the … Read more

getExtractedText on inactive InputConnection warning on android

I ran into a similar issue. My logcat: W/IInputConnectionWrapper(21214): getTextBeforeCursor on inactive InputConnection W/IInputConnectionWrapper(21214): getSelectedText on inactive InputConnection W/IInputConnectionWrapper(21214): getTextBeforeCursor on inactive InputConnection W/IInputConnectionWrapper(21214): getTextAfterCursor on inactive InputConnection … I/Choreographer(20010): Skipped 30 frames! The application may be doing too much work on its main thread. My situation: I have an EditText view the user types … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)