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 {
134
134
this . attachDebugger ( device . deviceInfo . identifier , packageName ) . wait ( ) ;
135
135
} else if ( this . $options . stop ) {
136
136
this . detachDebugger ( packageName ) . wait ( ) ;
137
- } else if ( this . $options . debugBrk ) {
138
- this . startAppWithDebugger ( packageFile , packageName ) . wait ( ) ;
139
137
} else {
140
138
this . startAppWithDebugger ( packageFile , packageName ) . wait ( ) ;
141
139
this . attachDebugger ( device . deviceInfo . identifier , packageName ) . wait ( ) ;
@@ -211,12 +209,6 @@ class AndroidDebugService implements IDebugService {
211
209
212
210
this . waitForDebugger ( packageName ) ;
213
211
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
-
220
212
} ) . future < void > ( ) ( ) ;
221
213
}
222
214
You can’t perform that action at this time.
0 commit comments