diff --git a/docs/profiling.md b/docs/profiling.md index cec3698d2ef..e38911d6bc5 100644 --- a/docs/profiling.md +++ b/docs/profiling.md @@ -7,7 +7,7 @@ Profiling is the process of analyzing an app's performance, resource usage, and For iOS, Instruments is an invaluable tool, and on Android you should learn to use the [Android Studio Profiler](profiling.md#profiling-android-ui-performance-with-system-tracing). -But first, [**make sure that Development Mode is OFF!**](performance.md#running-in-development-mode-devtrue) You should see `__DEV__ === false, development-level warning are OFF, performance optimizations are ON` in your application logs. +But first, [**make sure that Development Mode is OFF!**](performance.md#running-in-development-mode-devtrue). ## Profiling Android UI Performance with System Tracing