Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove/Avoid NSLog calls in ios release build #268

Open
emanuelb opened this issue Aug 4, 2020 · 0 comments
Open

Remove/Avoid NSLog calls in ios release build #268

emanuelb opened this issue Aug 4, 2020 · 0 comments
Assignees

Comments

@emanuelb
Copy link

emanuelb commented Aug 4, 2020

The file /ios/codeAgainstCorona/AppDelegate.m contain several calls to NSLog function which do logging:

NSLog(@"registering bg tasks");

NSLog(@"failed registering %@", proccessTaskID);

NSLog(@"failed registering %@", refreshTaskID);

NSLog(@"Failed to submit proccess request: %@", error);

NSLog(@"Success submit proccess request %@", request);

NSLog(@"Failed to submit refresh request: %@", error);

NSLog(@"Success submit refresh request %@", request);

NSLog(@"didFailWithError: %@", error);

NSLog(@"didUpdateLocation");

NSLog(@"scheduleProcessingTask");

NSLog(@"scheduleRefreshTask");

NSLog(@"backgroundTimeRemaining: %f", ti); // just for debug

NSLog(@"Application will terminate");

NSLog(@"scheduleProcessingTask");

NSLog(@"scheduleRefreshTask");

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

No branches or pull requests

2 participants