We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2fe881 + f2f16c2 commit 56d7e1cCopy full SHA for 56d7e1c
firebase-sessions/test-app/src/main/AndroidManifest.xml
@@ -43,6 +43,11 @@
43
android:process=":second"
44
android:theme="@style/Theme.Widget_test_app.NoActionBar" />
45
46
+ <!-- Override value to 100.0 to always have a fireperf verbose session -->
47
+ <meta-data
48
+ android:name="sessions_sampling_percentage"
49
+ android:value="1.0" />
50
+
51
<meta-data
52
android:name="firebase_performance_logcat_enabled"
53
android:value="true" />
0 commit comments