File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,6 @@ class AndroidDebugService implements IDebugService {
134134 this . attachDebugger ( device . deviceInfo . identifier , packageName ) . wait ( ) ;
135135 } else if ( this . $options . stop ) {
136136 this . detachDebugger ( packageName ) . wait ( ) ;
137- } else if ( this . $options . debugBrk ) {
138- this . startAppWithDebugger ( packageFile , packageName ) . wait ( ) ;
139137 } else {
140138 this . startAppWithDebugger ( packageFile , packageName ) . wait ( ) ;
141139 this . attachDebugger ( device . deviceInfo . identifier , packageName ) . wait ( ) ;
@@ -211,12 +209,6 @@ class AndroidDebugService implements IDebugService {
211209
212210 this . waitForDebugger ( packageName ) ;
213211
214- if ( this . $options . client ) {
215- let localDebugPort = this . getForwardedLocalDebugPortForPackageName ( this . device . deviceInfo . identifier , packageName ) . wait ( ) ;
216- this . startDebuggerClient ( localDebugPort ) . wait ( ) ;
217- this . openDebuggerClient ( AndroidDebugService . DEFAULT_NODE_INSPECTOR_URL + "?port=" + localDebugPort ) ;
218- }
219-
220212 } ) . future < void > ( ) ( ) ;
221213 }
222214
You can’t perform that action at this time.
0 commit comments