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;