fast4x / RiMusic

A multilingual Android application for streaming music from YouTube Music.
https://rimusic.xyz
GNU General Public License v3.0
1.93k stars 99 forks source link

Error: Failed to copy to Clipboard #3035

Closed twistios closed 1 month ago

twistios commented 1 month ago

Steps to reproduce the bug

Create many debug log entries, like crashes and so on.

Expected behavior

Debug log can be copied to Clipboard.

Actual behavior

Copying fails.

Screenshots/Screen recordings

Screenshot_20240730_211911

Logs

No response

RiMusic version

0.6.45.1 custom version

Android version

14

Additional information

I already got a ridiculous amount of crashes in my app install, so now the crash log for example is > 2^16 characters (this log can still be copied). It looks like the debug log is now >2^20 characters long. It makes sense that there is a maximum limit that it supports, but somehow it should be prevented from happening (at least have a better error message).

twistios commented 1 month ago

I think I will add the error message if I am able to find out how to do it.

fast4x commented 1 month ago

No, thi is a log and must be added in log not in form

fast4x commented 1 month ago

log is deleted always you disable...

twistios commented 1 month ago

No, thi is a log and must be added in log not in form

The problem in this issue is that the log can not be accessed so it makes sense to show (at least) some message via the toast notification.

fast4x commented 1 month ago

It's not usable in debug so not make sense

fast4x commented 1 month ago

Improved