diff --git a/pdk/docs/guide/build_new_device.jd b/pdk/docs/guide/build_new_device.jd index b21371d23..2e2b367f8 100755 --- a/pdk/docs/guide/build_new_device.jd +++ b/pdk/docs/guide/build_new_device.jd @@ -215,26 +215,6 @@ pdk.version=1.0
If you save the debug spew into a file called out.txt, you can pass that to the tool, like this:
-
-./tools/stack out.txt --
Or you can run logcat without any parameters and it will read from stdin. You can then paste output into the terminal or pipe it. Run logcat from the top of the tree in the environment in which you do builds so that the application can determine relative paths to the toolchain to use to decode the object files.