CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/android/res/values/analytics.xml
Views: 1401
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
<string name="ga_trackingId">UA-36039055-2</string>
4
<!--Enable automatic activity tracking-->
5
<bool name="ga_autoActivityTracking">true</bool>
6
<!--Enable automatic exception tracking-->
7
<bool name="ga_reportUncaughtExceptions">true</bool>
8
</resources>
9
10