Reputation: 15946
I will like to see emojis on my logcat print, I think thay may help to see logs.
Some example is github emoji that enabled emojis.
Is there any way to do it?
Upvotes: 3
Views: 1305
Reputation: 11
On your string message, just add the emoji, and when you run your application they will be shown in your Logcat messages. On Windows 10 you can type Windows logo key + . (period). The emoji keyboard will appear.
Upvotes: 1
Reputation: 49
Upvotes: 3
Reputation: 320
I'm not certain, but I don't think it is possible to display emoji on Logcat prints because it would require a charset update.
There's an issue posted on the android project page requiring it (it's really recent from the time of your post).
Maybe in the future we'll see it, I sure hope so.
Upvotes: 2