binwiederhier / ntfy-android

Android app for ntfy.sh
Apache License 2.0
465 stars 92 forks source link

Avoid printing binary in logs #41

Closed emersion closed 1 year ago

emersion commented 1 year ago

The ByteArray may contain arbitrary bytes. Printing it to the logs results in garbage and terminal emulators will try to interpret escape codes.

binwiederhier commented 1 year ago

Thanks