We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e449f29 + 75b8b68 commit f47ce41Copy full SHA for f47ce41
lib/services/android-debug-service.ts
@@ -136,7 +136,7 @@ class AndroidDebugService implements IDebugService {
136
private printDebugPort(deviceId: string, packageName: string): IFuture<void> {
137
return (() => {
138
let port = this.getForwardedLocalDebugPortForPackageName(deviceId, packageName).wait();
139
- this.$logger.info(port);
+ this.$logger.info("device: " + deviceId + " debug port: " + port + "\n");
140
}).future<void>()();
141
}
142
0 commit comments