mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
[CB-3563] Change default logging tag from DroidGap to CordovaActivity
This commit is contained in:
parent
dfb89df4f1
commit
9ac9fd4fe9
@ -134,7 +134,7 @@ import android.widget.LinearLayout;
|
||||
* </plugins>
|
||||
*/
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user