tytydraco / LADB

A local ADB shell for Android!
https://play.google.com/store/apps/details?id=com.draco.ladb
Other
1.78k stars 474 forks source link

Limited maximum output character/line limit? #48

Closed e-t-l closed 1 year ago

e-t-l commented 2 years ago

Is there a limit to the maximum length of the output LADB displays?

I'm having trouble getting LADB to display output longer than 7982 characters / 302 lines. This is specifically a problem when users try to run the (fairly commonplace) command pm list packages.

tytydraco commented 2 years ago

You can try piping it out to a file and then opening that in a file manager. There is a max limit, too many characters causes some serious lag.