From f4755d906e7411747ffee20942a2b9d978272805 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 27 Dec 2012 12:20:49 +0100 Subject: [PATCH] Use app's name as TAG for android logs --- src/org/linphone/LinphoneManager.java | 4 ++-- submodules/linphone | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/org/linphone/LinphoneManager.java b/src/org/linphone/LinphoneManager.java index 7ae41be36..9a57cd752 100644 --- a/src/org/linphone/LinphoneManager.java +++ b/src/org/linphone/LinphoneManager.java @@ -410,7 +410,7 @@ public final class LinphoneManager implements LinphoneCoreListener { copyAssetsFromPackage(); //traces alway start with traces enable to not missed first initialization ; - LinphoneCoreFactory.instance().setDebugMode(getPrefBoolean(R.string.pref_debug_key, false)); + LinphoneCoreFactory.instance().setDebugMode(getPrefBoolean(R.string.pref_debug_key, false), getString(R.string.app_name)); mLc = LinphoneCoreFactory.instance().createLinphoneCore( this, mLinphoneConfigFile, mLinphoneInitialConfigFile, null); @@ -654,7 +654,7 @@ public final class LinphoneManager implements LinphoneCoreListener { public void initFromConf() throws LinphoneConfigException { - LinphoneCoreFactory.instance().setDebugMode(getPrefBoolean(R.string.pref_debug_key, mR.getBoolean(R.bool.pref_debug_default))); + LinphoneCoreFactory.instance().setDebugMode(getPrefBoolean(R.string.pref_debug_key, mR.getBoolean(R.bool.pref_debug_default)), getString(R.string.app_name)); initFromConfTunnel(); if (initialTransports == null) diff --git a/submodules/linphone b/submodules/linphone index 03ce0e5b5..414fcf384 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit 03ce0e5b59095b6fb2199969ccfb34163ef5858c +Subproject commit 414fcf3841ee6c3b69cb9d52b35bdf6ef97a8ef7