(final boolean consumeError)
| 390 | /// `CrashProtection.install()` plus `CrashProtection.setEnabled(true)` |
| 391 | /// from your `Lifecycle.init` instead. This method is now a no-op. |
| 392 | @Deprecated |
| 393 | public static void bindCrashProtection(final boolean consumeError) { |
| 394 | } |
| 395 | |
| 396 | /// Returns true if the user bound crash protection |
| 397 | /// |