mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
log was actually doing nothing...fixing it
This commit is contained in:
Vendored
+1
-1
@@ -79,7 +79,7 @@ function debug_install() {
|
||||
}
|
||||
|
||||
function log() {
|
||||
WScript.Echo(exec("%comspec% /c adb.bat logcat"));
|
||||
shell.Run("%comspec% /c adb logcat");
|
||||
}
|
||||
|
||||
function launch() {
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
%~dp0\cordova.bat log
|
||||
|
||||
Reference in New Issue
Block a user