Searched defs:report (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DStrictMode.java139 // How many Span tags (e.g. animations) to report.
1372 public void report (String message, Throwable allocationSite) { method in class:StrictMode.AndroidCloseGuardReporter
1930 * to report violations that happened during a cross-process call.
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java573 * still report back to a pending thumbnail receiver.
1222 // Don't report more than every 5 minutes to somewhat
2851 // The low memory report is overriding any current
7135 ActivityManager.ProcessErrorStateInfo report = new ActivityManager.ProcessErrorStateInfo();
7137 report.condition = condition;
7138 report.processName = app.processName;
7139 report.pid = app.pid;
7140 report.uid = app.info.uid;
7141 report.tag = activity;
7142 report
7624 addErrorToDropBox(String eventType, ProcessRecord process, String processName, ActivityRecord activity, ActivityRecord parent, String subject, final String report, final File logFile, final ApplicationErrorReport.CrashInfo crashInfo) argument
13311 reportStartInstrumentationFailure(IInstrumentationWatcher watcher, ComponentName cn, String report) argument
[all...]

Completed in 62 milliseconds