Remove unnecessary byte array allocation:

The `upstreamEvents` byte array may not be used if debugging is
disabled.  Remove the array allocation and retrieve the array
directly when required.

Test: atest TetheringTests
Change-Id: I7e1ddd3ce2e3079f07deebe3dd49aef832b24558
1 file changed