Skip to content
Snippets Groups Projects
Commit 7465d924 authored by Emeric Vigier's avatar Emeric Vigier
Browse files

#14698: get SIP log level from java env

parent 7a255aab
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@ import android.util.Log;
public class ManagerImpl {
private static final String TAG = "ManagerImpl";
private static String sipLogLevel;
static Handler h;
private static int sipLogLevel = 6;
static Handler h;
static String appPath;
public ManagerImpl () {}
......@@ -36,7 +36,7 @@ public class ManagerImpl {
appPath = path;
}
public String getSipLogLevel() {
public static int getSipLogLevel() {
return sipLogLevel;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment