Search Unity

Will setting AndroidJNIHelper.debug to true log Unity3D's activity too?

Discussion in 'Android' started by jiyongman, Feb 15, 2019.

  1. jiyongman

    jiyongman

    Joined:
    Dec 10, 2018
    Posts:
    29
    I have set AndroidJNIHelper.debug to true.
    Now I can get log messages, which are my own activity related to AndroidJavaClass/Object or AndroidJNI,
    but what I'm not sure is about Unity's internal activity.

    I just want to understand if there are any JNI related things happening under the hood at some point using AndroidJNIHelper.debug.

    Say, I created a local reference using AndroidJNI method, and forgot about it.
    If the local reference is released automatically by Unity3D or JNI, then do I still get the message too?