Daniel Gomez Rico
Daniel Gomez Rico

Reputation: 15946

Android how to emoji into Logcat prints?

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

Answers (3)

Alessandro
Alessandro

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.

https://support.microsoft.com/en-us/windows/windows-keyboard-tips-and-tricks-588e0b72-0fff-6d3f-aeee-6e5116097942

Upvotes: 1

rishi
rishi

Reputation: 49

  1. On MacOS position the cursor to the place to want to insert the emoji.
  2. Use the keyboard shortcut control + Command ⌘ + Spacebar to access emoji list.
  3. Double-click the emoji you'd like to use and it'll be inserted where you left your cursor.

Upvotes: 3

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

Related Questions