We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba6d58e + 9af05ac commit 477b272Copy full SHA for 477b272
1 file changed
lib/services/android-debug-service.ts
@@ -95,7 +95,7 @@ class AndroidDebugService implements IDebugService {
95
96
private printDebugPort(packageName: string): IFuture<void> {
97
return (() => {
98
- let res = this.device.adb.executeShellCommand(["am", "broadcast", "-a", packageName + "-GetDgbPort"]).wait();
+ let res = this.device.adb.executeShellCommand(["am", "broadcast", "-a", packageName + "-GetDbgPort"]).wait();
99
this.$logger.info(res);
100
}).future<void>()();
101
}
0 commit comments