Skip to content

Commit

Permalink
Debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Apr 7, 2021
1 parent 16c59f9 commit 0751c46
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ class MultiHandActivity : AppCompatActivity() {

val packetCreator = processor.packetCreator
val inputSidePackets: MutableMap<String, Packet> = HashMap()
Timber.d("inputSidePackets1=${inputSidePackets.size}")
inputSidePackets[INPUT_NUM_HANDS_SIDE_PACKET_NAME] = packetCreator.createInt32(NUM_HANDS)
Timber.d("inputSidePackets2=${inputSidePackets.size}")
processor.setInputSidePackets(inputSidePackets)

// To show verbose logging, run:
Expand Down

0 comments on commit 0751c46

Please sign in to comment.