<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nielsentest.mywikis.net/w/index.php?action=history&amp;feed=atom&amp;title=setDebug%28%29</id>
	<title>setDebug() - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nielsentest.mywikis.net/w/index.php?action=history&amp;feed=atom&amp;title=setDebug%28%29"/>
	<link rel="alternate" type="text/html" href="https://nielsentest.mywikis.net/w/index.php?title=setDebug()&amp;action=history"/>
	<updated>2026-04-18T05:01:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://nielsentest.mywikis.net/w/index.php?title=setDebug()&amp;diff=428&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|Android SDK API Reference}} {{CurrentBreadcrumb}} Category:Digital Category:Android SDK API Reference Newly introdu...&quot;</title>
		<link rel="alternate" type="text/html" href="https://nielsentest.mywikis.net/w/index.php?title=setDebug()&amp;diff=428&amp;oldid=prev"/>
		<updated>2017-05-21T07:34:26Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|Android SDK API Reference}} {{CurrentBreadcrumb}} &lt;a href=&quot;/wiki/Category:Digital&quot; title=&quot;Category:Digital&quot;&gt;Category:Digital&lt;/a&gt; &lt;a href=&quot;/wiki/Category:Android_SDK_API_Reference&quot; class=&quot;mw-redirect&quot; title=&quot;Category:Android SDK API Reference&quot;&gt;Category:Android SDK API Reference&lt;/a&gt; Newly introdu...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|Android SDK API Reference}} {{CurrentBreadcrumb}}&lt;br /&gt;
[[Category:Digital]]&lt;br /&gt;
[[Category:Android SDK API Reference]]&lt;br /&gt;
Newly introduced in SDK version 5.0.0 for International (Germany), this method enables developers to control the debugging feature that generates the additional SDK logs from the device. Debugging feature can be used for SDK integration purposes only and NOT in production environment.&lt;br /&gt;
&lt;br /&gt;
The developer debug level will be set based on the value passed into this method. This is equivalent to passing the nol_devDebug parameter during App SDK Initialization.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
public static void setDebug(char debugState)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Input Parameters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter !! Description&lt;br /&gt;
|-&lt;br /&gt;
| debugState&lt;br /&gt;
| '''Dev / Test environment:''' Pass a debug log level value (‘I’, ‘W’, ‘E’, or ‘D’) to enable debug logs and set the level of logging needed.&lt;br /&gt;
*‘I‘ (INFO): Displays the API calls and the input data from the application (validate player name, app ID, etc.). It can be used as certification Aid.&lt;br /&gt;
*‘W‘ (WARNING): Indicates potential integration / configuration errors or SDK issues.&lt;br /&gt;
*‘E‘ (ERROR): Indicates important integration errors or non-recoverable SDK issues.&lt;br /&gt;
*‘D‘ (DEBUG): Debug logs, used by the developers to debug more complex issues.&lt;br /&gt;
'''Production environment:''' Pass ‘A’ (LEVEL_DISABLE) to disable the debug log.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Output Parameters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Parameters (Return value) !! Description&lt;br /&gt;
|-&lt;br /&gt;
| void || &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>