Home
last modified time | relevance | path

Searched refs:crash (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
DMemoryUsageTest.java271 for (ProcessErrorStateInfo crash : crashes) { in reportError()
272 if (!crash.processName.equals(processName)) in reportError()
275 Log.w(TAG, appName + " crashed: " + crash.shortMsg); in reportError()
276 results.putString(mNameToResultKey.get(appName), crash.shortMsg); in reportError()
/frameworks/native/libs/gralloc/types/fuzzer/
DAndroid.bp29 // for debugging a failure. If you are trying to diagnose how a crash was
/frameworks/native/libs/binder/fuzzer/
DAndroid.bp44 // for debugging a failure. If you are trying to diagnose how a crash was
/frameworks/base/core/tests/benchmarks/
DREADME19 # Otherwise you will likely crash with UnsatisfiedLinkError despite having correct JNI code.
/frameworks/native/include/powermanager/
DIPowerManager.h71 virtual status_t crash(const String16& message) = 0;
/frameworks/base/core/java/android/os/
DIPowerManager.aidl74 void crash(String message); in crash() method
/frameworks/av/media/codec2/hidl/services/seccomp_policy/
Dandroid.hardware.media.c2@1.1-default-arm.policy68 # crash dump policy additions
Dandroid.hardware.media.c2@1.1-default-arm64.policy64 # crash dump policy additions
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePowerManager.java113 public void crash(String arg0) throws RemoteException { in crash() method in BridgePowerManager
/frameworks/av/services/mediacodec/seccomp_policy/
Dmediaswcodec-arm64.policy64 # crash dump policy additions
Dmediaswcodec-arm.policy68 # crash dump policy additions
/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
DAppLaunch.java639 for (ProcessErrorStateInfo crash : crashes) { in reportError()
640 if (!crash.processName.equals(processName)) in reportError()
643 Log.w(TAG, appName + " crashed: " + crash.shortMsg); in reportError()
644 mResult.putString(mNameToResultKey.get(appName), crash.shortMsg); in reportError()
/frameworks/hardware/interfaces/stats/1.0/
Dtypes.hal188 * Represents the speech DSP stat of total uptime, downtime, crash count and recover count.
198 /* Speech DSP total crash count. */
/frameworks/native/services/powermanager/
DIPowerManager.cpp129 virtual status_t crash(const String16& message) in crash() function in android::BpPowerManager
/frameworks/opt/telephony/proto/src/
Dpersist_atoms.proto24 // Holds atoms to store on persist storage in case of power cycle or process crash.
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-testing.md9 …orce them to run on the main thread via a Handler. Animations will simply crash if they’re called …
Dplugins.md225 …ypes, or other unexpected reasons, plugins will inevitably cause SysUI to crash.  When this happen…
227crash.  If any of the classes in the stack trace are from the package of the plugin APK, then the …
/frameworks/native/opengl/libs/
DAndroid.bp216 // crash in surfaceflinger on coverage-enabled cuttlefish builds.
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java1175 for (ProcessErrorStateInfo crash : crashes) { in reportError()
1176 if (!crash.processName.equals(processName)) in reportError()
1179 Log.w(TAG, appName + " crashed: " + crash.shortMsg); in reportError()
1180 mResult.putString(mNameToResultKey.get(appName), crash.shortMsg); in reportError()
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags35 # Discard an undelivered serialized broadcast (timeout/ANR/crash)
/frameworks/base/core/proto/android/app/
Dappexit_enums.proto58 * Application process died because it's crashed due to a native code crash.
/frameworks/base/core/proto/android/os/
Dincident.proto118 (section).args = "crash"
160 (section).args = "crash -L"
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto478 optional Crash crash = 22; field
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto809 // on application crashes and ANRs. If this is disabled, the crash/ANR
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java5192 public void crash(String message) {

12