Join Slack
Powered by
<@U0BFDUP0E> How to check the log of `println` whe...
# android
a
Ayden
01/13/2018, 8:50 AM
@jw
How to check the log of
println
when I execute the Android?
g
gildor
01/13/2018, 9:39 AM
For Android you should use Log class
https://developer.android.com/reference/android/util/Log.html
or any wrapper above Log that makes it more pleasant to use, like Timber
https://github.com/JakeWharton/timber
b
bj0
01/15/2018, 3:35 PM
Although println does show up in logcat
👍 1
3
Views
Open in Slack
Previous
Next