| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Replace all e.printStackTrace() calls with Log.e() to follow best practices for error handling and logging. This provides: - Consistent logging format with timestamps - Better error tracking in production - Ability to control logging via Log.DEBUG flag - More meaningful error messages with context Changes: - AbstractSQLExecutor.java: 9 replacements - AbstractParser.java: 6 replacements - JSONRequest.java: 1 replacement - JSR223ScriptExecutor.java: 1 replacement Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
@hobostay |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Replace all e.printStackTrace() calls with Log.e() to follow best practices for error handling and logging.
Changes
This PR replaces all instances of e.printStackTrace() with proper logging using the project's Log.e() method, providing:
Files Modified
Type
Checklist
Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com