Android Question Reducing noise in IDE's log pane

Will Castillo

Member
Licensed User
Hi,

It'd be nice to be able to decide which warnings to dismiss, forever for a project, from the IDE's log pane.

This is specially useful when you have a shared general utility module. Some functions may or may not be used in the current module... It's annoying having unuseful noise in the log pane ("Nobody calls this function yet" -- I know, thanks... good bye.).

Another annoying warning I've found is when you need to create intentional fall-through in Try/Catch blocks (I got something in the line of "You must at least add a log here" warning -- why???)

So yeah, being able to dismiss warning will be nooice.
 
Top