-
Notifications
You must be signed in to change notification settings - Fork 2
Menu Section - Debug Recording | Feedback | About #20
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
โฆ show notification
โฆsue integration
Dan8Oren
added a commit
that referenced
this pull request
Dec 4, 2025
# ๐ Menu Section - Debug Recording | Feedback | About ### This release focuses on making it easier to troubleshoot issues and provide feedback. ### ๐ Debug Logging Tools 1. **Start Recording**: Tap the menu (โฎ) โ "Debug Recording" 2. **Reproduce Your Issue**: Use your phone normally while the issue occurs 3. **Stop & Share**: Tap menu again โ "Stop & Share Debug Logs" 4. **Send Logs**: Share via email, GitHub, or any app you prefer * If MicLock crashes while debug recording is active, logs are automatically saved!, the app prompts to share the logs when opened after a crash. #### What Gets Captured - โ **App Logs**: Only MicLock's logs (no other app data) - โ **System Audio State**: Audio routing, call state, media sessions - โ **Device Info**: Manufacturer, model, Android version ``` miclock_debug_logs_YYYYMMDD_HHMMSS.zip โโโ collection_report.txt (what succeeded/failed) โโโ app_logs.txt (MicLock logcat output) โโโ dumpsys_audio.txt (audio routing state) โโโ dumpsys_telecom.txt (call state - critical for call issues) โโโ dumpsys_media_session.txt (media player state) โโโ dumpsys_audio_policy.txt (audio policy decisions) โโโ dumpsys_audio_flinger.txt (low-level audio HAL) โโโ device_info.txt (device and app metadata) ``` ### ๐ข Feedback & About #### 1. Send Feedback New "Feedback" menu option makes it easy to: - ๐ **Report a Bug**: Something not working right? Let us know. - ๐ก **Request a Feature**: Have an idea to make MicLock better? Both options open GitHub with pre-filled templates to make reporting easy! #### 2. About Screen with some information. > [!IMPORTANT] > **Action Required for Update (APK / GitHub Users Only)** > > *Note: If you installed via Google Play, you can ignore this warning. Your app will update automatically.* > > If you have a previous `.apk` version of the app installed manually, you must **delete it** before installing this update. > > Due to a necessary security update in our signing keys, this version cannot be installed directly over the old one. If you try to update normally, the installation may fail with an error. > > ### How to update: > 1. **Uninstall** the current version of the app from your phone. > 2. **Download** the new `.apk` file below. > 3. **Install** as normal.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
๐ Menu Section - Debug Recording | Feedback | About
This release focuses on making it easier to troubleshoot issues and provide feedback.
๐ Debug Logging Tools
the app prompts to share the logs when opened after a crash.
What Gets Captured
๐ข Feedback & About
1. Send Feedback
New "Feedback" menu option makes it easy to:
Both options open GitHub with pre-filled templates to make reporting easy!
2. About Screen with some information.
Important
Action Required for Update (APK / GitHub Users Only)
Note: If you installed via Google Play, you can ignore this warning. Your app will update automatically.
If you have a previous
.apkversion of the app installed manually, you must delete it before installing this update.Due to a necessary security update in our signing keys, this version cannot be installed directly over the old one. If you try to update normally, the installation may fail with an error.
How to update:
.apkfile below.