Skip to content

Commit 5e9b2bf

Browse files
Add javadoc for hc acceleratin disabled.
1 parent 733437d commit 5e9b2bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firebase-perf/src/main/java/com/google/firebase/perf/application/AppStateMonitor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ public void onActivitySaveInstanceState(Activity activity, Bundle outState) {}
289289
public void onActivityPaused(Activity activity) {}
290290

291291
/**
292-
* Send screen trace.
292+
* Send screen trace. If hardware acceleration is not enabled, all frame metrics will be zero and
293+
* the trace will not be sent.
293294
*
294295
* @param activity activity object.
295296
*/

0 commit comments

Comments
 (0)