Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new utility (LogSaver) to persist app logcat output into a cache file and provide a cleanup method, likely to support debugging/support flows within the Android app.
Changes:
- Introduces
LogSaverwithsaveLogsToFile()to runlogcatand write output tocacheDir/logs/kDrive_logs.txt. - Adds
deleteLogs()to remove the cached logs directory. - Implements an internal
InputStreamhelper to write stream content into the log file with cancellation checks.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
PR Reviewer Guide 🔍(Review updated until commit 40bc864)Here are some key observations to aid the review process:
|
|
Persistent review updated to latest commit 7b41bcf |
|
Persistent review updated to latest commit 6c29a78 |
|
Persistent review updated to latest commit 40bc864 |
|
PR Code Suggestions ✨No code suggestions found for the PR. |



No description provided.