Snap for 10597884 from 1d336944257fce086ce3e1efeddfeaea55c1f0d0 to mainline-networking-release
Change-Id: I57dd626f78554479635735fa68e8e24b3d7c9a66
diff --git a/runtime/Manager.cpp b/runtime/Manager.cpp
index 75f6243..c3fada3 100644
--- a/runtime/Manager.cpp
+++ b/runtime/Manager.cpp
@@ -91,7 +91,9 @@
bool getWhetherPlatformTelemetryIsEnabled() {
#if !defined(NN_COMPATIBILITY_LIBRARY_BUILD) && !defined(NN_EXPERIMENTAL_FEATURE)
- return getServerTelemetryEnableFlag();
+ // b/287186978, force enable telemetry on the platform NNAPI
+ // return getServerTelemetryEnableFlag();
+ return true;
#else // !defined(NN_COMPATIBILITY_LIBRARY_BUILD) && !defined(NN_EXPERIMENTAL_FEATURE)
return false;
#endif // !defined(NN_COMPATIBILITY_LIBRARY_BUILD) && !defined(NN_EXPERIMENTAL_FEATURE)