Add a 'Recent' tab to Spinner.

This commit is contained in:
Greyson Parrelli
2022-02-21 12:39:07 -05:00
parent acecd5f013
commit 9594be8fcf
20 changed files with 404 additions and 131 deletions

View File

@@ -45,7 +45,7 @@ import java.util.concurrent.atomic.AtomicInteger;
* and we want to create as little overhead as possible. The idea being that it's ok if we don't,
* for example, keep a perfect circular buffer size if it allows us to reduce overhead. The only
* cost of screwing up would be dropping a trace packet or something, which, while sad, won't affect
* how the app functions.
* how the app functions
*/
public final class Tracer {