1. 42cf3b2 Migrate tracing projects away from legacyDisableKotlinStrictApiMode by Aurimas Liutikas · 9 days ago
  2. 4d23264 Signature file changes from generating properties with the kotlin analysis API by Julia McClellan · 10 days ago
  3. 61f717d Migrate to AGP KMP for easy to do projects by Omar Ismail · 4 weeks ago
  4. 2467447 Make it possible to release an alpha version of `tracing-driver-wire`. by Rahul Ravikumar · 5 weeks ago
  5. e6d33dd Run ktfmt on all files by Omar Ismail · 6 weeks ago
  6. 052fa76 Enable tracing-driver alpha releases. by Rahul Ravikumar · 6 weeks ago
  7. b81d10a Update projects to K2 metalava by Julia McClellan · 7 weeks ago
  8. 40ff073 Setup objC bindings for tracing by Dustin Lam · 8 weeks ago
  9. 6e6bfd6 Centralize set up for KMP Android device and host tests by Aurimas Liutikas · 9 weeks ago
  10. 2d71e6c Target Kotlin 2.0 language level by Omar Ismail · 3 months ago
  11. 9d9e2b50 Enable UseSdkSuppress lint by Julia McClellan · 3 months ago
  12. a91ff22 Move to consistent use of plugin id for Kotlin Android Projects by Aurimas Liutikas · 3 months ago
  13. 4f9a131 Update dependency analysis baseline for version 2.11.0 by Radha Nakade · 4 months ago
  14. 2ae2ea1 Reformat legacy version 3.0 files as version 4.0 files by Paul Duffin · 4 months ago
  15. 39b969d Add more fixes for Gradle Project Isolation by Aurimas Liutikas · 4 months ago
  16. 9e34b58 Add several docs for tracing-driver by Chris Craik · 4 months ago
  17. c275ac0 Disallow enqueue() in the Sink once its marked for closure. by Rahul Ravikumar · 4 months ago
  18. 9c9d18f Fix race condition in `WireTraceSink`. by Rahul Ravikumar · 4 months ago
  19. 518fc16 Move tracing-driver's WireTraceSink to separate module by Chris Craik · 4 months ago
  20. a84a80c Move Wire sink implementation to its own package by Chris Craik · 4 months ago
  21. 21e6c9a Add tracing-driver benchmarks for writing and enqueuing separately by Chris Craik · 4 months ago
  22. ab0c445 Change tracing-driver proto serialization to sink implementation detail by Chris Craik · 4 months ago
  23. 05ae950 Use synchronized to protect parallel access tracks by Chris Craik · 4 months ago
  24. a610c5a Merge "Move tracing-driver to its own alpha version" into androidx-main by Treehugger Robot · 4 months ago
  25. b7cc678 The advice collected from the dependency analysis plugin in baselines includes information about incorrectly configured dependencies. by Radha Nakade · 4 months ago
  26. 60b45ea Move tracing-driver to its own alpha version by Chris Craik · 4 months ago
  27. 12e1333 Merge "Simplify and optimize tracing-driver event lifecycle" into androidx-main by Treehugger Robot · 4 months ago
  28. 752c229d Upload dependency analysis baselines for all projects. by Radha Nakade · 5 months ago
  29. 8778e58 Simplify and optimize tracing-driver event lifecycle by Chris Craik · 5 months ago
  30. f431cca Add a tracing overhead benchmark that also captures serialization costs. by Rahul Ravikumar · 5 months ago
  31. e5de6b8 More recycling tests for object pools. by Rahul Ravikumar · 5 months ago
  32. 9d0ff0f Remove unused trace packet proto entries by Chris Craik · 5 months ago
  33. f54bfdc Add AndroidJunitTestRunner for Cuttlefish tests. by Rahul Ravikumar · 5 months ago
  34. 4d71b11 Improve tracing driver benchmarks. by Rahul Ravikumar · 5 months ago
  35. 24e2ed4 Trace Driver improvements. by Rahul Ravikumar · 5 months ago
  36. 0c74921 Merge "Create tracing-benchmarks to hold all cost-of-tracing benchmarks" into androidx-main by Chris Craik · 5 months ago
  37. cec1cfe Create tracing-benchmarks to hold all cost-of-tracing benchmarks by Chris Craik · 5 months ago
  38. 03fa9fb Rename android to androidTarget for KMP projects by Aurimas Liutikas · 5 months ago
  39. 1c718fc Remove final modifier from properties of final classes by Julia McClellan · 5 months ago
  40. 9be6383 Minor additions to README for tracing-driver. by Rahul Ravikumar · 5 months ago
  41. b44f7e5 Add `README` with screenshots. by Rahul Ravikumar · 5 months ago
  42. 046c483 Merge "Scope pools to tracks to make recycling safer." into androidx-main by Rahul Ravikumar · 5 months ago
  43. d872699a Merge "Always call flush() on close()." into androidx-main by Treehugger Robot · 5 months ago
  44. 569adba Always call flush() on close(). by Rahul Ravikumar · 5 months ago
  45. c424fbf Scope pools to tracks to make recycling safer. by Rahul Ravikumar · 5 months ago
  46. 1f46bad Fix subtype parameter names for classes overriding `TraceSink`. by Rahul Ravikumar · 5 months ago
  47. 91622f8 Revert^2 "Multiplatform ready Tracing Driver" by Rahul Ravikumar · 5 months ago
  48. 451f015 Revert "Multiplatform ready Tracing Driver" by Aurimas Liutikas · 5 months ago
  49. a5dd6ac Multiplatform ready Tracing Driver by Rahul Ravikumar · 5 months ago
  50. 37e8321 Rename LibraryType to SoftwareType by Aurimas Liutikas · 5 months ago
  51. 70f45ac2 Move tracing to 1.3.0-beta01 by Aurimas Liutikas · 5 months ago
  52. 8fb69b1 Use KMP AGP DSL for tracing by Dustin Lam · 6 months ago
  53. c1e0ddf Convert tracing to KMP project format by Dustin Lam · 7 months ago
  54. 7795282 Migrate to using = for property setting by Aurimas Liutikas · 7 months ago
  55. 7af646f Add previously excluded properties to signatures by Julia McClellan · 8 months ago
  56. 011d8f0 Merge "Remove sergeyv@ from owners" into androidx-main by Treehugger Robot · 8 months ago
  57. 79efd14 Remove sergeyv@ from owners by Yigit Boyar · 8 months ago
  58. a631e8e Update lint baselines for ObsoleteSdkInt message change by Julia McClellan · 8 months ago
  59. 962925f Add a way to mark tests that also need to run on a physical device by Aurimas Liutikas · 10 months ago
  60. 1518b34 Moved all the code from the `tracing-ktx` module to `tracing`. by Arkadii Ivanov · 11 months ago
  61. c2df482 Converted androidx.tracing.Trace class and its tests to Kotlin. by Arkadii Ivanov · 11 months ago
  62. 565f196 Converted TraceApi29Impl to Kotlin. by Arkadii Ivanov · 11 months ago
  63. 96f0b30 Start validating androidx.annotation signatures by Aurimas Liutikas · 11 months ago
  64. d0ba533 Delete redundant opt-in flags for Metalava w/ K2 UAST by Jinseong Jeon · 11 months ago
  65. bc5e5f6 Added extra logging to diagnose TraceTest by Jakub Gielzak · 11 months ago
  66. 0c93670 Upgrade to AGP 8.6.0-beta01 by Aurimas Liutikas · 12 months ago
  67. 722ebe7 Remove usage of @DoNotInline for manual NewApi outlines (R thru W) by Alan Viverette · 12 months ago
  68. 79bdd78 Update APIs files for Kotlin-source unbounded wildcards by Julia McClellan · 1 year, 1 month ago
  69. 457d895 Migrate tracing to use ktfmt by Omar Ismail · 1 year, 1 month ago
  70. 5c5419a Enable kotlin explicitApi for android projects by Aurimas Liutikas · 1 year, 1 month ago
  71. 39261a0 Regenerate APIs for previous versions by Julia McClellan · 1 year, 1 month ago
  72. 7244477 Replace buildType.all{} references to buildType.configureEach in build.gradle files by Omar Ismail · 1 year, 1 month ago
  73. 86e6606 Rename publish = Publish.SNAPSHOT_AND_RELEASE to type = LibraryType.PublishedLibrary by Omar Ismail · 1 year, 2 months ago
  74. a45f2890 Add non-implicit wildcard bounds to signature files by Julia McClellan · 1 year, 2 months ago
  75. c48e5cda Merge "Set type to PUBLISHED_LIBRARY_ONLY_USED_BY_KOTLIN_CONSUMERS for published consumed only by Kotlin libs" into androidx-main by Aurimas Liutikas · 1 year, 2 months ago
  76. 794e380 Set cmake_minimum_required version to 3.22.1 by Prashanth Swaminathan · 1 year, 2 months ago
  77. a3085e1e Set type to PUBLISHED_LIBRARY_ONLY_USED_BY_KOTLIN_CONSUMERS for published consumed only by Kotlin libs by Omar Ismail · 1 year, 2 months ago
  78. d12a1d3 Update lint baseline after minSdkVersion 21 bump by Aurimas Liutikas · 1 year, 2 months ago
  79. 58ccde1 Remove FastNative/CriticalNative classes from library, use platform copies by Chris Craik · 1 year, 5 months ago
  80. f37eb98 Enforce that projects are in docs-tip-of-tree by Julia McClellan · 1 year, 5 months ago
  81. 0c79faa Align ELF regions of shared native libs to 16kb by Will McVicker · 1 year, 5 months ago
  82. bf7a79e Merge changes I7a5ef5a4,I77ca7ac4 into androidx-main by Jinseong Jeon · 1 year, 6 months ago
  83. fdc22de Opt-in Metalava with K2 UAST (R1-2) by Jinseong Jeon · 1 year, 6 months ago
  84. ee0da74 Add comment to build.gradle files by Tiem Song · 1 year, 6 months ago
  85. ef6812a Updating tracing-perfetto version by Jakub Gielzak · 1 year, 7 months ago
  86. 4257775 Remove obsolete SDK_INT codepaths in tracing by Jake Wharton · 1 year, 8 months ago
  87. 2c8d2c7 Update lint baseline after bumping minSdkVersion to 19 by Aurimas Liutikas · 1 year, 8 months ago
  88. 3e73c7c Update versions for release id 1692810000000 by natnaelbelay · 1 year, 10 months ago
  89. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 1 year, 10 months ago
  90. 1a3e76c Merge "Always terminate the app process" into androidx-main by Jakub Gielzak · 1 year, 11 months ago
  91. 1ae7a75 Always terminate the app process by Jakub Gielzak · 1 year, 11 months ago
  92. 272a250 Bumping tracing-perfetto version by Jakub Gielzak · 1 year, 11 months ago
  93. 02e5c92 Reland upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 1 year, 11 months ago
  94. 284ef8f Revert "Upgrade to AGP 8.2.0-alpha15" by Aurimas Liutikas · 1 year, 11 months ago
  95. fd8c8aa Upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 1 year, 11 months ago
  96. d8995f9 Revert "Upgrade to AGP 8.2.0-alpha14" by Nader Jawad · 1 year, 11 months ago
  97. dc93f80 Upgrade to AGP 8.2.0-alpha14 by Aurimas Liutikas · 1 year, 11 months ago
  98. 5bed1f0 Handled Strict disk mode by Jakub Gielzak · 1 year, 11 months ago
  99. 6fe764b Gated reading StartupTracingConfig by Jakub Gielzak · 1 year, 11 months ago
  100. 8396259 Re-enabled StartupTracingInitializer by Jakub Gielzak · 1 year, 11 months ago