/frameworks/base/core/tests/coretests/src/android/app/ |
ApplicationErrorReportTest.java | 22 import android.app.ApplicationErrorReport.CrashInfo; 36 CrashInfo crashInfo = new CrashInfo(deepStackTrace); 39 crashInfo.stackTrace.length() < 50000); 49 CrashInfo crashInfo = new CrashInfo(new Throwable(msg.toString())); 52 crashInfo.exceptionMessage.length() < 50000); 63 CrashInfo crashInfo = new CrashInfo(new Throwable(msg.toString())) [all...] |
/external/clang/lib/Driver/ |
Job.cpp | 155 CrashReportInfo *CrashInfo) const { 167 bool HaveCrashVFS = CrashInfo && !CrashInfo->VFSPath.empty(); 171 if (CrashInfo) { 180 // Replace the input file name with the crashinfo's file name. 182 StringRef ShortName = llvm::sys::path::filename(CrashInfo->Filename); 192 if (CrashInfo && HaveCrashVFS) { 196 printArg(OS, CrashInfo->VFSPath.str().c_str(), Quote); 268 bool Quote, CrashReportInfo *CrashInfo) const { 269 Command::Print(OS, "", Quote, CrashInfo); [all...] |
Driver.cpp | 118 llvm::PrettyStackTraceString CrashInfo("Command line argument parsing"); 398 llvm::PrettyStackTraceString CrashInfo("Compilation construction"); 675 CrashReportInfo CrashInfo(TempFiles[0], VFS); 677 std::string Script = CrashInfo.Filename.rsplit('.').first.str() + ".sh"; 689 Cmd.Print(ScriptOS, "\n", /*Quote=*/true, &CrashInfo); [all...] |
/external/clang/include/clang/Driver/ |
Job.h | 94 CrashReportInfo *CrashInfo = nullptr) const; 132 CrashReportInfo *CrashInfo = nullptr) const override; 154 bool Quote, CrashReportInfo *CrashInfo = nullptr) const;
|
/frameworks/base/core/java/android/app/ |
ApplicationErrorReport.java | 43 * is stored in {@link #crashInfo}. 123 * of CrashInfo describing the crash; otherwise null. 125 public CrashInfo crashInfo; 238 dest.writeInt(crashInfo != null ? 1 : 0); 242 if (crashInfo != null) { 243 crashInfo.writeToParcel(dest, flags); 269 crashInfo = hasCrashInfo ? new CrashInfo(in) : null; 276 crashInfo = null [all...] |
IActivityManager.java | 361 ApplicationErrorReport.CrashInfo crashInfo) throws RemoteException; 363 ApplicationErrorReport.CrashInfo crashInfo) throws RemoteException; 370 StrictMode.ViolationInfo crashInfo) throws RemoteException; [all...] |
ActivityManagerNative.java | [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
NativeCrashListener.java | 19 import android.app.ApplicationErrorReport.CrashInfo; 77 CrashInfo ci = new CrashInfo();
|
AppErrors.java | 305 * @param crashInfo describing the failure 307 void crashApplication(ProcessRecord r, ApplicationErrorReport.CrashInfo crashInfo) { 310 crashApplicationInner(r, crashInfo); 316 void crashApplicationInner(ProcessRecord r, ApplicationErrorReport.CrashInfo crashInfo) { 318 String shortMsg = crashInfo.exceptionClassName; 319 String longMsg = crashInfo.exceptionMessage; 320 String stackTrace = crashInfo.stackTrace; 334 if (handleAppCrashInActivityController(r, crashInfo, shortMsg, longMsg, stackTrace [all...] |
/external/clang/lib/Parse/ |
ParseAST.cpp | 133 PrettyStackTraceParserEntry CrashInfo(P);
|
ParseStmt.cpp | 909 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), [all...] |
ParseDeclCXX.cpp | 190 PrettyDeclStackTraceEntry CrashInfo(Actions, NamespcDecl, NamespaceLoc, [all...] |
ParseExpr.cpp | [all...] |
ParseExprCXX.cpp | [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
RuntimeInit.java | 98 mApplicationObject, new ApplicationErrorReport.CrashInfo(e)); 360 mApplicationObject, tag, system, new ApplicationErrorReport.CrashInfo(t))) {
|
/external/clang/lib/CodeGen/ |
CodeGenAction.cpp | 113 PrettyStackTraceDecl CrashInfo(*D.begin(), SourceLocation(), 129 PrettyStackTraceDecl CrashInfo(D, SourceLocation(), 143 PrettyStackTraceString CrashInfo("Per-file LLVM IR generation"); 201 PrettyStackTraceDecl CrashInfo(D, SourceLocation(), [all...] |
BackendUtil.cpp | 666 PrettyStackTraceString CrashInfo("Per-function optimization"); 676 PrettyStackTraceString CrashInfo("Per-module optimization passes"); 681 PrettyStackTraceString CrashInfo("Code generation");
|
CGStmt.cpp | 296 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineCXX.cpp | 381 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), 405 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),
|
ExprEngine.cpp | 290 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext()); 430 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), 459 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), 745 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), [all...] |
ExprEngineCallAndReturn.cpp | 43 PrettyStackTraceLocationContext CrashInfo(calleeCtx); 220 PrettyStackTraceLocationContext CrashInfo(CEBNode->getLocationContext()); [all...] |
/frameworks/base/core/java/android/os/ |
StrictMode.java | [all...] |
/external/clang/lib/Sema/ |
SemaTemplateInstantiateDecl.cpp | [all...] |
/external/clang/lib/AST/ |
MicrosoftMangle.cpp | [all...] |
ItaniumMangle.cpp | [all...] |