How do I enable debugging on Android?
Please add the following to the manifest file to enable the Pendo debugger:
<meta-data android:name=”insert_debug_logging” android:value=”true” />
<meta-data android:name=”pnd_debug_logging” android:value=”true” /> // logs for debugging
<meta-data android:name="pnd_jsonpath_log" android:value="true" /> // logs for guides
Please note that the Pendo debugger should be removed before this app goes to production.
0
Comments
Please add the following to the manifest file to enable the Pendo debugger:
<meta-data android:name=”insert_debug_logging” android:value=”true” />
<meta-data android:name=”pnd_debug_logging” android:value=”true” /> // logs for debugging
<meta-data android:name="pnd_jsonpath_log" android:value="true" /> // logs for guides
Please note that the Pendo debugger should be removed before this app goes to production.
Please sign in to leave a comment.