Open GoogleCodeExporter opened 9 years ago
Same here, was trying to build Hockey App sample app
Original comment by imor...@gmail.com
on 7 Nov 2014 at 2:09
I was able to get it compiling. Turned out a couple of files were missing from
the make file. Here is the patch (PS: mips is still not working, but I don't
target that):
Index: android/google_breakpad/Android.mk
===================================================================
--- android/google_breakpad/Android.mk (revision 1401)
+++ android/google_breakpad/Android.mk (working copy)
@@ -74,6 +74,10 @@
src/client/linux/handler/exception_handler.cc \
src/client/linux/handler/minidump_descriptor.cc \
src/client/linux/log/log.cc \
+ src/client/linux/dump_writer_common/thread_info.cc \
+ src/client/linux/dump_writer_common/seccomp_unwinder.cc \
+ src/client/linux/dump_writer_common/ucontext_reader.cc \
+ src/client/linux/microdump_writer/microdump_writer.cc \
src/client/linux/minidump_writer/linux_dumper.cc \
src/client/linux/minidump_writer/linux_ptrace_dumper.cc \
src/client/linux/minidump_writer/minidump_writer.cc \
@@ -97,4 +101,4 @@
include $(BUILD_STATIC_LIBRARY)
Original comment by vol...@limbic.com
on 12 Nov 2014 at 2:14
it works for me
Original comment by li.acerp...@gmail.com
on 16 Jul 2015 at 8:40
Original issue reported on code.google.com by
vol...@limbic.com
on 6 Nov 2014 at 9:47