From 9ac9fd4fe90742f8d00fdc7ef43e74c6352f4122 Mon Sep 17 00:00:00 2001 From: Ian Clelland Date: Fri, 31 May 2013 10:45:25 -0400 Subject: [PATCH] [CB-3563] Change default logging tag from DroidGap to CordovaActivity --- framework/src/org/apache/cordova/CordovaActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/org/apache/cordova/CordovaActivity.java b/framework/src/org/apache/cordova/CordovaActivity.java index b165815c..c59e1ee3 100755 --- a/framework/src/org/apache/cordova/CordovaActivity.java +++ b/framework/src/org/apache/cordova/CordovaActivity.java @@ -134,7 +134,7 @@ import android.widget.LinearLayout; * */ public class CordovaActivity extends Activity implements CordovaInterface { - public static String TAG = "DroidGap"; + public static String TAG = "CordovaActivity"; // The webview for our app protected CordovaWebView appView;