Since update AS 1.1 Preview 2, I\'m getting red lines under all my Log messages
Log
Log.d(TAG, \"message\");
With message: \"
build.gradle (app)
android { lintOptions { disable 'LongLogTag' } // put this. }