Home | History | Annotate | Download | only in google-breakpad

Lines Matching full:your

15 link into your own Android native code. There are two ways to
24 1/ Include android/google_breakpad/Android.mk from your own
30 2/ Link the library to one of your modules by using:
35 which you can select with APP_STL in your Application.mk
43 All you need to do is configure your build with the right 'host'
54 Android device. This requires the Android 'adb' tool to be in your
68 - add the following to your compiler include search paths:
72 - add -llog to your linker flags
74 Note that ndk-build does that for your automatically.
79 path under your app-specific storage directory. An alternative is to
91 1/ Retrieve the minidumps on your development machine.
93 2/ Dump the symbols for your native libraries with the 'dump_syms' tool.
112 Copy/Move your libfoo.sym file there.