Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit cceaa657 authored by Simon Chan's avatar Simon Chan
Browse files

chore: add todo

parent a15498f3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -101,6 +101,8 @@ export class AdbReverseCommand extends AutoDisposable {
        localAddress: string,
        handler: AdbIncomingSocketHandler
    ): Promise<string> {
        // TODO(reverse): handle ADB bug
        // https://issuetracker.google.com/issues/37066218
        const stream = await this.sendRequest(
            `reverse:forward:${deviceAddress};${localAddress}`
        );