summaryrefslogtreecommitdiff
path: root/tools/traceinjection/manifest.txt
diff options
context:
space:
mode:
author Michael Wright <michaelwr@google.com> 2022-02-11 22:16:19 +0000
committer Michael Wright <michaelwr@google.com> 2022-03-01 23:45:26 +0000
commit4fd5fae75fbfd44ddf6f978a9bd076372e0f0f6f (patch)
tree23265c4c724d9d1676b1adc123b6402c2f427b74 /tools/traceinjection/manifest.txt
parentc95042682ff2bf76d499bf565ff0fec14236682f (diff)
Add tool for injecting tracing code into a method.
This tool rewrites the bytecode in the designated JAR files to produce tracing calls on enter and exit, while making sure to close the tracing span even on exceptions being thrown. The idea is mostly to reduce the amount of noise within methods when just trying to add some tracing. Test: atest --host TraceInjectionTests Change-Id: If6acb72f34cbb83d9b041a62ee3d8c2abf74b69e
Diffstat (limited to 'tools/traceinjection/manifest.txt')
-rw-r--r--tools/traceinjection/manifest.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/traceinjection/manifest.txt b/tools/traceinjection/manifest.txt
new file mode 100644
index 000000000000..7f4ee1d617fa
--- /dev/null
+++ b/tools/traceinjection/manifest.txt
@@ -0,0 +1 @@
+Main-Class: com.android.traceinjection.Main