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