diff --git a/libraries/adb/src/commands/reverse.ts b/libraries/adb/src/commands/reverse.ts index 29c9b925..50b538b9 100644 --- a/libraries/adb/src/commands/reverse.ts +++ b/libraries/adb/src/commands/reverse.ts @@ -101,6 +101,8 @@ export class AdbReverseCommand extends AutoDisposable { localAddress: string, handler: AdbIncomingSocketHandler ): Promise { + // TODO(reverse): handle ADB bug + // https://issuetracker.google.com/issues/37066218 const stream = await this.sendRequest( `reverse:forward:${deviceAddress};${localAddress}` );