Home
last modified time | relevance | path

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

12

/packages/modules/Virtualization/docs/debug/
Dramdump.md14 # echo c > /proc/sysrq-trigger // force trigger a crash
17 Then you will see following message showing that crash is detected and the
21 [ 14.949892][ T148] sysrq: Trigger a crash
22 [ 14.952133][ T148] Kernel panic - not syncing: sysrq triggered crash
69 ### Building the crash(8) tool
71 You first need to build the crash(8) tool for the target architecture, which in most case is aarch6…
76 $ wget https://github.com/crash-utility/crash/archive/refs/tags/8.0.2.tar.gz -O - | tar xzv
77 $ make -j -C crash-8.0.2 target=ARM64
101 ### Running crash(8) with the RAM dump and the kernel image
104 $ crash-8.0.2/crash ramdump vmlinux
[all …]
DREADME.md118 * Capturing userspace crash dump (only for Microdroid)
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DREADME.md9 2. [Reproducing crash case](#reproducing_crash_case)
10 3. [Finding minimal crash case](#finding_minimal_crash_case)
21 This document seeks to be a crash-course and cheat-sheet for running the NNAPI
77 appropriately, as everything is built as one unit. Finally, whenever a crash
135 * `crash-*` -- any future problematic test cases will be dumped to the directory
152 When something unexpected occurs (e.g., a crash or a very slow test case), the
155 `slow-unit-<unique_identifier>`, `crash-<unique_identifier>`,
157 `libFuzzer` crash files will contain unreadable binary data; however,
164 ## Reproducing crash case <a id="reproducing_crash_case"></a>
166 When a crash occurs, the crash test case can be re-run with the following
[all …]
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DCleanupTest.kt112 fun doTestReturn(crash: Boolean) = tryTest { in testReturn()
113 if (crash) throw RuntimeException() else resultIfSuccess in testReturn()
119 assertEquals(resultIfSuccess, doTestReturn(crash = false)) in testReturn()
120 assertEquals(resultIfException, doTestReturn(crash = true)) in testReturn()
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DConcurrentInterpreter.kt109 var crash: InterpretException? = null in <lambda>() variable
117 if (null != crash) return@Thread in <lambda>()
127 crash = InterpretException(threadIndex, it, in <lambda>()
137 crash?.let { throw it } in <lambda>()
/packages/modules/Bluetooth/system/gd/docs/architecture/
Dstyle_guide.md176 * google-breakpad: host binary crash handler
177 * libunwindstack: print stacktrace on crash on host
200 * LOG_ALWAYS_FATAL(fmt, args...): Enabled, will always crash
201 * ASSERT(condition): Enabled, will crash when condition is false
202 * ASSERT_LOG(conditon, fmt, args...): Enabled, will crash and print log when
205 In general, errors that are caused by remote device should never crash our stack
209 LOG_ALWAYS_FATAL() to crash the stack and restart.
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DTestHelpers.java152 final String crash = checkCrash(context, label, startTime); in getSystemHealthMessage() local
153 if (crash != null) errors.append(crash); in getSystemHealthMessage()
/packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
DCrashingSuggestionProvider.java85 R.drawable.crash, in query()
96 R.drawable.crash, in query()
/packages/services/Car/car_product/rro/ThemeSamples/
DREADME14 adb shell am crash com.android.systemui
/packages/services/Car/FrameworkPackageStubs/
DREADME.md21 crash.
/packages/apps/Car/SystemUI/samples/
DREADME.md26 adb shell am crash com.android.systemui
/packages/modules/AdServices/adservices/linter/documentation/
DRoomDatabaseMigrationDetector.md36 Database missing migration path or test could result in loss of db data and in worst case a crash a…
39 * A deleted/altered field could lead to a crash due to incompatible data
/packages/apps/Dialer/java/com/android/dialer/proguard/
Dproguard_base.flags7 # stack traces on uncaught exceptions, which is necessary to get useful crash
/packages/modules/Bluetooth/system/stack/fuzzers/
DREADME.md65 reproduce a crash.
/packages/services/Car/car-lib/src/android/car/telemetry/
Dtelemetry.proto93 // Collects app crash events.
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/classifier/
Dprecomputed_test_app_list.csv855 com.king.crash 10228
2980 air.com.pixelstudio8.venom.angry.crash.rush.io.online 10230
4070 com.racing.car.crash.turbo 10232
4444 com.real.bumper.car.crash 10244,10242
7209 com.play.io.monster.truck.demolition.derby.crash.stunts 10232
/packages/modules/AdServices/adservices/apk/assets/classifier/
Dprecomputed_app_list.csv855 com.king.crash 10228
2980 air.com.pixelstudio8.venom.angry.crash.rush.io.online 10230
4070 com.racing.car.crash.turbo 10232
4444 com.real.bumper.car.crash 10244,10242
7209 com.play.io.monster.truck.demolition.derby.crash.stunts 10232
/packages/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Dnl_wordlist.combined.gz
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...

12