Skip to content

optimize performance by removing unnecessary logs#913

Open
SebaMutuku wants to merge 3 commits intomasterfrom
optimize_performance
Open

optimize performance by removing unnecessary logs#913
SebaMutuku wants to merge 3 commits intomasterfrom
optimize_performance

Conversation

@SebaMutuku
Copy link
Copy Markdown
Contributor

No description provided.

@SebaMutuku
Copy link
Copy Markdown
Contributor Author

This is based on the task https://github.com/onaio/opensrp-tasks/issues/152

Comment on lines +25 to +40
}
-assumenosideeffects class android.util.Log {
public static boolean isLoggable(java.lang.String, int);
public static int v(...);
public static int d(...);
public static int i(...);
public static int w(...);
public static int e(...);
}

-assumenosideeffects class timber.log.Timber* {
public static *** v(...);
public static *** d(...);
public static *** i(...);
public static int w(...);
public static int e(...);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have a better way to do this without repetition?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants