Skip to content

Commit

Permalink
feat: Support enabling NDK crash capturing on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedAlaaInstabug committed Aug 27, 2024
1 parent bafd19e commit e1e99f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/modules/crash_reporting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class CrashReporting {
return _host.setEnabled(isEnabled);
}


/// Enables and disables automatic NDK crash reporting on Android.
/// [boolean] isEnabled
static Future<void> setNDKEnabled(bool isEnabled) async {
Expand Down

0 comments on commit e1e99f2

Please sign in to comment.