Skip to content

feat: Make export debug logs copy to clipboard instead #2525

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

Open
3 tasks done
oSumAtrIX opened this issue May 6, 2025 · 6 comments
Open
3 tasks done

feat: Make export debug logs copy to clipboard instead #2525

oSumAtrIX opened this issue May 6, 2025 · 6 comments
Assignees
Labels
Feature request Requesting a new feature that's not implemented yet ReVanced Manager Compose Regarding the Compose rewrite of ReVanced Manager

Comments

@oSumAtrIX
Copy link
Member

Feature description

Make export debug logs copy to clipboard instead:

Image

Motivation

In most cases you need to copy logs to some other place, not upload a file.

Acknowledgements

  • I have checked all open and closed feature requests and this is not a duplicate.
  • I have chosen an appropriate title.
  • The feature request is only related to ReVanced Manager.
@oSumAtrIX oSumAtrIX added the Feature request Requesting a new feature that's not implemented yet label May 6, 2025
@oSumAtrIX oSumAtrIX added the ReVanced Manager Compose Regarding the Compose rewrite of ReVanced Manager label May 6, 2025
@Axelen123
Copy link
Member

Those files can be over 20000 bytes/chars, which is way too big for the Android clipboard or share text intent: https://www.reddit.com/r/AndroidQuestions/comments/w779h9/maximum_character_limit_for_copypaste_pixel_4xl/

Image

@oSumAtrIX
Copy link
Member Author

oSumAtrIX commented May 7, 2025

Can the debug logs not just include what the app logs through the logger? It should not exceed the limit. If it does for whatever reason, conditionally fallback and ask to save.

@Axelen123
Copy link
Member

We are using the standard android logger. I'm not sure how you would include crash stack traces if we filter for the specific logger tag used. Implementing two different ways to export seems pointless.

@Axelen123
Copy link
Member

@oSumAtrIX should I close this or do you want to continue the discussion?

@oSumAtrIX
Copy link
Member Author

oSumAtrIX commented May 22, 2025

It should be possible to filter for the own app logs which would include crash stack traces and everything else related to the own app

@Axelen123
Copy link
Member

It should be possible to filter for the own app logs which would include crash stack traces and everything else related to the own app

I don't think it is including logs from other apps, but correct me if I am wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Requesting a new feature that's not implemented yet ReVanced Manager Compose Regarding the Compose rewrite of ReVanced Manager
Projects
None yet
Development

No branches or pull requests

2 participants