Skip to content

Commit

Permalink
Android: Split long line in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Oct 15, 2016
1 parent 826508b commit 1fd2646
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/README-android.md
Expand Up @@ -423,7 +423,11 @@ When you're done instrumenting with valgrind, you can disable the wrapper:
Graphics debugging
================================================================================

If you are developing on a compatible Tegra-based tablet, NVidia provides Tegra Graphics Debugger at their website. Because SDL2 dynamically loads EGL and GLES libraries, you must follow their instructions for installing the interposer library on a rooted device. The non-rooted instructions are not compatible with applications that use SDL2 for video.
If you are developing on a compatible Tegra-based tablet, NVidia provides
Tegra Graphics Debugger at their website. Because SDL2 dynamically loads EGL
and GLES libraries, you must follow their instructions for installing the
interposer library on a rooted device. The non-rooted instructions are not
compatible with applications that use SDL2 for video.

The Tegra Graphics Debugger is available from NVidia here:
https://developer.nvidia.com/tegra-graphics-debugger
Expand Down

0 comments on commit 1fd2646

Please sign in to comment.