commit | 6f5572dedb08c7b63b1044d767f143bdaf6125f8 | [log] [tgz] |
---|---|---|
author | Tim Yu <yunicorn@google.com> | Wed Jun 05 23:06:39 2024 +0000 |
committer | Tim Yu <yunicorn@google.com> | Fri Jun 14 13:53:28 2024 +0000 |
tree | 15b626d75fc73759f182b0d417b90625244639fa | |
parent | 88c1d4a060dd4f5f4606581cd47ff4ca5f8ca1fe [diff] |
Autofill Better Request ID Modifies Request ID to have the following characteristics: 1. Small enough to have a bunch of collisions between devices - this is done by truncate it to 16 bits (% 0xFFFF) 2. Unique within the same device - so it still works as expected Fixes: 342013721 Test: tdb Change-Id: I86f627b842fc614d992b11be2e1b13a81af9b65a