Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Lint does not warn if format specifier missing #464

@amjaingzb

Description

@amjaingzb

I added a debug statement
Timber.v("perm % is a valid combination %s",possibleCom,validCom);
instead of
Timber.v("perm %s is a valid combination %s",possibleCom,validCom);

There was no warning or error. The above bug (missing s after %) causes weird behavior.
In my case the subsequent library call post the debug log never completed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions