/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/ |
D | MemoryUsageTest.java | 271 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/ |
D | Android.bp | 29 // for debugging a failure. If you are trying to diagnose how a crash was
|
/frameworks/native/libs/binder/fuzzer/ |
D | Android.bp | 44 // for debugging a failure. If you are trying to diagnose how a crash was
|
/frameworks/base/core/tests/benchmarks/ |
D | README | 19 # Otherwise you will likely crash with UnsatisfiedLinkError despite having correct JNI code.
|
/frameworks/native/include/powermanager/ |
D | IPowerManager.h | 71 virtual status_t crash(const String16& message) = 0;
|
/frameworks/base/core/java/android/os/ |
D | IPowerManager.aidl | 74 void crash(String message); in crash() method
|
/frameworks/av/media/codec2/hidl/services/seccomp_policy/ |
D | android.hardware.media.c2@1.1-default-arm.policy | 68 # crash dump policy additions
|
D | android.hardware.media.c2@1.1-default-arm64.policy | 64 # crash dump policy additions
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgePowerManager.java | 113 public void crash(String arg0) throws RemoteException { in crash() method in BridgePowerManager
|
/frameworks/av/services/mediacodec/seccomp_policy/ |
D | mediaswcodec-arm64.policy | 64 # crash dump policy additions
|
D | mediaswcodec-arm.policy | 68 # crash dump policy additions
|
/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/ |
D | AppLaunch.java | 639 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/ |
D | types.hal | 188 * Represents the speech DSP stat of total uptime, downtime, crash count and recover count. 198 /* Speech DSP total crash count. */
|
/frameworks/native/services/powermanager/ |
D | IPowerManager.cpp | 129 virtual status_t crash(const String16& message) in crash() function in android::BpPowerManager
|
/frameworks/opt/telephony/proto/src/ |
D | persist_atoms.proto | 24 // Holds atoms to store on persist storage in case of power cycle or process crash.
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-testing.md | 9 …orce them to run on the main thread via a Handler. Animations will simply crash if they’re called …
|
D | plugins.md | 225 …ypes, or other unexpected reasons, plugins will inevitably cause SysUI to crash. When this happen… 227 …crash. If any of the classes in the stack trace are from the package of the plugin APK, then the …
|
/frameworks/native/opengl/libs/ |
D | Android.bp | 216 // crash in surfaceflinger on coverage-enabled cuttlefish builds.
|
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/ |
D | AppLaunch.java | 1175 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/ |
D | EventLogTags.logtags | 35 # Discard an undelivered serialized broadcast (timeout/ANR/crash)
|
/frameworks/base/core/proto/android/app/ |
D | appexit_enums.proto | 58 * Application process died because it's crashed due to a native code crash.
|
/frameworks/base/core/proto/android/os/ |
D | incident.proto | 118 (section).args = "crash" 160 (section).args = "crash -L"
|
/frameworks/base/core/proto/android/server/ |
D | activitymanagerservice.proto | 478 optional Crash crash = 22; field
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 809 // on application crashes and ANRs. If this is disabled, the crash/ANR
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | PowerManagerService.java | 5192 public void crash(String message) {
|