/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/ |
D | SampleTrustAgentSettings.java | 51 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/ |
D | AppLaunch.java | 303 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/ |
D | MemoryUsageTest.java | 268 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/ |
D | IPowerManager.aidl | 50 void crash(String message); in crash() method
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgePowerManager.java | 69 public void crash(String arg0) throws RemoteException { in crash() method in BridgePowerManager
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | index.jd | 45 consume your available memory budget leading to an application crash due to the dreaded
|
D | manage-memory.jd | 58 to briefly exceed its memory limits and crash.
|
D | cache-bitmap.jd | 64 memory limits and crash.</p>
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 62 # Discard an undelivered serialized broadcast (timeout/ANR/crash)
|
/frameworks/base/docs/html/training/camera/ |
D | videobasics.jd | 99 your app will crash. So as long as the result is not null, it's safe to use the intent. </p>
|
D | photobasics.jd | 105 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/ |
D | new-implementation.jd | 46 <p>You can directly use newer APIs in these concrete classes—and not crash on earlier devices…
|
/frameworks/base/docs/html/tools/revisions/ |
D | studio.jd | 55 <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/ |
D | starting.jd | 76 <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/ |
D | index.jd | 417 … <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
|
D | revision_history.jd | 66 <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/ |
D | android-2.2-highlights.jd | 235 <p>New bug reporting feature for Google Play apps enables developers to receive crash and freeze
|
D | android-1.1.jd | 74 devices. In the latter case, the application will crash at runtime when
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | developer-console.jd | 546 Use crash reports for debugging and improving your app. You can see crash
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | providing-resources.jd | 523 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/ |
D | uses-sdk-element.jd | 81 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/ |
D | sending.jd | 147 available on the device that can handle the intent, your app will crash.</p>
|
/frameworks/base/docs/html/ndk/guides/ |
D | cpp-support.jd | 279 to crash.</li>
|
/frameworks/base/docs/html/training/notepad/ |
D | notepad-ex3.jd | 32 causes a crash, and anything else that happens during editing will cause the
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | texture.jd | 175 would be deemed compatible, your app would download, and the user would see some thrilling crash
|