X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fbreakpad%2Fsrc%2Fgoogle_breakpad%2Fprocessor%2Fminidump_processor.h;h=20277f9aaa3e6aa95c9db111ec94b2aa215f42cd;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=33cd0206fd052e6faf7ce4d6119442c6ce3a3c37;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/breakpad/src/google_breakpad/processor/minidump_processor.h b/src/breakpad/src/google_breakpad/processor/minidump_processor.h index 33cd020..20277f9 100644 --- a/src/breakpad/src/google_breakpad/processor/minidump_processor.h +++ b/src/breakpad/src/google_breakpad/processor/minidump_processor.h @@ -35,6 +35,7 @@ #include "common/using_std_string.h" #include "google_breakpad/common/breakpad_types.h" +#include "google_breakpad/processor/process_result.h" namespace google_breakpad { @@ -44,41 +45,6 @@ class StackFrameSymbolizer; class SourceLineResolverInterface; class SymbolSupplier; struct SystemInfo; -// Return type for Process() -enum ProcessResult { - PROCESS_OK, // The minidump was - // processed - // successfully. - - PROCESS_ERROR_MINIDUMP_NOT_FOUND, // The minidump file - // was not found. - - PROCESS_ERROR_NO_MINIDUMP_HEADER, // The minidump file - // had no header - - PROCESS_ERROR_NO_THREAD_LIST, // The minidump file - // had no thread list. - - PROCESS_ERROR_GETTING_THREAD, // There was an error - // getting one - // thread's data from - // the minidump. - - PROCESS_ERROR_GETTING_THREAD_ID, // There was an error - // getting a thread id - // from the thread's - // data. - - PROCESS_ERROR_DUPLICATE_REQUESTING_THREADS, // There was more than - // one requesting - // thread. - - PROCESS_SYMBOL_SUPPLIER_INTERRUPTED // The minidump - // processing was - // interrupted by the - // SymbolSupplier(not - // fatal) -}; class MinidumpProcessor { public: