Update tokenizer database

Change-Id: I92329b96f13bb98a3c5d93f2e241db1485fd7867
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/74241
Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com>
Reviewed-by: Keir Mierle <keir@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
diff --git a/applications/rpc/tokenizer_database.csv b/applications/rpc/tokenizer_database.csv
index 6979f5e..a5c32c9 100644
--- a/applications/rpc/tokenizer_database.csv
+++ b/applications/rpc/tokenizer_database.csv
@@ -16,20 +16,30 @@
 39b2c339,          ,"Failed to decode packet on interface %s"
 3dfbffed,          ,"Got packet with no destination; address: %llu"
 3f774ea7,          ,"Unable to handle packet of type %u"
+44a10848,          ,"■msg♦RPC client received stream message for an unknown call■module♦PW_RPC■file♦third_party/pigweed/pw_rpc/client.cc"
 47c93d0f,          ,"Failed to encode RPC response packet to channel %u buffer"
 4c33bbce,          ,"■msg♦pw_rpc server unable to handle packet of type %u■module♦■file♦third_party/pigweed/pw_rpc/server.cc"
+4fa792c0,          ,"■msg♦RPC client received a packet for an unregistered channel■module♦PW_RPC■file♦third_party/pigweed/pw_rpc/client.cc"
 4fc62508,          ,"■msg♦Nanopb protobuf encode failed: %s■module♦■file♦third_party/pigweed/pw_rpc/nanopb/common.cc"
 56a41879,          ,"■msg♦Blink Low!■module♦■file♦applications/rpc/main.cc"
+56bffbde,          ,"■msg♦RPC server received packet for unknown channel %u■module♦PW_RPC■file♦third_party/pigweed/pw_rpc/server.cc"
 5a592684,          ,"          malloc() is called %u times. (realloc()/calloc() counted as one time)"
+5b712e67,          ,"■msg♦pw_rpc server unable to handle packet of type %u■module♦PW_RPC■file♦third_party/pigweed/pw_rpc/server.cc"
+5b94e6f3,          ,"■msg♦Received SERVER_STREAM for RPC without a server stream■module♦PW_RPC■file♦third_party/pigweed/pw_rpc/client.cc"
 5d1647a3,          ,"■msg♦          The total heap size is %u bytes.■module♦■file♦third_party/pigweed/pw_allocator/freelist_heap.cc"
 6271ad9a,          ,"Got complete packet!"
 687eb970,          ,"■msg♦Failed to encode RPC packet type %u to channel %u buffer, status %u■module♦■file♦third_party/pigweed/pw_rpc/channel.cc"
 6efb923c,          ,"■msg♦Received client stream packet for %u:%08x/%08x, which is not pending■module♦■file♦third_party/pigweed/pw_rpc/server.cc"
 74627b3f,          ,"Received CANCEL packet for method that is not pending"
 787ce38d,          ,"Nanopb failed to decode request payload from channel %u"
+7a5c0c83,          ,"■msg♦Nanopb protobuf decode failed: %s■module♦PW_RPC■file♦third_party/pigweed/pw_rpc/nanopb/common.cc"
 7b20ae2f,          ,"■msg♦RPC client received stream message for an unknown call■module♦■file♦third_party/pigweed/pw_rpc/client.cc"
 7dca9e87,          ,"■msg♦Got packet with no destination; address: %llu■module♦■file♦applications/rpc/main.cc"
 84648644,          ,"■msg♦Frame check sequence verification failed■module♦■file♦third_party/pigweed/pw_hdlc/decoder.cc"
+8c88b1a3,          ,"■msg♦Received malformed pw_rpc packet■module♦PW_RPC■file♦third_party/pigweed/pw_rpc/endpoint.cc"
+8d82c223,          ,"■msg♦Failed to encode RPC packet type %u to channel %u buffer, status %u■module♦PW_RPC■file♦third_party/pigweed/pw_rpc/channel.cc"
+8e1fd36b,          ,"■msg♦Channel %u failed to send packet with status %u■module♦PW_RPC■file♦third_party/pigweed/pw_rpc/channel.cc"
+91a1c5d5,          ,"■msg♦Received client stream packet for %u:%08x/%08x, which is not pending■module♦PW_RPC■file♦third_party/pigweed/pw_rpc/server.cc"
 92148cda,          ,"■msg♦Received SERVER_STREAM for RPC without a server stream■module♦■file♦third_party/pigweed/pw_rpc/client.cc"
 92a63809,          ,"Received %lu-byte frame; frame must be at least 6 bytes"
 974389bc,          ,"Got packet with no destination; address: %d"
@@ -42,9 +52,12 @@
 b0ebaaab,          ,"Registering pw_rpc services"
 b12fd0ac,          ,"Starting pw_rpc server"
 b3e37df6,          ,"Frame check sequence verification failed"
+bc3822bb,          ,"■msg♦Nanopb protobuf encode failed: %s■module♦PW_RPC■file♦third_party/pigweed/pw_rpc/nanopb/common.cc"
+bd173e2d,          ,"■msg♦Failed to decode pw_rpc packet■module♦PW_RPC■file♦third_party/pigweed/pw_rpc/endpoint.cc"
 bdfb3c80,          ,"■msg♦Blink High!■module♦■file♦applications/rpc/main.cc"
 be290f47,          ,"          free() is called %u times. (realloc() counted as one time)"
 c0c64a7a,          ,"Got complete HDLC packet"
+c23385f1,          ,"■msg♦Nanopb failed to decode request payload from channel %u■module♦PW_RPC■file♦third_party/pigweed/pw_rpc/nanopb/method.cc"
 c51612b3,          ,"Failed to encode response packet to channel buffer"
 c5792a96,          ,"    The current heap information: "
 d2d5d9aa,          ,"Failed to encode response packet for channel %u"
@@ -54,8 +67,10 @@
 e457fb7d,          ,"          The total heap size is %u bytes."
 eb4dddde,          ,"■msg♦pw_rpc client unable to handle packet of type %u■module♦■file♦third_party/pigweed/pw_rpc/client.cc"
 eb591227,          ,"■msg♦RPC client received a packet for an unregistered channel■module♦■file♦third_party/pigweed/pw_rpc/client.cc"
+eeac4446,          ,"■msg♦No ChannelOutput was provided, so a channel cannot be created■module♦PW_RPC■file♦third_party/pigweed/pw_rpc/server.cc"
 ef2fe42d,          ,"■msg♦          The current allocated heap memory is %u bytes.■module♦■file♦third_party/pigweed/pw_allocator/freelist_heap.cc"
 ef6825c1,          ,"■msg♦ ■module♦■file♦third_party/pigweed/pw_allocator/freelist_heap.cc"
 f3804eba,          ,"■msg♦    The current heap information: ■module♦■file♦third_party/pigweed/pw_allocator/freelist_heap.cc"
 f716dbeb,          ,"[ ]"
+fa204477,          ,"■msg♦pw_rpc client unable to handle packet of type %u■module♦PW_RPC■file♦third_party/pigweed/pw_rpc/client.cc"
 fc0376f5,          ,"[*]"