Home
last modified time | relevance | path

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

12

/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
DSampleTrustAgentSettings.java51 findViewById(R.id.crash).setOnClickListener(this); in onCreate()
82 } else if (id == R.id.crash) { in onClick()
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java303 for (ProcessErrorStateInfo crash : crashes) { in reportError()
304 if (!crash.processName.equals(processName)) in reportError()
307 Log.w(TAG, appName + " crashed: " + crash.shortMsg); in reportError()
308 mResult.putString(mNameToResultKey.get(appName), crash.shortMsg); in reportError()
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
DMemoryUsageTest.java268 for (ProcessErrorStateInfo crash : crashes) { in reportError()
269 if (!crash.processName.equals(processName)) in reportError()
272 Log.w(TAG, appName + " crashed: " + crash.shortMsg); in reportError()
273 results.putString(mNameToResultKey.get(appName), crash.shortMsg); in reportError()
/frameworks/base/core/java/android/os/
DIPowerManager.aidl50 void crash(String message); in crash() method
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePowerManager.java69 public void crash(String arg0) throws RemoteException { in crash() method in BridgePowerManager
/frameworks/base/docs/html/training/displaying-bitmaps/
Dindex.jd45 consume your available memory budget leading to an application crash due to the dreaded
Dmanage-memory.jd58 to briefly exceed its memory limits and crash.
Dcache-bitmap.jd64 memory limits and crash.</p>
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags62 # Discard an undelivered serialized broadcast (timeout/ANR/crash)
/frameworks/base/docs/html/training/camera/
Dvideobasics.jd99 your app will crash. So as long as the result is not null, it's safe to use the intent. </p>
Dphotobasics.jd105 your app will crash. So as long as the result is not null, it's safe to use the intent. </p>
/frameworks/base/docs/html/training/backward-compatible-ui/
Dnew-implementation.jd46 <p>You can directly use newer APIs in these concrete classes&mdash;and not crash on earlier devices…
/frameworks/base/docs/html/tools/revisions/
Dstudio.jd55 <li>Fixed problem where unresolved view coordinates could cause the layout editor to crash.
426 <li>Various fixes for crash reports. Thank you, and keep filing crash reports!</li>
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dstarting.jd76 <li>Does not crash if the user receives a phone call or switches to another app
82 <li>Does not crash or lose the user's progress when the screen rotates between
/frameworks/base/docs/html/ndk/downloads/
Dindex.jd417 … <li>Fixed a crash that occurred when there were OpenMP loops outside of the main thread.</li>
423 <li>Fixed an error that used to produce a crash with the following error message:
475 <li>Fixed the crash that the HelloComputeNDK sample for RenderScript was producing on
Drevision_history.jd66 <li>Fixed an AutoFDO (<code>-fauto-profile</code>) crash that occurred with GCC 4.9 when
487 <li>Fixed the following Clang 3.3/3.4 crash:</li>
1121 <li>Fixed GCC 4.7 64-bit Windows assembler crash. (Error: {@code out of memory allocating
1132 <li>Fixed GDB crash when library list is empty.</li>
1133 <li>Fixed GDB crash when using a {@code stepi} command past a {@code bx pc} or
1261 application to crash.</li>
1268 may crash due to {@code ldc1} and {@code sdc1} operations on unaligned memory. In this
1800 {@code cp/mangle.c::write_unscoped_name}, where GCC may crash when the context is
2303 <li>Fixed GNU STL armeabi-v7a binaries to not crash on non-NEON
/frameworks/base/docs/html/about/versions/
Dandroid-2.2-highlights.jd235 <p>New bug reporting feature for Google Play apps enables developers to receive crash and freeze
Dandroid-1.1.jd74 devices. In the latter case, the application will crash at runtime when
/frameworks/base/docs/html/distribute/googleplay/
Ddeveloper-console.jd546 Use crash reports for debugging and improving your app. You can see crash
/frameworks/base/docs/html/guide/topics/resources/
Dproviding-resources.jd523 application will crash at runtime (for example, if all layout resources are tagged with the {@code
972 in directories that have a language and region qualifier, then your application will crash when run
986 Android runs your application, it will crash if you do not provide default resources, because it
991 Level 8), then an API level 4 device cannot access your drawable resources and will crash. In this
1120 <strong>not</strong> use them and your application will crash if no other resources match the device
/frameworks/base/docs/html/guide/topics/manifest/
Duses-sdk-element.jd81 will crash during runtime when attempting to access the unavailable APIs. For
428 then it would crash at run-time when it tried to access APIs that don't exist.
527 case, the application will crash at runtime when it tries to use APIs that don't
/frameworks/base/docs/html/training/basics/intents/
Dsending.jd147 available on the device that can handle the intent, your app will crash.</p>
/frameworks/base/docs/html/ndk/guides/
Dcpp-support.jd279 to crash.</li>
/frameworks/base/docs/html/training/notepad/
Dnotepad-ex3.jd32 causes a crash, and anything else that happens during editing will cause the
/frameworks/base/docs/html/training/multiple-apks/
Dtexture.jd175 would be deemed compatible, your app would download, and the user would see some thrilling crash

12