Skip to content

[Android] Java logs don't show #3661

@oney

Description

@oney

After running adb logcat *:S ReactNative:V ReactNativeJS:V, I can see the console.log on Javascript code.

D/ReactNativeJS(11987): 'connect'
D/ReactNativeJS(11987): 'get'
D/ReactNativeJS(11987): 'join', [ 'ErC28kTYr1zgLXlhAAAh', 'bgxVgZzKZsmbu-bRAAAj' ]

However, the terminal doesn't show any log of .java files.

Log.d(TAG, "Hello"); // Never show

Both happening in Genymotion and Device.
How can I see the logs of Java?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions