Debugging and viewing log in adb console for a specific application developed with NRSDK

I am trying to figure out the specific filter option for viewing the applications specific Debug.Log () statements generated in adb console

now when I do adb logcat i can see all the log generated from the android device (computational unit)

Has anyone figured out a way or a filter command to view the specific application’s logs for development purposes …

Thanks for the help :slight_smile:

@admins @Nreal_JosephLiu @XREAL-dev @robi @jan

1 Like

From my side I just filter for ‘Unity’.

1 Like