summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-07-16 17:49:00 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-07-16 17:49:00 +0000
commita8e42e913670800584c8b7692434d744d11dfe71 (patch)
tree90fe258b8ea4ab6441dfc62ba1f3eb165c45f541
parentce3845cad9fce747b9fe7933afac7c3aca18ef91 (diff)
parent4334202a44affaa830f9bbb28db8c7ee0ba7cc66 (diff)
Merge "Adjusting the log format and makes it easier to understand." into main
-rw-r--r--cmds/bootanimation/BootAnimation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/bootanimation/BootAnimation.cpp b/cmds/bootanimation/BootAnimation.cpp
index 7eb9d0f3ea91..fdf9abc49604 100644
--- a/cmds/bootanimation/BootAnimation.cpp
+++ b/cmds/bootanimation/BootAnimation.cpp
@@ -236,7 +236,7 @@ void BootAnimation::onFirstRef() {
ALOGD("%sAnimationPreloadTiming start time: %" PRId64 "ms",
mShuttingDown ? "Shutdown" : "Boot", elapsedRealtime());
preloadAnimation();
- ALOGD("%sAnimationPreloadStopTiming start time: %" PRId64 "ms",
+ ALOGD("%sAnimationPreloadTiming stop time: %" PRId64 "ms",
mShuttingDown ? "Shutdown" : "Boot", elapsedRealtime());
}
}