aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Clifton <iangclifton@google.com>2023-07-05 18:36:03 +0000
committerIan Clifton <iangclifton@google.com>2023-07-05 18:40:07 +0000
commit42bcd1e45dbee7e4815ccfdc531f28b83ecd9a2f (patch)
tree01f964fe78b13dd1cc06eeb06d72fed2bbcf6d22
parentbbe20c3d5a02ebe3bdbb717d4e3f15152634ed06 (diff)
downloadsupport-42bcd1e45dbee7e4815ccfdc531f28b83ecd9a2f.tar.gz
Removed obsolete comment for reportFullyDrawn tracing
The referenced issue, b/175345114, was closed out. Fixes: 289283905 Change-Id: I0a9d22c42934b52062ea02b83e85f86f4cc7cb5f
-rw-r--r--activity/activity/src/main/java/androidx/activity/ComponentActivity.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/activity/activity/src/main/java/androidx/activity/ComponentActivity.java b/activity/activity/src/main/java/androidx/activity/ComponentActivity.java
index db3b9b3ad28..a446918a717 100644
--- a/activity/activity/src/main/java/androidx/activity/ComponentActivity.java
+++ b/activity/activity/src/main/java/androidx/activity/ComponentActivity.java
@@ -1100,8 +1100,6 @@ public class ComponentActivity extends androidx.core.app.ComponentActivity imple
public void reportFullyDrawn() {
try {
if (Trace.isEnabled()) {
- // TODO: Ideally we'd include getComponentName() (as later versions of platform
- // do), but b/175345114 needs to be addressed.
Trace.beginSection("reportFullyDrawn() for ComponentActivity");
}